switched from PNG to GIF to fix IE
[selectricity] / public / stylesheets / front.css
index 045055f5df22d63c1ed801ab80e696290379612c..daa91c7e85ed6bbbec7489134143462070c306e3 100644 (file)
@@ -24,13 +24,36 @@ table, caption, tbody, tfoot, thead, tr, th, td {
 
 body {
        line-height: 1;
+    color: black;
+       background: #ffffff url(/images/bg_index.gif) repeat-x top center;
+}
+
+a {
+    color: #dc0d13
+}
+
+#body {
+       font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: white;
-       background: #ffffff url(/images/bg_index.png) repeat-x top center;
+       font-size: 12px;
+       text-align: left;
+       line-height: 1.5em;
+}
+
+#body a {
+       text-decoration: underline;
+       color: white;
+       display: inline;
+       opacity: 0.8;
+}
+
+#body a:hover {
+       opacity: .5;
 }
 
 /* Header */
 #header h1 {
-       background: url(/images/title_front.png) center top no-repeat;
+       background: url(/images/title_front.gif) center top no-repeat;
        overflow: hidden;
        padding-top: 189px;
        height: 0px;
@@ -72,7 +95,7 @@ h3 {
        padding-top: 50px;
        height: 559px;
        width: 185px;
-       background: url(/images/bg_voters.png) top left no-repeat;
+       background: url(/images/bg_voters.gif) top left no-repeat;
 }
 
 #voters-content {
@@ -83,7 +106,7 @@ h3 {
        padding-top: 139px;
        height: 470px;
        width: 185px;
-       background: url(/images/bg_controlroom.png) top left no-repeat;
+       background: url(/images/bg_controlroom.gif) top left no-repeat;
 }
 
 #control-room-content {
@@ -94,7 +117,7 @@ h3 {
        padding-top: 80px;
        height: 529px;
        width: 185px;
-       background: url(/images/bg_quickvotes.png) top left no-repeat;
+       background: url(/images/bg_quickvotes.gif) top left no-repeat;
 }
 
 #quickvotes-content {

Benjamin Mako Hill || Want to submit a patch?