Subversion Repositories eFlore/Applications.moissonnage

Rev

Rev 9 | Rev 31 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 delphine 1
@charset "UTF-8";
2
html {
3
	overflow:hidden;
4
}
5
body {
6
	overflow:hidden;
28 alex 7
	padding:2px;
9 delphine 8
	margin:0;
9
	width:100%;
10
	height:100%;
11
	font-family:Arial;
12
	font-size:12px;
13
}
14
h1 {
15
	font-size:1.6em;
16
}
17
h2 {
18
	font-size:1.4em;
19
}
20
a, a:active, a:visited {
21
	border-bottom:1px dotted #666;
22
	color:#56B80E;
23
	text-decoration:none;
24
}
25
a:active {
26
	outline:none;
27
}
28
a:focus {
29
	outline:thin dotted;
30
}
31
a:hover {
32
	color:#56B80E;
33
	border-bottom:1px dotted #56B80E;
34
}
35
/*+-----------------------------------------------------------------------------------------------------------------+*/
36
/* Présentation des listes de définitions */
37
dl {
38
	width:100%;
39
	margin:0;
40
}
41
dt {
42
	float:left;
43
	font-weight:bold;
44
	text-align:top left;
45
	margin-right:0.3em;
46
	line-height:0.8em;
47
}
48
dd {
49
	width:auto;
50
	margin:0.5em 0;
51
	line-height:0.8em;
52
}
53
/*+-----------------------------------------------------------------------------------------------------------------+*/
54
/* Tableau : */
55
table {
56
	border:1px solid gray;
57
	border-collapse:collapse;
58
	width:100%;
59
}
60
table thead, table tfoot, table tbody {
61
	background-color:Gainsboro;
62
	border:1px solid gray;
63
}
64
table tbody {
65
	background-color:#FFF;
66
}
67
table th {
68
	font-family:monospace;
69
	border:1px dotted gray;
70
	padding:5px;
71
	background-color:Gainsboro;
72
}
73
table td {
74
	font-family:arial;
75
	border:1px dotted gray;
76
	padding:5px;
77
	text-align:left;
78
}
79
table caption {
80
	font-family:sans-serif;
81
}
82
/*+-----------------------------------------------------------------------------------------------------------------+*/
83
/* Tableau : tablesorter */
84
th.header {
28 alex 85
	background:url(../images/tri.png) no-repeat center right;
9 delphine 86
	padding-right:20px;
87
}
88
th.headerSortUp {
28 alex 89
	background:url(../images/tri_croissant.png) no-repeat center right #56B80E;
9 delphine 90
	color:white;
91
}
92
th.headerSortDown {
28 alex 93
    background:url(../images/tri_decroissant.png) no-repeat center right #56B80E;
9 delphine 94
    color:white;
95
}
96
/*+-----------------------------------------------------------------------------------------------------------------+*/
97
/* Générique */
98
.nettoyage{
99
	clear:both;
100
}
101
hr.nettoyage{
102
	visibility:hidden;
103
}
104
/*+-----------------------------------------------------------------------------------------------------------------+*/
105
/* Carte */
106
#carte {
107
	padding:0;
108
	margin:0;
109
	position:absolute;
110
	top:35px;
111
	left:24px;
112
	right:0;
113
	bottom:0;
114
	overflow:auto;
115
}
116
.bouton {
117
	background-color:white;
118
	border:2px solid black;
119
	cursor:pointer;
120
	text-align:center;
121
}
122
/*+-----------------------------------------------------------------------------------------------------------------+*/
123
/* Message de chargement */
124
#chargement {
125
	margin:25px;
126
	text-align:center;
127
}
128
#chargement img{
129
	display:block;
130
	margin:auto;
131
}
132
/*+-----------------------------------------------------------------------------------------------------------------+*/
133
/* Avertissement */
134
#zone-avertissement {
135
	background-color:#4A4B4C;
136
	color:#CCC;
137
	padding:12px;
138
	text-align:justify;
139
	line-height:16px;
140
}
141
#zone-avertissement h1{
142
	margin:0;
143
}
144
#zone-avertissement a {
145
	border-bottom:1px dotted gainsboro;
146
}
147
/*+-----------------------------------------------------------------------------------------------------------------+*/
148
/* Carte titre */
149
#zone-titre {
150
	padding:0;
151
	margin:0;
152
	position:absolute;
153
	top:0;
154
	left:0;
155
	width:100%;
156
	height:35px;
157
	overflow:hidden;
158
	background-color:#4A4B4C;
