From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B16251382C5 for ; Mon, 14 Jun 2021 19:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E10D0E0BF5; Mon, 14 Jun 2021 19:13:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8D3FE0BF5 for ; Mon, 14 Jun 2021 19:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73E94340CD9 for ; Mon, 14 Jun 2021 19:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB675720 for ; Mon, 14 Jun 2021 19:13:14 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1623697987.71eb567dc0926b5e07d97b0bd04291b2c54736b0.chiitoo@gentoo> Subject: [gentoo-commits] proj/forums:styles/gentoo-20XX commit in: /, theme/, theme/images/ X-VCS-Repository: proj/forums X-VCS-Files: style.cfg theme/colours.css theme/common.css theme/content.css theme/forms.css theme/images/site-logo.svg theme/stylesheet.css X-VCS-Directories: theme/images/ theme/ / X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 71eb567dc0926b5e07d97b0bd04291b2c54736b0 X-VCS-Branch: styles/gentoo-20XX Date: Mon, 14 Jun 2021 19:13:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2db466e-fc6d-47a1-9924-ebdc898813be X-Archives-Hash: aa5caee40b8f5412a075b1816abb8343 commit: 71eb567dc0926b5e07d97b0bd04291b2c54736b0 Author: Marco Genasci gmail com> AuthorDate: Fri Jun 11 18:42:48 2021 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Jun 14 19:13:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=71eb567d First release of the theme like gentoo.org style Signed-off-by: Marco Genasci gmail.com> Signed-off-by: Jimi Huotari gentoo.org> style.cfg | 6 +- theme/colours.css | 105 ++++++--- theme/common.css | 34 ++- theme/content.css | 2 +- theme/forms.css | 2 +- theme/images/site-logo.svg | 575 +++++++++++++++++++++++++++++++++++++++++++++ theme/stylesheet.css | 3 +- 7 files changed, 679 insertions(+), 48 deletions(-) diff --git a/style.cfg b/style.cfg index 2a3a1aa15..99ebfe3bf 100644 --- a/style.cfg +++ b/style.cfg @@ -20,10 +20,10 @@ # # General Information about this style -name = Gentoo Light -copyright = © 2020 Gentoo Foundation +name = Gentoo 20XX +copyright = © 2021 Gentoo Foundation style_version = 1.0.0 -phpbb_version = 3.2.8 +phpbb_version = 3.3.1 # Defining a different template bitfield # template_bitfield = //g= diff --git a/theme/colours.css b/theme/colours.css index 7135a1dcf..7099e2d3e 100644 --- a/theme/colours.css +++ b/theme/colours.css @@ -5,7 +5,7 @@ Colours and backgrounds for common.css html, body { color: #000000; - background-color: #ffffff; + background-color: #e1e1e1; } h1 { @@ -27,13 +27,17 @@ hr { } .rightside { - color: #efefef; + color: #444; } .responsive-center { color: #333333; } +.wrap { + background-color: #fafafa; +} + /* -------------------------------------------------------------- Colours and backgrounds for links.css @@ -48,11 +52,11 @@ a:hover { } .linklist a { - color: #a0a0d0; + color: #ffffff; } .linklist a:hover { - color: #00ff00; + color: #ff6633; } .mark-read { @@ -74,7 +78,7 @@ a:hover { /* Notification mark read link */ .dropdown-extended a.mark_read { - background-color: #FFFFFF; + background-color: #fafafa; } /* Post body links */ @@ -119,12 +123,29 @@ a:hover { } .forumbg, .forabg { - background-color: #46357c; - background-image: url("./images/cellpic3.gif"); + background-color: #54487A; + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%); + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */ } .navbar { - background-color: #000000; + background-color: #54487A; + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%); + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */ +} + +.navbar li.rightside { + color: #fff; +} + +.nav-breadcrumbs { + background-color: #e1e1e1; +} + +.nav-breadcrumbs a { + color: #333; } .forabg, .forumbg, .panel, .post, .responsive { @@ -172,7 +193,8 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) { } .site_logo { - background-image: url("./images/site_logo.png"); + background-image: url("./images/site-logo.svg"); + background-repeat: no-repeat; } /* Statistics @@ -184,7 +206,10 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) { } .stats-header h3 { - background-image: url("./images/cellpic3.gif"); + background-color: #54487A; + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%); + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */ border-bottom-color: #a9b8c2; color: #efefef; } @@ -335,12 +360,12 @@ dl.details dd a { ---------------------------------------- */ .copyright { - color: #efefef; - background-color: #000000; + color: #444; + background-color: #E1E1E1; } .copyright a { - color: #a0a0d0; + color: #54487A; } .error { @@ -377,6 +402,13 @@ ul.forums { background-color: #ececec; } +ul.topiclist li.header { + background: #54487A; + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%); + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */ +} + ul.topiclist li { color: #000000; } @@ -419,8 +451,10 @@ li.header dt, li.header dd { ----------------------------------------*/ #topic-header { - background-color: #46357c; - background-image: url("./images/cellpic3.gif"); + background-color: #54487A; + background-image: -webkit-linear-gradient(bottom, #54487A 0%, #493f6a 100%); + background-image: linear-gradient(to bottom, #54487A 0%, #493f6a 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */ } .postprofile.topic-header-author { @@ -843,7 +877,7 @@ ul.cplist { } .panel-container .panel li.header dd, .panel-container .panel li.header dt { - color: #000000; + color: #efefef; } .panel-container table.table1 thead th { @@ -1036,7 +1070,7 @@ label { } .display-options label { - color: #efefef; + color: #333333; } option.disabled-option { @@ -1192,6 +1226,7 @@ input.disabled { } .dropdown-extended .header, .dropdown-extended .footer { + background-color: #DDDAEC; border-color: #B9B9B9; color: #000000; } @@ -1202,10 +1237,10 @@ input.disabled { } .dropdown-extended .header { - background-color: #F1F8FF; /* Old browsers */ /* FF3.6+ */ - background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #e5e8ea 100%); - background-image: linear-gradient(to bottom, #F1F8FF 0%, #e5e8ea 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#e5e8ea',GradientType=0 ); /* IE6-9 */ + background-color: #DDDAEC; /* Old browsers */ /* FF3.6+ */ + /*background-image: -webkit-linear-gradient(top, #beb8db 0%, #DDDAEC 20%);*/ + /*background-image: linear-gradient(to bottom, #beb8db 0%, #DDDAEC 20%);*/ /* W3C */ + /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb8db', endColorstr='#DDDAEC',GradientType=0 );*/ /* IE6-9 */ } .dropdown .pointer { @@ -1213,17 +1248,22 @@ input.disabled { } .dropdown .pointer-inner { - border-color: #FFF transparent; + border-color: #e1e1e1 transparent; } .dropdown-extended .pointer-inner { - border-color: #F1F8FF transparent; + border-color: #DDDAEC transparent; } -.dropdown .dropdown-contents { - background: #000000; +.dropdown .dropdown-contents, +.notification_list.dropdown .dropdown-contents { + background: #e1e1e1; border-color: #B9B9B9; box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2); + color: #444; +} +.notification_list.dropdown .dropdown-contents { + background: #fafafa; } .dropdown-up .dropdown-contents { @@ -1231,15 +1271,15 @@ input.disabled { } .dropdown-contents a { - color: #a0a0d0; + color: #444; } .dropdown li, .dropdown li li { - border-color: #DCDCDC; + border-color: #444; } .dropdown li.separator { - border-color: #DCDCDC; + border-top: 1px dotted #444 !important; } /* Notifications @@ -1250,10 +1290,15 @@ input.disabled { } li.notification-reported strong, li.notification-disapproved strong { - color: #D31141; + color: #ff6633; } .badge { - background-color: #D31141; + background-color: #ff6633; color: #ffffff; } + +.notification_list li.bg2, +.notification_list li.bg2:hover { + background-color: #fafafa; +} diff --git a/theme/common.css b/theme/common.css index 357b09563..b42e9a054 100644 --- a/theme/common.css +++ b/theme/common.css @@ -8,7 +8,7 @@ html { body { font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 10px; + font-size: 11px; line-height: normal; margin: 0; padding: 0; @@ -30,7 +30,7 @@ h2 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; font-size: 2em; - margin: 0.8em 0 0.2em 0; + padding: 0.8em 0 0.2em 0; } h2.solo { @@ -144,6 +144,10 @@ a:hover { text-decoration: underline; } padding: 0 10px 10px } +#page-header { + background-image: linear-gradient(to bottom, #beb8db 0%, #DDDAEC 20%); +} + .page-body { margin: 4px 0; clear: both; @@ -153,10 +157,6 @@ a:hover { text-decoration: underline; } clear: both; } -.page-footer + div { - background-color: #000000; -} - .page-footer h3 { margin-top: 20px; } @@ -174,7 +174,7 @@ a:hover { text-decoration: underline; } .site_logo { display: inline-block; - height: 109px; + height: 63px; width: 532px; } @@ -196,10 +196,6 @@ a:hover { text-decoration: underline; } padding: 0 0; } -.navbar { - padding: 0 5px; -} - .forabg, .forumbg { margin-bottom: 4px; clear: both; @@ -798,7 +794,8 @@ fieldset.fields1 dl.pmlist dd.recipients { ---------------------------------------- */ .action-bar { font-size: 11px; - margin: 4px 0; + /*margin: 4px 0;*/ + margin: 20px 0 10px; } .forabg + .action-bar { @@ -1250,6 +1247,19 @@ ul.linklist:after, display: none; } +.navbar { + margin-bottom: -3px; +} + +.navbar .inner ul { + padding: 2px 5px; +} + +.page-footer .navbar { + padding: 0 5px; + margin-bottom: 0; +} + /* Navbar specific list items ----------------------------------------*/ diff --git a/theme/content.css b/theme/content.css index 1e05211de..14d463282 100644 --- a/theme/content.css +++ b/theme/content.css @@ -259,7 +259,7 @@ dd.option { } .postbody { - padding: 5px; + padding: 5px 5px 5px 20px; line-height: 1.48em; width: 100%; float: left; diff --git a/theme/forms.css b/theme/forms.css index 5646a7d6c..d260e2177 100644 --- a/theme/forms.css +++ b/theme/forms.css @@ -409,7 +409,7 @@ input.button1:focus, input.button2:focus, input.button3:focus { display: block; float: right; margin-right: 5px; - margin-top: 30px; + margin-top: 22px; } .search-header .inputbox { border: 0; } diff --git a/theme/images/site-logo.svg b/theme/images/site-logo.svg new file mode 100644 index 000000000..2750b16d7 --- /dev/null +++ b/theme/images/site-logo.svg @@ -0,0 +1,575 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + discussion forums + + diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 5c41d2ec6..8049f4771 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -1,6 +1,7 @@ /* phpBB3 Style Sheet -------------------------------------------------------------- - Style name: Gentoo Light + Style name: Gentoo 20XX + Based on style: Gentoo Light Based on style: prosilver (the default phpBB 3.2.x style) Based on style: Gentoo phpBB 2 (Derived from subSilver by Kyle Manna) Original author: Tom Beddard ( http://www.subblue.com/ )