docs-common/css fedora.css,1.6,1.7

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Jul 30 01:44:17 UTC 2005


Author: pfrields

Update of /cvs/docs/docs-common/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11316

Modified Files:
	fedora.css 
Log Message:
Better agreement with the official web site color scheme


Index: fedora.css
===================================================================
RCS file: /cvs/docs/docs-common/css/fedora.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fedora.css	29 Jul 2005 17:47:45 -0000	1.6
+++ fedora.css	30 Jul 2005 01:44:15 -0000	1.7
@@ -72,21 +72,31 @@
 
 h1, h2, h3, h4 {
         font-family: luxi sans,sans-serif;
-	color: #172e56;
+	color: #22437f;
 	font-weight: bold;
 }
 h1 {
         font-size: 1.75em;
 }
-                                                                                                                
+      
 h2 {
         font-size: 1.25em;
 }
-                                                                                                                
+
 h3 {
         font-size: 1.1em;
 }
 
+a:link {
+        color: #900;
+}
+a:visited {
+        color: #48468f;
+}
+a:hover {
+        color: #f20;
+}
+
 code.screen, pre.screen {
 	font-family: monospace;
 	font-size: 1em;




More information about the Fedora-docs-commits mailing list