Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 582 → Rev 583

/trunk/widget/modules/photo/squelettes/css/photo.css
41,17 → 41,22
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Général */
.discretion {
color:#3a3633;
color:grey;
font-family:arial;
font-size:11px;
font-weight:bold;
}
.nettoyage {
clear:both;
}
hr.nettoyage {
visibility:hidden;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Widget */
#contenu{
position:relative;
margin:5px auto;
width:270px;
}
#date-generation{
text-align:right;
62,9 → 67,6
width:16px;
height:20px;
overflow:hidden;
position:absolute;
left:257px;
top:4px;
}
#flux-suivre:hover {
color:rgba(0,0,0,0);
71,9 → 73,6
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Galerie Photos CEL */
#galerie-photo{
width:276px;
}
#galerie-photo .photo a{
float:left;
padding:2px;
84,14 → 83,31
}
#galerie-photo .photo a img{
float:left;
width:63px;
height:63px;
}
#galerie-photo #photo-extra img{
width:270px;
height:auto;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Fancybox */
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
border:none;
.infos {
display:none;
}
#legende{
text-align:left;
}
#legende-vei{
float:right;
}
#legende p{
color:black;
font-size:12px;
margin:5px 0;
}
#legende a {
color:#333;
border-bottom:1px dotted gainsboro;
}
#legende a:hover {
color:#56B80E;
border-bottom:1px dotted #56B80E;
}