working quickvote support created
[selectricity] / public / stylesheets / vb.css
index 79800a819b51f1fb951ae102ee9e9807ca641189..e6940698d22a755868476fb5624bb5ef7827b1d4 100644 (file)
@@ -10,12 +10,12 @@ body        {
 p, blockquote, ul, ol, dl, dd, li, dir, menu {}
 
 h1, h2, h3, h4 {
-    border-bottom: 1px solid #009999;
+    border-bottom: 1px solid #BD7589;
     text-shadow: #999999 0.2em 0.2em 3px;
 
 }
-a:link { font-weight: bold; color: #066; text-decoration: underline; } 
-a:visited { color: #066; text-decoration: underline; }
+a:link { font-weight: bold; color: #BD7589; text-decoration: underline; } 
+a:visited { color: #BD7589; text-decoration: underline; }
 a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
 a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
 
@@ -56,21 +56,18 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
   list-style: square;
 }
 
-
-
-#top { margin : 0px;
-       padding : 3px;
+#top { padding-left: 10px;
+       padding-right: 10px;
+       padding-top: 5px;
+       padding-bottom: 5px;
        font-weight: normal;
-       background: #009999;
+       background: #BD7589;
        color: #FFFFFF;
-       
 }
 
 #top h3 { font-size: 30px; }
-
-#links { text-align : right;
-         margin-right: 50px; }
-#links a { color: #EAFFD0; }
+#links { text-align : right; }
+#links a { color: #FFF; }
 #links a:visited { font-weight: bold; }
 
 .ListLine0 {
@@ -95,14 +92,43 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
 
 #footer { text-align: center;
           font-size: 12px;
-          color: #464646; }
+          color: #464646;
+         clear: both;}
 
 #footer a { font-weight: normal; }
        
 #subtext { 
        text-align: center;
        font-size: 12px;
-       font-weight: bold;
-       
+       font-weight: bold; }
+
+.fieldWithErrors {
+    display: inline;
+}
+.fieldWithErrors input, .fieldWithErrors select {
+    background-color: #ffdfdf;
 }
 
+.mainresultbox {
+    width: 100%;
+    padding: 7px;
+    margin-right: 10px;
+    margin-bottom: 10px;
+    border-style: dotted;
+    border-width: 1px;
+}
+
+.mainresultbox h1 {
+    text-align: center;
+}
+.resultbox {
+    width:47%;
+    float: left;
+    padding: 7px;
+    margin-right: 10px;
+    margin-bottom: 10px;
+    border-style: dotted;
+    border-width: 1px;
+}
+
+

Benjamin Mako Hill || Want to submit a patch?