Subversion Repositories eFlore/Applications.cel

Rev

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

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