added colour
[libreplanet-static.git] / screen.css
index b7ad18e08102007145823e256e1dbca4735f86c8..2cc8750066b785de7d80ac273974ff262817ddf8 100644 (file)
@@ -3,16 +3,10 @@
      html,body{margin: 0; padding: 0;}
 
      a:link{color: blue;}
-     a:hover{color: yellow;}
+     a:hover{color: red;}
      a:visited{color: darkblue;}
 
-     #tab-join{background-image: url(bg-join.png);}
-     #tab-groups{background-image: url(bg-groups.png);}
-     #tab-projects{background-image: url(bg-projects.png);}
-     #tab-events{background-image: url(bg-events.png);}
-     #tab-news{background-image: url(bg-news.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;}
 
      #hd li a{color: white; text-decoration: none;  padding: 8px 12px 7px 12px; margin-right: 0px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px}
 
-     #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;}
+     #hd li a:hover{background-color: #7e2020;}
 
      .netscape4{display: none !important;}
 
      #bd h1{margin: 0;}
 
-     #content {height: 437px; position: relative; color: white;}
+     #content {height: 437px; position: relative; color: white !important;}
+
+     #content a { color: yellow !important; }
 
      #searchbox{position: absolute; top: 0; right: 0; line-height: 54px;}
 
@@ -85,8 +71,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;}
 
      #tab-projects #content li{font-size: 18px !important; line-height: 26px;}
 
-#tab-content #content a{ color: yellow; }
\ No newline at end of file
+#tab-join #content a:link, #tab-join #content a:visited{ color: yellow !important; }
\ No newline at end of file