Subversion Repositories eFlore/Applications.cel

Rev

Blame | Last modification | View Log | RSS feed

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