From: Matt Lee Date: Thu, 25 Mar 2010 15:54:06 +0000 (+0000) Subject: fixed some colours X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f18db13eb19a8d8057a9b8463ffb1ce65cc2dc5d;p=libreplanet-static.git fixed some colours --- diff --git a/screen.css b/screen.css index 63ffd15f..a0ab055a 100644 --- a/screen.css +++ b/screen.css @@ -6,13 +6,7 @@ a:hover{color: yellow;} a:visited{color: darkblue;} - #tab-join{background-image: url(bg-join.png);} - #tab-groups{background-image: url(bg-join.png);} - #tab-projects{background-image: url(bg-join.png);} - #tab-events{background-image: url(bg-join.png);} - #tab-news{background-image: url(bg-join.png);} - - body{background-repeat: repeat-x;} + body {background-image: url(bg-join.png); background-repeat: repeat-x;} #mission-statement{width: 900px; height: 160px; overflow: auto; background-color: #fff; color: black; padding: 12px; } @@ -27,7 +21,6 @@ #mission-signup a:hover{color: black; background-color: yellow;} - #hd {line-height: 52px; position: relative; font-size: 14px;} #hd h1{position: absolute; top: 0; right: 0;} @@ -40,15 +33,6 @@ #hd li a:hover{background-color: green;} - #tab-join #tab-join-link a, #tab-join #hd li a:hover {background-color: #7e2020;} - #tab-groups #tab-groups-link a, #tab-groups #hd li a:hover {background-color: #eca33a; color: black;} - #tab-projects #tab-projects-link a, #tab-projects #hd li a:hover {background-color: #892aa4;} - - #tab-projects #content a:link, #tab-projects #content a:visited {color: yellow !important;} - - #tab-events #tab-events-link a, #tab-events #hd li a:hover {background-color: #46ac43; color: black;} - #tab-news #tab-news-link a, #tab-news #hd li a:hover {background-color: #07bae7;} - .netscape4{display: none !important;} #bd h1{margin: 0;} @@ -85,8 +69,6 @@ #content h2{font-size: 22px; margin: 0; padding: 0;} - #tab-projects #content, #tab-news #content, #tab-events #content, #tab-groups #content{color: black;} - #content li{font-size: 22px; line-height: 36px;} #content p{font-size: 30px; margin: 0; padding: 0;}