Subversion Repositories eFlore/Applications.cel

Rev

Rev 1449 | Rev 1452 | 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
	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 {
521 jpm 184
	background-color:#4A4B4C;
503 jpm 185
	color:#CCC;
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
}
501 jpm 196
/*+-----------------------------------------------------------------------------------------------------------------+*/
492 jpm 197
/* Carte titre */
1442 aurelien 198
 
199
#zone-titre {
200
	top: 30px;
201
}
202
 
1438 aurelien 203
#zone-titre, #zone_stats {
521 jpm 204
	padding:0;
1447 aurelien 205
	position:absolute;
1438 aurelien 206
	height:25px;
521 jpm 207
	overflow:hidden;
1438 aurelien 208
	border-radius: 4px;
209
	z-index: 3000;
210
	display: inline-block;
211
	padding:8px;
212
	color: black;
213
    font-family: inherit;
214
    font-size: 1.1em;
215
    font-weight: bold;
216
    text-rendering: optimizelegibility;
217
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
501 jpm 218
}
1438 aurelien 219
 
501 jpm 220
#zone-info {
513 jpm 221
	position:absolute;
1445 aurelien 222
	top:26px;
223
	z-index:3001;
513 jpm 224
	right:8px;
1445 aurelien 225
    width: 25px;
501 jpm 226
	text-align:right;
1445 aurelien 227
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
228
 	border-radius: 5px 5px 5px 5px;
501 jpm 229
}
1445 aurelien 230
 
231
#zone-info a {
232
	border: none;
233
}
234
 
1447 aurelien 235
 
236
#logo {
237
    left: 2px;
238
    padding: 4px;
239
    position: absolute;
240
    top: 5px;
241
    z-index: 3002;
1450 aurelien 242
    width: 60px;
501 jpm 243
}
1447 aurelien 244
 
245
#logo a {
246
	border-bottom: none;
247
}
248
 
492 jpm 249
#carte-titre {
501 jpm 250
	display:inline-block;
939 jpm 251
	margin:0;
1438 aurelien 252
	padding:0em;
492 jpm 253
}
513 jpm 254
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
255
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
256
	display /*\**/:inline\9;/*Hack CSS pour ie8 */
257
}
1449 aurelien 258
 
259
#image-utilisateur {
260
    position: absolute;
261
    right: 5px;
262
    top: 40%;
263
}
264
 
492 jpm 265
/*+-----------------------------------------------------------------------------------------------------------------+*/
479 jpm 266
/* Panneau latéral */
267
#panneau-lateral {
268
	padding:0;
521 jpm 269
	margin:0;
270
	position:absolute;
1447 aurelien 271
   	top: 75px;
521 jpm 272
	left:0;
273
	bottom:0;
1438 aurelien 274
	width: 83px;
521 jpm 275
	overflow:hidden;
1447 aurelien 276
	height: 25px;
1442 aurelien 277
	z-index: 3001;
1438 aurelien 278
	border-top-right-radius : 10px;
279
	border-bottom-right-radius : 10px;
521 jpm 280
}
1438 aurelien 281
#pl-indication-filtre {
282
	margin-left	: 25px;
283
	padding : 3px;
1447 aurelien 284
	font-weight: bold;
1449 aurelien 285
	padding: 3px;
286
    position: relative;
287
    top: 3px;
1438 aurelien 288
}
521 jpm 289
#pl-contenu {
479 jpm 290
	display:none;
291
}
292
#pl-entete {
521 jpm 293
	height:95px;
479 jpm 294
}
295
#pl-corps {
521 jpm 296
	bottom:0;
479 jpm 297
	overflow:auto;
298
	padding:5px;
489 jpm 299
	width:290px;
479 jpm 300
}
301
#pl-ouverture, #pl-fermeture {
521 jpm 302
	position:absolute;
479 jpm 303
	top:0;
1438 aurelien 304
	height:60px;
521 jpm 305
	width:24px;
479 jpm 306
	text-align:center;
307
	cursor:pointer;
308
}
309
#pl-ouverture {
521 jpm 310
	left:0;
311
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
939 jpm 312
	height:100%;
479 jpm 313
}
314
#pl-fermeture {
521 jpm 315
	display:none;
1445 aurelien 316
    right: 0;
521 jpm 317
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
479 jpm 318
}
492 jpm 319
#pl-ouverture span, #pl-fermeture span{
320
	display:none;
321
}
322
/* Panneau latéral : balises */
323
#panneau-lateral h2, #panneau-lateral p {
1438 aurelien 324
	color:black;}
479 jpm 325
/*+-----------------------------------------------------------------------------------------------------------------+*/
492 jpm 326
/* Liste des taxons de la carte */
327
#taxons {
1438 aurelien 328
	color:black;
492 jpm 329
}
1447 aurelien 330
#taxons .taxon-actif, #taxons .taxon-actif span, .raz-filtre-taxons.taxon-actif {
836 jpm 331
	color:#56B80E;
