working quickvote support created
[selectricity-live] / public / stylesheets / vb.css
1 body    {       
2         font-size:      1em;
3         font-weight:    normal;
4         word-spacing:   normal;
5         letter-spacing: normal;
6         text-transform: none;
7         font-family:    Myriad Web, Geneva, Arial, Helvetica, sans-serif;
8         font-size-adjust:       .48;
9 }       
10 p, blockquote, ul, ol, dl, dd, li, dir, menu {}
11
12 h1, h2, h3, h4 {
13     border-bottom: 1px solid #BD7589;
14     text-shadow: #999999 0.2em 0.2em 3px;
15
16 }
17 a:link { font-weight: bold; color: #BD7589; text-decoration: underline; } 
18 a:visited { color: #BD7589; text-decoration: underline; }
19 a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
20 a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
21
22 #loginbox {
23   padding: 10px;
24   border: 1px solid;
25   width: 400px;
26   text-align: left;
27 }
28
29 #ErrorExplanation {
30   width: 400px;
31   border: 2px solid 'red';
32   padding: 7px;
33   padding-bottom: 12px;
34   margin-bottom: 20px;
35   background-color: #f0f0f0;
36 }
37
38 #ErrorExplanation h2 {
39   text-align: left;
40   font-weight: bold;
41   padding: 5px 5px 5px 15px;
42   font-size: 12px;
43   margin: -7px;
44   background-color: #c00;
45   color: #fff;
46 }
47
48 #ErrorExplanation p {
49   color: #333;
50   margin-bottom: 0;
51   padding: 5px;
52 }
53
54 #ErrorExplanation ul li {
55   font-size: 12px;
56   list-style: square;
57 }
58
59 #top { padding-left: 10px;
60        padding-right: 10px;
61        padding-top: 5px;
62        padding-bottom: 5px;
63        font-weight: normal;
64        background: #BD7589;
65        color: #FFFFFF;
66 }
67
68 #top h3 { font-size: 30px; }
69 #links { text-align : right; }
70 #links a { color: #FFF; }
71 #links a:visited { font-weight: bold; }
72
73 .ListLine0 {
74         background:  #e0f8f8;
75         
76 }
77 .ListLine1 {
78         background: #cccccc;
79         
80 }
81
82 #main { margin: 30px; }
83
84 #notice { background: #FFFBB3; 
85                         text-align: left;
86                         font-weight: bold;
87                         border: 2px dotted 'red';
88                         margin-top: 10px;
89                         margin-left: 50px;
90                         padding: 5px 5px 5px 15px;
91                         width: 85%; }
92
93 #footer { text-align: center;
94           font-size: 12px;
95           color: #464646;
96           clear: both;}
97
98 #footer a { font-weight: normal; }
99         
100 #subtext { 
101         text-align: center;
102         font-size: 12px;
103         font-weight: bold; }
104
105 .fieldWithErrors {
106     display: inline;
107 }
108 .fieldWithErrors input, .fieldWithErrors select {
109     background-color: #ffdfdf;
110 }
111
112 .mainresultbox {
113     width: 100%;
114     padding: 7px;
115     margin-right: 10px;
116     margin-bottom: 10px;
117     border-style: dotted;
118     border-width: 1px;
119 }
120
121 .mainresultbox h1 {
122     text-align: center;
123 }
124 .resultbox {
125     width:47%;
126     float: left;
127     padding: 7px;
128     margin-right: 10px;
129     margin-bottom: 10px;
130     border-style: dotted;
131     border-width: 1px;
132 }
133
134

Benjamin Mako Hill || Want to submit a patch?