Subversion Repositories eFlore/Applications.moissonnage

Rev

Rev 31 | 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;
31 alex 153
	top:20px;
9 delphine 154
	left:0;
31 alex 155
	width:auto;
9 delphine 156
	height:35px;
157
	overflow:hidden;
31 alex 158
	background-color:#DDDDDD;
159
	z-index : 3000;
160
	border-radius: 4px;
161
	border: 1px solid black;
162
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
163
	display: inline-block;
9 delphine 164
}
165
#zone-info {
166
	position:absolute;
167
	top:0;
168
	right:8px;
169
	width:48px;
170
	text-align:right;
171
}
172
#zone-info img {
173
	display:inline;
174
	padding:4px;
175
	margin:0;
176
	border:none;
177
}
178
#carte-titre {
179
	display:inline-block;
180
	margin:0;
181
	padding:0.2em;
31 alex 182
	color:black;
9 delphine 183
}
184
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
185
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
186
	display /*\**/:inline\9;/*Hack CSS pour ie8 */
187
}
188
 
31 alex 189
#logo {
190
	position:absolute;
191
	z-index:3000;
192
	top:20px;
193
	left:45px;
194
}
195
 
9 delphine 196
/*+-----------------------------------------------------------------------------------------------------------------+*/
197
/* message de chargement de donnees */
198
#zone-chargement {
199
	background-color: white;
200
	border: 5px solid #D7DBEA;
201
	display: none;
202
	height: 70px;
203
	left: 40%;
204
	padding: 10px;
205
	position: fixed;
206
	text-align: center;
207
	top: 40%;
208
	width: 230px;
209
	z-index: 3000;
210
}
211
 
212
/*+-----------------------------------------------------------------------------------------------------------------+*/
213
/* Panneau latéral */
214
#panneau-lateral {
215
	padding:0;
216
	margin:0;
217
	position:absolute;
218
	top:35px;
219
	left:0;
220
	bottom:0;
221
	width:24px;
222
	overflow:hidden;
223
	background-color:#4A4B4C;
224
	border-right:1px solid grey;
225
}
226
#pl-contenu {
227
	display:none;
228
}
229
#pl-entete {
230
	height:95px;
231
}
232
#pl-corps {
233
	position:absolute;
234
	top:105px;
235
	bottom:0;
236
	overflow:auto;
237
	padding:5px;
238
	width:290px;
239
}
240
#pl-ouverture, #pl-fermeture {
241
	position:absolute;
242
	top:0;
243
	height:24px;
244
	width:24px;
245
	text-align:center;
246
	cursor:pointer;
247
}
248
#pl-ouverture {
249
	left:0;
250
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
251
	height:100%;
252
}
253
#pl-fermeture {
254
	display:none;
255
	left:276px;
256
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
257
}
258
#pl-ouverture span, #pl-fermeture span{
259
	display:none;
260
}
261
/* Panneau latéral : balises */
262
#panneau-lateral h2, #panneau-lateral p {
263
	color:#CCCCCC;}
264
/*+-----------------------------------------------------------------------------------------------------------------+*/
265
/* Liste des taxons de la carte */
266
#taxons {
267
	color:#999;
268
}
269
#taxons .taxon-actif, #taxons .taxon-actif span {
270
	color:#56B80E;
271
}
272
#taxons li span {
273
	border-bottom:1px dotted #666;
274
	color:#CCC;
275
}
276
#taxons li span:focus {
277
	outline:thin dotted;
278
}
279
#taxons li span:hover {
280
	color:#56B80E;
281
	border-bottom:1px dotted #56B80E;
282
	cursor:pointer;
283
}
284
.nt {
285
	display:none;
286
}
287
/*+-----------------------------------------------------------------------------------------------------------------+*/
288
/* Pop-up observations */
289
#info-bulle{
290
	min-height:500px;
291
	width:500px;
292
}
293
#observations {
37 alex 294
	clear: both;
9 delphine 295
	overflow:none;
296
	margin:-1px 0 0 0;
297
	border: 1px solid #AAA;
298
	border-radius:0 0 4px 4px;
299
}
300
#obs-pieds-page {
301
	font-size:10px;
302
	color:#CCC;
303
	clear:both;
304
}
305
.ui-tabs {
306
	padding:0;
307
}
308
.ui-widget-content {
309
	border:0;
310
}
311
.ui-widget-header {
312
	background:none;
313
	border:0;
314
	border-bottom:1px solid #AAA;
315
	border-radius:0;
316
}
317
.ui-tabs-selected a {
318
	border-bottom:1px solid white;
319
}
320
.ui-tabs-selected a:focus {
321
	outline:0;
322
}
323
.ui-tabs .ui-tabs-panel {
324
	padding:0.2em;
325
}
326
.ui-tabs .ui-tabs-nav li a {
327
	padding: 0.5em 0.6em;
328
}
329
#obs h2 {
330
	margin:0;
331
	text-align:center;
332
}
333
#observations a {
334
	color:#333;
335
	border-bottom:1px dotted gainsboro;
336
}
337
#observations a:hover {
338
	color:#56B80E;
339
	border-bottom:1px dotted #56B80E;
