Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 563 Rev 573
Line 838... Line 838...
838
}
838
}
839
.desc {
839
.desc {
840
	margin-right:3px;
840
	margin-right:3px;
841
	margin-left:3px;
841
	margin-left:3px;
842
}
842
}
843
.desc td{
843
.desc td {
844
	width:50%;
844
	width: 50%;
845
	vertical-align:top;
845
	vertical-align: top;
846
	border:1px dasharray #36560B;
846
	border: 1px dasharray #36560B;
847
	padding:7px 5px;
847
	padding: 7px 5px;
848
}
848
}
-
 
849
 
-
 
850
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
-
 
851
 
-
 
852
.legende_graphique {
-
 
853
	display:none;	
-
 
854
	font-size:11px;
-
 
855
	padding: 5px;
-
 
856
}
-
 
857
 
-
 
858
.bloc_graph > .voir:focus ~ .legende_graphique{
-
 
859
	display: block;
-
 
860
}
-
 
861
 
-
 
862
.bloc_graph > .cacher:focus ~.legende_graphique {
-
 
863
	display: none;
-
 
864
}
-
 
865
 
-
 
866
.voir:focus,  .cacher:focus  {
-
 
867
	display:none;
-
 
868
}
-
 
869
 
-
 
870
.cacher, .voir {
-
 
871
	float:right;
-
 
872
}
-
 
873
 
-
 
874
.cacher {
-
 
875
	display:none;
-
 
876
}
-
 
877
.voir:focus + .cacher, .cacher:focus + .voir {
-
 
878
	display:inline;
-
 
879
}
-
 
880
 
-
 
881
.fond_graphique button {
-
 
882
	background: none;
-
 
883
	border: none;
-
 
884
	
-
 
885
}
-
 
886
 
-
 
887
.fond_graphique button:hover {
-
 
888
	cursor: pointer;
-
 
889
	text-decoration: underline;
-
 
890
}
-
 
891
 
849
/* Illustrations */
892
/* Illustrations */
850
#illustrations {
893
#illustrations {
851
	margin-left:-5px;
894
	margin-left:-5px;
852
	margin-right:-4px;
895
	margin-right:-4px;
853
}
896
}