Subversion Repositories eFlore/Applications.cel

Rev

Rev 1514 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
479 jpm 1
@charset "UTF-8";
521 jpm 2
html {
3
	overflow:hidden;
4
}
5
body {
6
	overflow:hidden;
7
	padding:0;
479 jpm 8
	margin:0;
521 jpm 9
	width:100%;
10
	height:100%;
479 jpm 11
	font-family:Arial;
12
	font-size:12px;
13
}
492 jpm 14
h1 {
15
	font-size:1.6em;
16
}
17
h2 {
18
	font-size:1.4em;
19
}
501 jpm 20
a, a:active, a:visited {
21
	border-bottom:1px dotted #666;
22
	color:#CCC;
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
}
1447 aurelien 35
img {
36
	border:none;
37
}
479 jpm 38
/*+-----------------------------------------------------------------------------------------------------------------+*/
572 jpm 39
/* Présentation des listes de définitions */
40
dl {
41
	width:100%;
953 jpm 42
	margin:0;
572 jpm 43
}
44
dt {
45
	float:left;
46
	font-weight:bold;
47
	text-align:top left;
48
	margin-right:0.3em;
953 jpm 49
	line-height:0.8em;
572 jpm 50
}
51
dd {
52
	width:auto;
53
	margin:0.5em 0;
953 jpm 54
	line-height:0.8em;
572 jpm 55
}
56
/*+-----------------------------------------------------------------------------------------------------------------+*/
57
/* Tableau : */
58
table {
59
	border:1px solid gray;
60
	border-collapse:collapse;
939 jpm 61
	width:100%;
572 jpm 62
}
63
table thead, table tfoot, table tbody {
64
	background-color:Gainsboro;
65
	border:1px solid gray;
66
}
67
table tbody {
68
	background-color:#FFF;
69
}
70
table th {
71
	font-family:monospace;
72
	border:1px dotted gray;
73
	padding:5px;
74
	background-color:Gainsboro;
75
}
76
table td {
77
	font-family:arial;
78
	border:1px dotted gray;
79
	padding:5px;
80
	text-align:left;
81
}
82
table caption {
83
	font-family:sans-serif;
84
}
85
/*+-----------------------------------------------------------------------------------------------------------------+*/
86
/* Tableau : tablesorter */
87
th.header {
88
	background:url(../images/trie.png) no-repeat center right;
89
	padding-right:20px;
90
}
91
th.headerSortUp {
92
	background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
93
	color:white;
94
}
95
th.headerSortDown {
96
    background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
97
    color:white;
98
}
99
/*+-----------------------------------------------------------------------------------------------------------------+*/
100
/* Générique */
101
.nettoyage{
102
	clear:both;
103
}
104
hr.nettoyage{
105
	visibility:hidden;
106
}
1447 aurelien 107
 
108
.element-overlay {
109
	background-color: #DDDDDD;
110
	border:1px solid grey;
111
}
572 jpm 112
/*+-----------------------------------------------------------------------------------------------------------------+*/
479 jpm 113
/* Carte */
114
#carte {
521 jpm 115
	padding:0;
116
	margin:0;
117
	position:absolute;
118
	right:0;
119
	bottom:0;
120
	overflow:auto;
1442 aurelien 121
	width: 100%;
1450 aurelien 122
	height: 100%;
479 jpm 123
}
1438 aurelien 124
 
125
.carte_titree {
126
	top:35px;
127
}
128
 
129
.carte_non_titre {
130
	top:0px;
131
}
132
 
479 jpm 133
.bouton {
134
	background-color:white;
135
	border:2px solid black;
136
	cursor:pointer;
137
	text-align:center;
138
}
139
/*+-----------------------------------------------------------------------------------------------------------------+*/
140
/* Message de chargement */
1447 aurelien 141
 
142
#zone-chargement-point {
143
	display: none;
144
	background-color: white;
145
    height: 70px;
146
    padding: 10px;
147
    position: fixed;
148
    text-align: center;
149
    width: 230px;
150
    z-index: 3000;
151
}
152
 
479 jpm 153
#chargement {
915 jpm 154
	margin:25px;
155
	text-align:center;
1447 aurelien 156
 
479 jpm 157
}
915 jpm 158
#chargement img{
479 jpm 159
	display:block;
160
	margin:auto;
161
}
1442 aurelien 162
 
