www-commits
[Top][All Lists]
Advanced

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

www/server head-include-2.es.html


From: GNUN
Subject: www/server head-include-2.es.html
Date: Mon, 08 Dec 2014 19:29:16 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     GNUN <gnun>     14/12/08 19:29:16

Modified files:
        server         : head-include-2.es.html 

Log message:
        Automatic update by GNUnited Nations.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/head-include-2.es.html?cvsroot=www&r1=1.14&r2=1.15

Patches:
Index: head-include-2.es.html
===================================================================
RCS file: /web/www/www/server/head-include-2.es.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- head-include-2.es.html      8 Dec 2014 14:28:56 -0000       1.14
+++ head-include-2.es.html      8 Dec 2014 19:29:15 -0000       1.15
@@ -133,6 +133,100 @@
 <!--#endif  -->
 
 /* TRANSLATORS: you can adjust promo banner style for your language here. */
+
+  .promo-banner {
+    padding: 1em 5%;
+  }
+
+  /* TO CHANGE THE PROGRESS BAR TOTAL, edit this div's width to be
+   * the current % raised. Make sure to also change the number raised
+   * so far in the HTML.
+   * hint: look for "UPDATE values here"
+   */
+
+  #fundraiserbanner2014 .manualprogressbar {
+    width: 15%; /* UPDATE values here */
+    height: 2em;
+    background: #FFFFFF;
+    position: absolute;
+    top: 0%;
+    left: 0%;
+  }
+
+  #fundraiserbanner2014 {
+    background-color: #2D882D;
+    width: 100%;
+    padding-bottom: 2.2em;
+    display: inline-block;
+  }
+
+  #fundraiserbanner2014 .content {
+    margin: 0 auto;
+    width: 100%;
+  }
+
+  #fundraiserbanner2014 .text {
+    color:#ffffff;
+    text-align:justify; 
+    border-left: 2px solid #2D882D;
+    border-right: 2px solid #2D882D;
+  }
+
+  #fundraiserbanner2014 .text a {
+    text-decoration: underline;
+    color: inherit;
+  }
+
+  #fundraiserbanner2014 .barandbuttonwrapper {
+    width: 100%;
+    position: relative;
+  }
+
+  #fundraiserbanner2014 .progressbarsleeve {
+    display:inline;
+    position: absolute;
+    left: 0%;
+    width: 75%;
+    height: 2em;
+    border: 1px solid black;
+    margin-bottom: .8em;
+  }
+
+  #fundraiserbanner2014 .goal {
+    position: absolute;
+    right: .4em;
+    line-height: 2em;
+    color: white;
+    font-family: inherit;
+  }
+
+  #fundraiserbanner2014 .sofar {
+    position: absolute;
+    right: .25em;
+    line-height: 2em;
+    color: black;
+    font-family: inherit;
+  }
+
+  #fundraiserbanner2014 .btn {
+    position: absolute;
+    display:inline;
+    background:#FFFFFF;
+    border-top: 1px solid black;
+    border-bottom: 1px solid black;    
+    border-right: 1px solid black;
+    height: 2em;
+    width: 25%;
+    text-align: center;
+    line-height: 2em;
+    text-decoration: none;
+    color: black;
+    font-family: inherit;
+  }
+
+  #fundraiserbanner2014 .btn:hover:before {
+    content: "¡";
+  } 
   #fundraiserbanner2014 .btn:hover:after {
     content: "!";
   } 



reply via email to

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