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


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout5.css ho...
Date: Thu, 20 Mar 2014 09:59:52 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/03/20 09:59:52

Modified files:
        server/staging/nav-bar/test9: layout5.css home5.html 
                                      fs-gang-definitions.html 

Log message:
        Misc adjustments (Ineiev).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout5.css?cvsroot=www&r1=1.64&r2=1.65
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/home5.html?cvsroot=www&r1=1.14&r2=1.15
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/fs-gang-definitions.html?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- layout5.css 19 Mar 2014 23:11:11 -0000      1.64
+++ layout5.css 20 Mar 2014 09:59:51 -0000      1.65
@@ -160,7 +160,7 @@
    padding: 0 .8em;
    margin-top: .1em;
 }
-#toplinks a, a:visited {
+#toplinks a, #toplinks a:visited {
    padding: 0 .2em;
    color: #222; text-decoration: none;
 }
@@ -193,7 +193,7 @@
    display: inline-block;
    margin-right: .5em;
 }
-#translations a, a:visited {
+#translations a, #translations a:visited {
    color: #222; text-decoration: none;
 }
 #translations p { margin-bottom: 0.3em; }
@@ -202,10 +202,12 @@
    font-size: 1.1em; font-weight: bold;
    padding-top: .3em;
 }
-#translations span.original a, a:visited {
+#translations span.original a,
+#translations span.original a:visited {
    color: #334683;
 }
-#translations a:hover, #translations span.original a:hover {
+#translations a:hover,
+#translations span.original a:hover {
    color: red;
 }
 /* Still used in some outdated translations. */
@@ -248,7 +250,7 @@
 #join-fsf {
    margin: 0;
 }
-#join-fsf a, a:visited {  
+#join-fsf a, #join-fsf a:visited {  
    padding: .15em .2em .1em .2em;
    color: #334683;
    background: white;
@@ -264,7 +266,7 @@
    margin: .1em .2em 0 .2em;
    color: #666;
 }
-#fssbox a, a:visited {
+#fssbox a, #fssbox a:visited {
    font-size: 1.1em;
    font-weight: bold;
    color: #334683;
@@ -301,7 +303,7 @@
    color: #666;
    margin: .4em 1% .6em 1%;
 }
-#fsf-support a, a:visited { color: #444; }
+#fsf-support a, #fsf-support a:visited { color: #444; }
 #fsf-support a:hover { color: red; }
 
 /* For the pages still using style.css */
@@ -422,7 +424,7 @@
    list-style: none;
    padding: 0;
 }
-#fsf-links li a, a:visited {
+#fsf-links li a, #fsf-links li a:visited {
    font-weight: bold;
    padding: .25em .5em;
    color: #222; text-decoration: none;
@@ -462,7 +464,7 @@
    margin-left: 0; margin-bottom: 0; float: none;
    text-align: right; padding: 1em;
 }
-#backtotop a, a:visited { color: #333; }
+#backtotop a, #backtotop a:visited { color: #333; }
 #backtotop a:hover { color: red; }
 
 
@@ -524,7 +526,10 @@
    -opera-border-radius: .4em; */
 }
 .button { text-decoration: none; }
-.button a, a:visited { color: #971611; text-decoration: none; }
+.button a, .button a:visited {
+   color: #971611;
+   text-decoration: none;
+}
 .button a:hover { color: red; }
 
 .large {
@@ -596,7 +601,7 @@
    background-color: #ff3;
    border-bottom: .3em solid #333;
 }
-#urgent a, a:visited {
+#urgent a, #urgent a:visited {
    color: blue; text-decoration: underline;
 }
 #urgent a:hover { color: red; }
@@ -626,8 +631,9 @@
    margin-bottom: 0;
    margin-top: 1.2em !important;
 }
-.trans-disclaimer a { color: #334683 !important; }
-.trans-disclaimer a:hover { color: red !important; }
+.trans-disclaimer a,
+.trans-disclaimer a:visited { color: #334683; }
+.trans-disclaimer a:hover { color: red; }
 
 /* For outdated translations  */
 #outdated {
@@ -672,25 +678,25 @@
 #edu-navigation li.active a {
    background-color: white;
 }
-#edu-navigation li a:hover, #edu-navigation li.active a:hover {
+#edu-navigation li a:hover,
+#edu-navigation li.active a:hover {
    color: black;
    background-color: #ff3;
 }
 
-.edu-breadcrumb {
+p.edu-breadcrumb {
    font-size: .9em;
    font-weight: bold;
    text-align: left;
    padding-top: .4em;
    margin-top: 0  !important;
 }
-.edu-breadcrumb a {
+p.edu-breadcrumb a, p.edu-breadcrumb a:visited {
    color: #334683;
-   text-decoration: none !important;
+   text-decoration: none;
 }
-.edu-breadcrumb a:hover {
+p.edu-breadcrumb a:hover {
    color: red;
-   text-decoration: underline;
 }
 
 /* styles for subsections of /education "Case Studies" */

Index: home5.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/home5.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- home5.html  17 Mar 2014 21:40:09 -0000      1.14
+++ home5.html  20 Mar 2014 09:59:51 -0000      1.15
@@ -24,21 +24,22 @@
 <!-- start of fs-gang-definitions.html -->
 
 <style type="text/css" media="print,screen">
-/* Common fs-gang definitions. */
+/* Common clauses for the Free Software Gang banner. */
 #fs-gang .img-container {
    text-align: left;
+   padding-top: .5em;
    height: 100%; max-width: 40em; margin: auto;
 }
 #fs-gang .img-container a {
    font-size: 1.3em;
    font-weight: bold;
-   line-height: 1.6em;
    margin-left: .5em; 
    color: white; text-decoration: none;
 }
 #fs-gang .img-container img {
    width: 100%;
-   padding: 0; margin: 0;
+   padding: .3em 0 0 0;
+   margin: 0;
 }
 </style>
 
@@ -287,7 +288,7 @@
 
 <p></p><p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/03/17 21:40:09 $
+$Date: 2014/03/20 09:59:51 $
 <!-- timestamp end -->
 </p>
 </div>

Index: fs-gang-definitions.html
===================================================================
RCS file: 
/webcvs/www/www/server/staging/nav-bar/test9/fs-gang-definitions.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- fs-gang-definitions.html    17 Mar 2014 06:55:57 -0000      1.1
+++ fs-gang-definitions.html    20 Mar 2014 09:59:52 -0000      1.2
@@ -4,18 +4,19 @@
 /* Common clauses for the Free Software Gang banner. */
 #fs-gang .img-container {
    text-align: left;
+   padding-top: .5em;
    height: 100%; max-width: 40em; margin: auto;
 }
 #fs-gang .img-container a {
    font-size: 1.3em;
    font-weight: bold;
-   line-height: 1.6em;
    margin-left: .5em; 
    color: white; text-decoration: none;
 }
 #fs-gang .img-container img {
    width: 100%;
-   padding: 0; margin: 0;
+   padding: .3em 0 0 0;
+   margin: 0;
 }
 </style>
 



reply via email to

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