public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "John R. Graham" <john_r_graham@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/forums:styles/Gentoo-SUBSILVER commit in: Gentoo-SUBSILVER/theme/images/, Gentoo-SUBSILVER/template/, Gentoo-SUBSILVER/, ...
Date: Thu, 19 Dec 2019 12:20:51 +0000 (UTC)	[thread overview]
Message-ID: <1576758000.f21a3fcef3980c04840eba3179804375d3b7fcee.john_r_graham@gentoo> (raw)

commit:     f21a3fcef3980c04840eba3179804375d3b7fcee
Author:     John R. Graham <john_r_graham <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 21:29:49 2019 +0000
Commit:     John R. Graham <john_r_graham <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 12:20:00 2019 +0000
URL:        https://gitweb.gentoo.org/proj/forums.git/commit/?id=f21a3fce

Initial tweaks to create the Gentoo-SUBSILVER style.

Incomplete work in progress.

Signed-off-by: John R. Graham <john_r_graham <AT> gentoo.org>

 Gentoo-SUBSILVER/style.cfg                           |   7 ++++---
 Gentoo-SUBSILVER/template/overall_header.html        |   2 +-
 Gentoo-SUBSILVER/theme/colours.css                   |   8 ++++----
 .../theme/{colours.css => colours.css.save}          |  16 ++++++++--------
 Gentoo-SUBSILVER/theme/common.css                    |  11 ++++++-----
 Gentoo-SUBSILVER/theme/images/site_logo.gif          | Bin 7019 -> 25314 bytes
 6 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/Gentoo-SUBSILVER/style.cfg b/Gentoo-SUBSILVER/style.cfg
index 28bb9e2a5..1b151d777 100644
--- a/Gentoo-SUBSILVER/style.cfg
+++ b/Gentoo-SUBSILVER/style.cfg
@@ -16,12 +16,13 @@
 # the value, then enclose the value with single or double quotes.
 # Single and double quotes do not need to be escaped.
 #
+# Based on AllanStyle-SUBSILVER, customized for the Gentoo Forums.
 #
 
 # General Information about this style
-name = AllanStyle-SUBSILVER
-copyright = © Allan Style, 2017 phpbb3.x-tk.ru
-style_version = 2.0.3
+name = Gentoo-SUBSILVER
+copyright = © 2018 Gentoo Foundation
+style_version = 1.0.0
 phpbb_version = 3.2.2
 
 # Defining a different template bitfield

diff --git a/Gentoo-SUBSILVER/template/overall_header.html b/Gentoo-SUBSILVER/template/overall_header.html
index eb262db80..c0ab410fe 100644
--- a/Gentoo-SUBSILVER/template/overall_header.html
+++ b/Gentoo-SUBSILVER/template/overall_header.html
@@ -82,7 +82,7 @@
 			<div class="inner">
 
 			<div id="site-description" class="site-description">
-				<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
+				<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"><span style="visibility:hidden">-</span></span></a>
 				<h1>{SITENAME}</h1>
 				<p>{SITE_DESCRIPTION}</p>
 				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>

