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: Sun, 23 Mar 2014 13:56:15 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/03/23 13:56:15

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

Log message:
        More fixes.

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

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- layout5.css 23 Mar 2014 11:04:32 -0000      1.83
+++ layout5.css 23 Mar 2014 13:56:14 -0000      1.84
@@ -42,8 +42,8 @@
             main nav-bar
    #334683  blue from GNU banner: h2, special links
    #3465a4  slightly lighter blue: edu-cases ridges, border around notes
-   #005c90  greenish blue: normal links
-   #352d72  purplish blue: normal visited links
+   #005490  greenish blue: normal links
+   #100472  purplish blue: normal visited links
    #171d33  dark blue (from screenshot): shade behind button
    #ffc     very pale yellow: highlight-para background
    #fff898  pale yellow: table headers, fsf-frame and highlight background
@@ -54,6 +54,7 @@
 
 /* Luminosity contrast ratio
    source: http://springmeier.org/www/contrastcalculator/index.php
+
    #000 (black) vs. #fff (white) 21.3
    #000         vs. #ff3         19.6
    #00f (blue)  vs. #ff3          8.02
@@ -63,13 +64,16 @@
    #333         vs  black         1.66
    #222         vs. white        15.91
    #222         vs. #c9cccf       9.87
+
    #971611      vs. #e7e9eb       7.07
+
    #334683      vs. white         8.96
    #334683      vs. #fff898       8.16
    #334683      vs. #e7e9eb       7.36
    #334683      vs. 777           2.0 
    #334683      vs. 333           1.45
    #334683      vs. black         2.34
+
    #005490      vs. white         7.86
    #005490      vs. #e4ffcc       7.21
    #005490      vs. #fff898       7.16
@@ -77,11 +81,12 @@
    #005490      vs. #777          1.76
    #005490      vs. #333          1.61
    #005490      vs. black         2.67
+
    #100472      vs. white        16.38
    #100472      vs. #777          3.66
    #100472      vs. #333          1.30
    #100472      vs. black         1.28
-   #100472      vs. #005490       2.08
+   #100472      vs. #005490       2.08  color difference 114
 */
 
 
@@ -424,7 +429,7 @@
 #content small  { font-size: .9em; }
 
 /* Equivalent of #backtotop within a section. For example: "Back to
-   Education Cases" (would require modifying a few pages) */
+   Education Cases" (requires modifying a few pages) */
 .back { text-align: right; font-weight: bold; }
 .back a, .back a:visited { color: #333; }
 .back a:hover { color: #777; }
@@ -608,7 +613,7 @@
    border: 0;
 }
 .highlight-para {
-   padding: 0 1em .3em 1em;
+   padding: 0 1.2em;
    background-color: #ffc;
    border: 2px solid #b9bcbf;
 }
@@ -871,17 +876,20 @@
 #dynamic-duo {
    float: right;
    width: 25em;
-   padding: 1.25em;
+   padding: 1.25em 1.25em .4em 1.25em;
    margin: .3em 1em 1em 1em;
    border: .5em solid #acc890;
 }
 #dynamic-duo img { width: 100%; }
-#dynamic-duo.highlight-para {border-width: 1px; }
+#dynamic-duo p.highlight-para {
+   padding: .5em .8em;
+   border-width: 1px;
+}
 
 /* Used in /software/for-windows.html */
 #windows7sins {
    float: right;
-   width: 25.8em;
+   width: 25.83em;
    margin: 0 1em 1em 1em;
 }
 #windows7sins img { width: 100%; }



reply via email to

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