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 so...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout5.css so...
Date: Mon, 24 Mar 2014 18:00:30 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/03/24 18:00:30

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

Log message:
        Increase contrast in searcher; restrict hover to [href] in h2 and h3; 
replace '&' with 'and' in <style> comment.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout5.css?cvsroot=www&r1=1.88&r2=1.89
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/software.html?cvsroot=www&r1=1.7&r2=1.8
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/home5.html?cvsroot=www&r1=1.15&r2=1.16

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- layout5.css 24 Mar 2014 13:14:08 -0000      1.88
+++ layout5.css 24 Mar 2014 18:00:28 -0000      1.89
@@ -28,7 +28,7 @@
    white    background for inner, searcher, nav-bar text & listing
    blue     urgent links
    black    gpl-compat-matrix, hover
-   #111, #222, #333, #444, #666, #999, #ddd, #eee, #ededed
+   #111, #222, #333, #444, #555, #666, #999, #ddd, #eee, #ededed
             shades of pure gray: text, listing, special items
    #777     medium gray: hover
    #f5f6f7  very light bluish gray: footer, emph-box
@@ -65,6 +65,7 @@
    #333         white          12.63          612
    #333         #e7e9eb        10.38          546
    #333         #c9cccf         7.83          459
+   #555         white           7.46          510
 
 Red from GNU banner
    #971611      white           8.61          704
@@ -201,7 +202,7 @@
 
 #searcher input {
    font-family: "FreeSans", sans-serif;
-   color: #666;
+   color: #555;
 }
 
 #translations {
@@ -291,7 +292,7 @@
    font-family: "FreeSans", sans-serif;
    font-weight: bold;
    margin: .1em .2em 0 .2em;
-   color: #666;
+   color: #555;
 }
 #fssbox a, #fssbox a:visited {
    font-size: 1.1em;
@@ -428,8 +429,8 @@
    text-decoration: none;
 }
 #content h3 a, #content h4 a { text-decoration: none; }
-#content h3 a:visited, #content h4 a:visited { color: #334683; }
-#content h3 a:hover, #content h4 a:hover { color: #777; }
+#content h3 a[href]:visited, #content h4 a[href]:visited { color: #334683; }
+#content h3 a[href]:hover, #content h4 a[href]:hover { color: #777; }
 
 /* For column headers in education.html, but could apply elsewhere. */
 #content .yui-gc h2 {
@@ -604,7 +605,7 @@
    padding: 0 1em; 
    border-left: .4em solid #b9bcbf; border-right: .4em solid #b9bcbf;
 }
-#Action h2{
+#Action h2 {
    float: none;
    text-align: center;
    padding-top: 0;

Index: software.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/software.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- software.html       24 Mar 2014 10:19:57 -0000      1.7
+++ software.html       24 Mar 2014 18:00:28 -0000      1.8
@@ -58,7 +58,7 @@
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 
#820202), color-stop(100%, #f71111)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#820202, #f71111); /* Safari 5.1+, 
Chrome 10+ */  
    background: -o-linear-gradient(#820202, #f71111); /* Opera 11.10 */  
-   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820202', 
endColorstr='#f71111'); /* IE6 & IE7 */  
+   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820202', 
endColorstr='#f71111'); /* IE6 and IE7 */  
    -ms-filter: 
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#820202', 
endColorstr='#f71111')"; /* IE8+ */  
    background: linear-gradient(#820202, #f71111); /* the standard */
 }
@@ -374,7 +374,7 @@
 
 <p></p><p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/03/24 10:19:57 $
+$Date: 2014/03/24 18:00:28 $
 <!-- timestamp end -->
 </p>
 </div>

Index: home5.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/home5.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- home5.html  20 Mar 2014 09:59:51 -0000      1.15
+++ home5.html  24 Mar 2014 18:00:28 -0000      1.16
@@ -53,7 +53,7 @@
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 
#820202), color-stop(100%, #f71111)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#820202, #f71111); /* Safari 5.1+, 
Chrome 10+ */  
    background: -o-linear-gradient(#820202, #f71111); /* Opera 11.10 */  
-   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820202', 
endColorstr='#f71111'); /* IE6 & IE7 */  
+   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820202', 
endColorstr='#f71111'); /* IE6 and IE7 */  
    -ms-filter: 
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#820202', 
endColorstr='#f71111')"; /* IE8+ */  
    background: linear-gradient(#820202, #f71111); /* the standard */
 }
@@ -245,8 +245,33 @@
 
 </div><!-- for id="content", starts in the include above -->
 
-<!--#include virtual="/server/staging/nav-bar/test9/footer-text.html" -->
+<!-- begin server/footer-text.html -->
 
+<div id="fsf-links">
+ <ul>
+  <li><a href="/">GNU&nbsp;home&nbsp;page</a></li>
+  <li><a href="http://www.fsf.org/";>FSF&nbsp;home&nbsp;page</a></li>
+  <li><a href="/graphics/graphics.html">GNU&nbsp;Art</a></li>
+  <li><a href="/fun/fun.html">GNU&nbsp;Fun</a></li>
+  <li><a href="/people/people.html">GNU's&nbsp;Who?</a></li>
+  <li><a 
href="http://directory.fsf.org";>Free&nbsp;Software&nbsp;Directory</a></li>
+  <li><a href="/server/sitemap.html">Site&nbsp;map</a></li>
+ </ul>
+</div><!-- /fsf-links -->
+
+<div id="mission-statement">
+
+<blockquote>
+<p><a href="http://www.fsf.org";><img id="fsfbanner" 
src="logo-fsf.org-notext.png" alt=" [FSF logo] "/></a><strong>“Our mission is 
to preserve, protect and promote the freedom to use, study, copy, modify, and 
redistribute computer software, and to defend the rights of Free Software 
users.”</strong></p>
+</blockquote>
+
+<p>The <a href="http://www.fsf.org";>Free Software Foundation</a> is the 
principal organizational sponsor of the GNU Operating System. <strong>Support 
GNU and the FSF</strong> by <a href="http://shop.fsf.org/";>buying manuals and 
gear</a>, <a href="https://my.fsf.org/associate/support_freedom?referrer=4052";> 
<strong>joining the FSF</strong></a> as an associate member, or making a 
<strong>donation</strong>, either <a href="http://donate.fsf.org/";>directly to 
the FSF</a> or <a 
href="http://flattr.com/thing/313733/gnuproject-on-Flattr";>via Flattr</a>.</p>
+
+<p id="backtotop"><a href="#header">Back to Top</a></p>
+
+</div> <!-- /mission-statement -->
+
+<!-- end server/footer-text.html -->
 <p id="sisters">The FSF also has sister organizations in <a 
href="http://www.fsfe.org";>Europe</a>, <a
 href="http://www.fsfla.org/";>Latin America</a> and <a
 href="http://fsf.org.in/";>India</a>.</p>
@@ -288,7 +313,7 @@
 
 <p></p><p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/03/20 09:59:51 $
+$Date: 2014/03/24 18:00:28 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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