Conditional that redircts to user profile page if too many elections in control panel...
[selectricity] / public / stylesheets / front.css
index af714b898f9758e327906650e288a187fe6ef0b5..4c973b125a097ee5cf45a4fafb867cf5fcf3d853 100644 (file)
@@ -18,40 +18,61 @@ 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;
+    color: black;
        background: #ffffff url(/images/bg_index.png) repeat-x top center;
 }
 
-/* tables still need 'cellspacing="0"' in the markup */
-table {
-       border-collapse: separate;
+a {
+    color: #dc0d13
 }
 
-caption, th, td {
+#body {
+       font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
+       color: white;
+       font-size: 12px;
        text-align: left;
-       font-weight: normal;
+       line-height: 1.5em;
 }
 
-#page-wrapper {
-       width: 960px;
-       margin: 0 auto 0 auto;
-       text-align: center;
+#body a {
+       text-decoration: underline;
+       color: white;
+       display: inline;
+       opacity: 0.8;
 }
 
+#body a:hover {
+       opacity: .5;
+}
 
 /* Header */
 #header h1 {
-       background: url(/images/title.png) 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;
 }
 
 
@@ -74,8 +95,8 @@ h3 {
 
 .main-section {
        float: left;
-       padding-left: 120px;
-       padding-right: 15px;
+       padding-left: 115px;
+       padding-right: 0px;
 }
 
 .main-section p {
@@ -85,6 +106,7 @@ h3 {
     margin-bottom: 1em;
 }
 
+
 #voters {
        padding-top: 50px;
        height: 559px;
@@ -101,7 +123,6 @@ h3 {
        height: 470px;
        width: 185px;
        background: url(/images/bg_controlroom.png) top left no-repeat;
-       
 }
 
 #control-room-content {

Benjamin Mako Hill || Want to submit a patch?