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: Sun, 29 Dec 2013 20:08:37 +0000

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

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

Log message:
        More color adjustments

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

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test8/layout.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- layout.css  29 Dec 2013 18:33:52 -0000      1.18
+++ layout.css  29 Dec 2013 20:08:36 -0000      1.19
@@ -29,8 +29,8 @@
    black    gpl-compat-matrix, takeactionhomepage (unused?)
    #111, #222, #333, #555, #666666, #ddd, #eee, #ededed
             shades of pure gray: text, listing, special items
-   #e7e9eb  light bluish gray: translations, edu-nav bar, button, emph-box,
-            footer
+   #f5f6f7  emph-box, footer
+   #e7e9eb  light bluish gray: translations, edu-nav bar, button            
    #c9cccf  bluish gray: top links, searcher, nav bars (main and fsf links)
    #810606  red from join-fsf button: special links 
    #971611  red from GNU banner: button link, navigation li background, active
@@ -41,6 +41,7 @@
    #334683  blue from GNU banner: h2, normal links
    #171d33  dark blue (from screenshot), edu-cases ridges, shade behind button
    #ffc     pale yellow: highlight background
+   #ff6     medium yellow: hover background
    #ff3     yellow: urgent
    #ccffcc  light green: gpl-compat-matrix
    #e4ffcc  light yellowish green: gpl-compat-matrix
@@ -266,8 +267,8 @@
    background-color: white;
 }
 #navigation li a:hover {
-   color: #ff0000 !important;
-   background-color: transparent;
+   color: #810606 !important;
+   background-color: #ff6;
 }
 
 
@@ -342,7 +343,7 @@
    color: #b11107 !important; text-decoration: none;
 }
 #join-fsf a:hover {
-   color: #ff0000 !important;
+   color: #ff0000 !important; text-decoration: underline;
 }
 #join-fsf img {
    height: 1.8em;
@@ -374,7 +375,7 @@
 #footer {
    font-size: .9em;
    padding: 1em;
-   background-color: #e7e9eb;
+   background-color: #f5f6f7;
    border-top: 1px solid #c9cccf;
 }
 #footer p { margin-bottom: 0; }
@@ -409,7 +410,7 @@
 
 .emph-box {
    padding: 1em;
-   background-color: #e7e9eb;
+   background-color: #f5f6f7;
    border: 1px solid #c9cccf;
 }
 .emph-box p { font-size: .9em }
@@ -495,8 +496,6 @@
    list-style-type: none;
 }
 
-p.edu-breadcrumb { text-align: center; padding: .5em; }
-
 #edu-navigation li a, #edu-navigation li a:visited {
    padding: .3em .6em;
    color: #222 !important; text-decoration: none;
@@ -506,13 +505,18 @@
    color: #971611 !important;
    background-color: white;
 }
+#edu-navigation li a:hover {
+   color: #810606 !important;
+   background-color: #ff6;
+}
+p.edu-breadcrumb { text-align: center; padding: .5em; }
+
 p.edu-breadcrumb a {
    font-weight: bold;
    color: #971611 !important; text-decoration: none
 }
-#edu-navigation li a:hover, p.edu-breadcrumb a:hover {
-   color: #ff0000 !important;
-   background-color: transparent;
+p.edu-breadcrumb a:hover {
+   color: #ff0000 !important; text-decoration: underline; }
 }
 
 /* styles for subsections of /education "Case Studies" */



reply via email to

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