www-commits
[Top][All Lists]
Advanced

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

www/server/banners banner-small.png banner.png ...


From: Ineiev
Subject: www/server/banners banner-small.png banner.png ...
Date: Wed, 21 Jun 2023 13:57:54 -0400 (EDT)

CVSROOT:        /web/www
Module name:    www
Changes by:     Ineiev <ineiev> 23/06/21 13:57:54

Modified files:
        server/banners : banner-small.png banner.png fundraiser.css 
Added files:
        server/banners : leaf.png 

Log message:
        Update for new fundraiser.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banners/banner-small.png?cvsroot=www&rev=1.3
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banners/banner.png?cvsroot=www&rev=1.3
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banners/fundraiser.css?cvsroot=www&r1=1.12&r2=1.13
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banners/leaf.png?cvsroot=www&rev=1.1

Patches:
Index: banner-small.png
===================================================================
RCS file: /web/www/www/server/banners/banner-small.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
Binary files /var/tmp/cvss4EpwC and /var/tmp/cvsTufgPK differ

Index: banner.png
===================================================================
RCS file: /web/www/www/server/banners/banner.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
Binary files /var/tmp/cvsMuNjSC and /var/tmp/cvsUrqlcL differ

Index: fundraiser.css
===================================================================
RCS file: /web/www/www/server/banners/fundraiser.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- fundraiser.css      15 Nov 2022 09:34:01 -0000      1.12
+++ fundraiser.css      21 Jun 2023 17:57:53 -0000      1.13
@@ -1,202 +1,196 @@
-#header {
-  background: #feb;
-}
-
+#header { background: #feb; }
 #fundraiser img#banner-small { display: none; }
 
