www-commits
[Top][All Lists]
Advanced

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

www/gnu30 gnu30.css celebration.html


From: Therese Godefroy
Subject: www/gnu30 gnu30.css celebration.html
Date: Sun, 2 Feb 2020 15:05:32 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/02/02 15:05:32

Modified files:
        gnu30          : gnu30.css celebration.html 

Log message:
        Define 'gnu30-btn' class, to avoid conflict with buttons in 
footer-text.html.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu30/gnu30.css?cvsroot=www&r1=1.10&r2=1.11
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu30/celebration.html?cvsroot=www&r1=1.26&r2=1.27

Patches:
Index: gnu30.css
===================================================================
RCS file: /webcvs/www/www/gnu30/gnu30.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- gnu30.css   21 Jun 2017 08:32:01 -0000      1.10
+++ gnu30.css   2 Feb 2020 20:05:32 -0000       1.11
@@ -128,22 +128,33 @@
 .h-projects li:hover {
     background-color: rgb(52, 101, 164);
 }
-.button {
-    font-size: 1.3em;
+
+.gnu30-btn a {
+    display: block;
+    font-size: 1.4em;
+    line-height: 1.2em;
+    font-weight: bold;
+    padding: .3em .5em;
+    border: .1em solid #999;
+    border-radius: .3em;
 }
-.button a[href] {
+.gnu30-btn a[href] {
     transition: background-color 1s;
     -webkit-transition: background-color 1s;
     background-color: #919191;
     color: rgb(255, 255, 255); 
+    text-decoration: none;
 }
-.button a[href]:visited {
+.gnu30-btn a[href]:visited {
     color: rgb(255, 255, 255); 
+    text-decoration: none;
 }
-.button a[href]:hover {
+.gnu30-btn a[href]:hover {
     background-color: rgb(52, 101, 164); 
     color: rgb(255, 255, 255); 
-  }
+    text-decoration: none;
+}
+
 #content {
     padding-bottom: 0em;
 }

Index: celebration.html
===================================================================
RCS file: /webcvs/www/www/gnu30/celebration.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- celebration.html    2 Feb 2020 19:26:22 -0000       1.26
+++ celebration.html    2 Feb 2020 20:05:32 -0000       1.27
@@ -38,13 +38,13 @@
 
   <div class="yui-g">
        <div class="yui-u first">
-         <p class="button c small">
+         <p class="gnu30-btn c">
                <a style="background-color: rgb(52, 101, 164);" 
href="https://my.fsf.org/civicrm/event/register?id=10&amp;reset=1";>
                  Register now</a>
          </p>
        </div>
        <div class="yui-u">
-         <p class="button c small">
+         <p class="gnu30-btn c">
                <a 
href="http://www.fsf.org/share?u=https://www.gnu.org/gnu30&amp;t=Celebrate%2030%20years%20of%20GNU%20on%20September%2028th";>
                  Share this page </a>
          </p>
@@ -53,12 +53,12 @@
 
   <div class="yui-g">
        <div class="yui-u first">
-         <p class="button c small">
+         <p class="gnu30-btn c">
                <a href="/gnu30/logistics"> Transportation and lodging </a>
          </p>
        </div>
        <div class="yui-u">
-         <p class="button c small">
+         <p class="gnu30-btn c">
                <a href="/gnu30/anti-harassment"> Anti-harassment policy </a>
          </p>
        </div>
@@ -365,7 +365,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2020/02/02 19:26:22 $
+$Date: 2020/02/02 20:05:32 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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