Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 878 → Rev 879

/trunk/widget/modules/photo/squelettes/css/photo.css
1,7 → 1,7
@charset "UTF-8";
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Widget */
#cel-photo-contenu{
.cel-photo-contenu{
position:relative;
padding:0 5px;
margin:5px auto;
10,7 → 10,7
background-color:#4A4B4C;
color:#CCC;
}
#cel-photo-contenu h1 {
.cel-photo-contenu h1 {
margin:5px;
padding:0;
font-size:1.6em;
20,87 → 20,89
text-transform:none;
text-align:left;
}
#cel-photo-contenu h1 a{
.cel-photo-contenu h1 a{
color:#CCC;
}
#cel-photo-contenu h1 #cel-photo-flux{
.cel-photo-contenu h1 .cel-photo-flux{
width:16px;
height:20px;
}
#cel-photo-contenu img {
.cel-photo-contenu img {
border:0;
padding:0;
margin:0;
}
#cel-photo-contenu a, #cel-photo-contenu a:active, #cel-photo-contenu a:visited {
.cel-photo-contenu a, .cel-photo-contenu a:active, .cel-photo-contenu a:visited {
border-bottom:1px dotted #666;
color:#CCC;
text-decoration:none;
background-image:none;
}
#cel-photo-contenu a:active {
.cel-photo-contenu a:active {
outline:none;
}
#cel-photo-contenu a:focus {
.cel-photo-contenu a:focus {
outline:thin dotted;
}
#cel-photo-contenu a:hover {
.cel-photo-contenu a:hover {
color:#56B80E;
border-bottom:1px dotted #56B80E;
}
#cel-photo-date-generation{
text-align:right;
.cel-photo-date-generation{
float:right;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Général */
#cel-photo-contenu .discretion {
.cel-photo-contenu .discretion {
color:grey;
font-family:arial;
font-size:11px;
font-weight:bold;
}
#cel-photo-contenu .nettoyage {
.cel-photo-contenu .nettoyage {
clear:both;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Galerie Photos CEL */
#cel-photo-contenu .cel-photo a{
.cel-photo-contenu .cel-photo a{
float:left;
padding:2px;
border:1px solid white;
}
#cel-photo-contenu .cel-photo a:hover{
.cel-photo-contenu .cel-photo a:hover{
border:1px dotted #FD8C13;
}
#cel-photo-contenu .cel-photo a img{
.cel-photo-contenu .cel-photo a img{
float:left;
width:63px;
height:63px;
}
#cel-photo-contenu #cel-photo-extra img{
.cel-photo-contenu .cel-photo-extra a img{
height:auto;
}
#cel-photo-contenu .cel-infos {
.cel-photo-contenu .cel-infos {
display:none;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Diaporama */
#cel-legende{
.cel-legende{
text-align:left;
}
#cel-legende-vei{
.cel-legende-vei{
float:right;
}
#cel-legende p{
.cel-legende p{
color:black;
font-size:12px;
margin:5px 0;
}
#cel-legende a {
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
border-bottom:1px dotted gainsboro;
color:#333;
border-bottom:1px dotted gainsboro;
text-decoration:none;
background-image:none;
}
#cel-legende a:hover {
.cel-legende a:hover {
color:#56B80E;
border-bottom:1px dotted #56B80E;
}