Added zip files for win32
[sdlgit/SDL-Site.git] / htdocs / assets / default.css
index b10f9be..68082d9 100644 (file)
@@ -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;
@@ -104,5 +110,6 @@ td#footerRight
        background-position: center center;
        background-repeat:   no-repeat; */
        text-align:          center;
+       color:               #FFFFFF;
 }