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


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css ed...
Date: Tue, 15 Sep 2015 21:25:58 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/09/15 21:25:58

Modified files:
        server/staging/nav-bar/test9: layout7.css education.html 
                                      education.ar.html home5.html 
                                      home2.fr.html 
Added files:
        server/staging/nav-bar/test9: fs-gang-definitions.html 

Log message:
        Fix .page-tags, #fs-gang margins, and #video-container in 
education.html.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.88&r2=1.89
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/education.html?cvsroot=www&r1=1.24&r2=1.25
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/education.ar.html?cvsroot=www&r1=1.3&r2=1.4
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/home5.html?cvsroot=www&r1=1.44&r2=1.45
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/home2.fr.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&rev=1.4

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- layout7.css 14 Sep 2015 17:08:58 -0000      1.88
+++ layout7.css 15 Sep 2015 21:25:55 -0000      1.89
@@ -370,7 +370,7 @@
    padding: .2em;
    margin: 0;
    color: #555;
-   background: white;
+   background: #f0f2f4;
    border: .1em solid #999;
 }
 #fssbox input[type="submit"] {
@@ -502,22 +502,20 @@
 
 /*** TAGS ***/
 
-.page-tags {
-   font-family: "FreeSans", sans-serif;
+div.page-tags {
    font-size: .9em; font-weight: bold;
    color: #555;
-   line-height: 2.2em; padding: 0;
+   line-height: 1.7em; padding: 0;
    margin-top: .7em;
 }
 
-.page-tags a, .page-tags a:visited {
-   padding: .3em .5em;
+div.page-tags a, div.page-tags a:visited {
+   padding-top: 0 padding-bottom: 0; padding-left:.4em; padding-right: .4em;
+   line-height: 1.5em;
    color: #555;
    background: #f0f2f4;
-   text-decoration: none;
-   border: 1px solid #e2e4e6;
 }
-.page-tags a:hover { color: black; text-decoration: underline }
+div.page-tags a:hover { color: black; }
 
 
 /*** CONTENT ***/

Index: education.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/education.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- education.html      11 Sep 2015 10:50:10 -0000      1.24
+++ education.html      15 Sep 2015 21:25:56 -0000      1.25
@@ -9,7 +9,7 @@
 <style type="text/css" media="screen">
 <!--
 #content #video-container {
-   float: left; width: 40em;
+   float: left; max-width: 40em;
    margin: 1em 0 2em 0;
 }
 #content #video-container p {
@@ -216,7 +216,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2015/09/11 10:50:10 $
+$Date: 2015/09/15 21:25:56 $
 <!-- timestamp end -->
 </p>
 </div>

Index: education.ar.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/education.ar.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- education.ar.html   14 Sep 2015 17:08:58 -0000      1.3
+++ education.ar.html   15 Sep 2015 21:25:56 -0000      1.4
@@ -17,7 +17,7 @@
 <style type="text/css" media="screen">
 <!--
 #content #video-container {
-   float: left; width: 40em;
+   float: left; max-width: 40em;
    margin: 1em 0 2em 0;
 }
 #content #video-container p {
@@ -45,10 +45,11 @@
 <!--
 @media (max-width: 68em) {
    #content #video-container {
-      float: none; max-width: 100%;  width: 40em; margin: 2em auto; }
-   #content blockquote#indepth {
-      float: none; width: 39.5em; max-width: 98%; margin: 2.5em auto; }
-   #content h2 { text-align: center; }
+      float: none; max-width: 100%;  width: 40em;
+      margin: 2em auto; }
+   #content #indepth {
+      float: none; width: 39.5em; max-width: 98%;
+      margin: 2.5em auto; }
 }
 -->
 </style>
@@ -226,7 +227,7 @@
 <p class="unprintable"><!-- timestamp start -->
 حُدثت:
 
-$Date: 2015/09/14 17:08:58 $
+$Date: 2015/09/15 21:25:56 $
 
 <!-- timestamp end -->
 </p>

Index: home5.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/home5.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- home5.html  7 Sep 2015 22:11:17 -0000       1.44
+++ home5.html  15 Sep 2015 21:25:56 -0000      1.45
@@ -7,7 +7,7 @@
 <meta http-equiv="Description" content="Since 1983, developing the free Unix 
style operating system GNU, so that computer users can have the freedom to 
share and improve the software they use." />
 <link rel="alternate" title="Planet GNU" 
href="http://planet.gnu.org/rss20.xml"; type="application/rss+xml" />
 
-<!--#include virtual="/server/fs-gang-definitions.html" -->
+<!--#include virtual="/server/staging/nav-bar/test9/fs-gang-definitions.html" 
-->
 <!--#include virtual="/po/home.translist" -->
 <!--#include virtual="/server/staging/nav-bar/test9/banner.html" -->
 
@@ -254,7 +254,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2015/09/07 22:11:17 $
+$Date: 2015/09/15 21:25:56 $
 <!-- timestamp end -->
 </p>
 </div>

Index: home2.fr.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/home2.fr.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- home2.fr.html       7 Sep 2015 22:26:36 -0000       1.14
+++ home2.fr.html       15 Sep 2015 21:25:57 -0000      1.15
@@ -14,7 +14,7 @@
 partager et d'améliorer les logiciels qu'ils utilisent." />
 <link rel="alternate" title="Planet GNU" 
href="http://planet.gnu.org/rss20.xml"; type="application/rss+xml" />
 
-<!--#include virtual="/server/fs-gang-definitions.html" -->
+<!--#include virtual="/server/staging/nav-bar/test9/fs-gang-definitions.html" 
-->
 <!--#include virtual="/po/home.translist" -->
 <!--#include virtual="/server/staging/nav-bar/test9/banner.fr.html" -->
 <p class="no-display">GNU est le seul système d'exploitation qui ait été 
développé spécialement
@@ -273,7 +273,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Dernière mise à jour :
 
-$Date: 2015/09/07 22:26:36 $
+$Date: 2015/09/15 21:25:57 $
 
 <!-- timestamp end -->
 </p>

Index: fs-gang-definitions.html
===================================================================
RCS file: fs-gang-definitions.html
diff -N fs-gang-definitions.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ fs-gang-definitions.html    15 Sep 2015 21:25:56 -0000      1.4
@@ -0,0 +1,40 @@
+<!-- start of fs-gang-definitions.html -->
+
+<style type="text/css" media="print,screen">
+/* Common clauses for the Free Software Gang banner. */
+#fs-gang .img-container {
+   text-align: left;
+   font-size: 1em;
+   padding-top: .5em;
+   height: 100%; max-width: 40em; margin: auto;
+}
+#fs-gang .img-container a {
+   font-size: 1.3em;
+   font-weight: bold;
+   margin-left: .5em;
+   color: white; text-decoration: none;
+}
+#fs-gang .img-container img {
+   width: 100%;
+   padding: .3em 0 0 0;
+   margin: 0;
+}
+</style>
+
+<style type="text/css" media="screen">
+/* screen-specific fs-gang-definitions */
+#fs-gang {
+   clear: both;
+   margin: 0 -3.2%;
+   background-color: #a50606; /* Fallback from gradient */
+   background: -moz-linear-gradient(#820202, #f71111); /* FF 3.6+ */  
+   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 &amp; IE7 */  
+   -ms-filter: 
"progid:DXImageTransform.Microsoft.gradient(startColorstr='#820202', 
endColorstr='#f71111')"; /* IE8+ */  
+   background: linear-gradient(#820202, #f71111); /* the standard */
+}
+</style>
+
+<!-- end of fs-gang-definitions.html -->



reply via email to

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