Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 545 Rev 572
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 */
-
 
37
dl {
-
 
38
	width:100%;
-
 
39
}
-
 
40
dt {
-
 
41
	float:left;
-
 
42
	font-weight:bold;
-
 
43
	text-align:top left;
-
 
44
	margin-right:0.3em;
-
 
45
}
-
 
46
dd {
-
 
47
	width:auto;
-
 
48
	margin:0.5em 0;
-
 
49
}
-
 
50
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
51
/* Tableau : */
-
 
52
table {
-
 
53
	border:1px solid gray;
-
 
54
	border-collapse:collapse;
-
 
55
}
-
 
56
table thead, table tfoot, table tbody {
-
 
57
	background-color:Gainsboro;
-
 
58
	border:1px solid gray;
-
 
59
}
-
 
60
table tbody {
-
 
61
	background-color:#FFF;
-
 
62
}
-
 
63
table th {
-
 
64
	font-family:monospace;
-
 
65
	border:1px dotted gray;
-
 
66
	padding:5px;
-
 
67
	background-color:Gainsboro;
-
 
68
}
-
 
69
table td {
-
 
70
	font-family:arial;
-
 
71
	border:1px dotted gray;
-
 
72
	padding:5px;
-
 
73
	text-align:left;
-
 
74
}
-
 
75
table caption {
-
 
76
	font-family:sans-serif;
-
 
77
}
-
 
78
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
79
/* Tableau : tablesorter */
-
 
80
th.header {
-
 
81
	background:url(../images/trie.png) no-repeat center right;    
-
 
82
	padding-right:20px;
-
 
83
}
-
 
84
th.headerSortUp { 
-
 
85
	background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
-
 
86
	color:white;
-
 
87
}
-
 
88
th.headerSortDown { 
-
 
89
    background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
-
 
90
    color:white; 
-
 
91
}
-
 
92
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
93
/* Générique */
-
 
94
.nettoyage{
-
 
95
	clear:both;
-
 
96
}
-
 
97
hr.nettoyage{
-
 
98
	visibility:hidden;
-
 
99
}
-
 
100
/*+-----------------------------------------------------------------------------------------------------------------+*/
36
/* Carte */
101
/* Carte */
37
#carte {
102
#carte {
38
	padding:0;
103
	padding:0;
39
	margin:0;
104
	margin:0;
40
	position:absolute;	
105
	position:absolute;	
41
	top:35px;
106
	top:35px;
42
	left:24px;
107
	left:24px;
43
	right:0;
108
	right:0;
44
	bottom:0;
109
	bottom:0;
45
	overflow:auto;
110
	overflow:auto;
46
}
111
}
47
.bouton {
112
.bouton {
48
	background-color:white;
113
	background-color:white;
49
	border:2px solid black;
114
	border:2px solid black;
50
	cursor:pointer;
115
	cursor:pointer;
51
	text-align:center;
116
	text-align:center;
52
}
117
}
53
/*+-----------------------------------------------------------------------------------------------------------------+*/
118
/*+-----------------------------------------------------------------------------------------------------------------+*/
54
/* Message de chargement */
119
/* Message de chargement */
55
#chargement {
120
#chargement {
56
	display:none;
121
	display:none;
57
}
122
}
58
#chargement-copie img{
123
#chargement-copie img{
59
	display:block;
124
	display:block;
60
	margin:auto;
125
	margin:auto;
61
}
126
}
62
/*+-----------------------------------------------------------------------------------------------------------------+*/
127
/*+-----------------------------------------------------------------------------------------------------------------+*/
63
/* Avertissement */
128
/* Avertissement */
64
#zone-avertissement {
129
#zone-avertissement {
65
	background-color:#4A4B4C;
130
	background-color:#4A4B4C;
66
	color:#CCC;
131
	color:#CCC;
67
	padding:12px;
132
	padding:12px;
68
	text-align:justify;
133
	text-align:justify;
