www-commits
[Top][All Lists]
Advanced

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

www gnu-new.css


From: Matt Lee
Subject: www gnu-new.css
Date: Thu, 24 Aug 2006 20:46:19 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        06/08/24 20:46:18

Added files:
        .              : gnu-new.css 

Log message:
        This is the new stylesheet for all the pretty looking new pages I made.
        
        I've made it into a file, so we can link it easily from 
        /server/banner.html
        
        I'll be fixing the proprietary fonts in it too.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-new.css?cvsroot=www&rev=1.1

Patches:
Index: gnu-new.css
===================================================================
RCS file: gnu-new.css
diff -N gnu-new.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ gnu-new.css 24 Aug 2006 20:46:15 -0000      1.1
@@ -0,0 +1,148 @@
+  body{
+  padding: 0;
+  margin: 0;
+  font-family: "Bitstream Vera Sans", "Lucida Grande", Lucida, Verdana, Arial, 
sans-serif; 
+  font-size: 90%;
+  background-color: #c3daef;
+  min-width: 50em;
+  }
+  
+  p{
+  line-height: 1.5em;
+  }
+  
+  #wrapper{
+  width: 91%;
+  margin: 1em auto 1em auto;
+  background-color: #fff;
+  -moz-border-radius: 0.8em;
+  padding: 1em;
+  }
+  
+  #top2{
+  margin-top: -0.6em;
+  padding: 0;
+  clear: both;
+  }
+  
+  #searcher{
+  line-height: 2.1em;
+  text-align: right;
+  padding-right: 0.6em;
+  background-color: transparent;
+  margin-bottom: 0.4em;
+  margin-top: 0em;
+  position: absolute;
+  top: 1.3em;
+  right: 5%;
+  }
+  
+  #searcher label{
+  text-transform: uppercase;
+  color: #666;
+  font-weight: bold;
+  font-size: 0.7em;
+  }
+  
+  #banner{
+  background-color: #fff;
+  text-align: center;
+  border-top: 1px solid #ddd;
+  margin-bottom: 0;
+  margin-top: 2.4em;
+  }
+  
+  #banner h1{
+  padding-top: 0.1em;
+  font-size: 130%;
+  }
+  
+  #links{
+  margin: 0;
+  padding: 0;
+  margin-left: 100px;
+  margin-right: 100px;
+  background-color: #eee;
+  list-style: none;
+  
+  }
+  
+  #links li{
+  display: inline;
+  margin-right: 0.5em;
+  border-right: 1px solid #333;
+  padding-right: 0.5em;
+  }
+  
+  #gnulogo{
+  float: left;
+  }
+  
+  #dbdlogo{
+  float: right;
+  }
+  
+  #header {
+  float:left;
+  width:100%;
+  background:#fff url("/graphics/bg.png") repeat-x bottom;
+  font-size:93%;
+  line-height:normal;
+  }
+  #header ul {
+  margin:0;
+  padding:10px 10px 0;
+  list-style:none;
+  }
+  #header li {
+  float:left;
+  background:url("/graphics/left.png") no-repeat left top;
+  margin:0;
+  padding:0 0 0 9px;
+  }
+  #header a {
+  float:left;
+  display:block;
+  background:url("/graphics/right.png") no-repeat right top;
+  padding:5px 15px 4px 6px;
+  text-decoration:none;
+  font-weight:bold;
+  color:#765;
+  }
+
+  #header a:hover {
+  color:#333;
+  }
+  #header #current {
+  background-image:url("/graphics/left_on.png");
+  background-repeat: no-repeat;
+  }
+  #header #current a {
+  background-image:url("/graphics/right_on.png");
+  background-repeat: no-repeat;
+  color:#333;
+  padding-bottom:5px;
+  }
+  
+  #content, #footer{
+  clear: both;
+  }
+  
+  #content{
+  padding: 1em;
+  background-color: white;
+  }
+  
+  #footer{
+  padding: 0.9em;
+  font-size: 0.9em;
+  background-color: #afcde8;
+  -moz-border-radius-bottomleft: 0.5em;
+  -moz-border-radius-bottomright: 0.5em;
+  
+  }
+  
+  .netscape4{
+  display: hidden !important;
+  height: 0;
+  }




reply via email to

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