summaryrefslogtreecommitdiff
path: root/papillon/static/styles.css
blob: c918596fb89cd9258f43776233fe1315ef6ce247 (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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
/*
Copyright (C) 2008-2011 Étienne Loks  <etienne.loks_AT_peacefrogsDOTnet>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

See the file COPYING for details.
*/

/* colors */

body, #poll th, .highlight{
  background-color:#98c93c;
}

a, .comments .author{
  color:#287028;
}

h1, h1 a, .form_description{
  background-color:#287028;
}

/**/

body{
margin:0;
font-size:12px;
font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
}

pre{
font-size:12px;
font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
font-weight:normal;
}

h1, h1 a{
margin:0;
margin-top:2px;
border:1px solid black;
border-right:None;
border-left:None;
color:white;
padding-left:10px;
font-size:32px;
text-decoration:None;
}

h2{
font-style:italic;
border-bottom:1px dashed black;
margin-left:10px;
padding:0;
font-size:24px;
}

h2 a{
color:black;
text-decoration:None;
}

h2 a:hover{
color:#808080;
}

h3{
margin:10px;
font-size:20px;
}

h3 a{
color:black;
text-decoration:None;
}

h3 a:hover{
color:#808080;
}

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

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

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

label{
font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
font-weight:normal;
font-style:italic;
}

hr.spacer{
clear:both;
height:0;
border:0;
}

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

#header{
text-align:right;
font-size:11px;
color:#808080;
}

#header #languages a{
color:#808080;
padding-right:6px;
text-decoration:none;
}

#footer{
text-align:center;
font-size:11px;
color:#808080;
margin:6px;
}

#footer a{
color:#808080;
text-decoration:none;
}

.alert, .error, .errorlist{
color:blue;
}

.new_poll{
width:600px;
}

.new_poll input{
width:160px;
}

.new_poll .submit{
width:auto;
}

.new_poll input.limit{
width:20px;
}

.new_poll textarea{
width:160px;
height:100px;
}

.datetime a img{
border:0;
}

.datetime input.vTimeField{
width:68px;
}

.datetime input.vDateField{
width:75px;
}

.form_description{
color:white;
font-size:11px;
width:200px;
}

a.arrow{
text-decoration:None;
font-weight:bold;
}

#content{
margin:5px;
}

#poll_table{
overflow:auto;
overflow-y:visible;
text-align:center;
width:100%;
padding-bottom:16px;
display:block;
float:left;
}

#poll{
text-align:center;
}

#poll a{
color:black;
}

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

#poll td.simple{
border:None;
background-color:#FFF;
}

#poll th{
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;
}

.highlight{
font-weight:bold;
}

tr.highlighted_voter td{
background-color:#808080;
color:white;
}

.footnote{
font-size:10px;
padding:10px;
}

.footnote p{
padding:0;
margin:2px;
}

.poll-description{
margin:4px;
padding:4px;
border:1px solid #d3d3d3;
}

.poll-description p{
margin:0;
padding:2px;
}


.comments ul{
list-style-type:None;
margin:4px;
padding:0;
}

.comments li{
margin:4px;
padding:4px;
border:1px solid #d3d3d3;
}

.comments .author{
margin:0;
padding:0;
}

.comments input{
width:160px;
}

.comments textarea{
width:160px;
height:100px;
}

.comments #tdsubmit{
text-align:center;
}

.comments .submit{
width:auto;
}


/* CALENDARS & CLOCKS IMPORTED FROM ADMIN */
 
.calendarbox, .clockbox { margin: 5px auto; font-size: 11px; width: 16em; text-align: center; background: white; position: relative; border: 1px solid #444; }
.clockbox { width: auto; }
.clockbox h2 { margin: 0; font-size: 13px; border-bottom: 1px solid #222; padding: 3px; background-color: #EEE; }
 
.calendar { margin: 0; padding: 0; }
.calendar table { margin: 0; padding: 0; border-collapse: collapse; background: white; width: 100%; }
.calendar caption, .calendarbox h2 { margin: 0; font-size: 12px; text-align: center; border-top: none; background-color: #EEE; }
.calendar caption { height: 18px; font-weight: bold; }
.calendar th { font-size: 10px; color: #666; padding: 2px 3px; text-align: center; background: #e1e1e1 url(../img/admin/nav-bg.gif) 0 50% repeat-x; border-bottom: 1px solid #ddd; }
.calendar td { font-size: 11px; text-align: center; padding: 0; border-top: 1px solid #eee; border-bottom: none; }
.calendar td.selected a { background: #C9DBED; }
.calendar td.nonday { background: #efefef; }
.calendar td.today a { background: #ffc; }
.calendar td a, .timelist a { display: block; font-weight: bold; padding: 4px; text-decoration: none; color: #444; }
.calendar td a:hover, .timelist a:hover { background: #4A0010; color: white; }
.calendar td a:active, .timelist a:active { background: #CCC; color: white; }
.calendarnav { font-size: 10px; text-align: center; color: #ccc; margin: 0; padding: 1px 3px; }
.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover { color: #999; }
.calendar-shortcuts { background: white; font-size: 10px; line-height: 11px; border-top: 1px solid #eee; padding: 3px 0 4px; color: #ccc; }
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { display: block; position: absolute; font-weight: bold; font-size: 12px; background: #AAA url(../img/admin/default-bg.gif) bottom left repeat-x; padding: 1px 4px 2px 4px; color: white; }
.calendarnav-previous:hover, .calendarnav-next:hover { background: #4A0010; }
.calendarnav-previous { top: 0; left: 0; }
.calendarnav-next { top: 0; right: 0; }
.calendar-cancel { margin: 0 !important; padding: 0; font-size: 10px; background: #e1e1e1 url(../img/admin/nav-bg.gif) 0 50% repeat-x; border-top: 1px solid #ddd; }
.calendar-cancel a { padding: 2px; color: #999; }
 
ul.timelist, .timelist li { list-style-type: none; margin: 0; padding: 0; }
.timelist a { padding: 2px; }