www-commits
[Top][All Lists]
Advanced

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

www/server/staging/ghm2016 body-include-1-rsd.h...


From: Therese Godefroy
Subject: www/server/staging/ghm2016 body-include-1-rsd.h...
Date: Tue, 28 Jun 2016 16:56:52 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/06/28 16:56:52

Modified files:
        server/staging/ghm2016: body-include-1-rsd.html layout-rsd.css 

Log message:
        Adjust transition width and margins/paddings, fix validation.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/ghm2016/body-include-1-rsd.html?cvsroot=www&r1=1.1&r2=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/ghm2016/layout-rsd.css?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: body-include-1-rsd.html
===================================================================
RCS file: /webcvs/www/www/server/staging/ghm2016/body-include-1-rsd.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- body-include-1-rsd.html     28 Jun 2016 00:13:28 -0000      1.1
+++ body-include-1-rsd.html     28 Jun 2016 16:56:52 -0000      1.2
@@ -23,15 +23,12 @@
                value="Why GNU/Linux?" onfocus="this.value=''" />
         <input type="submit" value="Search" />
     </form>
-    <span id="join-fsf"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>JOIN&nbsp;THE&nbsp;FSF</a></span>
+    <span id="join-fsf" class="button"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>JOIN&nbsp;THE&nbsp;FSF</a></span>
   </div>
 </div><!-- /searcher -->
 <!--#if expr="$TRANSLATION_LIST" -->
 <!--#echo encoding="none" var="TRANSLATION_LIST" -->
-<!--#elif expr="$INITIAL_TRANSLATIONS_LIST = included" -->
-<!-- if initial translation list isn't included before banner.html,
-     then the file may use an old boilerplate that contains
-     div#translations in its body, and we mustn't duplicate it here. -->
+<!--#else -->
 <!--#include virtual="/server/gnun/initial-translations-list.html" -->
 <!--#endif -->
 <!-- end of server/body-include-1.html -->

Index: layout-rsd.css
===================================================================
RCS file: /webcvs/www/www/server/staging/ghm2016/layout-rsd.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- layout-rsd.css      28 Jun 2016 00:13:28 -0000      1.1
+++ layout-rsd.css      28 Jun 2016 16:56:52 -0000      1.2
@@ -72,8 +72,8 @@
 
    #4080d0  focused inputs
    #3465a4  .edu-cases
-   #e74c3c  .announcement, .note, .big-section h3
-   #f49943  .highlight-para
+   #e74c3c  .note, .big-section h3
+   #f49943  .announcement, .highlight-para
 */
 
 /*** Luminosity contrast ratio and color difference ***
@@ -209,14 +209,15 @@
 
 p, pre { margin-top: 1em; }   /* In combo.css: margin-bottom:1em. */
 address { margin-bottom: 1em; }
-ul, ol, blockquote { margin-left: 3%; margin-right: 3%; }
+ul, ol, blockquote { margin-left: 1.5%; margin-right: 1.5%; }
 
 /* Lists of underlined links are difficult to read. The top margin
    gives a little more spacing between entries. */
-ul li { margin: .5em 1em; }
-ol li { margin: 1em; }
-ol ul li { margin: .5em 1em; }
-ul li p, ul li pre, ul ul li { margin-top: .3em; margin-bottom: .3em; }
+ol > li { margin: 1em 0 0 1em; }
+ul li { margin: .5em 0 0 1em; }
+ul li p, ul li pre, ul ul li {
+   margin-top: .3em; margin-bottom: 0;
+}
 ul ul, ol ul, table ul { margin-top: 0; margin-bottom: 0; }
 table li { margin-top: .2em; margin-bottom: .2em; }
 
@@ -233,6 +234,7 @@
 
 small { font-size: .9em; }
 
+
 /** Style **/
 
 /* The default color (black) is too dark for large text in
@@ -252,6 +254,9 @@
 ul ul, ol ul { list-style: circle; }
 
 blockquote { font-style: italic; }
+blockquote i, em i, cite i, blockquote em, cite em,
+ blockquote cite, em cite { font-style: normal; }
+
 acronym, abbr { text-decoration: none; } /* border-bottom in combo.css */
 hr {
    color: #999;
@@ -268,7 +273,7 @@
 .underline { text-decoration: underline; }
 .nounderline { text-decoration: none; }
 
-.big { font-size: 130%; padding-top: 0.7em; }
+.big { font-size: 130%; padding: .3em 0; }
 
 .inline-list li { display: inline }
 ul.no-bullet { list-style: none; }
@@ -289,10 +294,12 @@
 
 /*** FORMS ***/
 
+form { display: inline; }
+
 form input {
    font-family: inherit;
    font-weight: bold;
-   margin: 0;
+   line-height: 1.5em;
    border: .1em solid #ccc;
    border-radius: .4em;
    -moz-border-radius: .4em;
@@ -301,12 +308,12 @@
    -opera-border-radius: .4em;
 }
 form input[type="text"] {
-   padding: .2em;
+   padding: 0 .2em;
    color: #555;
    background: white;
 }
 form input[type="submit"] {
-   padding: .2em .4em;
+   padding: 0 .2em;
    color: #333;
    background: #eee;
 }
@@ -324,7 +331,7 @@
 
 /*** BUTTONS ***/
 
-.button a, #join-fsf a {
+.button a {
    line-height: 1.2em;
    font-weight: bold;
    text-decoration: none;
@@ -365,7 +372,7 @@
 .back { margin: 1.5em 2% 1em; }
 #backtotop {
    font-size: 1.1em; /* In #mission-statement, font-size is .9em. */
-   margin: 0 5%;
+   margin: 0 5% 2em;
 }
 
 
@@ -445,15 +452,12 @@
    padding: 0 1em;
    margin: 1.5em 0;
    color: #333;
-   border-left: .5em solid #e74c3c;
+   border-left: .5em solid #f49943;
 }
 div.announcement blockquote {
    margin-left: 0; margin-right: 0;
 }
 
