added support for results for full elections
[selectricity-live] / public / stylesheets / common.css
index 9139066b58a101c28f0074e1f7a247425fe343ef..5d7f199ae6943c7dcfdc523551ee6951172556aa 100644 (file)
@@ -28,6 +28,11 @@ table, caption, tbody, tfoot, thead, tr, th, td {
        vertical-align: baseline;
 }
 
+body {
+       font-size: 0.9em;
+       font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
+}
+
 /* tables still need 'cellspacing="0"' in the markup */
 table {
        border-collapse: separate;
@@ -71,7 +76,7 @@ h2, h3 {
 
 #footer {
        font-size: 11px;
-       font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
+       font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
        margin-top: 40px;
        text-align: center;
 }
@@ -98,8 +103,38 @@ h2, h3 {
 #notice {
     background: #FFFBB3; 
     border: 1px black solid;
+       text-align: center;
+       font-weight: bold
+}
+
+.preftable {
+       font-family: verdana,arial,helvetica,sans-serif;
+       border-spacing: 0px;
+       border-width: 2px;
+       border-color: #999999;
+       border-style: solid;
+       caption-side: top;
+}
+
+.preftable th {
+       font-family: verdana,arial,helvetica,sans-serif;
+       border-width: 2px;
+       border-color: #999999;
+       border-style: solid;
        text-align: center;
        font-weight: bold;
-       padding: 5px 5px 5px 15px;
-    width: 250px;
+       padding: 5px 5px 5px 5px;
+       background-color: #999999;
+       color: #FFFFFF;
 }
+
+.preftable td {
+  border-collapse: collapse;
+  border-width: 1px;
+  border-color: #999999;
+  border-style: solid;
+  text-align: right;
+  padding-right: 5px;
+  padding-left: 5px;
+}
+

Benjamin Mako Hill || Want to submit a patch?