www-commits
[Top][All Lists]
Advanced

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

www/gnu30 gnu30.css


From: rsiddharth
Subject: www/gnu30 gnu30.css
Date: Thu, 05 Sep 2013 06:55:36 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     rsiddharth <rsd>        13/09/05 06:55:36

Modified files:
        gnu30          : gnu30.css 

Log message:
        class gnu-itinerary renamed to h-projects with minor updates, changes 
made to 'button' class and 'td' element

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu30/gnu30.css?cvsroot=www&r1=1.4&r2=1.5

Patches:
Index: gnu30.css
===================================================================
RCS file: /web/www/www/gnu30/gnu30.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- gnu30.css   5 Sep 2013 04:04:59 -0000       1.4
+++ gnu30.css   5 Sep 2013 06:55:33 -0000       1.5
@@ -1,38 +1,42 @@
-.gnu-itinerary li {
+.h-projects li {
+       font-size: 1.4em;
+       font-weight: bold;
     list-style-type: none;
     text-align: center;
-    margin: 5px;
+    margin: 0.2em;
+       padding: 0.15em;
+       border-radius: 0.3em;
     transition: background-color 1s;
     -webkit-transition: background-color 1s;
     background-color: rgb(52, 101, 164);
     color: rgb(255, 255, 255);
 }
-.gnu-itinerary a[href] {
+.h-projects a[href] {
    text-decoration: none;
    color: rgb(255, 255, 255);
 }
-.gnu-itinerary a[href]:visited {
+.h-projects a[href]:visited {
        text-decoration: none;
        color: rgb(255, 255, 255);
 }
-.gnu-itinerary a[href]:hover {
+.h-projects a[href]:hover {
        text-decoration: none;
        color: rgb(255, 255, 255);
 }
-.gnu-itinerary li:hover {
+.h-projects li:hover {
     background-color: rgb(128, 0, 0);
 }
 .button a[href] {
     transition: background-color 1s;
     -webkit-transition: background-color 1s;
-    background-color: rgb(52, 101, 164);
+    background-color: #919191;
     color: rgb(255, 255, 255); 
 }
 .button a[href]:visited {
     color: rgb(255, 255, 255); 
 }
 .button a[href]:hover {
-    background-color: rgb(128, 0, 0);
+    background-color: rgb(52, 101, 164); 
     color: rgb(255, 255, 255); 
   }
 #content {
@@ -69,11 +73,12 @@
        padding: 0.4em;
 }
 td:first-child {
-    width: 12%;
+    width: 5%; /* 12% */
     text-align: center;
 }
 td:first-child + td {
     width: 60%;
+       text-align: center;
 }
 
 .narrow-region {



reply via email to

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