-#fundraiser {
-  background: #4d0000;
-  background: linear-gradient(to right, #740000, #4d0000), #4d0000;
-
-  position  : relative;
-  height    : 150px;
-  overflow  : hidden;
+#fundraiser
+{
+  background: #c7e8fc;
+  position: relative;
+  height: 150px;
+  overflow: hidden;
 }
 
 #fundraiser a[href]:hover { background: none; }
 #fundraiser a { text-decoration: none; }
 
-.progress-bar {
-  background: #fff439;
-  background: linear-gradient(to right, #d52f39, #fff439), #fff439;
-
-  position        : absolute;
-  min-width       : 40px;
-  top             : 0;
-  left            : 0;
+.progress-bar
+{
+  background: #c76215;
+  background:
+   repeating-linear-gradient(-50deg, #c76215, #c76215 5px, #900 5px, #900 
10px),
+   #c76215;
+
+  position: absolute;
+  min-width: 40px;
+  top: 0;
+  left: 0;
 
   height: 18px;
   line-height: 18px;
 }
 
-.percentage {
-  color: black;
+.percentage
+{
+  color: white;
   position: absolute;
-  right: 1em;
+  right: -2em;
 }
+.percentage img { position: relative; bottom: 4px; }
 
-#fundraiser a img {
+#fundraiser a img
+{
   position: absolute;
   left: 0;
   bottom: 15px;
-  width: 65%;
+  width: 100%;
   height: 135px;
 }
 
-.message p.headline, #fundraiser p.button {
+.message p.headline, #fundraiser p.button
+{
   float: right;
   text-align: center;
   font-weight: bold;
-  width: 20%;
 }
-#fundraiser p.button { width: 20%; }
-#fundraiser .message p.headline {
+#fundraiser p.button { width: 30%; }
+#fundraiser .message p.headline
+{
   margin-top: 0.1em;
   line-height: 1.13em;
-  width: 50%;
+  width: 70%;
   margin-bottom: 0.5em;
   font-size: .8em;
 }
-#fundraiser .message p.headline a { color: white; }
-
+#fundraiser .message p.headline a { color: black; }
 
-#fundraiser .button a, #fundraiser .button a[href]:hover {
-  color: #600;
-  background: #fd5;
+#fundraiser .button a, #fundraiser .button a[href]:hover
+{
+  color: white;
+  background: #63b029;
 }
-#fundraiser .button a {
+
+#fundraiser .button a
+{
   border-radius: 1em;
   -moz-border-radius: 1em;
   -khtml-border-radius: 1em;
   -webkit-border-radius: 1em;
   -opera-border-radius: 1em;
-  border: .1em solid #f44;
-  border: .1rem solid #f44;
-}
-
-#fundraiser .button a[href]:hover {
-  border: .1em solid #ffa;
-  border: .1rem solid #ffa;
 }
 
-.message {
-  max-height    : 132px;
-  padding-right : .7em;
-  padding-left  : .7em;
-  padding-top   : 0;
-  margin-top    : 0;
+.message
+{
+  max-height: 132px;
+  padding-right: .7em;
+  padding-left: .7em;
+  padding-top: 0;
+  margin-top: 0;
 }
 
-.message p {
+.message p
+{
   position: relative;
-  padding-top : 0;
-  margin-top  : 0;
+  padding-top: 0;
+  margin-top: 0;
 }
 
-.message p.button {
+.message p.button
+{
   margin-right: 8%;
   margin-top: 0;
   font-size: 1em;
 }
 
-.progresswidget {
-  position     : absolute;
-  bottom       : 0;
+.progresswidget
+{
+  position: absolute;
+  bottom: 0;
   padding-right: 0;
-  padding-left : 0;
-  height       : 18px;
-  width        : 100%;
+  padding-left: 0;
+  height: 18px;
+  width: 100%;
   font-family: monospace;
 }
 
-.progress {
+.progress
+{
   font-weight: bold;
   height: 18px;
-  background: #4d0000;
-  background: linear-gradient(to right, #740000, #4d0000), #4d0000;
+  background: #900;
 }
 
-.goal {
-  color      : white;
-  position   : absolute;
-  padding    : 0 .1em;
+.goal
+{
+  color: white;
+  position: absolute;
+  padding: 0 .1em;
   padding-top: .1em;
-  right      : 1em;
+  right: .5em;
 }
 
-@media (max-width:320px) {
-/* We don't need to display a banner at this size! */
-  #fundraiser {
-    display: none;
-  }
+@media (max-width:320px)
+{
+  /* We don't need to display a banner at this size! */
+  #fundraiser { display: none; }
 }
 
-@media (max-width:683px) {
+@media (max-width:683px)
+{
   #fundraiser img#banner-long { display: none; }
   #fundraiser img#banner-small { display: inline; }
-  #fundraiser a img {
-    width: 100%;
-  }
   #fundraiser .message p.headline, #fundraiser p.button { float: none; }
-  #fundraiser .message p.headline {
-    margin-left: 25%;
-    width: 50%;
-  }
-  .message p.button {
+  #fundraiser .message p.headline
+  {
     margin-left: 35%;
-    width: 30%;
-    font-size: 1em;
-  }
-}
-
-@media (min-width:320px) {
-  #fundraiser .message p.headline {
-    font-size: .9em;
+    width: 60%;
   }
-  .message p.button {
-    font-size: .9em;
+  .message p.button
+  {
+    margin-left: 45%;
     width: 40%;
-  }
-}
-
-@media (min-width:435px) {
-  #fundraiser .message p.headline {
     font-size: 1em;
   }
-  .message p.button {
-    font-size: 1.1em;
-  }
 }
 
-@media (min-width:520px) {
-  #fundraiser .message p.headline {
-    font-size: 1.1em;
-  }
-  .message p.button {
-    font-size: 1.2em;
+@media (min-width:320px)
+{
+  #fundraiser .message p.headline { font-size: .9em; }
+  .message p.button
+  {
+    font-size: .9em;
+    width: 40%;
   }
 }
 
-@media (min-width: 684px) {
-  #fundraiser p {
+@media (min-width:435px)
+{
+  #fundraiser .message p.headline { font-size: 1em; }
+  .message p.button { font-size: 1.1em; }
+}
+
+@media (min-width:520px)
+{
+  #fundraiser .message p.headline { font-size: 1.1em; }
+  .message p.button { font-size: 1.2em; }
+}
+
+@media (min-width: 684px)
+{
+  #fundraiser p
+  {
     padding-top: 0;
     padding-bottom: 0;
     margin-top: 0;
     margin-bottom: 0;
   }
-  #fundraiser .message p.headline {
-    font-size: 1.3em;
-  }
-  .message p.button {
-    font-size: 1.4em;
-  }
+  #fundraiser .message p.headline { font-size: 1.3em; }
+  .message p.button { font-size: 1.4em; }
 }
-@media (min-width: 940px) {
-  #fundraiser .message p.headline {
+@media (min-width: 940px)
+{
+  #fundraiser .message p.headline
+  {
     font-size: 1.35em;
     margin-bottom: .7em;
   }
-  .message p.button {
-    font-size: 1.45em;
-  }
+  .message p.button { font-size: 1.45em; }
 }

Index: leaf.png
===================================================================
RCS file: leaf.png
diff -N leaf.png
Binary files /dev/null and /var/tmp/cvs2uvMNB differ



reply via email to

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