www-commits
[Top][All Lists]
Advanced

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

www/server/staging body-include-1.html


From: Therese Godefroy
Subject: www/server/staging body-include-1.html
Date: Thu, 10 Dec 2015 15:39:36 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/12/10 15:39:36

Modified files:
        server/staging : body-include-1.html 

Log message:
        Add style for fundraiser.

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

Patches:
Index: body-include-1.html
===================================================================
RCS file: /webcvs/www/www/server/staging/body-include-1.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- body-include-1.html 10 Dec 2015 15:19:54 -0000      1.1
+++ body-include-1.html 10 Dec 2015 15:39:36 -0000      1.2
@@ -8,6 +8,57 @@
  value='<a href="/server/select-language.html?callback=$cb" rel="nofollow">' 
-->
 <!--#set var="closing_anchor" value='</a>' -->
 
+<style type="text/css" media="print,screen">
+<!--
+div.fundraiser {
+  padding: .3em 1.5%;
+  background-color: #ffc;
+  border-bottom: .3em solid white;
+}
+.fundraiser a {
+  color: blue;
+}
+div.donate_btn {
+  float: right;
+  margin: 1.5em 0 0 1.5em;
+}
+
+.crm-amount-high {
+  clear-both;
+  float: right; padding-right: .3em;
+}
+.crm-amount-bar {
+  border-radius: .5em;
+  background-color:#334683;
+  color: white;
+  border: .1em solid #222;
+  margin-bottom: .5em;
+}
+.crm-amount-fill {
+  background: #f2cd5f;
+  color: black;
+  border-radius: .5em;
+  padding-right: .3em; padding-left: .3em;
+  width: 15.335555555556%;
+}
+.donate_btn a{
+  display: block;
+  text-decoration: none;
+  font-weight:bold;
+  padding: 0.4em 1em;
+  color: black;
+  background-color: #f2cd5f;
+  text-align: center;
+  border: .1em solid #CCA832;
+  border-radius: .5em;
+}
address@hidden (max-width: 30em) {
+   .fundraiser {
+    display: none;
+  }
+}
+-->
+</style>
 <div class="fundraiser">
 <div class="donate_btn">
 <p><a href="https://donate.fsf.org";>Donate Now</a></p>



reply via email to

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