163
#message-aucune-obs p {
164
	padding-top : 25px;
165
	font-weight: bold;
166
}
167
 
168
#message-aucune-obs {
169
	background-image: url("../images/attention.png");
170
    background-position: 50% 10px;
171
	background-repeat:  no-repeat;
1447 aurelien 172
	display: none;
173
    height: 70px;
174
    padding: 10px;
175
    position: fixed;
176
    text-align: center;
177
    width: 230px;
178
    z-index: 3000;
1442 aurelien 179
}
180
 
479 jpm 181
/*+-----------------------------------------------------------------------------------------------------------------+*/
501 jpm 182
/* Avertissement */
183
#zone-avertissement {
1452 aurelien 184
	background-color:#DDDDDD;
185
	color: black;
503 jpm 186
	padding:12px;
187
	text-align:justify;
521 jpm 188
	line-height:16px;
501 jpm 189
}
503 jpm 190
#zone-avertissement h1{
191
	margin:0;
501 jpm 192
}
521 jpm 193
#zone-avertissement a {
194
	border-bottom:1px dotted gainsboro;
195
}
1452 aurelien 196
 
197
#zone-avertissement a, a:active, a:visited {
198
	color: #666666;
199
}
501 jpm 200
/*+-----------------------------------------------------------------------------------------------------------------+*/
492 jpm 201
/* Carte titre */
1442 aurelien 202
 
203
#zone-titre {
204
	top: 30px;
205
}
206
 
1438 aurelien 207
#zone-titre, #zone_stats {
521 jpm 208
	padding:0;
1447 aurelien 209
	position:absolute;
1438 aurelien 210
	height:25px;
521 jpm 211
	overflow:hidden;
1438 aurelien 212
	border-radius: 4px;
213
	z-index: 3000;
214
	display: inline-block;
215
	padding:8px;
216
	color: black;
217
    font-family: inherit;
218
    font-size: 1.1em;
219
    font-weight: bold;
220
    text-rendering: optimizelegibility;
221
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
501 jpm 222
}
1438 aurelien 223
 
501 jpm 224
#zone-info {
513 jpm 225
	position:absolute;
1445 aurelien 226
	top:26px;
227
	z-index:3001;
513 jpm 228
	right:8px;
1445 aurelien 229
    width: 25px;
501 jpm 230
	text-align:right;
1445 aurelien 231
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
232
 	border-radius: 5px 5px 5px 5px;
501 jpm 233
}
1445 aurelien 234
 
235
#zone-info a {
236
	border: none;
237
}
238
 
1447 aurelien 239
 
240
#logo {
241
    left: 2px;
242
    padding: 4px;
243
    position: absolute;
244
    top: 5px;
245
    z-index: 3002;
1450 aurelien 246
    width: 60px;
501 jpm 247
}
1447 aurelien 248
 
249
#logo a {
250
	border-bottom: none;
251
}
252
 
492 jpm 253
#carte-titre {
501 jpm 254
	display:inline-block;
939 jpm 255
	margin:0;
1438 aurelien 256
	padding:0em;
492 jpm 257
}
513 jpm 258
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
259
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
260
	display /*\**/:inline\9;/*Hack CSS pour ie8 */
261
}
1449 aurelien 262
 
263
#image-utilisateur {
264
    position: absolute;
265
    right: 5px;
266
    top: 40%;
267
}
268
 
1514 aurelien 269
#lien-affichage-filtre-utilisateur {
270
	right: 5px;
271
	float: right;
272
	padding-bottom: 1px;
273
	cursor: pointer;
274
	font-weight: bold;
275
    margin-left: 25px;
276
    padding: 3px;
277
    position: relative;
278
    top: 3px;
279
    width: 117px;
280
    height: 30px;
281
}
282
 
283
#conteneur-filtre-utilisateur.ferme:hover {
284
	color: #222222;
285
	background-color: #AAAAAA;
286
	text-decoration: none;
287
	cursor: pointer;
288
	border: 1px solid #222222;
289
}
290
 
291
#conteneur-filtre-utilisateur {
292
    float: right;
293
    padding: 3px;
294
    position: absolute;
295
    right: 5px;
296
    top: 31px;
297
    border-radius: 5px 5px 5px 5px;
298
    width: 117px;
299
    max-width: 350px;
300
}
301
 
302
.largeurAuto {
303
	width: auto;
304
}
305
 
