adding more stuff, cleaning stuff up, etc etc etc
[gitmo/moose-website.git] / lib / Moose / Website / Resource / WebFiles / css / style.css
index 0f5133e..9bf9f59 100644 (file)
@@ -6,9 +6,13 @@ BODY {
     color       : #666666;
 }
 
+a {
+    color : #333333;
+}
+
 h1 {
     font-family  : Arial Black;
-    font-size    : 48pt;
+    font-size    : 54pt;
     margin       : 0px;
     line-height  : 0.7em;
     background   : #336699;
@@ -104,6 +108,14 @@ ul.menu > li a:hover {
     font-size    : 1.2em;
 }
 
+pre {
+    font-family : Monaco, Courier;
+    font-size   : 9pt;
+    padding     : 10px;
+    border      : 1px dotted #aaaaaa;
+    color       : #333333;
+}
+
 .home_footer {
     position       : relative;
     left           : 75px;