www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 banner.fr.html...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 banner.fr.html...
Date: Mon, 14 Sep 2015 17:08:59 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/09/14 17:08:59

Modified files:
        server/staging/nav-bar/test9: banner.fr.html education.ar.html 
                                      layout7.css page-tags.html 
                                      style.rtl.css 

Log message:
        Fix the .page-tags margin in layout7.css: .inner applies to the whole 
page. Various other adjustments.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/banner.fr.html?cvsroot=www&r1=1.6&r2=1.7
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/education.ar.html?cvsroot=www&r1=1.2&r2=1.3
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.87&r2=1.88
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/page-tags.html?cvsroot=www&r1=1.7&r2=1.8
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/style.rtl.css?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: banner.fr.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/banner.fr.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- banner.fr.html      12 Sep 2015 04:20:16 -0000      1.6
+++ banner.fr.html      14 Sep 2015 17:08:58 -0000      1.7
@@ -6,7 +6,7 @@
 <link rel="stylesheet" href="layout7.css" media="screen" />
 <link rel="stylesheet" href="/print.min.css" media="print" />
 <!-- end of head-include-2.html -->
-<link rel="stylesheet" href="/style.fr.css" media="all" />
+<link rel="stylesheet" href="style.fr.css" media="all" />
 </head>
 <body>
 <div class="inner">

Index: education.ar.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/education.ar.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- education.ar.html   7 Sep 2015 22:11:16 -0000       1.2
+++ education.ar.html   14 Sep 2015 17:08:58 -0000      1.3
@@ -45,11 +45,10 @@
 <!--
 @media (max-width: 68em) {
    #content #video-container {
-      float: none; max-width: 100%;  width: 40em;
-      margin: 1em auto 2em auto; }
-   #content #indepth {
-      float: none; width: 39.5em; max-width: 98%;
-      margin: auto; }
+      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; }
 }
 -->
 </style>
@@ -227,7 +226,7 @@
 <p class="unprintable"><!-- timestamp start -->
 حُدثت:
 
-$Date: 2015/09/07 22:11:16 $
+$Date: 2015/09/14 17:08:58 $
 
 <!-- timestamp end -->
 </p>

Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- layout7.css 11 Sep 2015 19:47:38 -0000      1.87
+++ layout7.css 14 Sep 2015 17:08:58 -0000      1.88
@@ -157,10 +157,8 @@
    -o-box-shadow: 0 0 10px 10px #b9bcbf;
    box-shadow: 0 0 10px 10px #b9bcbf;
 }
-.inner { overflow: hidden; }
+.inner { margin: 0 3%; }
 
-.inner h2, .inner  ul { padding-left: 3%; }
-#content ul { padding-left: 0; }
 
 a[href] { color: #005090; }
 a[href]:visited { color: #100070; }
@@ -226,16 +224,16 @@
 
 #toplinks {
    float: left;
-   font-size: .9em;
    font-family: "FreeSans", sans-serif;
    font-weight: bold;
-   padding: .6em 1.8em .4em 1.8em;
+   padding: .54em 0 .36em 0;
    margin: 0;
 }
 #toplinks a, #toplinks a:visited {
    white-space: nowrap;
    /* the next line is a workaround for Midori 0.5.8 */
    display: inline-block;
+   font-size: .9em;
    color: #404040; text-decoration: none;
    margin-right: 1em;
 }
@@ -245,7 +243,8 @@
    display: block;
    text-align: right;
    font-weight: bold;
-   padding: .3em 3%;
+   padding: .3em 3.2%;
+   margin: 0 -3.2%;
    background-color: #d1d4d7;
 }
 #searcher input {
@@ -281,15 +280,17 @@
 #translations {
    clear: both;
    text-align: left;
-   font-size: .8em;
    font-family: "FreeSans", sans-serif;
    line-height: 1.3em;
+   margin: 0 -3.2%;
+   padding: 0 3.2%;
    background-color: #f0f2f4;
    border-bottom: .3em solid #d1d4d7;
 }
 #translations p {
+   font-size: .8em;
    padding: .2em 0;
-   margin: 0 3%;
+   margin: 0;
    background-color: #f0f2f4;
 }
 #translations span {
@@ -318,7 +319,6 @@
 
 #header {
    font-family: "FreeSans", sans-serif;
-   margin: 0 3%;
    background-color: white;
 }
 #header:after {
