Subversion Repositories eFlore/Applications.cel

Rev

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

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