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

Last change on this file since 48 was 48, checked in by delcambre, 15 years ago
  • color in the header and center newpoll
File size: 1.5 KB
Line 
1img {
2    border: 0;
3    vertical-align: middle;
4}
5
6td {
7    padding: 4px;
8}
9
10/* The CLASS used in epoll */
11
12.alert {
13    color: red;
14}
15
16.warning {
17    background-color: red;
18}
19
20div.page_box {
21    border-style: outset;
22    border-width: 5px;
23    margin-left: 20%;
24    margin-right: 20%;
25    margin-top: 15px;
26    margin-bottom: 15px;
27    padding: 5px;
28}
29
30div.login_box {
31    border-style: outset;
32    border-width: 5px;
33    margin-left: 20%;
34    margin-right: 20%;
35    margin-top: 15px;
36    margin-bottom: 15px;
37    padding: 5px;
38    /* background-color: red; */
39}
40
41/* The ID used in epoll */
42
43#header {
44    background-color:#CCFF99;
45    padding-bottom: 1em;
46    margin-bottom: 1em;
47}
48
49#title {
50    font-size: 1.5em;
51}
52
53#menu {
54    font-size: 0.9em;
55}
56
57#footer {
58    padding-top: 1em;
59    margin-top: 1em;
60    text-align: right;
61}
62
63#poll_summary {
64    border-style: outset;
65    border-width: 5px;
66    padding: 1em;
67}
68
69#poll_label {}
70
71#voting_list {}
72
73#poll_running {
74    border-style: outset;
75    border-width: 5px;
76    padding: 1em;
77}
78
79#vote_done {}
80
81#ballot {
82    border-style: inset;
83    border-width: 10px;
84    margin-left: 30%;
85    margin-right: 30%;
86    margin-top: 20px;
87    margin-bottom: 20px;
88    padding: 10px;
89    background-color: Silver;
90}
91
92#admin_login {}
93
94#open_poll {}
95
96#comming_poll {}
97
98#closed_poll {}
99
100#ballot_list {}
101
102#results {}
103
104#map_ballot {}
105
106#ballot_to_valid {}
107
108#poll_request {
109        margin-left: auto;
110        margin-right: auto;
111        width: 400px; 
112        text-align: left;
113}
114
115
116#poll_confirm {}
Note: See TracBrowser for help on using the repository browser.