www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout5.css


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout5.css
Date: Thu, 20 Mar 2014 22:40:27 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/03/20 22:40:27

Modified files:
        server/staging/nav-bar/test9: layout5.css 

Log message:
        Various fixes.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout5.css?cvsroot=www&r1=1.71&r2=1.72

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- layout5.css 20 Mar 2014 14:30:14 -0000      1.71
+++ layout5.css 20 Mar 2014 22:40:27 -0000      1.72
@@ -57,10 +57,11 @@
    #000 (black) vs. #fff (white) 21.3
    #000         vs. #ff3         19.6
    #00f (blue)  vs. #ff3          8.02
-   #282828      vs. white        14.74
+   #555         vs. white         7.46
    #333         vs. white        12.63
    #333         vs. #e7e9eb      10.38
    #333         vs. #c9cccf       7.83
+   #222         vs. white        15.91 (text)
    #222         vs. #c9cccf       9.87
    #6b0202      vs. white        12.85
    #971611      vs. #e7e9eb       7.07
@@ -70,7 +71,9 @@
    #334683      vs. #e7e9eb       7.36
    #334683      vs. black         2.34
    #2b3e7b      vs. white        10.11
-   #006080      vs. white         7.04
+   #2a3a6c      vs. white        10.94 (normal links)
+   #2a5f61      vs. white         7.22
+   #006080      vs. white         7.04 (visited links)
    #f00 (red)   vs. #2b3e7b       2.53
    #f00         vs. 971611        2.15
    #f00         vs. #750000       2.99
@@ -88,7 +91,7 @@
    padding: 0;
    margin: 0;
    text-decoration: none;
-   color: #282828;
+   color: #222;
    background-color: #5b6a96;
    /* Source: http://www.impressivewebs.com/css3-linear-gradient-syntax/ */
    background: -moz-linear-gradient(#5b6a96, #c9cccf); /* FF 3.6+ */  
@@ -111,7 +114,7 @@
    margin: auto; max-width:74.92em;
 }
 
-a[href] { color: #2b3e7b; }
+a[href] { color: #2a3a6c; }
 a[href]:visited { color: #006080; }
 a[href]:active, a[href]:hover { color: red; }
 
@@ -384,11 +387,10 @@
    padding: .7em 0 0 0; margin: 0 0 .9em 0;
    color: #334683; text-shadow: #999 1px 1px 0;
 }
-
-#content h2 a { font-size: .9em; }
 #content h3, #content h4, #content h5, #content h6, #content p {
    margin-top: 1em;
 }
+
 #content h3 { font-size: 1.6em; }
 #content h4 { font-size: 1.3em; }
 #content h5 { font-size: 1.1em; }
@@ -400,6 +402,14 @@
 #content li, #fsf-campaigns li, #content dd, #content p, #content pre,
    #content dt, #content code, #content address { line-height: 1.3em; }
 
+#content h2 a, #content h2 a:visited {
+   font-size: .9em;
+   text-shadow: none;
+   text-decoration: none;
+}
+#content h3 a, #content h4 a { text-decoration: none; }
+#content h3 a:visited, #content h4 a:visited { color: #334683; }
+
 /* For column headers in education.html, but could apply elsewhere. */
 #content .yui-gc h2 {
    text-shadow: none;
@@ -577,21 +587,24 @@
 
 .highlight, .highlight-para {
    clear: both;
-   padding: .2em .5em;
    margin-bottom: 1em;
    color: black;
-   background-color: #ffc;
-   border: 2px solid #c9cccf;
+}
+.highlight  {
+   padding: .2em .5em;
+   background-color: #fff8b2;
+   border: 0;
 }
 .highlight-para {
    padding: 0 1em;
+   background-color: #ffc;
+   border: 2px solid #b9bcbf;
 }
-
 .announcement {
    font-size: 1.1em; font-weight: bold;
    padding-left: 1em;
    margin: 0 0 1em 1em;
-   border-left: .7em solid #c9cccf;
+   border-left: .7em solid #b9bcbf;
 }
 
 /* the urgent div should be enabled when we have something urgent to



reply via email to

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