changed images on the front page and added new headings
[selectricity] / public / stylesheets / main.css
index ca71d76539e0de25d42cb1abc9c5f00e0885a1d9..185b48ab96a0aefb19d092367ccf625730b3636c 100644 (file)
@@ -24,6 +24,13 @@ h3 {
        margin: 0 0 1em 0 !important;
 }
 
+.special {
+       background-color: #999999;
+       color: white;
+       text-align: center;
+       pading: 0 1em 0 1em;
+}
+
 
 /* Left column. Includes logo, poll information, and graph. */
  
@@ -140,7 +147,59 @@ h5 {
        overflow: hidden;
 }
 
+#quickvote-title .header {
+       background-color: #74ce00;
+}
+
+#quickvote-title .subheader {
+       color: #74ce00;
+       background-color: #e5e5e5;
+}
 
+#controlroom-title .header {
+       background-color: #dc0d13;
+}
+
+#controlroom-title .subheader {
+       color: #dc0d13;
+       background-color: #e5e5e5;
+}
+
+#voters-title .header {
+       background-color: #005cd9;
+}
+
+#voters-title .subheader {
+       color: #005cd9;
+       background-color: #e5e5e5;
+}
+
+.header {
+       display: block;
+       font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif;
+       font-size:30px;
+       text-transform: uppercase;
+       text-align: center;
+       color: white;
+       background-color: #999999;
+       height: 32px;
+       float: left;
+       padding: 0px .75em 0px .75em;
+       margin-right: 10px;
+       margin-bottom: 14px;
+}
+
+.subheader {
+       display: block;
+       font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif;
+       font-size: 18px;
+       text-align: left;
+       color: #666666;
+       background-color: #CCCCCC;
+       height: 26px;
+       padding: 6px 1em 0px 20px;
+       margin-bottom: 14px;
+}
 
 #main-box {
        float: right;

Benjamin Mako Hill || Want to submit a patch?