69
	line-height:16px;
134
	line-height:16px;
70
}
135
}
71
#zone-avertissement h1{
136
#zone-avertissement h1{
72
	margin:0;
137
	margin:0;
73
}
138
}
74
#zone-avertissement a {
139
#zone-avertissement a {
75
	border-bottom:1px dotted gainsboro;
140
	border-bottom:1px dotted gainsboro;
76
}
141
}
77
/*+-----------------------------------------------------------------------------------------------------------------+*/
142
/*+-----------------------------------------------------------------------------------------------------------------+*/
78
/* Carte titre */
143
/* Carte titre */
79
#zone-titre {
144
#zone-titre {
80
	padding:0;
145
	padding:0;
81
	margin:0;
146
	margin:0;
82
	position:absolute;
147
	position:absolute;
83
	top:0;	
148
	top:0;	
84
	left:0;
149
	left:0;
85
	width:100%;
150
	width:100%;
86
	height:35px;
151
	height:35px;
87
	overflow:hidden;
152
	overflow:hidden;
88
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png) no-repeat 8px 8px #4A4B4C;
153
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png) no-repeat 8px 8px #4A4B4C;
89
}
154
}
90
#zone-info {
155
#zone-info {
91
	position:absolute;
156
	position:absolute;
92
	top:0;
157
	top:0;
93
	right:8px;
158
	right:8px;
94
	width:48px;
159
	width:48px;
95
	text-align:right;
160
	text-align:right;
96
}
161
}
97
#zone-info img {
162
#zone-info img {
98
	display:inline;
163
	display:inline;
99
	padding:4px;
164
	padding:4px;
100
	margin:0;
165
	margin:0;
101
	border:none;
166
	border:none;
102
}
167
}
103
#carte-titre {
168
#carte-titre {
104
	display:inline-block;
169
	display:inline-block;
105
	margin:0 0 0 24px;
170
	margin:0 0 0 24px;
106
	padding:0.2em;
171
	padding:0.2em;
107
	color:#CCCCCC;
172
	color:#CCCCCC;
108
}
173
}
109
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
174
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
110
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
175
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
111
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
176
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
112
}
177
}
113
/*+-----------------------------------------------------------------------------------------------------------------+*/
178
/*+-----------------------------------------------------------------------------------------------------------------+*/
114
/* Panneau latéral */
179
/* Panneau latéral */
115
 
-
 
116
#panneau-lateral {
180
#panneau-lateral {
117
	padding:0;
181
	padding:0;
118
	margin:0;
182
	margin:0;
119
	position:absolute;	
183
	position:absolute;	
120
	top:35px;
184
	top:35px;
121
	left:0;
185
	left:0;
122
	bottom:0;
186
	bottom:0;
123
	width:24px;
187
	width:24px;
124
	overflow:hidden;
188
	overflow:hidden;
125
	background-color:#4A4B4C;
189
	background-color:#4A4B4C;
126
	border-right:1px solid grey;	
190
	border-right:1px solid grey;	
127
}
191
}
128
#pl-contenu {
192
#pl-contenu {
129
	display:none;
193
	display:none;
130
}
194
}
131
#pl-entete {
195
#pl-entete {
132
	height:95px;
196
	height:95px;
133
}
197
}
134
#pl-corps {
198
#pl-corps {
135
	position:absolute;
199
	position:absolute;
136
	top:105px;
200
	top:105px;
137
	bottom:0;
201
	bottom:0;
138
	overflow:auto;
202
	overflow:auto;
139
	padding:5px;
203
	padding:5px;
140
	width:290px;
204
	width:290px;
141
}
205
}
142
#pl-ouverture, #pl-fermeture {
206
#pl-ouverture, #pl-fermeture {
143
	position:absolute;
207
	position:absolute;
144
	top:0;
208
	top:0;
145
	height:24px;
209
	height:24px;
146
	width:24px;
210
	width:24px;
