www-commits
[Top][All Lists]
Advanced

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

www/server/staging/fundraiser head-include-2.html


From: Therese Godefroy
Subject: www/server/staging/fundraiser head-include-2.html
Date: Mon, 12 Nov 2018 13:22:49 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 18/11/12 13:22:49

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

Log message:
        Ineiev's patch for old browsers + minor changes.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/fundraiser/head-include-2.html?cvsroot=www&r1=1.24&r2=1.25

Patches:
Index: head-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/staging/fundraiser/head-include-2.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- head-include-2.html 9 Nov 2018 09:29:32 -0000       1.24
+++ head-include-2.html 12 Nov 2018 18:22:49 -0000      1.25
@@ -12,19 +12,18 @@
   float: none;
   padding-bottom: 0;
 }
-#gnu-banner a, #gnu-banner a strong
+div#gnu-banner a, div#gnu-banner a strong
 {
   color: white;
 }
-#gnu-banner a strong, p.message
+div#gnu-banner a strong, div#fundraiser p.message
 {
   text-shadow: 0 1px 1px rgba(0,0,0,0.95),
                0 1px 3px rgba(0,0,0,0.65),
                0 2px 4px rgba(0,0,0,0.2);
 }
-#header
+div#header
 {
-  font-family: "FreeSans";
   direction: ltr;
   background-color: #243386;
   position           : relative;
@@ -33,21 +32,22 @@
   background-repeat  : none;
   overflow           : hidden;
 }
-p.message
+div#fundraiser p.message
 {
   font-size: 1.1em;
-  font-weight: bold;
   text-align: center;
   padding: .2em 0 .4em;
   color: white;
 }
-p.contribute
+div#header p.contribute
 {
   line-height: 1.5em;
   font-size: 1.2em;
   text-align: center;
+  padding-bottom: .75em;
+  margin: 0;
 }
-a.join
+#header a.join
 {
   display: inline-block;
   width: 4em;
@@ -68,7 +68,7 @@
 {
   color: yellow;
 }
-.progress
+div#fundraiser .progress
 {
   width: 100%;
   height: 1.2em;
@@ -80,7 +80,7 @@
   border: 1px solid white;
   margin-bottom: 1em;
 }
-.progress-bar
+div#fundraiser .progress-bar
 {
   line-height: 1.2em;
   min-width: 2em;
@@ -90,26 +90,26 @@
 } -->
 </style>
 <style type="text/css" media="screen"><!--#set var="bar"
- value=".progress-bar
+ value="div#fundraiser .progress-bar
 {
   width: $percent%;
 }
 " --><!--#echo var="bar" -->
 <!--
-.goal-div
+div#fundraiser .goal-div
 {
   position: relative;
   bottom: 1.2em;
   margin-right: .1em;
 }
-.percentage, .goal
+div#fundraiser .percentage, div#fundraiser .goal
 {
   margin-right: .1em;
 }
 
 @media (max-width: 21em)
 {
-  p.message { font-size: 0.8em; }
+  div#fundraiser p.message { font-size: 0.8em; }
 }
 
 @media (min-width: 30em)
@@ -122,11 +122,11 @@
     float: left;
     width: 70%;
   }
-  p.message, #gnu-banner
+  div#fundraiser p.message, #gnu-banner
   {
     text-align: left;
   }
-  p.contribute
+  div#header p.contribute
   {
     float: right;
     text-align: right;
@@ -134,20 +134,18 @@
     margin-top: 4.5em;
   }
 }
+
 @media (min-width: 60em)
 {
   #fundraiser
   {
     width: 62%;
   }
-  p.contribute
+  div#header p.contribute
   {
     text-align: center;
   }
 }
-
-
-
 -->
 </style>
 <!-- end of head-include-2.html -->



reply via email to

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