Major integration of Courtland's design into the QuickVotes.
[selectricity-live] / public / stylesheets / front.css
index 045055f5df22d63c1ed801ab80e696290379612c..b206834c0d0599fb0865b70f13c58c803a79aaf0 100644 (file)
@@ -24,10 +24,33 @@ table, caption, tbody, tfoot, thead, tr, th, td {
 
 body {
        line-height: 1;
-       color: white;
+    color: black;
        background: #ffffff url(/images/bg_index.png) repeat-x top center;
 }
 
+a {
+    color: #dc0d13
+}
+
+#body {
+       font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+       color: white;
+       font-size: 12px;
+       text-align: left;
+       line-height: 1.5em;
+}
+
+#body a {
+       text-decoration: underline;
+       color: inherit;
+       display: inline;
+       opacity: 0.8;
+}
+
+#body a:hover {
+       opacity: .5;
+}
+
 /* Header */
 #header h1 {
        background: url(/images/title_front.png) center top no-repeat;

Benjamin Mako Hill || Want to submit a patch?