added text metrics
[sdlgit/SDL-Site.git] / htdocs / assets / default.css
index b05e90f..aa64410 100644 (file)
@@ -1,11 +1,11 @@
-
+html,
 body
 {
        font-family:             Arial, Helvetica, sans-serif;
        font-size:                       12px;
        font-weight:             normal;
        color:                           #000000;
-       background-color:        #000033;
+       background-color:        #212538;
        text-align:                      left;
        padding:             0;
        margin:              0;
@@ -17,16 +17,22 @@ a
 {
        font-size:                       14px;
        font-weight:         bold;
-       color:               #49241D;
+       color:               #008029;
        text-decoration:     none;
 }
 
 a:hover
 {
-       color:               #864135;
+       color:               #2CC100;
        text-decoration:     underline;
 }
 
+.hover:hover
+{
+       cursor:              pointer;
+/*     background-color:    #D1D8E0; */
+}
+
 div#background
 {
        padding:             0;
@@ -73,12 +79,15 @@ td#upperRight
 
 td#upperRight a
 {
+       font-family:             Arial, Helvetica, sans-serif;
+       font-size:                       12px;
+       font-weight:             bold;
        color:               #FFFFFF;
 }
 
 td#lowerRight
 {
-       background-color:        #99CCCC;
+       background-color:        #B4BFCD;
        min-height:          603px;
        text-align:          left;
        vertical-align:      top;
@@ -104,5 +113,12 @@ td#footerRight
        background-position: center center;
        background-repeat:   no-repeat; */
        text-align:          center;
+       color:               #FFFFFF;
+}
+
+td#footerRight a
+{
+       font-size:                       12px;
+       color:                   #FFFFFF;
 }