@@ -333,7 +333,7 @@
    line-height: 1.3em;
    width: auto;
    padding: 0;
-   margin: 1em 0;
+   margin: 1.2em 0 1em 0;
 }
 #fsf-frame a, #fsf-frame a:visited {
    font-size: 1.1em;
@@ -351,6 +351,7 @@
    padding: .3em 1em;
    color: #971611;
    background: #e7e9eb;
+   border: .1em solid #999;
 }
 
 #fssbox {
@@ -377,7 +378,7 @@
    margin: 0;
    color: #333;
    background: #e7e9eb;
-   border: .1em solid #e7e9eb;
+   border: .1em solid #999;
 }
 #fssbox input[type="text"]:focus {
    color: #333;
@@ -464,6 +465,7 @@
 #navigation {
    clear: both;
    font-family: "FreeSans", sans-serif;
+   margin: 0 -3.2%;
    padding: .3em;
    background-color: #a50606;
 }
@@ -522,13 +524,11 @@
 
 #content {
    text-align: left;
-   padding: 0 3%;
-   margin-bottom: 0;
 }
 #content h1, #content h2 {
    font-weight:bold;
    padding: 0;
-   margin: 1.1em 0;
+   margin: 1em 0;
    color: #334683; text-shadow: #999 1px 1px 0;
    
 }
@@ -537,21 +537,19 @@
 #content h4, #content h5, #content h6, #content p {
    margin-top: 1em ;
 }
-#content h3 { font-size: 1.6em; color: #333; margin: 1.3em 0 .7em 0; }
-#content h4 { font-size: 1.3em; color: #333; margin-bottom: .8em; }
+#content h3 { font-size: 1.6em; color: #333; margin: 1.2em 0 .7em 0; }
+#content h4 { font-size: 1.3em; color: #333; margin-bottom: .6em; }
 #content h5 { font-size: 1.1em; margin-bottom: .9em; }
 #content h6 { font-size: 1em; }
 #content ul li, #fsf-campaigns ul li {
-   list-style: square;
+   list-style: square; line-height: 1.4em;
 }
 #content ol {
   list-style: decimal; margin-left: 1.9em; margin-right: 1.9em;
 }
 #content li, #fsf-campaigns li, #content dd, #content p, #content pre,
    #content dt, #content code, #content address { line-height: 1.3em; }
-#content li { margin-top: .3em; margin-bottom: 0; }
-#content ul { margin-top: 0; margin-bottom: 0; }
-#content li ul li { margin-top: 0; }
+#content li { margin-top: .1em; }
 
 #content h3 a[href]:visited, #content h4 a[href]:visited { color: #334683; }
 #content h3 a[href]:hover, #content h4 a[href]:hover { color: #777; }
@@ -563,7 +561,8 @@
    text-align: right;
    font-weight: bold;
    line-height: 1.5em;
-   padding: .4em 0; }
+   padding: .4em 2%;
+}
 #content p.back a, .back a:visited { color: #333; }
 #content p.back a:hover { color: #777; }
 
@@ -573,7 +572,8 @@
 #fsf-links {
    clear: both;
    font-family: "FreeSans", sans-serif;
-   padding: .3em;
+   margin: 0 -3.2%;
+   padding: .3em ;
    background-color: #d1d4d7;
    margin-top: 2.5em;
 }
@@ -603,7 +603,7 @@
 
 #mission-statement {
    font-size: 0.9em;
-   margin: 2em 3% 1em 3%;
+   margin: 2em 0 1em 0;
 }
 #mission-statement blockquote {
    font-weight: bold;
@@ -621,30 +621,25 @@
    float: right;
    font-size: 1.1em;
    font-weight: bold;
-   margin: 2em 2% 1.5em 2%;
-}
-div#backtotop {
-/* For older versions of layout. */
-   margin: .7em 0 0 0;
-   text-align: right; padding: 1em;
+   margin: 2.5em 2% 1.5em 2%;
 }
 #backtotop a, #backtotop a:visited { color: #333; }
 #backtotop a:hover { color: #777; }
 
-#sisters { font-size: .9em; margin: 0 3% 1.5em 3%; }
+#sisters { font-size: .9em; margin: 0 0 1.5em 0; }
 
 
 /*** FOOTER ***/
 
 #footer {
    clear: both;
-   font-size: .9em;
-   padding: 1.11em 3%;
+   margin: 1em -3.2%;
+   padding: 1em 3.2%;
    color: #333;
    background-color: #f0f2f4;
    border-top: 1px solid #c9cccf;
 }
