font-weight: bold;
}
+pre {
+ font-family: monospace;
+ overflow: scroll;
+ background: #d9d9d9;
+}
/* Left column. Includes logo, poll information, and graph. */
color: #666666;
}
-/* #graph {
- margin-top: 50px;
- background: url(/images/graph.jpg) top left no-repeat;
- height: 0px;
- overflow: hidden;
- padding-top: 243px;
-} */
-
-
+.graph {
+ text-align: center;
+}
/* Right column. Includes top-bar and main-box. */
}
#title-header {
- margin: -20px -20px 1em -20px;
- height: 32px;
- margin-bottom: 14px;
+ margin: -20px -20px 14px -20px;
+ height: 34px;
background-color: #e5e5e5;
}
.normal-header {
margin: 1.3em -20px 1.3em -20px;
- height: 32px;
+ height: 34px;
background-color: #e5e5e5;
}
text-align: center;
color: white;
background-color: #999999;
- height: 32px;
+ height: 34px;
float: left;
padding: 0px .75em 0px .75em;
}
font-size: 18px;
color: #666666;
background-color: #e5e5e5;
- height: 26px;
- padding: 6px 1em 0px 10px;
+ /* height: 26px; */
+ padding: 6px 0px 0px 10px;
+ margin-bottom: 14px;
}
#main-box {
background-color: #f0f0f0;
}
-li.moveable {
- background-color: #E5FFCC;
- border:1px solid #4D801A;
- cursor: move;
- padding: 4px;
- margin: 4px;
-}
-
-#sortable_list {
- font-size: 24pt;
- display: float;
- float: left;
-}
-
-.preftable {
- font-family: verdana,arial,helvetica,sans-serif;
- border-spacing: 0px;
- border-width: 2px;
- border-color: #999999;
- border-style: solid;
- caption-side: top;
-}
-.preftable caption {
- font-family: verdana,arial,helvetica,sans-serif;
- font-size: 0.9em;
-}
-.preftable th {
- font-family: verdana,arial,helvetica,sans-serif;
- border-width: 2px;
- border-color: #999999;
- border-style: solid;
- text-align: center;
- font-weight: bold;
- padding: 5px 5px 5px 5px;
- background-color: #999999;
- color: #FFFFFF;
-}
-
-.preftable td {
- border-collapse: collapse;
- border-width: 1px;
- border-color: #999999;
- border-style: solid;
- text-align: right;
- padding-right: 5px;
- padding-left: 5px;
+.result_table {
+ text-align: center;
+ margin-bottom: 1em;
}
.voterbox {
border: 1px black solid;
}
+.winner_text {
+ text-align: center;
+}
+
+#winner_box {
+ border: 3px white solid;
+ background-color: #666666;
+ color: white;
+ margin: 0.5em 0 1em 0;
+}
+
+.winner_text {
+ font-size: 1.2em;
+}
+#winner_box .winner_text {
+ font-size: 2em;
+}
+
+#winner_box p {
+ margin: 0;
+ padding: 0;
+}
+
+/* main election candidate stylesheet information */
+
+.candidate_box {
+}
+.candidate_box_name {
+ float: left;
+ font-size: 1.3em;
+ font-weight: bold;
+}
+.candidate_box_menu {
+ text-align: right;
+ float: right;
+ font-size: 0.8em;
+ font-weight: bold;
+}
+.candidate_box_info {
+ margin: 0.5em 0 0.5em 3em;
+}
+.candidate_box_picture {
+ float: left;
+ margin: 0 0.8em 0.4em 0;
+}
+.candidate_box_description {
+ display: inline;
+}