Subversion Repositories eFlore/Applications.cel

Rev

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