-#footer p { margin-bottom: 0; }
+#footer p { font-size: .9em; margin-bottom: 0; }
 
 #footer .unprintable, #footer .translators-credits {
    margin-bottom: .7em;
@@ -698,7 +693,7 @@
 .large a {
    display: inline-block;
    font-family: "FreeSans", sans-serif;
-   font-size: 1.8em;
+   font-size: 1.6em;
    line-height: 1.3em;
    padding: .1em .4em;
    background-color: #e7e9eb;
@@ -828,9 +823,14 @@
    border: 1px solid #c9cccf;
 }
 #content div.summary a, #content div.toc a {
-   line-height: 1.5em;
    text-decoration: none;
 }
+#content div.summary strong, #content div.toc strong {
+   display: block; padding-top: .5em;
+}
+#content div.summary ul, #content div.toc ul {
+   margin-top: 0; margin-bottom: 0;
+}
 #content div.summary h3, #content div.toc h3,
 #content div.summary h4 {
    text-align: center; padding-top: 0; margin-top: 0;
@@ -853,12 +853,6 @@
    margin: 3em auto 2em; auto;
 }
 
-/* Lists of links (just to try) */
-#content .list-links a {
-   text-decoration: none;
-   border-bottom: solid 1px;
-}
-
 
 /*** TRANSLATED PAGES ***/
 
@@ -877,9 +871,14 @@
 #outdated {
    text-align: center;
    padding: .7em 3%;
-   margin: 1em 0;
+   margin: 1em 5%;
    background-color: #f0f2f4;
-   border: .3em solid #d1d4d7;
+   border: 1px solid #d1d4d7;
+   border-radius: 3em;
+   -moz-border-radius: 3em;
+   -khtml-border-radius: 3em;
+   -webkit-border-radius: 3em;
+   -opera-border-radius: 3em;
 }
 #outdated p {
    margin: 0.2em 0;
@@ -909,7 +908,7 @@
    font-size: .9em; font-weight: bold;
    line-height: 1.8em;
    padding: 0;
-   margin: 0 -3.3%;
+   margin: 0 -3.2%;
 }
 #edu-navigation li {
    display: inline; white-space: nowrap;
@@ -1179,3 +1178,9 @@
 /* Still used in some old /server/banner.*.html? */
 #links { display: none !important; }
 
+/* For older versions of layout. */
+div#backtotop {
+   margin: .7em 0 0 0;
+   text-align: right; padding: 1em;
+}
+

Index: page-tags.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/page-tags.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- page-tags.html      12 Sep 2015 04:20:17 -0000      1.7
+++ page-tags.html      14 Sep 2015 17:08:59 -0000      1.8
@@ -5,16 +5,12 @@
 <div id="all-tags">
 <strong>All keywords</strong>:
 <span class="gnun-split"></span>
-  <!--#elif expr="$DISABLE_TOP_ADDENDUM = yes" -->
-<div class="page-tags">
-<strong>In</strong>:
-<span class="gnun-split"></span>
   <!--#else -->
-<div class="page-tags" style="margin-left: 3%; margin-right: 3%">
+<div class="page-tags">
 <strong>In</strong>:
 <span class="gnun-split"></span>
-  <!--#endif -->
-  <!--#if expr="' $TAGS ' = / (essays|all) /" -->
+<!--#endif -->
+<!--#if expr="' $TAGS ' = / (essays|all) /" -->
 &nbsp;<a class="rounded-corners" 
href="/server/staging/nav-bar/test9/sitemap-light.html?essays">essays/articles</a>&nbsp;
 <span class="gnun-split"></span>
 <!--#endif -->

Index: style.rtl.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/style.rtl.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- style.rtl.css       7 Sep 2015 22:11:15 -0000       1.1
+++ style.rtl.css       14 Sep 2015 17:08:59 -0000      1.2
@@ -21,8 +21,8 @@
 #content .edu-breadcrumb {
    text-align: right;
 }
-.imgright { float: left; margin: 1em; margin-left: 0; }
-.imgleft { float: right; margin: 1em; margin-right: 0; }
+.imgright { float: left; margin: .3em 1.5em 1em 0; }
+.imgleft { float: right; margin: .3em 0 1em 1.5em; }
 
 #fsf-frame, #backtotop a {
    float: left;



reply via email to

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