Subversion Repositories eFlore/Applications.cel

Rev

Rev 583 | Rev 615 | Go to most recent revision | Blame | Compare with Previous | 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;
        font-size:12px;
        background-color:#4A4B4C;
        color:#CCC;
}
#cel-photo-contenu h1 {
        margin:5px;
        font-size:1.6em;
        background-color:transparent;
}
#cel-photo-contenu h1 #cel-photo-flux{
        width:16px;
        height:20px;
}
#cel-photo-contenu img {
        border:0;
}
#cel-photo-contenu a, #cel-photo-contenu a:active, #cel-photo-contenu a:visited {
        border-bottom:1px dotted #666;
        color:#CCC;
        text-decoration: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{
        text-align:right;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* 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 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 {
        color:#333;
        border-bottom:1px dotted gainsboro;
}
#cel-legende a:hover {
        color:#56B80E;
        border-bottom:1px dotted #56B80E;
}