Subversion Repositories eFlore/Applications.cel

Rev

Blame | Last modification | View Log | RSS feed

@CHARSET "UTF-8";

body {
        color: black !important;
    font-size: 16px !important;
    font-weight: bold;
    font-family: Arial,verdana,sans-serif;
}

hr.nettoyage {
        visibility:hidden;
}

/*----------------------------------------------------------------------------------------------------------*/
/* Disposition */
#zone-pied {
        text-align:center;
}
#eflore_pied_page {
        text-align:center;
}
#zone-debug {
        background-color:grey;
        color:white;
}

/*----------------------------------------------------------------------------------------------------------*/
/* Spécifiques popup : ILLUSTRATION */
#info-img .img-cadre {
        text-align:center;
}
#info-img img {
        display:inline;
        vertical-align:middle;
        margin:0;
        border:0;
        border: 1px solid lightgrey;
        padding:2px;
}

/*----------------------------------------------------------------------------------------------------------*/
/* Spécifiques popup : GALERIE */
#info-img-galerie .conteneur-precedent {
        float:left;
        width:50px;
        position: absolute;
        top: 50%;
}

#info-img-galerie .conteneur-suivant {
        position: absolute;
        top: 50%;
        right:10px;
        width:50px;
        float:right;
}

#info-img-galerie .conteneur-precedent #precedent, #info-img-galerie .conteneur-suivant #suivant {
        position:relative;
        top:50%;
        font-size:1.3em;
        border:none;
}

#info-img-galerie .conteneur-suivant #suivant {
        float:right;
        text-align:right;       
}

#info-img-galerie .img-cadre {
        float:left;
        left: 60px;
    position: absolute;
        height:100%;
}

#info-img-galerie #lien-voir-meta {
        text-align: center;
}

#bloc-infos-img {
        position: absolute;
        bottom: 10px;
        left: 60px;
}