www-commits
[Top][All Lists]
Advanced

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

www style.css


From: Matt Lee
Subject: www style.css
Date: Thu, 20 Mar 2008 19:45:36 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        08/03/20 19:45:36

Modified files:
        .              : style.css 

Log message:
        some font family stuff

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.css?cvsroot=www&r1=1.28&r2=1.29

Patches:
Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- style.css   20 Mar 2008 19:39:48 -0000      1.28
+++ style.css   20 Mar 2008 19:45:30 -0000      1.29
@@ -48,7 +48,7 @@
 #urgent a:hover{ background-color: red; }
 
   body{
-  font-family: sans-serif;
+  font-family: "Liberation Sans", "Bitstream Vera Sans", sans-serif;
 border-top: 2em solid #ccc; background-color: #efefef;
   }
 
@@ -83,7 +83,7 @@
 
 #links li { line-height: 1.6em; font-size: 0.9em; }
 
-#content { font-family: serif, sans-serif; background-color: #fff;  
padding-bottom: 1.8em; }
+#content { font-family: "Bitstream Vera Serif", Times, serif; 
background-color: #fff;  padding-bottom: 1.8em; }
 
 #navigation{ background-color: #bd0000; border-bottom: 5px solid #333;}
 
@@ -97,7 +97,7 @@
 
 #navigation li:hover a{ color: yellow; }
 
-#content h2, #content h3, #content h4, #content h5, #content h6{ font-family: 
sans-serif;
+#content h2, #content h3, #content h4, #content h5, #content h6{ font-family: 
"Tiresias Signfont", "Liberation Sans", "Bitstream Vera Sans", sans-serif;
  color: #3465a4; font-size: 1.8em; padding-bottom: 0.3em;
  margin-bottom: 0.3em;padding-top: 0.7em; font-weight:bold; }
 
@@ -275,7 +275,7 @@
 display: block;
 background-color: #eeeeee;
 color: #000000;
-font-family: monospace;
+font-family: "Liberation Mono", monospace;
 }
 
 #bottom-links{ background-color: #fff; font-size: 0.8em;}
@@ -292,7 +292,7 @@
 
 blockquote{ margin: 1em; font-style: italic; }
 
-code, kbd, samp, tt{ font-family: monospace; }
+code, kbd, samp, tt{ font-family: "Liberation Mono", monospace; }
 
 #toplinks{ position: absolute; top: 0; left: 1em;  line-height: 2em; }
 
@@ -300,7 +300,7 @@
 
 .center{ text-align:center; }
 
-.big{ font-size: 130%; font-family: sans-serif; padding-top: 0.7em; }
+.big{ font-size: 130%; padding-top: 0.7em; }
 
 .inline-list li { display: inline }
 




reply via email to

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