added text metrics
[sdlgit/SDL-Site.git] / htdocs / assets / default.css
index 45abdc2..aa64410 100644 (file)
@@ -1,4 +1,4 @@
-
+html,
 body
 {
        font-family:             Arial, Helvetica, sans-serif;
@@ -17,20 +17,20 @@ a
 {
        font-size:                       14px;
        font-weight:         bold;
-       color:               #FF6600;
+       color:               #008029;
        text-decoration:     none;
 }
 
 a:hover
 {
-       color:               #FF0000;
+       color:               #2CC100;
        text-decoration:     underline;
 }
 
 .hover:hover
 {
        cursor:              pointer;
-       background-color:    #D1D8E0;
+/*     background-color:    #D1D8E0; */
 }
 
 div#background
@@ -79,6 +79,9 @@ td#upperRight
 
 td#upperRight a
 {
+       font-family:             Arial, Helvetica, sans-serif;
+       font-size:                       12px;
+       font-weight:             bold;
        color:               #FFFFFF;
 }
 
@@ -113,3 +116,9 @@ td#footerRight
        color:               #FFFFFF;
 }
 
+td#footerRight a
+{
+       font-size:                       12px;
+       color:                   #FFFFFF;
+}
+