www-commits
[Top][All Lists]
Advanced

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

www/server/staging/gnu30 gnu30.html


From: rsiddharth
Subject: www/server/staging/gnu30 gnu30.html
Date: Sun, 04 Aug 2013 18:30:36 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     rsiddharth <rsd>        13/08/04 18:30:36

Modified files:
        server/staging/gnu30: gnu30.html 

Log message:
        custom styling for 'button' + styling for gnu-itinerary class updated

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

Patches:
Index: gnu30.html
===================================================================
RCS file: /web/www/www/server/staging/gnu30/gnu30.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gnu30.html  4 Aug 2013 13:15:19 -0000       1.1
+++ gnu30.html  4 Aug 2013 18:30:36 -0000       1.2
@@ -11,15 +11,35 @@
     margin: 5px;
     transition: background-color 1s;
     -webkit-transition: background-color 1s;
-    background-color: rgb(137, 177, 189);
+    background-color: rgb(52, 101, 164);
     color: rgb(255, 255, 255);
   }
   .gnu-itinerary a[href] {
    text-decoration: none;
    color: rgb(255, 255, 255);
   }
+  .gnu-itinerary a[href]:visited {
+   text-decoration: none;
+   color: rgb(255, 255, 255);
+  }
+  .gnu-itinerary a[href]:hover {
+   text-decoration: none;
+   color: rgb(255, 255, 255);
+  }
   .gnu-itinerary li:hover {
+    background-color: rgb(128, 0, 0);
+  }
+  .button a {
+    transition: background-color 1s;
+    -webkit-transition: background-color 1s;
     background-color: rgb(52, 101, 164);
+    color: rgb(255, 255, 255); 
+  }
+  .button a:visited {
+     color: rgb(255, 255, 255); 
+  }
+  .button a:hover {
+  background-color: rgb(128, 0, 0); 
   }
 </style>
 
@@ -155,7 +175,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2013/08/04 13:15:19 $
+$Date: 2013/08/04 18:30:36 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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