-/* Note about Free Software Free Society */
-blockquote#fsfs p { padding: .3em 0; }
-
 /* 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 */
@@ -529,7 +533,7 @@
 
 .summary, .toc {
    padding: 1.5em;
-   margin: 2.5em 0 2em;
+   margin: 2.5em 0 1.5em;
    background: #f3f3f3; 
 }
 .summary h3, .toc h3 {
@@ -555,7 +559,7 @@
 
 @media (min-width: 48em) {
    .toc {
-      max-width: 45em; margin: auto;
+      max-width: 45em; margin: 2.5em auto 1.5em;
    }
    .toc h3, .toc h4 {
       text-align: center;
@@ -716,16 +720,31 @@
 /*** SEARCHER ***/
 
 #searcher {
-   display: block;
    text-align: right;
    font-size: .9em;
    padding-top: .3em; padding-bottom: .3em;
 }
 
-.top-right-area form {
-  display: inline;
+#searcher form input { margin: 0; }
+
+/* Join FSF */
+/* Narrow screens and CSS-1 browsers */
+#join-fsf { display: none; }
+
+#join-fsf a, #join-fsf a:visited {
+   margin-left: 1em;
+   color: white;
+   background-color: #4080d0;
+   border-color: #4080d0;
+   -webkit-transition: all .5s; /* Safari */
+   transition: all .5s;
+}
+#join-fsf a:hover {
+   color: white;
+   background-color: #004caa
 }
 
+
 /*** TRANSLATION LIST ***/
 
 #translations {
@@ -769,7 +788,7 @@
 }
 
 /* Narrow screens and CSS-1 browsers */
-#fsf-support, #fssbox, #join-fsf { display: none; }
+#fsf-support, #fssbox { display: none; }
 
 /* GNU banner */
 #gnu-banner {
@@ -777,7 +796,7 @@
    font-size: 2em;
    font-family: "FreeCondensed", "FreeSans", sans-serif;
    line-height: 1.1em;
-   padding: .85em 0;
+   padding: .7em 0;
 }
 #gnu-banner img {
    float: left;
@@ -807,31 +826,18 @@
 }
 #fsf-support a:hover { color: black; }
 
-/* FSF frame */
-#fsf-frame {
+/* Free Software Supporter */
+#fssbox {
    float: right;
-   line-height: 1.3em;
+   text-align: center;
    font-size: .9em;
-   margin-top: 1em;
+   margin-top: 1.9em;
 }
-#fsf-frame a, #fsf-frame a:visited {
+#fssbox a, #fssbox a:visited {
    font-weight: bold;
    text-decoration: none;
 }
-#fsf-frame p { margin: 0; }
-
-/* Join FSF */
-#join-fsf a, #join-fsf a:visited {
-   color: white;
-   background-color: #4080d0;
-   border-color: #4080d0;
-   -webkit-transition: all .5s; /* Safari */
-   transition: all .5s;
-}
-#join-fsf a:hover { color: white; background-color: #004caa; }
-
-/* Free Software Supporter */
-#fssbox { margin-top: 1.3em; }
+#fssbox p { margin: 0; }
 #fssbox form p { margin-top: .1em; }
 #fssbox form input[type="submit"] {
    color: #004caa;
@@ -844,19 +850,17 @@
    background-color: #4080d0;
 }
 
address@hidden (min-width: 46em) {
-   #gnu-banner { clear: none; }
+
address@hidden (min-width: 40em) {
    #fsf-support { display: block; }
 }
address@hidden (min-width: 55em) {
-   #fsf-frame {
-      text-align: center;
-      margin-bottom: .6em;
-   }
-   #fssbox { display: block; }
address@hidden (min-width: 60em) {
+   #gnu-banner { clear: none; }
    #join-fsf { display: inline; }
+   #fssbox { display: block; }
 }
 
+
 /*** NAVIGATION BARS ***/
 
 /* line-height is defined here for NetSurf 1.2.



reply via email to

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