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 10:03:10 +0000

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

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

Log message:
        Misc adjustments.

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

Patches:
Index: layout5.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout5.css,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- layout5.css 22 Mar 2014 15:54:28 -0000      1.80
+++ layout5.css 23 Mar 2014 10:03:10 -0000      1.81
@@ -76,12 +76,12 @@
    #005490      vs. #ccffcc       7.02
    #005490      vs. #777          1.76
    #005490      vs. #333          1.61
-   #005490      vs. #352d72       1.51
    #005490      vs. black         2.67
-   #352d72      vs. white        11.05
-   #352d72      vs. #777          2.65
-   #352d72      vs. #333          1.06
-   #352d72      vs. black         1.77
+   #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
 */
 
 
@@ -115,8 +115,8 @@
 }
 
 a[href] { color: #005490; }
-a[href]:visited { color: #352d72; }
-a[href]:active, a[href]:hover { color: #777; }
+a[href]:visited { color: #100472; }
+a[href]:active, a[href]:hover { color: #777; text-decoration: underline; }
 
 blockquote { margin: 1em; font-style: italic; }
 
@@ -127,7 +127,7 @@
 address { margin-bottom: 1em; }
 
 /* separate the "term" from subsequent "description" */
-dt { margin-bottom: 1em; }
+dt { margin-bottom: 1em; color: #222; }
 
 /* separate the "description" from subsequent list item
    when the final <dd> child is an anonymous box */
@@ -217,6 +217,7 @@
 #translations span.original a:hover {
    color: #777;
 }
+
 /* Still used in some outdated translations. */
 #translations h3, #translations h4 {
    font-size: 1em; font-weight: bold;
@@ -226,6 +227,9 @@
    direction: ltr; display: inline-block;
    padding-left: 0.25em; padding-right: 0.25em;
 }
+/* Still used in some old /server/banner.*.html */
+#links { display: none !important; }
+
 
 /*** HEADER ***/
 
@@ -419,6 +423,12 @@
 #transnotes { font-size: .9em; }
 #content small  { font-size: .9em; }
 
+/* Equivalent of #backtotop within a section. For example: "Back to
+   Education Cases" (would require modifying a few pages) */
+.back { text-align: right; font-weight: bold; }
+.back a, .back a:visited { color: #333; }
+.back a:hover { color: #777; }
+
 /*** ADDITIONAL LINKS ***/
 
 #fsf-links {
@@ -598,7 +608,7 @@
    border: 0;
 }
 .highlight-para {
-   padding: 0 1em;
+   padding: 0 1em .3em 1em;
    background-color: #ffc;
    border: 2px solid #b9bcbf;
 }
@@ -610,8 +620,8 @@
 }
 
 /* the urgent div should be enabled when we have something urgent to
-appear on every page - these typically come from johns, peterb or rms
-at the fsf */
+   appear on every page - these typically come from johns, peterb or rms
+   at the fsf */
 #urgent {
    text-align: center;
    font-size: .9em; font-weight: bold;
@@ -633,7 +643,7 @@
    font-style: normal;
    width: 17em;
    padding: 0 .5em;
-   margin: 1em;
+   margin:  .3em 1em 1em 1em;
    border: .3em solid #3465a4;
 }
 .note p { font-size: 1.1em; line-height: 1.4em !important; }
@@ -854,23 +864,26 @@
 }
 
 
-/*** MISC ***/
+/* IMAGES*/
 
-/* Unused yet (would require modifying a few pages): equivalent of #backtotop,
-within a section. For example: "Back to Education Cases". */
-.back { text-align: right; font-weight: bold; }
-.back a, .back a:visited { color: #333; }
-.back a:hover { color: #777; }
-
-/* Unused ? */
-#print-this-article p{ text-align: center; }
-.pad { margin-bottom: 1em; }
-.pad td { padding-left: 1em; padding-right: 1em; }
-.layout-table * { border: 0; }
-div.spacer { height: .1em; width: 100%; background-color: transparent; }
+/* Used in /software/software.html */
+#dynamic-duo {
+   float: right;
+   width: 25em;
+   padding: 1.25em;
+   margin: .3em 1em 1em 1em;
+   border: .5em solid #acc890;
+}
+#dynamic-duo img { width: 100%; }
 
-/* Still used in some old /server/banner.*.html */
-#links { display: none !important; }
+/* Used in /software/for-windows.html */
+#windows7sins {
+   float: right;
+   width: 25.8em;
+   margin: 0 1em 1em 1em;
+}
+#windows7sins img { width: 100%; }
+#windows7sins p { line-height: 1.3em; }
 
 /* Still used in /s/cgicc/. */
 #gplv3-dogear {
@@ -891,5 +904,12 @@
    cursor: pointer;
 }
 
-/* Used in /software/for-windows.html */
-#windows7sins { width: 310px; text-align: center; float: right; margin: 1em; }
+
+/* UNUSED? */
+
+#print-this-article p{ text-align: center; }
+.pad { margin-bottom: 1em; }
+.pad td { padding-left: 1em; padding-right: 1em; }
+.layout-table * { border: 0; }
+div.spacer { height: .1em; width: 100%; background-color: transparent; }
+



reply via email to

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