340
}
341
.nom-sci{
342
	color:#454341;
343
	font-weight:bold;
344
}
345
/*+-----------------------------------------------------------------------------------------------------------------+*/
346
/* Pop-up observations : liste */
347
.cel-img-principale {
348
	height:0;/*Pour IE*/
349
}
350
.cel-img-principale img{
351
	float:right;
352
	height:75px;
353
	width:75px;
354
	padding:1px;
355
	border:1px solid white;
356
}
357
#observations .cel-img:hover img{
358
	border: 1px dotted #56B80E;
359
}
360
.cel-img-secondaire, .cel-infos{
361
	display: none;
362
}
363
ol#obs-liste-lignes {
364
	padding:5px;
365
	margin:0;
366
}
367
.champ-nom-sci {
368
	display:none;
369
}
370
#obs-liste-lignes li dl {/*Pour IE*/
371
	width:350px;
372
}
373
.obs-conteneur{
374
	counter-reset: item;
375
}
376
.obs-conteneur .nom-sci:before {
377
	content: counter(item) ". ";
378
	counter-increment: item;
379
	display:block;
380
	float:left;
381
}
382
.obs-conteneur li {
383
	display: block;
384
	margin-bottom:1em;
385
}
386
 
387
/*+-----------------------------------------------------------------------------------------------------------------+*/
388
/* Diaporama */
389
.cel-legende{
390
	text-align:left;
391
}
392
.cel-legende-vei{
393
	float:right;
394
}
395
.cel-legende p{
396
	color: black;
397
	font-size: 12px;
398
	line-height: 18px;
399
	margin: 0;
400
}
401
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
402
	border-bottom:1px dotted gainsboro;
403
	color:#333;
404
	text-decoration:none;
405
	background-image:none;
406
}
407
.cel-legende a:hover {
408
	color:#56B80E;
409
	border-bottom:1px dotted #56B80E;
410
}
411
/*+-----------------------------------------------------------------------------------------------------------------+*/
412
/* Plugin Jquery Pagination */
413
.navigation {
414
	padding:5px;
415
	float:right;
37 alex 416
	display: block;
9 delphine 417
}
418
.pagination {
419
	font-size: 80%;
420
}
421
.pagination a {
422
	text-decoration: none;
423
	border: solid 1px #666;
424
	color: #666;
425
	background:gainsboro;
426
}
427
.pagination a:hover {
428
	color: white;
429
	background: #56B80E;
430
}
431
.pagination a, .pagination span {
432
	display: block;
433
	float: left;
434
	padding: 0.3em 0.5em;
435
	margin-right: 5px;
436
	margin-bottom: 5px;
437
	min-width:1em;
438
	text-align:center;
439
}
440
.pagination .current {
441
	background: #4A4B4C;
442
	color: white;
443
	border: solid 1px gainsboro;
444
}
445
.pagination .current.prev, .pagination .current.next{
446
	color: #999;
447
	border-color: #999;
448
	background: gainsboro;
449
}
450
/*+-----------------------------------------------------------------------------------------------------------------+*/
451
/* Formulaire de contact */
452
#form-contact input{
453
	width:300px;
454
}
455
#form-contact textarea{
456
	width:300px;
457
	height:200px;
458
}
459
#form-contact #fc_envoyer{
460
	width:50px;
461
	float:right;
462
}
463
#form-contact #fc_annuler{
464
	width:50px;
465
	float:left;
466
}
467
#form-contact label.error {
468
	color:red;
469
	font-weight:bold;
470
}
471
#form-contact .info {
472
	padding:5px;
473
	background-color: #4A4B4C;
474
	border: solid 1px #666;
475
	color: white;
476
	white-space: pre-wrap;
477
	width: 300px;
28 alex 478
}
479
 
480
 
481
/*+-------------------------------------------------------------------
482
/* Ajout alex */
483
 
484
.info {
485
	padding:6px 8px;
486
	font-size:1em;
487
	background:white;
37 alex 488
	width:110px;
28 alex 489
    box-shadow:0 0 15px black;
490
    border-radius:5px;
491
    line-height:18px;
492
}
493
.info h4 {
31 alex 494
	font-size: 1.2em;
28 alex 495
	margin: 0 0 5px;
496
	color: #555;
497
}
498
.legend {
499
	padding :3px;
500
	color:#999;
501
}
37 alex 502
.legend span.couleur-maille {
28 alex 503
	width:18px;
504
	height:18px;
505
	float:left;
506
	margin-right:8px;
507
	opacity: 0.7;
508
}
37 alex 509
 
510
.legend table {
511
	border-collapse: separate;
512
	border: none;
513
}
514
 
515
.legend td {
516
	border: none;
517
}
518
 
519
.legend td.image-station {
520
	text-align: center;
521
}
522
 
523
.legend td.label-station {
524
	text-align: left;
525
	font-size: 0.9em;
526
}
527
 
528
#tooltip {
529
	position: absolute;
530
	z-index: 3000;
531
	border: none;
532
	border-radius : 5px;
533
	background-color: lightblue;
534
	padding: 5px;
535
	font-family : sans-serif;
536
	font-size:1.1em;
537
}
538
 
539
#tooltip h3, #tooltip div { margin: 0; }