147
	text-align:center;
211
	text-align:center;
148
	cursor:pointer;
212
	cursor:pointer;
149
}
213
}
150
#pl-ouverture {
214
#pl-ouverture {
151
	left:0;
215
	left:0;
152
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
216
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
153
}
217
}
154
#pl-fermeture {
218
#pl-fermeture {
155
	display:none;
219
	display:none;
156
	left:276px;
220
	left:276px;
157
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
221
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
158
}
222
}
159
#pl-ouverture span, #pl-fermeture span{
223
#pl-ouverture span, #pl-fermeture span{
160
	display:none;
224
	display:none;
161
}
225
}
162
/* Panneau latéral : balises */
226
/* Panneau latéral : balises */
163
#panneau-lateral h2, #panneau-lateral p {
227
#panneau-lateral h2, #panneau-lateral p {
164
	color:#CCCCCC;}
228
	color:#CCCCCC;}
165
/*+-----------------------------------------------------------------------------------------------------------------+*/
229
/*+-----------------------------------------------------------------------------------------------------------------+*/
166
/* Liste des taxons de la carte */
230
/* Liste des taxons de la carte */
167
#taxons {
231
#taxons {
168
	color:#999;
232
	color:#999;
169
}
233
}
170
#taxons .taxon-actif, #taxons .taxon-actif a {
234
#taxons .taxon-actif, #taxons .taxon-actif a {
171
	color:#56B80E;}
235
	color:#56B80E;}
172
/*+-----------------------------------------------------------------------------------------------------------------+*/
236
/*+-----------------------------------------------------------------------------------------------------------------+*/
173
/* Pop-up observations */
237
/* Pop-up observations */
174
.info-bulle-contenu {
238
.info-bulle-contenu {
175
	margin:0;
239
	margin:0;
176
	padding:0;
240
	padding:0;
177
}
241
}
178
#observations {
242
#observations {
179
	margin:23px 0 0 0;
243
	margin:23px 0 0 0;
180
	padding:5px;
244
	padding:5px;
181
	border:1px solid black;
245
	border:1px solid black;
182
	border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;
246
	border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;
183
	border-top:none !important;
247
	border-top:none !important;
184
	overflow:none;
248
	overflow:none;
185
}
249
}
186
#observations ol {
250
#observations ol {
187
	padding-left:20px;
251
	padding-left:20px;
188
}
252
}
189
.champ_nom_latin {
253
.champ_nom_latin {
190
	display:none;
254
	display:none;
191
}
255
}
192
#obs-msg-info {
256
#obs-msg-info {
193
	font-size:10px;
257
	font-size:10px;
194
	color:#CCC;
258
	color:#CCC;
195
}
259
}
196
#observations a {
260
#observations a {
197
	color:#333;
261
	color:#333;
198
	border-bottom:1px dotted gainsboro;
262
	border-bottom:1px dotted gainsboro;
199
}
263
}
200
#observations a:hover {
264
#observations a:hover {
201
	color:#56B80E;
265
	color:#56B80E;
202
	border-bottom:1px dotted #56B80E;
266
	border-bottom:1px dotted #56B80E;