306
#raz-filtre-utilisateur {
307
	color: red;
308
    padding-left: 1px;
309
    word-wrap: break-word;
310
    width: 110px;
311
}
312
 
492 jpm 313
/*+-----------------------------------------------------------------------------------------------------------------+*/
479 jpm 314
/* Panneau latéral */
315
#panneau-lateral {
316
	padding:0;
521 jpm 317
	margin:0;
318
	position:absolute;
1447 aurelien 319
   	top: 75px;
521 jpm 320
	left:0;
321
	bottom:0;
1438 aurelien 322
	width: 83px;
521 jpm 323
	overflow:hidden;
1447 aurelien 324
	height: 25px;
1442 aurelien 325
	z-index: 3001;
1438 aurelien 326
	border-top-right-radius : 10px;
327
	border-bottom-right-radius : 10px;
521 jpm 328
}
1438 aurelien 329
#pl-indication-filtre {
330
	margin-left	: 25px;
331
	padding : 3px;
1447 aurelien 332
	font-weight: bold;
1449 aurelien 333
	padding: 3px;
334
    position: relative;
335
    top: 3px;
1438 aurelien 336
}
521 jpm 337
#pl-contenu {
479 jpm 338
	display:none;
339
}
340
#pl-entete {
521 jpm 341
	height:95px;
479 jpm 342
}
343
#pl-corps {
521 jpm 344
	bottom:0;
479 jpm 345
	overflow:auto;
346
	padding:5px;
489 jpm 347
	width:290px;
479 jpm 348
}
349
#pl-ouverture, #pl-fermeture {
521 jpm 350
	position:absolute;
479 jpm 351
	top:0;
1438 aurelien 352
	height:60px;
521 jpm 353
	width:24px;
479 jpm 354
	text-align:center;
355
	cursor:pointer;
356
}
357
#pl-ouverture {
521 jpm 358
	left:0;
359
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
939 jpm 360
	height:100%;
479 jpm 361
}
362
#pl-fermeture {
521 jpm 363
	display:none;
1445 aurelien 364
    right: 0;
521 jpm 365
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
479 jpm 366
}
492 jpm 367
#pl-ouverture span, #pl-fermeture span{
368
	display:none;
369
}
370
/* Panneau latéral : balises */
371
#panneau-lateral h2, #panneau-lateral p {
1438 aurelien 372
	color:black;}
479 jpm 373
/*+-----------------------------------------------------------------------------------------------------------------+*/
492 jpm 374
/* Liste des taxons de la carte */
375
#taxons {
1438 aurelien 376
	color:black;
492 jpm 377
}
1447 aurelien 378
#taxons .taxon-actif, #taxons .taxon-actif span, .raz-filtre-taxons.taxon-actif {
836 jpm 379
	color:#56B80E;
380
}
1445 aurelien 381
#taxons li span, .raz-filtre-taxons {
836 jpm 382
	border-bottom:1px dotted #666;
1438 aurelien 383
	color:black;
836 jpm 384
}
385
#taxons li span:focus {
386
	outline:thin dotted;
387
}
388
#taxons li span:hover {
389
	color:#56B80E;
390
	border-bottom:1px dotted #56B80E;
391
	cursor:pointer;
392
}
393
.nt {
394
	display:none;
395
}
1445 aurelien 396
.raz-filtre-taxons {
397
	cursor:pointer;
398
}
492 jpm 399
/*+-----------------------------------------------------------------------------------------------------------------+*/
1438 aurelien 400
/* Zone des stats en bas */
401
#zone-stats {
402
	padding:0;
403
	position:absolute;
404
	height:25px;
1445 aurelien 405
	bottom:20px;
1438 aurelien 406
	overflow:hidden;
407
	border-radius: 4px;
408
	z-index: 3000;
409
	display: inline-block;
410
	padding:8px;
411
	color: black;
412
    font-family: inherit;
413
    font-size: 1.1em;
414
    font-weight: bold;
415
    text-rendering: optimizelegibility;
416
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
417
}
418
 
419
#zone-stats h1 {
420
	margin-top: 0;
421
}
422
 
1447 aurelien 423
#lien_plein_ecran, #lien-voir-cc {
424
    position: absolute;
1442 aurelien 425
    z-index: 3000;
426
	border-radius: 4px;
