Scrollbar if someone creates too many electons to fit within defualt given room for...
[selectricity-live] / public / stylesheets / front.css
index daa91c7e85ed6bbbec7489134143462070c306e3..8805abedfe3cfcfefc4cf7af9214ee7c202f8e57 100644 (file)
@@ -18,14 +18,14 @@ table, caption, tbody, tfoot, thead, tr, th, td {
        padding: 0;
        border: 0;
        font-size: 100%; 
-       font-family: inherit;
+       font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
        vertical-align: baseline;
 }
 
 body {
        line-height: 1;
     color: black;
-       background: #ffffff url(/images/bg_index.gif) repeat-x top center;
+       background: #ffffff url(/images/bg_index.png) repeat-x top center;
 }
 
 a {
@@ -33,7 +33,7 @@ a {
 }
 
 #body {
-       font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+       font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
        color: white;
        font-size: 12px;
        text-align: left;
@@ -53,11 +53,26 @@ a {
 
 /* Header */
 #header h1 {
-       background: url(/images/title_front.gif) center top no-repeat;
+       background: url(/images/title_front.png) center top no-repeat;
        overflow: hidden;
        padding-top: 189px;
        height: 0px;
        margin-top: 10px;
+       margin-left: 231px;
+}
+
+#top-bar {
+       
+       position: relative;
+       float: right;
+       width: 231px;
+       text-align: center;
+}
+
+#top-bar a {
+       color: black;
+       font-size: 11px;
+       text-decoration: none;
 }
 
 
@@ -80,8 +95,8 @@ h3 {
 
 .main-section {
        float: left;
-       padding-left: 120px;
-       padding-right: 15px;
+       padding-left: 115px;
+       padding-right: 0px;
 }
 
 .main-section p {
@@ -91,11 +106,12 @@ h3 {
     margin-bottom: 1em;
 }
 
+
 #voters {
        padding-top: 50px;
        height: 559px;
        width: 185px;
-       background: url(/images/bg_voters.gif) top left no-repeat;
+       background: url(/images/bg_voters.png) top left no-repeat;
 }
 
 #voters-content {
@@ -106,18 +122,19 @@ h3 {
        padding-top: 139px;
        height: 470px;
        width: 185px;
-       background: url(/images/bg_controlroom.gif) top left no-repeat;
+       background: url(/images/bg_controlroom.png) top left no-repeat;
 }
 
 #control-room-content {
        height: 428px;
+       overflow:auto;
 }
 
 #quickvotes {
        padding-top: 80px;
        height: 529px;
        width: 185px;
-       background: url(/images/bg_quickvotes.gif) top left no-repeat;
+       background: url(/images/bg_quickvotes.png) top left no-repeat;
 }
 
 #quickvotes-content {

Benjamin Mako Hill || Want to submit a patch?