045055f5df22d63c1ed801ab80e696290379612c
[selectricity-live] / public / stylesheets / front.css
1 @charset "UTF-8";
2 /* CSS Document */
3
4 /****************************************************************
5    Selectricity || selectricity.org
6    Design by Courtland Allen
7 *****************************************************************/
8
9 html, body, div, span, applet, object, iframe,
10 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
11 a, abbr, acronym, address, big, cite, code,
12 del, dfn, em, font, img, ins, kbd, q, s, samp,
13 small, strike, strong, sub, sup, tt, var,
14 dl, dt, dd,
15 fieldset, form, label, legend,
16 table, caption, tbody, tfoot, thead, tr, th, td {
17         margin: 0;
18         padding: 0;
19         border: 0;
20         font-size: 100%; 
21         font-family: inherit;
22         vertical-align: baseline;
23 }
24
25 body {
26         line-height: 1;
27         color: white;
28         background: #ffffff url(/images/bg_index.png) repeat-x top center;
29 }
30
31 /* Header */
32 #header h1 {
33         background: url(/images/title_front.png) center top no-repeat;
34         overflow: hidden;
35         padding-top: 189px;
36         height: 0px;
37         margin-top: 10px;
38 }
39
40
41 /* Body */
42
43 #body {
44         margin-top: 9px;
45         height: 609px;
46 }
47
48 h2 {
49     margin-top: 0.3em;
50         font-size: 24px;
51 }
52
53 h3 {
54     margin-top: 1em;
55         font-size: 16px;
56 }
57
58 .main-section {
59         float: left;
60         padding-left: 120px;
61         padding-right: 15px;
62 }
63
64 .main-section p {
65         font-size: 12px;
66         overflow: hidden;
67         line-height: 2em;
68     margin-bottom: 1em;
69 }
70
71 #voters {
72         padding-top: 50px;
73         height: 559px;
74         width: 185px;
75         background: url(/images/bg_voters.png) top left no-repeat;
76 }
77
78 #voters-content {
79         height: 516px;
80 }
81
82 #control-room {
83         padding-top: 139px;
84         height: 470px;
85         width: 185px;
86         background: url(/images/bg_controlroom.png) top left no-repeat;
87 }
88
89 #control-room-content {
90         height: 428px;
91 }
92
93 #quickvotes {
94         padding-top: 80px;
95         height: 529px;
96         width: 185px;
97         background: url(/images/bg_quickvotes.png) top left no-repeat;
98 }
99
100 #quickvotes-content {
101         height: 486px;
102 }
103

Benjamin Mako Hill || Want to submit a patch?