203
}
267
}
204
/*+-----------------------------------------------------------------------------------------------------------------+*/
268
/*+-----------------------------------------------------------------------------------------------------------------+*/
205
/* Onglets */
269
/* Onglets */
206
.onglets {
270
.onglets {
207
	position:absolute;
271
	position:absolute;
208
	top:0;
272
	top:0;
209
	float:left;
273
	float:left;
210
	height:22px;
274
	height:22px;
211
	padding:0;
275
	padding:0;
212
	margin:0;
276
	margin:0;
213
	border-bottom:1px solid black;
277
	border-bottom:1px solid black;
214
	width:100%;
278
	width:100%;
215
}
279
}
216
.onglets ul {
280
.onglets ul {
217
	margin:0;
281
	margin:0;
218
	padding:0;
282
	padding:0;
219
	list-style:none;
283
	list-style:none;
220
}
284
}
221
.onglets li {
285
.onglets li {
222
	float:left;
286
	float:left;
223
	text-transform:uppercase;
287
	text-transform:uppercase;
224
	text-align:center;
288
	text-align:center;
225
}
289
}
226
.onglets .onglet {
290
.onglets .onglet {
227
	display:block;
291
	display:block;
228
	padding:5px 15px 4px 15px;
292
	padding:5px 15px 4px 15px;
229
	margin:0;
293
	margin:0;
230
	font-size:12px;
294
	font-size:12px;
231
	line-height:12px;
295
	line-height:12px;
232
	border:1px solid black;
296
	border:1px solid black;
233
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
297
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
234
	text-decoration:none;
298
	text-decoration:none;
235
}
299
}
236
.onglets .actif .onglet {
300
.onglets .actif .onglet {
237
	border-bottom:1px solid white;
301
	border-bottom:1px solid white;
238
	color:black;
302
	color:black;
239
	background-color:white;
303
	background-color:white;
240
	font-weight:bold;
304
	font-weight:bold;
241
}
305
}
242
.onglets .inactif .onglet {
306
.onglets .inactif .onglet {
243
	border-bottom:1px solid #000000;
307
	border-bottom:1px solid #000000;
244
	color:white;
308
	color:white;
245
	background-color:gray;/*rgba(29,30,32,0.8);*/
309
	background-color:gray;/*rgba(29,30,32,0.8);*/
246
}
310
}
247
.onglets .inactif .onglet:hover {
311
.onglets .inactif .onglet:hover {
248
	color:black;
312
	color:black;
249
	background-color:Gainsboro;
313
	background-color:Gainsboro;
250
}
314
}
251
/*+-----------------------------------------------------------------------------------------------------------------+*/
315
/*+-----------------------------------------------------------------------------------------------------------------+*/
252
/* Présentation des listes de définitions */
316
/* Pop-up : liste */
253
dl {
-
 
254
	width:100%;
317
.cel-img-principale img{
255
}
-
 
256
dt {
-
 
257
	float:left;
318
	float:right;
258
	font-weight:bold;
319
	height:75px;
259
	text-align:top left;
-
 
260
	margin-right:0.3em;
-
 
261
}
-
 
262
dd {
-
 
263
	width:auto;
-
 
264
	margin:0.5em 0;
-
 
265
}
320
}
266
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
267
/* Tableau : */
-
 
268
table {
-
 
269
	border:1px solid gray;
-
 
270
	border-collapse:collapse;
321
.cel-img-secondaire{
271
}
-
 
272
table thead, table tfoot, table tbody {
-
 
273
	background-color:Gainsboro;
-
 
274
	border:1px solid gray;
-
 
275
}
-
 
276
table tbody {
-
 
277
	background-color:#FFF;
-
 
278
}
-
 
279
table th {
-
 
280
	font-family:monospace;
-
 
281
	border:1px dotted gray;
-
 
282
	padding:5px;
-
 
283
	background-color:Gainsboro;
-
 
284
}
-
 
285
table td {
-
 
286
	font-family:arial;
-
 
287
	border:1px dotted gray;
-
 
288
	padding:5px;
-
 
289
	text-align:left;
-
 
290
}
-
 
291
table caption {
-
 
292
	font-family:sans-serif;
-
 
293
}
-
 
294
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
295
/* Tableau : tablesorter */
-
 
296
th.header {
-
 
297
	background:url(../images/trie.png) no-repeat center right;    
-
 
298
	padding-right:20px;
-
 
299
}
-
 
300
th.headerSortUp { 
-
 
301
	background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
-
 
302
	color:white;
322
	display:none;
303
}
-
 
304
th.headerSortDown { 
-
 
305
    background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
-
 
306
    color:white; 
-
 
307
}
323
}
308
324