reverting to regular text in nav, since list items do not show up as expected in...
[monkeysphere.git] / website / local.css
index 06b175050f9d2e59a31c60c62570ef78d4a67faf..57642658d3fe556a1d8e0c44c7e698ecba3a3a0d 100644 (file)
@@ -1,33 +1,61 @@
+h2 {
+-moz-border-radius-topleft:4px;
+-moz-border-radius-topright:4px;
+background-color:#B67B4E;
+color:black;
+display:block;
+font-weight:bold;
+padding:0 0 0 10px;
+}
+
 body {
-       font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
-       font-size:1em;
-       margin-left: 5%;
-       margin-right:20%;
+color:#3F403F;
+font-family:"Liberation Sans",sans-serif;
+font-size:0.95em;
 }
 
-h1 {
-       font-size: 1.5em;
+*|*:visited 
+color:#f6a464;
 }
 
-h2 {
-       font-size: 1.2em;
+*|*:-moz-any-link {
+text-decoration:none;
+}
+
+:-moz-any-link {
+cursor:pointer;
 }
 
-h3 {
-       font-size: 1em;
+a:link { 
+  color: #CC6600;
+  text-deoration: none;
 }
 
-h4 {
-       font-size: 1em;
+a:visited { 
+  color: #c2772b;
 }
 
-.header span {
-       font-size: 1.5em;
-       color: #aaaaaa;
+a:hover { 
+  text-decoration: underline;
 }
 
 pre {
        background: #ddd;
        border: 1px solid #aaa;
        padding: 3px 3px 3px 3px;
+       margin-left: 2em;
 }
+
+table.sitenav { 
+ border-bottom: 2px solid black;
+ padding: 0px;
+ width: 100%;
+ font-size: larger;
+}
+
+table.sitenav img.logo { 
+ margin: 0px; 
+ padding: 0px; 
+ vertical-align: bottom;
+}
+