Subversion Repositories eFlore/Applications.cel

Rev

Rev 1096 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1096 Rev 1456
Line 17... Line 17...
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: #AAAAAA;
23
	text-decoration:none;
23
	text-decoration:none;
24
}
24
}
25
a:active {
25
a:active {
26
	outline:none;
26
	outline:none;
27
}
27
}
Line 99... Line 99...
99
	clear:both;
99
	clear:both;
100
}
100
}
101
hr.nettoyage{
101
hr.nettoyage{
102
	visibility:hidden;
102
	visibility:hidden;
103
}
103
}
-
 
104
 
104
/*+-----------------------------------------------------------------------------------------------------------------+*/
105
/*+-----------------------------------------------------------------------------------------------------------------+*/
105
/* Carte */
106
/* Carte */
106
#carte {
107
#carte {
107
	padding:0;
108
	padding:0;
108
	margin:0;
109
	margin:0;
Line 153... Line 154...
153
	top:0;	
154
	top:0;	
154
	left:0;
155
	left:0;
155
	width:100%;
156
	width:100%;
156
	height:35px;
157
	height:35px;
157
	overflow:hidden;
158
	overflow:hidden;
158
	background-color:#4A4B4C;
159
	background-color: #DDDDDD;
-
 
160
	border-bottom: 1px solid grey;
-
 
161
	z-index: 9;
159
}
162
}
160
#zone-info {
163
#zone-info {
161
	position:absolute;
164
	position:absolute;
162
	top:0;
165
	top:0;
163
	right:8px;
166
	right:8px;
Line 172... Line 175...
172
}
175
}
173
#carte-titre {
176
#carte-titre {
174
	display:inline-block;
177
	display:inline-block;
175
	margin:0;
178
	margin:0;
176
	padding:0.2em;
179
	padding:0.2em;
177
	color:#CCCCCC;
180
	color: black;
178
}
181
}
179
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
182
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
180
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
183
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
181
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
184
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
182
}
185
}
Line 189... Line 192...
189
	top:35px;
192
	top:35px;
190
	left:0;
193
	left:0;
191
	bottom:0;
194
	bottom:0;
192
	width:24px;
195
	width:24px;
193
	overflow:hidden;
196
	overflow:hidden;
194
	background-color:#4A4B4C;
197
	background-color: #DDDDDD;
195
	border-right:1px solid grey;	
198
	border-right: 1px solid grey;
-
 
199
	z-index: 10;
196
}
200
}
197
#pl-contenu {
201
#pl-contenu {
198
	display:none;
202
	display:none;
199
}
203
}
200
#pl-entete {
204
#pl-entete {
Line 216... Line 220...
216
	text-align:center;
220
	text-align:center;
217
	cursor:pointer;
221
	cursor:pointer;
218
}
222
}
219
#pl-ouverture {
223
#pl-ouverture {
220
	left:0;
224
	left:0;
221
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
225
	background:url(../images/ouverture.png) no-repeat top left #DDDDDD;
222
	height:100%;
226
	height:100%;
223
}
227
}
224
#pl-fermeture {
228
#pl-fermeture {
225
	display:none;
229
	display:none;
226
	left:276px;
230
	left:276px;
227
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
231
	background:url(../images/fermeture.png) no-repeat top right #DDDDDD;
228
}
232
}
229
#pl-ouverture span, #pl-fermeture span{
233
#pl-ouverture span, #pl-fermeture span{
230
	display:none;
234
	display:none;
231
}
235
}
232
/* Panneau latéral : balises */
236
/* Panneau latéral : balises */
233
#panneau-lateral h2, #panneau-lateral p {
237
#panneau-lateral h2, #panneau-lateral p {
234
	color:#CCCCCC;}
238
	color:black;}
235
/*+-----------------------------------------------------------------------------------------------------------------+*/
239
/*+-----------------------------------------------------------------------------------------------------------------+*/
236
/* Liste des taxons de la carte */
240
/* Liste des taxons de la carte */
237
#taxons {
241
#taxons {
238
	color:#999;
242
	color:black;
239
}
243
}
240
#taxons .taxon-actif, #taxons .taxon-actif span {
244
#taxons .taxon-actif, #taxons .taxon-actif span {
241
	color:#56B80E;
245
	color:#56B80E;
242
}
246
}
243
#taxons li span {
247
#taxons li span {
244
	border-bottom:1px dotted #666;
248
	border-bottom:1px dotted #666;
245
	color:#CCC;
249
	color:black;
246
}
250
}
247
#taxons li span:focus {
251
#taxons li span:focus {
248
	outline:thin dotted;
252
	outline:thin dotted;
249
}
253
}
250
#taxons li span:hover {
254
#taxons li span:hover {