switched from PNG to GIF to fix IE
[selectricity] / public / stylesheets / main.css
index 313dee5a55c6d5f658e9be66c3542c15c74e1f8a..1bed0b589e6424d5a42837b824358edce283aa9b 100644 (file)
@@ -12,7 +12,7 @@
 body {
        color: black;
        background: white;
-       background: url(/images/bg_main.png) repeat-x top left;
+       background: url(/images/bg_main.gif) repeat-x top left;
 }
 
 h2 {
@@ -51,7 +51,7 @@ label {
        height: 0px;
        overflow: hidden;
        padding-top: 189px;
-       background: url(/images/title_main.png) no-repeat top left;
+       background: url(/images/title_main.gif) no-repeat top left;
 }
 
 
@@ -103,7 +103,7 @@ label {
 }
 
 div#bar-left {
-       background-image: url(/images/top_bar_1.png);
+       background-image: url(/images/top_bar_1.gif);
        width: 153px;
        height: 37px;
        padding-top: 8px;
@@ -112,7 +112,7 @@ div#bar-left {
 }
 
 div#bar-right {
-       background-image: url(/images/top_bar_2.png);
+       background-image: url(/images/top_bar_2.gif);
        width: 78px;
        height: 37px;
        padding-top: 8px;
@@ -152,8 +152,12 @@ h5 {
        overflow: hidden;
 }
 
+#page-title {
+    margin: -20px -20px 1em -20px;
+}
+
 .plain-header {
-    margin: 1em -1.2em 1em -1.2em;
+    margin: 1em -20px 1em -20px;
 }
 
 .header {
@@ -185,19 +189,13 @@ h5 {
 
 #main-box {
        float: right;
-       width: 611px;
-       padding: 0;
+       width: 571px;
+       padding: 20px;
        background: #f9f9f9;
        border: 1px solid #b3b3b3;
 }
 
-.main-content {
-       margin: 1.2em;
-       line-height: 1.5em;
-       text-color: #454545;
-}
-
-.main-content p, .main-content blockquote, .main-content ul {
+#main-box p, #main-box blockquote, #main-box ul {
     margin-bottom: 1em;
 }
 
@@ -267,6 +265,35 @@ li.moveable {
   float: left;
 }
 
+.preftable {
+       border-spacing: 0px;
+         border-width: 2px;
+         border-color: #999999;
+         border-style: solid;
+}
+
+.preftable th {
+       border-width: 2px;
+       border-color: #999999;
+       border-style: solid;
+       text-align: center;
+       font-weight: bold;
+       padding: 5px 5px 5px 15px;
+       background-color: #999999;
+       color: #fff;
+}
+
+.preftable td {
+  border-collapse: collapse;
+  border-width: 1px;
+  border-color: #999999;
+  border-style: solid;
+
+  text-align: right;
+  padding-right: 5px;
+  padding-left: 5px;
+}
+
 .voterbox {
   border-spacing: 0px;
   border-width: 2px;

Benjamin Mako Hill || Want to submit a patch?