www-commits
[Top][All Lists]
Advanced

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

www server/sidebar.html gnu-new.css


From: Matt Lee
Subject: www server/sidebar.html gnu-new.css
Date: Thu, 14 Dec 2006 18:29:52 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Matt Lee <mattl>        06/12/14 18:29:52

Modified files:
        server         : sidebar.html 
        .              : gnu-new.css 

Log message:
        shortened link to GPLv3 site and made 'tabs' a little clearer

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/sidebar.html?cvsroot=www&r1=1.12&r2=1.13
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-new.css?cvsroot=www&r1=1.28&r2=1.29

Patches:

Index: gnu-new.css
===================================================================
RCS file: /webcvs/www/www/gnu-new.css,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- gnu-new.css 6 Dec 2006 12:32:29 -0000       1.28
+++ gnu-new.css 14 Dec 2006 18:29:48 -0000      1.29
@@ -1,3 +1,21 @@
+/*
+gnu-new.css -- css stylesheet used on www.gnu.org
+
+Copyright (C) 2006 Free Software Foundation
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+   
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+   
+*/
 
 @import url('/gnu.css');
 
@@ -37,9 +55,9 @@
 
   #navbar li{display: inline;}
 
-  #navbar li a{margin-right: 0.5em; color: #ddd; font-weight: bold; font-size: 
0.9em; padding: 0.2em 0.3em 0.2em 0.3em; text-decoration: none;}
+  #navbar li a{margin-right: 0.5em; color: #ddd; font-weight: bold; font-size: 
0.9em; padding: 0.2em 0.3em 0.2em 0.3em; text-decoration: none; 
background-color: #555;}
 
-  #navbar li a:hover{background-color: #aaa; color: #222;}
+  #navbar li a:hover{background-color: transparent; color: yellow; 
text-decoration: underline;}
 
   
   #searcher{
@@ -268,7 +286,7 @@
   border-top: 1px solid rgb(204,204,204);
 }
 
-#translations{margin: 0 auto 0 auto; max-width: 75em; border: 2px solid #d10; 
background-color: #ffb;padding: 1em; margin-bottom: 2em;}
+#translations{margin: 0 auto 0 auto; max-width: 75em; border: 2px solid #d10; 
background-color: #ffb;padding: 1em; margin-bottom: 2em; margin-left: 1em; 
margin-right: 1em;}
 
 #translations h3, #translations h4{padding-top: 0; margin-top: 0;}
 




reply via email to

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