www-commits
[Top][All Lists]
Advanced

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

www/server/staging head-include-2.html body-inc...


From: Pavel Kharitonov
Subject: www/server/staging head-include-2.html body-inc...
Date: Fri, 11 Dec 2015 06:36:35 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       15/12/11 06:36:35

Modified files:
        server/staging : head-include-2.html body-include-2.html 

Log message:
        Next version per www-discuss.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/head-include-2.html?cvsroot=www&r1=1.4&r2=1.5
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/body-include-2.html?cvsroot=www&r1=1.2&r2=1.3

Patches:
Index: head-include-2.html
===================================================================
RCS file: /web/www/www/server/staging/head-include-2.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- head-include-2.html 9 Dec 2015 12:32:40 -0000       1.4
+++ head-include-2.html 11 Dec 2015 06:36:33 -0000      1.5
@@ -8,55 +8,51 @@
 <!--
 <!--#include virtual="/server/staging/sofar.html" -->
 div.fundraiser {
-  text-align: center;
-  font-style: italic;
-  padding: .3em;
-  padding-right: 1.5%;
-  padding-left: 1.5%;
-  background-color: #fff898;
-}
-div.fundraiser i {
-  font-style: normal;
+  font-family: "FreeSans", sans-serif;
+  padding: .3em 1.5%;
+  background-color: #f0f2f4;
+  margin-top: .5em;
 }
 .fundraiser a {
   color: blue;
 }
 .crm-amount-high {
-<!--#if expr="LANGUAGE_SUFFIX = /[.](ar|fa|he)/" -->
-  float: left; padding-left: .3em;
-<!--#else -->
-  float: right; padding-right: .3em;
-<!--#endif -->
+  float: right;
+  padding: 0 .3em;
+  background-color: #4a5a6a;
+  border-radius: 1em;
 }
 .crm-amount-bar {
-  border-radius: .5em;
-  background-color:#334683;
+  border-radius: 1em;
+  background-color: #778796;
   color: white;
-  border: .1em solid #222;
+  border: .1em solid #4a5a6a;
   margin-bottom: .5em;
 }
 .crm-amount-fill {
-  background: #971611;
-  border-radius: .5em;
+  background: #f2cd5f;
+  color: black;
+  border-radius: 1em;
   padding-right: .3em; padding-left: .3em;
   width: <!--#echo var="percent" -->%;
 }
 div.donate_btn {
-  margin-bottom: .2em;
+  float: right;
+  margin: 1.5em 0 0 1.5em;
 }
 .donate_btn a{
   display: block;
   text-decoration: none;
   font-weight:bold;
   padding: 0.4em 1em;
-  color: blue;
-  background-color: #f0f2f4;
+  color: black;
+  background-color: #f2cd5f;
   text-align: center;
   border: .1em solid #CCA832;
-  border-radius: .5em;
+  border-radius: 1em;
 }
address@hidden (max-width: 250px) {
-   .fundraiserbanner {
address@hidden (max-width: 30em) {
+   .fundraiser {
     display: none;
   }
 }

Index: body-include-2.html
===================================================================
RCS file: /web/www/www/server/staging/body-include-2.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- body-include-2.html 8 Dec 2015 15:25:35 -0000       1.2
+++ body-include-2.html 11 Dec 2015 06:36:34 -0000      1.3
@@ -1,5 +1,9 @@
 <!-- start of server/body-include-2 -->
 <div class="fundraiser">
+<div class="donate_btn">
+<p><a href="https://donate.fsf.org";>Donate Now</a></p>
+</div>
+
 <p><strong>For thirty years, the Free Software Foundation has been
 seen as a guiding light for the free software movement, fighting for
 user freedom.</strong></p>
@@ -8,10 +12,6 @@
 brightly</a> by donating to push us towards our goal of raising
 $450,000 by <i>January 31st</i>.</p>
 
-<div class="donate_btn">
-<p><a href="https://donate.fsf.org";>Donate Now</a></p>
-</div>
-
 <div class="crm-amount-bar"><div class="crm-amount-high">$450k</div>
 <div class="crm-amount-fill"><div
 class="crm-amount-low"><!--#echo var="amount" -->k



reply via email to

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