source: trunk/root/static/vote.css @ 458

Last change on this file since 458 was 427, checked in by misc, 14 years ago
  • move the date/time to the bottom of the page, so the upper corner is

free to place something else

File size: 2.3 KB
Line 
1img {
2    border: 0;
3    vertical-align: middle;
4}
5
6
7tr {
8    vertical-align: top;
9    padding: 4px;
10}
11
12h1 {
13        border-bottom:1px solid #E3AB2C;
14        color:#000000;
15        margin-left:50px;
16        text-align:left;
17        width:500px;
18        font-size:18px;
19}
20
21a {
22        color:#3344FF;
23        font-weight:bold;
24}
25
26ul {
27    margin: 0px;
28}
29
30/* The CLASS used in epoll */
31
32.alert {
33    color: red;
34}
35
36.warning {
37    background-color: red;
38}
39
40div.page_box {
41    border-style: outset;
42    border-width: 5px;
43    margin-left: 20%;
44    margin-right: 20%;
45    margin-top: 15px;
46    margin-bottom: 15px;
47    padding: 5px;
48}
49
50div.login_box {
51    border-style: outset;
52    border-width: 5px;
53    margin-left: 20%;
54    margin-right: 20%;
55    margin-top: 15px;
56    margin-bottom: 15px;
57    padding: 5px;
58    /* background-color: red; */
59}
60
61div.box {
62    border-style: outset;
63    border-width: 5px;
64    padding: 1em;
65}
66
67.majabs {
68    background-color: #FF9933;
69}
70
71.selected {
72    background-color: #FF9999;
73}
74
75.notselected {
76}
77
78/* The ID used in epoll */
79
80#header {
81    background-color:#CCFF99;
82    padding-bottom: 1em;
83    margin-bottom: 1em;
84}
85
86#title {
87    font-size: 1.5em;
88}
89
90#menu {
91    font-size: 0.9em;
92}
93
94#footer {
95    bottom: 0em;
96    margin-top: 2em;
97    width: 100%;
98    float: left;
99    position: relative;
100}
101
102#now {
103    font-size: 0.8em;
104    float: left;
105    text-align: left;
106    position: absolute;
107    bottom: 0em;
108}
109
110#catalyst_logo {
111    bottom: 1em;
112    right: 1em;
113    text-align: right;
114    float: right;
115}
116
117#poll_summary {
118    border-style: outset;
119    border-width: 5px;
120    padding: 1em;
121}
122
123#poll_label {}
124
125#voting_list {}
126
127#poll_running {
128    border-style: outset;
129    border-width: 5px;
130    padding: 1em;
131}
132
133#vote_done {}
134
135.ballot {
136    border-style: inset;
137    border-width: 10px;
138    padding: 10px;
139    background-color: Silver;
140}
141
142#ballot {
143    margin-left: 30%;
144    margin-right: 30%;
145    margin-top: 20px;
146    margin-bottom: 20px;
147}
148
149#admin_login {}
150
151#global_poll {
152    margin-left:30px;
153}
154
155#open_poll {
156    color:#E3AB2C;
157}
158
159#comming_poll {
160    color:#E3AB2C;
161}
162
163#closed_poll {
164    color:#E3AB2C;
165}
166
167#ballot_list {}
168
169#results {}
170
171#map_ballot {}
172
173#ballot_to_valid {}
174
175#poll_request {
176        margin-left: auto;
177        margin-right: auto;
178        width: 600px; 
179        text-align: left;
180}
181
182#poll_confirm {}
183
184div.reminder {
185    font-size: 75%;
186    border: outset;
187    padding: 0.2em;
188}
189
190input.reminder {
191    font-size: 75%
192}
Note: See TracBrowser for help on using the repository browser.