]> git.cworth.org Git - cworth.org/commitdiff
Group header style settings and set link colors
authorCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 13:09:18 +0000 (06:09 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 May 2007 13:09:18 +0000 (06:09 -0700)
src/local.css

index 5c8975e7c7c05a35106edba0981356610d7f5f0c..1607b4e90dc0b5e90eb82fc5813fd15f6e4d365e 100644 (file)
@@ -8,12 +8,30 @@ body {
 
 h1, .header, #footer {
     margin-left: -8%;
+    font-size: 150%;
 }
 
-h1, .header {
+h1,h2,h3,h4,h5,h6, .header {
     font-family: sans-serif;
-    font-size: 150%;
     clear: left;
+    color: #f29915;
+}
+
+h2,h3,h4,h5,h6 {
+    margin-left: -4%;
+    font-size: 125%;
+}
+
+a:link {
+    color: #4c4ce6;
+}
+
+a:visited {
+    color: #8f8fe6;
+}
+
+a:hover {
+    color: #f29915;
 }
 
 #logo {
@@ -21,6 +39,7 @@ h1, .header {
 }
 
 #footer {
+    margin-left: -8%;
     font-size: 80%;
 }
 
@@ -31,12 +50,6 @@ h1, .header {
     margin-right: 15%;
 }
 
-h2,h3,h4,h5,h6 {
-    margin-left: -4%;
-    font-size: 125%;
-    clear: left;
-}
-
 .floatleft {
     float: left;
     padding-right: 0.5em;