427
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
428
    padding: 8px 8px 4px;
429
    font-size: 1.1em;
430
    font-weight: bold;
431
}
432
 
433
#lien_plein_ecran {
1445 aurelien 434
    bottom: 20px;
1442 aurelien 435
    left: 5px;
436
}
437
 
1447 aurelien 438
#lien_plein_ecran a, #lien-voir-cc a {
1442 aurelien 439
	color: black;
440
	padding: 2px;
441
	border-bottom: none;
442
}
443
 
444
#lien_plein_ecran img {
445
	height: 20px;
446
}
447
 
1447 aurelien 448
#lien-voir-cc {
1442 aurelien 449
    bottom: 3px;
450
    right: 5px;
1445 aurelien 451
    bottom: 20px;
452
    height: 20px;
1442 aurelien 453
}
454
 
1447 aurelien 455
#origine-donnees {
456
	-moz-user-select: none;
457
    background: -moz-linear-gradient(center , rgba(255, 255, 255, 0) 0pt, rgba(255, 255, 255, 0.5) 50px) repeat scroll 0 0 transparent;
458
    color: #444444;
459
    direction: ltr;
460
    font-family: Arial,sans-serif;
461
    font-size: 10px;
462
    font-weight: bold;
463
    height: 19px;
464
    line-height: 19px;
465
    padding-left: 50px;
466
    padding-right: 2px;
467
    bottom: 0px;
468
    position: absolute;
469
    text-align: right;
470
    white-space: nowrap;
471
    z-index: 3001;
472
}
473
 
474
#origine-donnees a {
475
    color: #444444;
476
    cursor: pointer;
477
    text-decoration: underline;
478
    border-bottom: none;
479
}
480
#origine-donnees a:active, #origine-donnees a:visited {
481
    border-bottom: 1px dotted #666666;
482
  	color: #CCCCCC;
483
    text-decoration: none;
484
}
485
 
486
#origine-donnees a:visited {
487
	border-bottom: 1px dotted #666666;
488
  	color: #444444;
489
    text-decoration: none;
490
}
1438 aurelien 491
/*+-----------------------------------------------------------------------------------------------------------------+*/
479 jpm 492
/* Pop-up observations */
953 jpm 493
#info-bulle{
494
	min-height:500px;
495
	width:500px;
496
}
479 jpm 497
#observations {
498
	overflow:none;
915 jpm 499
	margin:-1px 0 0 0;
500
	border: 1px solid #AAA;
501
	border-radius:0 0 4px 4px;
479 jpm 502
}
915 jpm 503
#obs-pieds-page {
492 jpm 504
	font-size:10px;
505
	color:#CCC;
915 jpm 506
	clear:both;
492 jpm 507
}
915 jpm 508
.ui-tabs {
509
	padding:0;
510
}
511
.ui-widget-content {
512
	border:0;
513
}
514
.ui-widget-header {
515
	background:none;
516
	border:0;
517
	border-bottom:1px solid #AAA;
518
	border-radius:0;
519
}
520
.ui-tabs-selected a {
521
	border-bottom:1px solid white;
522
}
523
.ui-tabs-selected a:focus {
524
	outline:0;
525
}
526
.ui-tabs .ui-tabs-panel {
527
	padding:0.2em;
528
}
953 jpm 529
.ui-tabs .ui-tabs-nav li a {
530
	padding: 0.5em 0.6em;
531
}
915 jpm 532
#obs h2 {
533
	margin:0;
534
	text-align:center;
535
}
501 jpm 536
#observations a {
537
	color:#333;
521 jpm 538
	border-bottom:1px dotted gainsboro;
494 delphine 539
}
540
#observations a:hover {
541
	color:#56B80E;
501 jpm 542
	border-bottom:1px dotted #56B80E;
494 delphine 543
}
953 jpm 544
.nom-sci{
545
	color:#454341;
546
	font-weight:bold;
547
}
479 jpm 548
/*+-----------------------------------------------------------------------------------------------------------------+*/
915 jpm 549
/* Pop-up observations : liste */
953 jpm 550
.cel-img-principale {
551
	height:0;/*Pour IE*/
479 jpm 552
}
915 jpm 553
.cel-img-principale img{
554
	float:right;
555
	height:75px;
953 jpm 556
	width:75px;
915 jpm 557
	padding:1px;
558
	border:1px solid white;
479 jpm 559
}
915 jpm 560
#observations .cel-img:hover img{
561
	border: 1px dotted #56B80E;
