commit:     06e0d44a43d0aa9b634bdfd70d3a31ae1d69390b
Author:     Marco Genasci <fedeliallalinea <AT> gmail <DOT> com>
AuthorDate: Tue Jul 20 18:32:27 2021 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 18:22:37 2021 +0000
URL:        https://gitweb.gentoo.org/proj/forums.git/commit/?id=06e0d44a

Fixed some color/spacing glitches

Signed-off-by: Marco Genasci <fedeliallalinea <AT> gmail.com>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 theme/colours.css    | 18 +++++++++---------
 theme/common.css     | 10 +++-------
 theme/responsive.css |  2 +-
 3 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/theme/colours.css b/theme/colours.css
index 31768a46e..bbf6653b7 100644
--- a/theme/colours.css
+++ b/theme/colours.css
@@ -30,10 +30,17 @@ hr {
        color: #444;
 }
 
-.responsive-center {
+.responsive-center,
+.right.responsive-center,
+.action-bar {
        color: #333333;
 }
 
+/* .action-bar a,
+.action-bar a.rightside {
+       color: #663399;
+} */
+
 .wrap {
        background-color: #fafafa;
 }
@@ -141,13 +148,6 @@ a:hover {
        filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#54487A', endColorstr='#493f6a',GradientType=0 ); /* IE6-9 */
 }
 
-/* /* .navbar {
-       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;
 }
@@ -236,7 +236,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list 
li:nth-child(even) {
        border-bottom-color: #a9b8c2;
 }
 
-ul.linklist > li.rightside, p.rightside, a.rightside {
+ul.linklist > li.rightside, p.rightside {
        color: white;
 }
 

diff --git a/theme/common.css b/theme/common.css
index 5eb2a4395..c3afd6221 100644
--- a/theme/common.css
+++ b/theme/common.css
@@ -30,7 +30,7 @@ h2 {
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: normal;
        font-size: 2em;
-       padding: 0.8em 0 0.2em 0;
+       padding: 0 0 0.2em 0;
 }
 
 h2.solo {
@@ -141,7 +141,7 @@ a:hover     { text-decoration: underline; }
        margin: 0 auto;
        max-width: 100%;
        min-width: 625px;
-       padding: 0 10px 10px
+       padding: 20px 10px;
 }
 
 #page-header,
@@ -217,7 +217,7 @@ a:hover     { text-decoration: underline; }
 }
 
 .forabg, .forumbg {
-       margin-bottom: 4px;
+       margin-bottom: 10px;
        clear: both;
 }
 
@@ -1267,10 +1267,6 @@ ul.linklist:after,
        display: none;
 }
 
-.navbar {
-    margin-bottom: -3px;
-}
-
 .navbar .inner ul {
        padding: 2px 5px;
 }

diff --git a/theme/responsive.css b/theme/responsive.css
index 60d1ee32e..be5b1368a 100644
--- a/theme/responsive.css
+++ b/theme/responsive.css
@@ -142,7 +142,7 @@
                border-radius: 0;
                margin: 0;
                min-width: 290px;
-               padding: 10 5px;
+               padding: 10px 5px;
        }
 
        /* Common block wrappers

Reply via email to