159
}
160
#zone-info {
161
	position:absolute;
162
	top:0;
163
	right:8px;
164
	width:48px;
165
	text-align:right;
166
}
167
#zone-info img {
168
	display:inline;
169
	padding:4px;
170
	margin:0;
171
	border:none;
172
}
173
#carte-titre {
174
	display:inline-block;
175
	margin:0;
176
	padding:0.2em;
177
	color:#CCCCCC;
178
}
179
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
180
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
181
	display /*\**/:inline\9;/*Hack CSS pour ie8 */
182
}
183
 
184
/*+-----------------------------------------------------------------------------------------------------------------+*/
185
/* message de chargement de donnees */
186
#zone-chargement {
187
	background-color: white;
188
	border: 5px solid #D7DBEA;
189
	display: none;
190
	height: 70px;
191
	left: 40%;
192
	padding: 10px;
193
	position: fixed;
194
	text-align: center;
195
	top: 40%;
196
	width: 230px;
197
	z-index: 3000;
198
}
199
 
200
/*+-----------------------------------------------------------------------------------------------------------------+*/
201
/* Panneau latéral */
202
#panneau-lateral {
203
	padding:0;
204
	margin:0;
205
	position:absolute;
206
	top:35px;
207
	left:0;
208
	bottom:0;
209
	width:24px;
210
	overflow:hidden;
211
	background-color:#4A4B4C;
212
	border-right:1px solid grey;
213
}
214
#pl-contenu {
215
	display:none;
216
}
217
#pl-entete {
218
	height:95px;
219
}
220
#pl-corps {
221
	position:absolute;
222
	top:105px;
223
	bottom:0;
224
	overflow:auto;
225
	padding:5px;
226
	width:290px;
227
}
228
#pl-ouverture, #pl-fermeture {
229
	position:absolute;
230
	top:0;
231
	height:24px;
232
	width:24px;
233
	text-align:center;
234
	cursor:pointer;
235
}
236
#pl-ouverture {
237
	left:0;
238
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
239
	height:100%;
240
}
241
#pl-fermeture {
242
	display:none;
243
	left:276px;
244
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
245
}
246
#pl-ouverture span, #pl-fermeture span{
247
	display:none;
248
}
249
/* Panneau latéral : balises */
250
#panneau-lateral h2, #panneau-lateral p {
251
	color:#CCCCCC;}
252
/*+-----------------------------------------------------------------------------------------------------------------+*/
253
/* Liste des taxons de la carte */
254
#taxons {
255
	color:#999;
256
}
257
#taxons .taxon-actif, #taxons .taxon-actif span {
258
	color:#56B80E;
259
}
260
#taxons li span {
261
	border-bottom:1px dotted #666;
262
	color:#CCC;
263
}
264
#taxons li span:focus {
265
	outline:thin dotted;
266
}
267
#taxons li span:hover {
268
	color:#56B80E;
269
	border-bottom:1px dotted #56B80E;
270
	cursor:pointer;
271
}
272
.nt {
273
	display:none;
274
}
275
/*+-----------------------------------------------------------------------------------------------------------------+*/
276
/* Pop-up observations */
277
#info-bulle{
278
	min-height:500px;
279
	width:500px;
280
}
281
#observations {
282
	overflow:none;
283
	margin:-1px 0 0 0;
284
	border: 1px solid #AAA;
285
	border-radius:0 0 4px 4px;
286
}
287
#obs-pieds-page {
288
	font-size:10px;
289
	color:#CCC;
290
	clear:both;
291
}
292
.ui-tabs {
293
	padding:0;
294
}
295
.ui-widget-content {
296
	border:0;
297
}
298
.ui-widget-header {
299
	background:none;
300
	border:0;
301
	border-bottom:1px solid #AAA;
302
	border-radius:0;
303
}
304
.ui-tabs-selected a {
305
	border-bottom:1px solid white;
306
}
307
.ui-tabs-selected a:focus {
308
	outline:0;
309
}
310
.ui-tabs .ui-tabs-panel {
311
	padding:0.2em;
312
}
313
.ui-tabs .ui-tabs-nav li a {
314
	padding: 0.5em 0.6em;
315
}
316
#obs h2 {
317
	margin:0;
318
	text-align:center;
319
}
320
#observations a {
321
	color:#333;
322
	border-bottom:1px dotted gainsboro;
323
}
324
#observations a:hover {
325
	color:#56B80E;
326
	border-bottom:1px dotted #56B80E;
