Subversion Repositories eFlore/Applications.cel

Rev

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

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