332
}
1445 aurelien 333
#taxons li span, .raz-filtre-taxons {
836 jpm 334
	border-bottom:1px dotted #666;
1438 aurelien 335
	color:black;
836 jpm 336
}
337
#taxons li span:focus {
338
	outline:thin dotted;
339
}
340
#taxons li span:hover {
341
	color:#56B80E;
342
	border-bottom:1px dotted #56B80E;
343
	cursor:pointer;
344
}
345
.nt {
346
	display:none;
347
}
1445 aurelien 348
.raz-filtre-taxons {
349
	cursor:pointer;
350
}
492 jpm 351
/*+-----------------------------------------------------------------------------------------------------------------+*/
1438 aurelien 352
/* Zone des stats en bas */
353
#zone-stats {
354
	padding:0;
355
	position:absolute;
356
	height:25px;
1445 aurelien 357
	bottom:20px;
1438 aurelien 358
	overflow:hidden;
359
	border-radius: 4px;
360
	z-index: 3000;
361
	display: inline-block;
362
	padding:8px;
363
	color: black;
364
    font-family: inherit;
365
    font-size: 1.1em;
366
    font-weight: bold;
367
    text-rendering: optimizelegibility;
368
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
369
}
370
 
371
#zone-stats h1 {
372
	margin-top: 0;
373
}
374
 
1447 aurelien 375
#lien_plein_ecran, #lien-voir-cc {
376
    position: absolute;
1442 aurelien 377
    z-index: 3000;
378
	border-radius: 4px;
379
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
380
    padding: 8px 8px 4px;
381
    font-size: 1.1em;
382
    font-weight: bold;
383
}
384
 
385
#lien_plein_ecran {
1445 aurelien 386
    bottom: 20px;
1442 aurelien 387
    left: 5px;
388
}
389
 
1447 aurelien 390
#lien_plein_ecran a, #lien-voir-cc a {
1442 aurelien 391
	color: black;
392
	padding: 2px;
393
	border-bottom: none;
394
}
395
 
396
#lien_plein_ecran img {
397
	height: 20px;
398
}
399
 
1447 aurelien 400
#lien-voir-cc {
1442 aurelien 401
    bottom: 3px;
402
    right: 5px;
1445 aurelien 403
    bottom: 20px;
404
    height: 20px;
1442 aurelien 405
}
406
 
1447 aurelien 407
#origine-donnees {
408
	-moz-user-select: none;
409
    background: -moz-linear-gradient(center , rgba(255, 255, 255, 0) 0pt, rgba(255, 255, 255, 0.5) 50px) repeat scroll 0 0 transparent;
410
    color: #444444;
411
    direction: ltr;
412
    font-family: Arial,sans-serif;
413
    font-size: 10px;
414
    font-weight: bold;
415
    height: 19px;
416
    line-height: 19px;
417
    padding-left: 50px;
418
    padding-right: 2px;
419
    bottom: 0px;
420
    position: absolute;
421
    text-align: right;
422
    white-space: nowrap;
423
    z-index: 3001;
424
}
425
 
426
#origine-donnees a {
427
    color: #444444;
428
    cursor: pointer;
429
    text-decoration: underline;
430
    border-bottom: none;
431
}
432
#origine-donnees a:active, #origine-donnees a:visited {
433
    border-bottom: 1px dotted #666666;
434
  	color: #CCCCCC;
435
    text-decoration: none;
436
}
437
 
438
#origine-donnees a:visited {
439
	border-bottom: 1px dotted #666666;
440
  	color: #444444;
441
    text-decoration: none;
442
}
1438 aurelien 443
/*+-----------------------------------------------------------------------------------------------------------------+*/
479 jpm 444
/* Pop-up observations */
953 jpm 445
#info-bulle{
446
	min-height:500px;
447
	width:500px;
448
}
479 jpm 449
#observations {
450
	overflow:none;
915 jpm 451
	margin:-1px 0 0 0;
452
	border: 1px solid #AAA;
453
	border-radius:0 0 4px 4px;
479 jpm 454
}
915 jpm 455
#obs-pieds-page {
492 jpm 456
	font-size:10px;
457
	color:#CCC;
915 jpm 458
	clear:both;
492 jpm 459
}
915 jpm 460
.ui-tabs {
461
	padding:0;
462
}
463
.ui-widget-content {
464
	border:0;
465
}
466
.ui-widget-header {
467
	background:none;
468
	border:0;
469
	border-bottom:1px solid #AAA;
470
	border-radius:0;
471
}
472
.ui-tabs-selected a {
473
	border-bottom:1px solid white;
474
}
475
.ui-tabs-selected a:focus {
476
	outline:0;
477
}
478
.ui-tabs .ui-tabs-panel {
479
	padding:0.2em;
480
}
953 jpm 481
.ui-tabs .ui-tabs-nav li a {
482
	padding: 0.5em 0.6em;
483
}
915 jpm 484
#obs h2 {
485
	margin:0;
486
	text-align:center;
487
}
501 jpm 488
#observations a {
489
	color:#333;
521 jpm 490
	border-bottom:1px dotted gainsboro;
494 delphine 491
}
492
#observations a:hover {
493
	color:#56B80E;
501 jpm 494
	border-bottom:1px dotted #56B80E;
494 delphine 495
}
953 jpm 496
.nom-sci{
497
	color:#454341;
498
	font-weight:bold;
499
}
479 jpm 500
/*+-----------------------------------------------------------------------------------------------------------------+*/
915 jpm 501
/* Pop-up observations : liste */
953 jpm 502
.cel-img-principale {
503
	height:0;/*Pour IE*/
479 jpm 504
}
915 jpm 505
.cel-img-principale img{
506
	float:right;
507
	height:75px;
953 jpm 508
	width:75px;
915 jpm 509
	padding:1px;
510
	border:1px solid white;
479 jpm 511
}
915 jpm 512
#observations .cel-img:hover img{
513
	border: 1px dotted #56B80E;
479 jpm 514
}
915 jpm 515
.cel-img-secondaire, .cel-infos{
516
	display: none;
517
}
518
ol#obs-liste-lignes {
519
	padding:5px;
479 jpm 520
	margin:0;
521
}
953 jpm 522
.champ-nom-sci {
523
	display:none;
524
}
525
#obs-liste-lignes li dl {/*Pour IE*/
526
	width:350px;
527
}
915 jpm 528
.obs-conteneur{
529
	counter-reset: item;
479 jpm 530
}
915 jpm 531
.obs-conteneur .nom-sci:before {
532
	content: counter(item) ". ";
533
	counter-increment: item;
534
	display:block;
535
	float:left;
479 jpm 536
}
915 jpm 537
.obs-conteneur li {
538
	display: block;
953 jpm 539
	margin-bottom:1em;
479 jpm 540
}
953 jpm 541
 
479 jpm 542
/*+-----------------------------------------------------------------------------------------------------------------+*/
915 jpm 543
/* Diaporama */
544
.cel-legende{
545
	text-align:left;
546
}
547
.cel-legende-vei{
572 jpm 548
	float:right;
479 jpm 549
}
915 jpm 550
.cel-legende p{
939 jpm 551
	color: black;
552
	font-size: 12px;
553
	line-height: 18px;
554
	margin: 0;
629 jpm 555
}
915 jpm 556
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
557
	border-bottom:1px dotted gainsboro;
558
	color:#333;
559
	text-decoration:none;
560
	background-image:none;
841 jpm 561
}
915 jpm 562
.cel-legende a:hover {
563
	color:#56B80E;
564
	border-bottom:1px dotted #56B80E;
565
}
841 jpm 566
/*+-----------------------------------------------------------------------------------------------------------------+*/
567
/* Plugin Jquery Pagination */
915 jpm 568
.navigation {
569
	padding:5px;
570
	float:right;
571
}
841 jpm 572
.pagination {
573
	font-size: 80%;
574
}
575
.pagination a {
576
	text-decoration: none;
915 jpm 577
	border: solid 1px #666;
578
	color: #666;
579
	background:gainsboro;
841 jpm 580
}
915 jpm 581
.pagination a:hover {
582
	color: white;
583
	background: #56B80E;
584
}
841 jpm 585
.pagination a, .pagination span {
586
	display: block;
587
	float: left;
588
	padding: 0.3em 0.5em;
589
	margin-right: 5px;
590
	margin-bottom: 5px;
591
	min-width:1em;
592
	text-align:center;
593
}
594
.pagination .current {
915 jpm 595
	background: #4A4B4C;
596
	color: white;
597
	border: solid 1px gainsboro;
841 jpm 598
}
599
.pagination .current.prev, .pagination .current.next{
915 jpm 600
	color: #999;
601
	border-color: #999;
602
	background: gainsboro;
841 jpm 603
}
941 jpm 604
/*+-----------------------------------------------------------------------------------------------------------------+*/
605
/* Formulaire de contact */
606
#form-contact input{
607
	width:300px;
608
}
609
#form-contact textarea{
610
	width:300px;
611
	height:200px;
612
}
613
#form-contact #fc_envoyer{
614
	width:50px;
615
	float:right;
616
}
617
#form-contact #fc_annuler{
618
	width:50px;
619
	float:left;
620
}
621
#form-contact label.error {
622
	color:red;
623
	font-weight:bold;
624
}
625
#form-contact .info {
626
	padding:5px;
627
	background-color: #4A4B4C;
628
	border: solid 1px #666;
629
	color: white;
630
	white-space: pre-wrap;
631
	width: 300px;
632
}