Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 510 Rev 524
Line 812... Line 812...
812
/* Illustrations */
812
/* Illustrations */
813
#illustrations {
813
#illustrations {
814
	margin-left:-5px;
814
	margin-left:-5px;
815
	margin-right:-4px;
815
	margin-right:-4px;
816
}
816
}
817
#ef_illustration_info .attention{
817
.liste-illustrations .attention{
818
	border:0;
818
	border:0;
819
	background:none;
819
	background:none;
820
	text-align:left;
820
	text-align:left;
821
	padding:0;}
821
	padding:0;
-
 
822
}
822
#ef_illustration_info ul{
823
.liste-illustrations{
823
	list-style-type:none;
824
	list-style-type:none;
824
	padding:0;}
825
	padding:0;
-
 
826
}
825
#ef_illustration_info li {
827
.liste-illustrations li {
-
 
828
	list-style-image:none !important;
826
	background:none;
829
	background:none;
827
	list-style-image:none;
-
 
828
	text-align:center;
830
	text-align:center;
829
	font-size:11px;
831
	font-size:11px;
830
	float: left;
832
	float: left;
831
	width:210px;
833
	width:210px;
832
	height:285px;}
834
	height:285px;
-
 
835
}
833
#ef_illustration_info li p{
836
.liste-illustrations li p{
834
	margin:2px 2px 5px 2px;
837
	margin:2px 2px 5px 2px;
835
	width:206px;
838
	width:206px;
836
	font-size:11px;}
839
	font-size:11px;
-
 
840
}
837
#ef_illustration_info li p .localisation, #ef_illustration_info li p .date-creation, #ef_illustration_info li p .auteur{
841
.liste-illustrations strong{
838
	font-weight:bold;}
842
	font-weight:bold;
-
 
843
}
839
#ef_illustration_info img{
844
.liste-illustrations img{
840
	display:block;
845
	display:block;
841
	border:1px solid white;
846
	border:1px solid white;
842
	margin:0 auto;
847
	margin:0 auto;
843
	padding:2px;}
848
	padding:2px;
-
 
849
	max-height:196px;
-
 
850
	max-width:196px;
-
 
851
}
844
#ef_illustration_info a:hover img{
852
.liste-illustrations a:hover img{
845
    border:1px dotted #FD8C13;
853
    border:1px dotted #FD8C13;
846
}
854
}
-
 
855
a.img-cadre{
-
 
856
	display:block;
-
 
857
	border: 1px solid white;
-
 
858
	background:transparent;
-
 
859
	width:204px;
-
 
860
	height:204px;
-
 
861
	margin-right:2px;
847
 
862
}
-
 
863
a.img-cadre:hover{
-
 
864
	border:1px dotted #FD8C13;
-
 
865
}
848
#efii_liste_cel img{
866
.img-cadre-fond{
-
 
867
	background:white;
-
 
868
	width:200px;
849
	height:200px;
869
	height:200px;
850
	width:200px;}
870
	line-height:200px;
851
#efii_liste_cel img.tb{
871
	text-align:center;
852
	height:auto;
872
	margin:2px;
853
	width:auto;}
-
 
854
 
873
}
-
 
874
#illustrations-photoflora img{
-
 
875
	display:inline;
-
 
876
	vertical-align:middle;
-
 
877
	margin:0;
-
 
878
	padding:0;
-
 
879
	border:0;
855
 
880
}
856
881