Subversion Repositories eFlore/Applications.cel

Rev

Rev 629 | Rev 841 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 629 Rev 836
Line 229... Line 229...
229
/*+-----------------------------------------------------------------------------------------------------------------+*/
229
/*+-----------------------------------------------------------------------------------------------------------------+*/
230
/* Liste des taxons de la carte */
230
/* Liste des taxons de la carte */
231
#taxons {
231
#taxons {
232
	color:#999;
232
	color:#999;
233
}
233
}
234
#taxons .taxon-actif, #taxons .taxon-actif a {
234
#taxons .taxon-actif, #taxons .taxon-actif span {
-
 
235
	color:#56B80E;
-
 
236
}
-
 
237
#taxons li span {
-
 
238
	border-bottom:1px dotted #666;
-
 
239
	color:#CCC;
-
 
240
}
-
 
241
#taxons li span:focus {
-
 
242
	outline:thin dotted;
-
 
243
}
-
 
244
#taxons li span:hover {
235
	color:#56B80E;}
245
	color:#56B80E;
-
 
246
	border-bottom:1px dotted #56B80E;
-
 
247
	cursor:pointer;
-
 
248
}
-
 
249
.nt {
-
 
250
	display:none;
-
 
251
}
236
/*+-----------------------------------------------------------------------------------------------------------------+*/
252
/*+-----------------------------------------------------------------------------------------------------------------+*/
237
/* Pop-up observations */
253
/* Pop-up observations */
238
.info-bulle-contenu {
254
.info-bulle-contenu {
239
	margin:0;
255
	margin:0;
240
	padding:0;
256
	padding:0;