X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=htdocs%2Fassets%2Fdefault.css;h=aa644104039fb0d35eeeba3b91da472b747bc7da;hb=499f373103474546518b56aebfe2773c46c0e283;hp=b89246a5bc527170e7e6c37366d92ffd7d825b3e;hpb=9b6fa14c7597696166215b4f05cb77c7b1f2a970;p=sdlgit%2FSDL-Site.git diff --git a/htdocs/assets/default.css b/htdocs/assets/default.css index b89246a..aa64410 100644 --- a/htdocs/assets/default.css +++ b/htdocs/assets/default.css @@ -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; @@ -98,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; }