www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/nav-bar/test8 layout.css


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test8 layout.css
Date: Sat, 28 Dec 2013 22:37:29 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 13/12/28 22:37:29

Modified files:
        server/staging/nav-bar/test8: layout.css 

Log message:
        Fix hover color (important needed); #logo: font > font-family.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test8/layout.css?cvsroot=www&r1=1.13&r2=1.14

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test8/layout.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- layout.css  28 Dec 2013 16:35:37 -0000      1.13
+++ layout.css  28 Dec 2013 22:37:28 -0000      1.14
@@ -29,12 +29,12 @@
    #f1f2f3  very light bluish gray: button, footer
    #e7e9eb  light bluish gray: translations, edu-nav bar
    #c9cccf  bluish gray: top links, searcher, nav bars (main and fsf links)
-   #810606  red from join-fsf button: special, active and visited links
-   #971611  red from GNU banner: button link, navbar li background
-   #b11107  red from FSF logo: border around highlighted boxes
+   #971611  red from GNU banner: button link, navbar li background, special,
+            active and visited links
+   #b11107  red from FSF logo: border around highlighted boxes, join-fsf link
    #ee0800  brighter red: hover normal links
    #171d33  dark blue (from screenshot), edu-cases ridges, shade behind button
-   #334683  blue from banner: h2, normal links
+   #334683  blue from GNU banner: h2, normal links
    #44536b  dull blue: screen background
    #ffc     pale yellow: highlight background
    #ff3     yellow: urgent
@@ -64,7 +64,7 @@
 }
 
 a[href] { color: #334683; }
-a[href]:visited { color: #810606 !important; }
+a[href]:visited { color: #971611 !important; }
 a[href]:active, a[href]:hover { color: #ee0800; }
 a:hover { color: #ee0800; }
 
@@ -108,16 +108,18 @@
    margin-bottom: .2em;
    background-color: #c9cccf;
 }
-#toplinks a { color: #222; text-decoration: none; }
-#toplinks a:hover { text-decoration: underline; }
+#toplinks a, #toplinks a:visited {
+   color: #222 !important; text-decoration: none;
+}
+#toplinks a:hover { color: #ee0800 !important; text-decoration: underline; }
 /* Highlight the link to the FSF mission statement */
 #toplinks span.fsf {
    font-size: 1.1em;
    padding-top: .3em;
 }
-#toplinks span.fsf a { color: #810606 !important; }
+#toplinks span.fsf a { color: #971611 !important; }
 #toplinks span.fsf a:hover {
-   color: #222 !important;  text-decoration: underline;
+   color: #ee0800 !important;  text-decoration: underline;
 }
 
 #searcher {
@@ -142,25 +144,29 @@
    display: inline-block;
    margin-left: .3em; margin-right: .3em;
 }
-#translations a { color: #333; text-decoration: none; }
-#translations a:hover { text-decoration: underline; }
+#translations a, #translations a:visited {
+   color: #333 !important; text-decoration: none;
+}
+#translations a:hover { color: #ee0800 !important; text-decoration: underline; 
}
 #translations p { margin-bottom: 0.3em; }
 /* Highlight the link to the original page */
 #translations span.original {
    font-size: 1.1em; font-weight: bold;
    padding-top: .3em;
 }
-#translations span.original a { color: #810606 !important; }
+#translations span.original a { color: #971611 !important; }
 #translations span.original a:hover {
-   color: #333 !important;  text-decoration: underline;
+   color: #ee0800 !important; text-decoration: underline;
 }
 
 
 /*** SPECIAL BANNER ***/
 
 /* Begin fundraising banner */
-#fundraiserbanner2013-14 { max-width: 69em; margin: auto; margin-top: .5em; 
margin-bottom: 2em; }
-
+#fundraiserbanner2013-14 {
+   max-width: 69em;
+   margin: auto; margin-top: .5em; margin-bottom: 2em;
+}
 #fundraiserbanner2013-14 .right {
    float: right;
    height: 7.2em;
@@ -172,6 +178,8 @@
    line-height: 1.2em;
    padding-top: 1em;
 }
+#fundraiserbanner2013-14 .text a:visited { color: #334683 !important }
+#fundraiserbanner2013-14 .text a:hover { color: #ee0800 !important }
 #fundraiserbanner2013-14 p { margin: .3em; }
 /* End fundraising banner */
 
@@ -184,7 +192,7 @@
 }
 #logo {
    font-size: 2.5em;
