summaryrefslogtreecommitdiff
path: root/static/styles.css
blob: a5bd11e74a1c49db15f99ef48344bd4a177722ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
/*
Copyright (C) 2008 Étienne Loks  <etienne.loks_AT_peacefrogsDOTnet>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/

body{
margin:0;
font-size:12px;
background-color:#ced3e1;
}

h1, h1 a{
border:1px solid black;
border-right:None;
border-left:None;
background-color:#6f819d;
color:white;
padding-left:10px;
font-size:32px;
text-decoration:None;
}

h2, h2 a{
color:black;
border-bottom:1px dashed black;
text-decoration:None;
margin:10px;
font-size:24px;
}

p{
padding:6px;
margin:6px;
max-width:600px;
}

td{
font-size:12px;
padding:4px;
}

th{
font-size:12px;
text-align:left;
}

label{
font-weight:bold;
}

#main{
background-color:white;
border:1px solid;
margin:20px;
background-image: url(bg.jpg);
background-repeat:no-repeat;
background-position:top right;
}

.error{
color:red;
}

#new_poll input{
width:130px;
}

#new_poll textarea{
width:130px;
height:100px;
}

.form_description{
background-color:#6f819d;
color:white;
font-size:11px;
width:200px;
}

#content{
margin:5px;
}

#poll_table{
overflow:auto;
}

#poll{
text-align:center;
}

#poll a{
color:black;
}

#poll td{
border:1px solid black;
padding:0;
}

#poll td.simple{
border:None;
}

#poll th{
background-color:#ced3e1;
border:1px solid black;
padding:5px;
}

#poll input{
width:100px;
}

#poll .OK{
background-color:#9ec5d5;
}

#poll .OKO{
background-color:#b689d5;
}

#poll .KO{
background-color:#b9b3bd;
}

#sum th{
background-color:white;
border:None;
text-align:center;
}

#sum td{
border:None;
font-weight:bold;
}