327
}
328
.nom-sci{
329
	color:#454341;
330
	font-weight:bold;
331
}
332
/*+-----------------------------------------------------------------------------------------------------------------+*/
333
/* Pop-up observations : liste */
334
.cel-img-principale {
335
	height:0;/*Pour IE*/
336
}
337
.cel-img-principale img{
338
	float:right;
339
	height:75px;
340
	width:75px;
341
	padding:1px;
342
	border:1px solid white;
343
}
344
#observations .cel-img:hover img{
345
	border: 1px dotted #56B80E;
346
}
347
.cel-img-secondaire, .cel-infos{
348
	display: none;
349
}
350
ol#obs-liste-lignes {
351
	padding:5px;
352
	margin:0;
353
}
354
.champ-nom-sci {
355
	display:none;
356
}
357
#obs-liste-lignes li dl {/*Pour IE*/
358
	width:350px;
359
}
360
.obs-conteneur{
361
	counter-reset: item;
362
}
363
.obs-conteneur .nom-sci:before {
364
	content: counter(item) ". ";
365
	counter-increment: item;
366
	display:block;
367
	float:left;
368
}
369
.obs-conteneur li {
370
	display: block;
371
	margin-bottom:1em;
372
}
373
 
374
/*+-----------------------------------------------------------------------------------------------------------------+*/
375
/* Diaporama */
376
.cel-legende{
377
	text-align:left;
378
}
379
.cel-legende-vei{
380
	float:right;
381
}
382
.cel-legende p{
383
	color: black;
384
	font-size: 12px;
385
	line-height: 18px;
386
	margin: 0;
387
}
388
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
389
	border-bottom:1px dotted gainsboro;
390
	color:#333;
391
	text-decoration:none;
392
	background-image:none;
393
}
394
.cel-legende a:hover {
395
	color:#56B80E;
396
	border-bottom:1px dotted #56B80E;
397
}
398
/*+-----------------------------------------------------------------------------------------------------------------+*/
399
/* Plugin Jquery Pagination */
400
.navigation {
401
	padding:5px;
402
	float:right;
403
}
404
.pagination {
405
	font-size: 80%;
406
}
407
.pagination a {
408
	text-decoration: none;
409
	border: solid 1px #666;
410
	color: #666;
411
	background:gainsboro;
412
}
413
.pagination a:hover {
414
	color: white;
415
	background: #56B80E;
416
}
417
.pagination a, .pagination span {
418
	display: block;
419
	float: left;
420
	padding: 0.3em 0.5em;
421
	margin-right: 5px;
422
	margin-bottom: 5px;
423
	min-width:1em;
424
	text-align:center;
425
}
426
.pagination .current {
427
	background: #4A4B4C;
428
	color: white;
429
	border: solid 1px gainsboro;
430
}
431
.pagination .current.prev, .pagination .current.next{
432
	color: #999;
433
	border-color: #999;
434
	background: gainsboro;
435
}
436
/*+-----------------------------------------------------------------------------------------------------------------+*/
437
/* Formulaire de contact */
438
#form-contact input{
439
	width:300px;
440
}
441
#form-contact textarea{
442
	width:300px;
443
	height:200px;
444
}
445
#form-contact #fc_envoyer{
446
	width:50px;
447
	float:right;
448
}
449
#form-contact #fc_annuler{
450
	width:50px;
451
	float:left;
452
}
453
#form-contact label.error {
454
	color:red;
455
	font-weight:bold;
456
}
457
#form-contact .info {
458
	padding:5px;
459
	background-color: #4A4B4C;
460
	border: solid 1px #666;
461
	color: white;
462
	white-space: pre-wrap;
463
	width: 300px;
28 alex 464
}
465
 
466
 
467
/*+-------------------------------------------------------------------
468
/* Ajout alex */
469
 
470
.info {
471
	padding:6px 8px;
472
	font-size:1em;
473
	background:white;
474
	width:100px;
475
    box-shadow:0 0 15px black;
476
    border-radius:5px;
477
    line-height:18px;
478
}
479
.info h4 {
480
	font-size: 15px;
481
	margin: 0 0 5px;
482
	color: #555;
483
}
484
.legend {
485
	padding :3px;
486
	color:#999;
487
}
488
.legend span {
489
	width:18px;
490
	height:18px;
491
	float:left;
492
	margin-right:8px;
493
	opacity: 0.7;
494
}
495
.nombre-sites {
496
	font-size:13px;
497
	font-family:sans-serif;
498
	text-align:center;
499
	color:black;
9 delphine 500
}