-   font: sans-serif !important; 
+   font-family: sans-serif !important;
    font-weight: bold;
    padding: .6em;
    margin-top: .4em; margin-left: .4em;
@@ -199,13 +207,12 @@
    font-size: 1em;
    color: #971611;
 }
-#logo a {
+#logo a, #logo a:visited  {
    font-size: 1em;
-   color: #334683; text-decoration: none;
+   color: #334683 !important; text-decoration: none;
    cursor: pointer;
 }
 
-
 /*** NAVIGATION BAR ***/
 
 #navigation { clear: both; }
@@ -221,18 +228,18 @@
    background-color: #c9cccf;
 }
 #navigation li { display: inline; }
-#navigation li a {
+#navigation li a, #navigation li a:visited {
    font-weight: bold;
    padding: .3em .9em;
-   color: white; text-decoration: none;
+   color: white !important; text-decoration: none;
    background-color: #971611;
 }
 #navigation li.active a {
-   color: #810606;
+   color: #971611 !important;
    background-color: transparent;
 }
 #navigation li a:hover {
-   color: #222 !important; text-decoration: underline;
+   color: #ee0800 !important; text-decoration: underline;
    background-color: transparent;
 }
 
@@ -251,7 +258,7 @@
    color: #334683; 
 }
 #content:lang(ar), #content:lang(fa), #content:lang(he) { text-align: right; }
-#content h2 a { color: #810606 !important; }
+#content h2 a { color: #971611 !important; }
 #content h3, #content h4, #content h5, #content h6 { line-height: 1.5em; }
 #content h3 { font-size: 1.6em; }
 #content h4 { font-size: 1.3em; }
@@ -282,8 +289,12 @@
    list-style: none;
    padding: 0 .6em;
 }
-#fsf-links li a { color: #222; text-decoration: none; }
-#fsf-links li a:hover { text-decoration: underline; }
+#fsf-links li a, #fsf-links li a:visited {
+   color: #222 !important; text-decoration: none;
+}
+#fsf-links li a:hover {
+   color: #ee0800 !important; text-decoration: underline;
+}
 
 
 /*** FSF STUFF ***/
@@ -301,9 +312,11 @@
 }
 #join-fsf a, #join-fsf a:visited {
    font-weight: bold;
-   color: #b11107; text-decoration: none;
+   color: #b11107 !important; text-decoration: none;
+}
+#join-fsf a:hover {
+   color: #ee0800 !important; text-decoration: underline;
 }
-#join-fsf a:hover { color: #333; text-decoration: underline; }
 #join-fsf img {
    height: 1.8em;
    position: relative; top: .5em;
@@ -325,7 +338,8 @@
    font-size: 1.1em; font-weight: bold;
    margin: 2em 0 2em 0;
 }
-
+#backtotop a, #backtotop a:visited { color: #334683 !important; }
+#backtotop a:hover { color: #ee0800 !important; }
 
 /*** FOOTER ***/
 
@@ -452,21 +466,25 @@
    display: inline-block;
    list-style-type: none;
 }
+
+p.edu-breadcrumb { text-align: center; padding: .5em; }
+
 #edu-navigation li a {
    padding: 0 .6em;
    color: #333; text-decoration: none;
 }
-p.edu-breadcrumb { text-align: center; padding: .5em; }
-p.edu-breadcrumb a { color: #810606 !important; text-decoration: none }
-
-#edu-navigation li.active a, #edu-navigation li a:hover {
-   color: #810606 !important;
+#edu-navigation li.active a {
+   color: #971611 !important;
+}
+p.edu-breadcrumb a {
+   color: #971611 !important; text-decoration: none
 }
 #edu-navigation li a:hover, p.edu-breadcrumb a:hover {
-   color: #333 !important;
+   color: #ee0800 !important;
    text-decoration: underline;
 }
 
+
 /* styles for subsections of /education "Case Studies" */
 div.edu-cases {
    border-top: .5em ridge #171d33;
@@ -485,9 +503,15 @@
    margin-right: 3em;
 }
 
-img.ambedkar { width: 26em; max-width: 100%; margin: 2.4em 0px 2.4em 2.4em; 
float: right; }
+img.ambedkar {
+   float: right;
+   width: 26em; max-width: 100%;
+   margin: 2.4em 0px 2.4em 2.4em;
+}
 
 #back { text-align: right; font-weight: bold; }
+#back a, #back a:visited { color: #334683 !important; }
+#back a:hover { color: #ee0800 !important; }
 
 /* End items specific to education */
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]