www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/nav-bar/test9 layout7.css li...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css li...
Date: Mon, 07 Apr 2014 20:06:47 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/04/07 20:06:47

Modified files:
        server/staging/nav-bar/test9: layout7.css license-list.html 

Log message:
        Restore def for coded border, use same style for top as layout5.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.11&r2=1.12
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/license-list.html?cvsroot=www&r1=1.21&r2=1.22

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- layout7.css 7 Apr 2014 18:53:28 -0000       1.11
+++ layout7.css 7 Apr 2014 20:06:46 -0000       1.12
@@ -204,8 +204,8 @@
    font-family: "FreeSans", sans-serif;
    line-height: 1.4em;
    font-weight: bold;
-   padding: .1em 0;
-   margin: .4em 1.1em;
+   padding: .1em .4em;
+   margin: .33em 1.1em;
    background: #d1d4d7;
 }
 #toplinks a, #toplinks a:visited {
@@ -215,12 +215,11 @@
 #toplinks a:hover { color: #777; }
 
 #searcher {
-   text-align: right;
    font-size: .9em;
    font-family: "FreeSans", sans-serif;
    font-weight: bold;
    text-align: right;
-   line-height: 2.2em;
+   line-height: 2em;
    padding: .15em .95em;
    background-color: #d1d4d7;
 }
@@ -236,9 +235,12 @@
    font-size: .8em;
    font-family: "FreeSans", sans-serif;
    line-height: 1.3em;
-   padding: .2em 1.25em .1em 1.25em;
+   padding: .2em 0.5em .1em .5em;
    background-color: #f0f2f4;
-   border-bottom: .3em solid #d1d4d7;
+   border-top: .1em solid #d1d4d7;
+   border-bottom: .4em solid #d1d4d7;
+   border-left: 1.25em solid #d1d4d7;
+   border-right: 1.25em solid #d1d4d7;
 }
 #translations span {
    display: inline; white-space: nowrap;
@@ -746,8 +748,8 @@
 #outdated a:hover { color: #777; }
 
 /* For translators notes */
-#content .transnotes { font-size: .9em; }
-#content .transnotes hr { margin-top: 1.65em; }
+#content .translators-notes { font-size: .9em; }
+#content .translators-notes hr { margin-top: 1.65em; }
 
 
 /*** EDUCATION ***/
@@ -935,7 +937,6 @@
    background: #f0f2f4;
    border: 1px solid #c9cccf;
 }
-
 #content div.toc h3 { text-align: center; }
 
 #content blockquote#legend p { text-align: center }

Index: license-list.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/license-list.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- license-list.html   7 Apr 2014 19:39:14 -0000       1.21
+++ license-list.html   7 Apr 2014 20:06:46 -0000       1.22
@@ -9,6 +9,43 @@
 
 <!--#include virtual="/licenses/po/license-list.translist" -->
 
+
+<style type="text/css" media="print,screen">
+/* Definitions for color-coded border */
+#content dl.green, #content dl.orange,
+ #content dl.red, #content dl.blue {
+   padding-left: 1em;
+   margin-left: 0;
+   margin-top: 2em;
+}
+
+#content dl.green { border-left: .4em solid green; }
+#content dl.orange { border-left: .4em dashed orange; }
+#content dl.red { border-left: .4em dotted red; }
+#content dl.blue { border-left: .4em double  blue; }
+
+#content div#legend {
+   float: right;
+   width: auto; max-width: 100%;
+   font-style: normal;
+   padding: 0 1em 1em 1em;
+   margin: 1.5em 0 1em 1em;
+   background: #f0f2f4;
+   border: 1px solid #c9cccf;
+}
+
+#content div#legend dl { margin: 1em 0 0 0; }
+#content div#legend dt { padding: 1em 0; margin: 0; }
+#content div#legend dd { margin: 0; }
+
+#legend blockquote { font-size: 1.3em; font-style: normal; text-align: center; 
font-weight: bold; }
+#legend blockquote:before { content: "Code for the left border"; }
+#legend dl.green dt:after { font-weight: normal; content: "Free licenses, 
compatible with the GNU GPL or FDL"; }
+#legend dl.orange dt:after { font-weight: normal; content: "Free licenses, 
incompatible with the GNU GPL and FDL"; }
+#legend dl.red dt:after { font-weight: normal; content: "Nonfree licenses"; }
+#legend dl.blue dt:after { font-weight: normal; content: "Licenses for works 
stating a viewpoint"; }
+</style>
+
 <!-- start of banner.html -->
 
 <!-- start of head-include-2.html -->
@@ -2457,7 +2494,7 @@
 
 <p></p><p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/04/07 19:39:14 $
+$Date: 2014/04/07 20:06:46 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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