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: Wed, 19 Mar 2014 22:32:27 +0000

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

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

Log message:
        Visited links #6b0202 (Dpra).

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

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- layout5.css 19 Mar 2014 20:50:12 -0000      1.61
+++ layout5.css 19 Mar 2014 22:32:27 -0000      1.62
@@ -36,7 +36,8 @@
    #e7e9eb  light bluish gray: button
    #d1d4d7  edu-navbar, fsf-links
    #c9cccf  bluish gray: top links, searcher, announcement border, button 
border
-   #971611  red from GNU banner: button link, normal visited links
+   #6b0202  normal visited links
+   #971611  red from GNU banner: button link
    #a50606  intermediate red from fs-gang gradient: fallback fs-gang 
background,
             main nav-bar
    #334683  blue from GNU banner: h2, normal links
@@ -107,9 +108,8 @@
 }
 
 a[href] { color: #334683; }
-a[href]:visited { color: #963a25; }
+a[href]:visited { color: #6b0202; }
 a[href]:active, a[href]:hover { color: red; }
-a:hover { color: red; }
 
 blockquote { margin: 1em; font-style: italic; }
 
@@ -203,7 +203,7 @@
    padding-top: .3em;
 }
 #translations span.original a, a:visited {
-   color: #963a25;
+   color: #6b0202;
 }
 #translations a:hover, #translations span.original a:hover {
    color: red;
@@ -524,7 +524,7 @@
    -opera-border-radius: .4em; */
 }
 .button { text-decoration: none; }
-.button a { color: #963a25; text-decoration: none; }
+.button a { color: #971611; text-decoration: none; }
 .button a:hover { color: red; }
 
 .large {
@@ -619,14 +619,15 @@
 /*** TRANSLATED PAGES ***/
 
 /* For the note saying the page is a translation. */
-p.trans-disclaimer {
+.trans-disclaimer {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 1.2em !important;
 }
-.trans-disclaimer a, a:visited { color: #334683; }
+.trans-disclaimer a { color: #334683 !important; }
+.trans-disclaimer a:hover { color: red !important; }
 
 /* For outdated translations  */
 #outdated {
@@ -642,8 +643,8 @@
 /* In the out-of-date notice, we use <br> elements to separate
    translatable texts from automatically generated items. */
 #outdated br { display: none }
-a#outdated, a#outdated:visited { color: #334683; }
-
+#outdated a { color: #334683; }
+#outdated a:hover { color: red; }
 
 /*** EDUCATION ***/
 
@@ -681,13 +682,13 @@
    font-weight: bold;
    text-align: left;
    padding-top: .4em;
-   margin: 0  !important;
+   margin-top: 0  !important;
 }
-a.edu-breadcrumb, a.edu-breadcrumb:visited {
+.edu-breadcrumb a {
    color: #334683;
-   text-decoration: none;
+   text-decoration: none !important;
 }
-a.edu-breadcrumb:hover {
+.edu-breadcrumb a:hover {
    color: red;
    text-decoration: underline;
 }



reply via email to

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