Subversion Repositories eFlore/Applications.cel

Rev

Rev 2710 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

@CHARSET "UTF-8";
/*+--------------------------------------------------------------------------------------------------------+*/
/* Balises */
footer p{
        text-align:center;
}
button img {
        display:block;
}

h1 {
        font-size: 22px !important;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Générique */
.discretion {
        color:grey;
        font-family:arial;
        font-size:11px;
        line-height: 13px;
}
.centre {
        text-align:center;
}
.modal-fenetre {
        position:fixed;
        z-index:1000;
        top:0;
        left:0;
        height:100%;
        width:100%;
        background:#777;
        background:rgba(90,86,93,0.7);
        text-align:center;
}
.modal-contenu {
        position:relative;
        width:30%;
        margin:0 auto;
        top:30%;
}

/*+--------------------------------------------------------------------------------------------------------+*/
/* Formulaire spécifique */
.page-header {
        border-radius: 10px;
}
.page-header h1{
        font-size: 3em;
        line-height: 90px;
        margin-bottom: 0;
}
#logo-titre {
        position: relative;
        left: 8px;
        margin-right: 1em;
        height: 80px;
}

#intro {

}

#info-commune {
        text-align:right;
}
.ns-retenu {
        font-weight:bold;
}
.nn{
        color:#3B9D3B;
}
.nom-sci {
        font-style: italic;
}

.obs-action{
        opacity:1;
}

#miniatures {
        padding-top: 5px;
}

.miniature{
        float: left;
        height: 130px;
        padding: 10px;
}

.miniature-img {
        height: 100px;
        margin: 0;
}

.miniature img {
        display: block;
}

.miniature-chargement {
        height:100px;
        width: 100px;
}

.defilement-miniatures-gauche, .defilement-miniatures-droite {
        float: left;
        font-size: 1.2em;
        font-weight: bold;
        height: 62px;
        margin: 5px;
        padding-top: 30px;
        width: 12px;
}

.defilement-miniatures {
        width: 210px;
}
.defilement-miniatures .thumbnail {
        float: left;
}

.defilement-miniatures-cache {
        visibility: hidden;
}

.miniature-cachee {
        display: none;
}

.miniature-selectionnee {
        display: block;
        box-sizing: content-box;
        max-height: 100px;
        width: 90px;
        background-position: center center;
    background-repeat: no-repeat;
}

#referentiel {
        display: inline;
}

#photos-conteneur {
        height: 120px;
}

#photo-placeholder {
        background: url("../img/icones/icone-photo.png");
        background-size: 89px;
        cursor: pointer;
        margin-bottom: 15px;
        margin-right: 15px;
        float:left;
        border: 5px dashed #CCCCCC;
        border-radius: 8px 8px 8px 8px;
        height: 100px;
        margin: 2px 0 2px 2px;
        text-align: center;
        width: 98px;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
}

#photo-placeholder:hover {
        background: url("../img/icones/icone-photo-hover.png");
        background-size: 89px;
        border: 5px dashed #111;
        border-radius: 8px;
}

#barre-progression-upload span {
        color : #333333;
}

/* par défaut BS3 fait des trucs chelous */
#barre-progression-upload .sr-only {
        height: auto;
        width: auto;
        clip: auto;
        margin: none;
        left: 230px; /* à la louche */
}

.obs-erreur {
        background-color: #DD6E6E;
}

#taxon-liste optgroup + optgroup {
        border-top: 1px solid black;
}
/*+--------------------------------------------------------------------------------------------------------+*/
/* Details obs ajoutées*/
.obs-entete {
        margin-bottom: 0;
}
.obs-entete .nom-sci, .obs-entete .commune, .obs-entete .date{
        font-size:1.3em;
        font-weight:bold;
        color: #777;
}
.obs-entete .referentiel-obs {
        color:#3B9D3B;
}
.obs-details span{
        font-style:italic;
        color: #777;
}

/*+--------------------------------------------------------------------------------------------------------+*/
/* Google Map*/
#map-canvas {
        height:240px;
}
#map-canvas img{
        max-width: none;
}

/*+--------------------------------------------------------------------------------------------------------+*/
/* Form validation */
/* Validation du formulaire */
label.error {
        font-weight: bold;
        font-style: italic;
        color: #B94A48;
        padding: 0 8px;
}

label.valid {
        display: inline-block;
        text-indent: -9999px;
        color: #468847;
        width: 0;
        height: 0;
        padding: 0;
}

.control-group.error label {
        font-weight: bold;
}

/*+--------------------------------------------------------------------------------------------------------+*/
/* Collapse */
.well .fermer-symbole {
        position: absolute;
        right:0;
}
.well .titre, .fermer {
        margin:0;
        padding: 0;
        font-size: 20px;
        line-height: 20px;
        cursor:pointer;
}
.well .fermer {
        display:block;
        color: black;
}
.well .fermer:hover {
        text-decoration: none;
}
.well .glyphicon-plus-sign {
        position:absolute;
        right:1em;
        top: 0.2em;
}

/*+--------------------------------------------------------------------------------------------------------+*/
/* Correction style CSS Bootstrap */
.well {
        margin-bottom: 5px;
        padding: 4px;
        background-color: rgba(245,245,245,0.85);
}
input[type="file"] {
        padding-top: 0;
}