479 jpm 562
}
915 jpm 563
.cel-img-secondaire, .cel-infos{
564
	display: none;
565
}
566
ol#obs-liste-lignes {
567
	padding:5px;
479 jpm 568
	margin:0;
569
}
953 jpm 570
.champ-nom-sci {
571
	display:none;
572
}
573
#obs-liste-lignes li dl {/*Pour IE*/
574
	width:350px;
575
}
915 jpm 576
.obs-conteneur{
577
	counter-reset: item;
479 jpm 578
}
915 jpm 579
.obs-conteneur .nom-sci:before {
580
	content: counter(item) ". ";
581
	counter-increment: item;
582
	display:block;
583
	float:left;
479 jpm 584
}
915 jpm 585
.obs-conteneur li {
586
	display: block;
953 jpm 587
	margin-bottom:1em;
479 jpm 588
}
953 jpm 589
 
1513 aurelien 590
.lien-widget-saisie {
591
    background: url("../images/saisie.png") no-repeat scroll left center transparent;
592
    border: 1px solid #AAAAAA;
593
   	background-color: #EEE;
594
    padding: 5px 5px 5px 25px;
595
    text-decoration: none;
596
    border-radius : 5px;
597
}
598
 
599
.lien-widget-saisie:hover {
600
	color: #222222;
601
	background-color: #AAAAAA;
602
	text-decoration: none;
603
	cursor: pointer;
604
	border: 1px solid #222222;
605
}
606
 
479 jpm 607
/*+-----------------------------------------------------------------------------------------------------------------+*/
915 jpm 608
/* Diaporama */
609
.cel-legende{
610
	text-align:left;
611
}
612
.cel-legende-vei{
572 jpm 613
	float:right;
479 jpm 614
}
915 jpm 615
.cel-legende p{
939 jpm 616
	color: black;
617
	font-size: 12px;
618
	line-height: 18px;
619
	margin: 0;
629 jpm 620
}
915 jpm 621
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
622
	border-bottom:1px dotted gainsboro;
623
	color:#333;
624
	text-decoration:none;
625
	background-image:none;
841 jpm 626
}
915 jpm 627
.cel-legende a:hover {
628
	color:#56B80E;
629
	border-bottom:1px dotted #56B80E;
630
}
841 jpm 631
/*+-----------------------------------------------------------------------------------------------------------------+*/
632
/* Plugin Jquery Pagination */
915 jpm 633
.navigation {
634
	padding:5px;
635
	float:right;
636
}
841 jpm 637
.pagination {
638
	font-size: 80%;
639
}
640
.pagination a {
641
	text-decoration: none;
915 jpm 642
	border: solid 1px #666;
643
	color: #666;
644
	background:gainsboro;
841 jpm 645
}
915 jpm 646
.pagination a:hover {
647
	color: white;
648
	background: #56B80E;
649
}
841 jpm 650
.pagination a, .pagination span {
651
	display: block;
652
	float: left;
653
	padding: 0.3em 0.5em;
654
	margin-right: 5px;
655
	margin-bottom: 5px;
656
	min-width:1em;
657
	text-align:center;
658
}
659
.pagination .current {
915 jpm 660
	background: #4A4B4C;
661
	color: white;
662
	border: solid 1px gainsboro;
841 jpm 663
}
664
.pagination .current.prev, .pagination .current.next{
915 jpm 665
	color: #999;
666
	border-color: #999;
667
	background: gainsboro;
841 jpm 668
}
941 jpm 669
/*+-----------------------------------------------------------------------------------------------------------------+*/
670
/* Formulaire de contact */
671
#form-contact input{
672
	width:300px;
673
}
674
#form-contact textarea{
675
	width:300px;
676
	height:200px;
677
}
678
#form-contact #fc_envoyer{
679
	width:50px;
680
	float:right;
681
}
682
#form-contact #fc_annuler{
683
	width:50px;
684
	float:left;
685
}
686
#form-contact label.error {
687
	color:red;
688
	font-weight:bold;
689
}
690
#form-contact .info {
691
	padding:5px;
692
	background-color: #4A4B4C;
693
	border: solid 1px #666;
694
	color: white;
695
	white-space: pre-wrap;
696
	width: 300px;
697
}