diff --git a/Gentoo-SUBSILVER/theme/colours.css b/Gentoo-SUBSILVER/theme/colours.css
index dd3c23c76..c0a29a96c 100644
--- a/Gentoo-SUBSILVER/theme/colours.css
+++ b/Gentoo-SUBSILVER/theme/colours.css
@@ -9,7 +9,7 @@ html, body {
 }
 
 h1 {
-	color: #000000;
+	color: #46357C;
 }
 
 h2 {
@@ -82,8 +82,8 @@ a.exlinks { color: #105289 !important; }
 /* Round cornered boxes and backgrounds
 ---------------------------------------- */
 #header-subsilver{
-	background-color: #d9dfe4;
-	border-bottom: 1px solid #4787a7;
+	background-color: #46357C;
+	/* border-bottom: 1px solid #4787a7; */
 }
 
 .wrap {
@@ -92,7 +92,7 @@ a.exlinks { color: #105289 !important; }
 }
 
 .headerbar {
-	color: #333333;
+	color: #46357C;
 }
 
 .forumbg, .forabg {

diff --git a/Gentoo-SUBSILVER/theme/colours.css b/Gentoo-SUBSILVER/theme/colours.css.save
similarity index 99%
copy from Gentoo-SUBSILVER/theme/colours.css
copy to Gentoo-SUBSILVER/theme/colours.css.save
index dd3c23c76..4de0358e4 100644
--- a/Gentoo-SUBSILVER/theme/colours.css
+++ b/Gentoo-SUBSILVER/theme/colours.css.save
@@ -9,7 +9,7 @@ html, body {
 }
 
 h1 {
-	color: #000000;
+	color: #46357C;
 }
 
 h2 {
@@ -37,7 +37,7 @@ a.exlinks { color: #105289 !important; }
 
 /* Links on gradient backgrounds */
 .forumbg .header a, .forabg .header a, th a {
-	color: #105289;
+	color: #46357C;
 }
 
 .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
@@ -82,8 +82,8 @@ a.exlinks { color: #105289 !important; }
 /* Round cornered boxes and backgrounds
 ---------------------------------------- */
 #header-subsilver{
-	background-color: #d9dfe4;
-	border-bottom: 1px solid #4787a7;
+	background-color: #46357C;
+	/* border-bottom: 1px solid #4787a7; */
 }
 
 .wrap {
@@ -92,7 +92,7 @@ a.exlinks { color: #105289 !important; }
 }
 
 .headerbar {
-	color: #333333;
+	color: #46357C;
 }
 
 .forumbg, .forabg {
@@ -286,7 +286,7 @@ dl.details dd {
 }
 
 .jumpbox .dropdown .pointer-inner {
-	border-color: #E1EBF2 transparent;
+	border-color: #46357C transparent;
 }
 
 .jumpbox-sub-link {
@@ -339,7 +339,7 @@ ul.forums {
 }
 
 ul.topiclist li {
-	color: #4C5D77;
+	color: #46357C;
 }
 
 ul.topiclist dd {
@@ -352,7 +352,7 @@ ul.topiclist dd {
 }
 
 li.row {
-	border-top-color:  #a9b8c2;
+	border-top-color: #46357C;
 }
 
 li.row strong {

diff --git a/Gentoo-SUBSILVER/theme/common.css b/Gentoo-SUBSILVER/theme/common.css
index 917f6e1f8..e970e7c74 100644
--- a/Gentoo-SUBSILVER/theme/common.css
+++ b/Gentoo-SUBSILVER/theme/common.css
@@ -139,7 +139,7 @@ a:hover	{ text-decoration: underline; }
 /* Main blocks
 ---------------------------------------- */
 #header-subsilver {
-	padding: 0 5px;
+	padding: 0 0px;
 }
 
 .wrap {
@@ -165,7 +165,8 @@ a:hover	{ text-decoration: underline; }
 .logo {
 	float: left;
 	width: auto;
-	padding: 0 13px;
+	padding: 0 0px;
+	max-height: 109px;
 }
 
 .logo:hover {
@@ -174,8 +175,8 @@ a:hover	{ text-decoration: underline; }
 
 .site_logo {
 	display: inline-block;
-	width: 170px;
-	height: 94px;
+	width: 532px;
+	height: 109px;
 }
 
 /* Site description and logo */
@@ -193,7 +194,7 @@ a:hover	{ text-decoration: underline; }
 .headerbar {
 	margin: 0 auto;
 	max-width: 100%;
-	padding: 5px 20px;
+	padding: 0px 0px;
 }
 
 .navbar-top, .navbar {

diff --git a/Gentoo-SUBSILVER/theme/images/site_logo.gif b/Gentoo-SUBSILVER/theme/images/site_logo.gif
index d72f7a7eb..c33c2106a 100644
Binary files a/Gentoo-SUBSILVER/theme/images/site_logo.gif and b/Gentoo-SUBSILVER/theme/images/site_logo.gif differ


                 reply	other threads:[~2019-12-19 12:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576758000.f21a3fcef3980c04840eba3179804375d3b7fcee.john_r_graham@gentoo \
    --to=john_r_graham@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox