Subversion Repositories eFlore/Applications.cel

Rev

Rev 953 | Rev 2319 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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