added text metrics
[sdlgit/SDL-Site.git] / htdocs / assets / default.css
index 4146bc8..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:        #CAB680;
+       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;
@@ -63,16 +69,25 @@ td#upperRight
 {
        width:               912px;
        background-image:    url(cards1.jpg);
-       background-position: 530px 0px;
+       background-position: 480px 0px;
        background-repeat:   no-repeat;
        text-align:          right;
        vertical-align:      bottom;
        font-variant:        small-caps;
+       color:               #FFFFFF;
+}
+
+td#upperRight a
+{
+       font-family:             Arial, Helvetica, sans-serif;
+       font-size:                       12px;
+       font-weight:             bold;
+       color:               #FFFFFF;
 }
 
 td#lowerRight
 {
-       background-color:        #D6C796;
+       background-color:        #B4BFCD;
        min-height:          603px;
        text-align:          left;
        vertical-align:      top;
@@ -93,9 +108,17 @@ div#main
 
 td#footerRight
 {
-       height:              190px;
-       background-image:    url(credits.jpg);
+       height:              30px;
+/*     background-image:    url(credits.jpg);
        background-position: center center;
-       background-repeat:   no-repeat;
+       background-repeat:   no-repeat; */
+       text-align:          center;
+       color:               #FFFFFF;
+}
+
+td#footerRight a
+{
+       font-size:                       12px;
+       color:                   #FFFFFF;
 }