Subversion Repositories eFlore/Applications.cel

Rev

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

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