Subversion Repositories Sites.tela-botanica.org

Rev

Rev 609 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
420 florian 1
body {
2
color:#000;
3
background:#737fbb url(../images/background.png) repeat-x top left;
4
}
5
 
6
body,p,td,li,input,select,textarea {
7
font-family:'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
8
font-size:13px;
9
line-height:1.3;
10
}
11
 
12
a {
13
color:#849F20;
14
text-decoration:none;
15
margin:0;
16
padding:0;
17
}
18
 
19
a:hover {
20
text-decoration:none;
21
color:#F90;
22
}
23
 
24
 
25
h1 {
26
text-align:center;
27
padding:5px 0 5px 20px;
28
margin:20px auto;
29
font-size:22px;
30
color:#849F20;
31
font-weight:bold;
32
width:400px;
33
}
34
 
35
 
36
 
37
h2 {
38
font-weight:bold;
39
font-size:18px;
40
text-align:left;
41
padding:5px 0 5px 30px;
42
margin:25px 0 25px 0;
43
color:#7271b5;
44
}
45
 
46
 
47
 
48
h3 {
49
 
50
font-size:17px;
51
 
52
color:#849F20;
53
 
54
font-weight:bold;
55
 
56
}
57
 
58
 
59
 
60
h4 {
61
 
62
font-size:14px;
63
 
64
color:#00A0C6;
65
 
66
}
67
 
68
 
69
 
70
h5 {
71
 
72
font-size:12px;
73
 
74
color:#F90;
75
 
76
}
77
 
78
 
79
 
80
a img {
81
 
82
border:none;
83
 
84
}
85
 
86
 
87
form li {
88
 
89
list-style-type:none;
90
 
91
color:#000;
92
 
93
}
94
 
95
 
96
 
97
ul {
98
 
99
margin:0 0 0 10px;
100
 
101
padding:0;
102
 
103
}
104
 
105
 
106
 
107
li {
108
 
109
color:#000;
110
 
111
margin:2px 0 0 10px;
112
 
113
padding:0;
114
 
115
}
116
 
117
#zone_pied {text-align:center;}
118
 
119
 
120
#zone_bandeau {
121
background:url(../images/bandeau_haut.jpg) no-repeat top left;
122
width:957px;
123
height:248px;
124
margin:0 auto;
125
}
126
 
127
#titre_site {position:absolute; top:220px; left:387px; width:704px; text-align:center;}
128
#lien_accueil {position:relative; top:20px; left:30px; display:block; width:250px;height:125px;text-decoration:none;}
129
tt {
130
color:Navy;
131
}
132
 
133
hr {
134
border:0;
135
color:#000;
136
background-color:#000;
137
height:1px;
138
}
139
 
140
.wiki_name {
141
float:left;
142
font-size:150%;
143
margin:0 15px 0 10px;
144
}
145
 
146
.page_name {
147
font-size:150%;
148
}
149
 
150
#page {
151
border:none;
152
height:100%;
153
width:973px;
154
margin:0 auto;
155
padding:0;
156
}
157
 
158
#colonne_gauche {
159
float:left;
160
background:#FFF;
161
width:191px;
162
border:2px solid #c5b9a3;
163
border-top:none;
164
margin: 0 0 10px 17px;
165
}
166
 
167
#colonne_gauche h1 {
168
text-align:center;
169
font-weight:bold;
170
font-size:13px;
171
color:#751451;
172
margin:0;
173
padding:6px 0;
174
width:195px;
175
}
176
 
177
#menu_contenu ul {
178
display:block;
179
color:#FFF;
180
list-style:none;
181
list-style-type:none;
182
margin:0;
183
padding:0 0 0 3px;
184
}
185
 
186
#menu_contenu li,#menu li li {
187
color:#000;
188
text-align:left;
189
margin:6px 0;
190
padding:0;
191
 
192
}
193
 
194
#colonne_droite {
195
border:none;
196
padding:0;
197
background-color:#FFF;
198
border-left:2px solid #c5b9a3;
199
border-right:2px solid #c5b9a3;
200
border-bottom:2px solid #c5b9a3;
201
margin:0 0 0 247px;
202
height:100%;
203
width:705px;
204
}
205
 
206
.error {
207
color:#C33;
208
font-weight:700;
209
}
210
 
211
.indent {
212
margin-left:40px;
213
}
214
 
215
.additions {
216
color:#080;
217
}
218
 
219
.deletions {
220
color:#800;
221
}
222
 
223
.add {
224
font-weight:700;
225
color:#c00;
226
text-decoration:underline;
227
}
228
 
229
.del {
230
font-style:italic;
231
color:#c00;
232
text-decoration:line-through;
233
}
234
 
235
.header {
236
padding:0 10px 10px;
237
}
238
 
239
.page {
240
padding: 0 5px 20px 5px;
241
}
242
 
243
.prev_alert {
244
background-color:red;
245
color:#FFF;
246
font-size:1.7em;
247
font-weight:700;
248
margin-bottom:5px;
249
}
250
 
251
.edit {
252
width:100%;
253
height:400px;
254
}
255
 
256
.footer {
257
background-color:#d1d2e7;
258
padding:5px 10px;
259
font-size:11px;
260
}
261
 
262
.code {
263
background:#FFF;
264
border:solid #888 2px;
265
font-family:'Courier New', Courier;
266
width:100%;
267
height:400px;
268
overflow:scroll;
269
padding:3px;
270
}
271
 
272
.revisioninfo {
273
color:#AAA;
274
padding-bottom:20px;
275
}
276
 
277
.commentsheader {
278
border-top:2px solid #c5b9a3;
279
background-color:#d1d2e7;
280
margin:0;
281
padding:5px;
282
/*width:695px;*/
283
}
284
 
285
.comment {
286
background-color:#d1d2e7;
287
padding:10px;
288
}
289
 
290
.commentform {
291
background-color:#d1d2e7;
292
padding:10px;
293
}
294
 
295
.copyright {
296
font-size:11px;
297
color:#AAA;
298
text-align:right;
299
}
300
 
301
.searchbox {
302
background:#FFFFF8;
303
border:0;
304
border-bottom:1px solid #CCA;
305
margin:0;
306
padding:0;
307
}
308
 
309
.debug {
310
font-size:11px;
311
color:#888;
312
}
313
 
314
.hr_clear {
315
clear:both;
316
visibility:hidden;
317
}
318
 
319
.include_right {
320
float:right;
321
width:17%;
322
}
323
 
324
.include_left {
325
float:left;
326
width:17%;
327
}
328
 
329
.include_solid_border {
330
border:solid;
331
padding:2px;
332
}
333
 
334
.include_gray_background {
335
background-color:#DDD;
336
}
337
 
338
.include_small_fonts {
339
font-size:.8em;
340
}
341
 
342
.include_big_fonts {
343
font-size:1.2em;
344
}
345
 
346
.include_height10em {
347
height:10em;
348
overflow:scroll;
349
}
350
 
351
.include_height15em {
352
height:15em;
353
overflow:scroll;
354
}
355
 
356
.include_height30em {
357
height:30em;
358
overflow:scroll;
359
}
360
 
361
.include_height60em {
362
height:60em;
363
overflow:scroll;
364
}
365
 
366
.trail_table {
367
line-height:30px;
368
}
369
 
370
h1,h2,h3,h4,h5,form {
371
margin:0;
372
padding:0;
373
}
374
 
375
a,.trail_button {
376
color:#933;
377
}
378
 
379
ul,ol {
380
margin-top:0;
381
margin-bottom:0;
382
padding-top:0;
383
padding-bottom:0;
384
}