Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 835 | Blame | Compare with Previous | Last modification | View Log | RSS feed

@CHARSET "UTF-8";
/* tout le css pour la mise en page du pdf d'exportation de fiches. */
/* GÉNÉRAL */
table{
        border-collapse: collapse;
        width:100%;
        margin:5px 0;
        /*page-break-inside : avoid;*/
        font-size:10px;
}
td,th{
        border:1px solid #36560B;
        padding:7px 5px;
}
th{
        background-color:#EEE;
}
h2 {
        font-weight: bold;
        letter-spacing: 0;
        margin: 20px 0 12px 0;
        font-size: 15px;
        color: #FD8C13;
}
body {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 0.75em;
        background-color: #fff;
}
.centrer {
        display : block;
        margin-left:auto;
        margin-right:auto;
}
.titre { 
                color:#36560B;
                left:2px;
                position:relative;
                padding-right:5px;
}
.categorie {
        background-color: #F6AF3A;
        display: block;
        padding: 2mm;
        padding-left: 5mm;
        padding-right: 5mm;
        color: #fff;
        border-radius: 10px 10px 0 0;
        font-weight: bold;
}
.bloc {
        padding-left: 2mm;
        padding-bottom: 5mm;
}
.no-break {
        page-break-inside : avoid;
}
.allow-break {
        page-break-inside : auto;
}

.italique { 
        font-style: italic;
 }
 
 .gras { 
        font-weight: bold;
 }
hr.nettoyage{
        clear: both;
        width: 0;
}
.citation {
        font-size: 9px;
}
.deux-colonnes {
        width:48%;
        float:left;
        text-align: center;
}
.italique {
        font-style:italic;
}
.version {
        float:right;
}

/* DESCRIPTION spécifique */
.desc td {
        width: 50%;
        vertical-align: top;
        border: 1px dasharray #36560B;
        padding: 7px 5px;
}

/* BIBLIOGRAPHIE spécifique */
li.item_biblio_flore {
        background: none;
        list-style: square;
        padding-left: 15px;
        color : #FC8912;
}
/* ECOLOGIE spécifique*/
.graphique {
        width:500px;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
}

.fond_graphique {
        background-color:#F8F8F8;
        padding-top: 10px;      
        padding-bottom: 10px;
}
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
        font-size: 8px;
        background:none;
        border:none;
}
.svg_clim, .svg_sol {
        width: 500px;
        height: 200px;
}
.svg_sol {
        width: 500px;
        height: 250px;
}
.legende_formes {
        width : 348px;
        height : 30px;
        display: block;
        margin-right : auto;
        margin-left: auto;
        padding : 5px;
}
/* REPARTITION spécifique*/
.bloc_legende_repartition {
        float:left; 
        margin-right:5px; 
        margin-bottom:3px; 
        width:15px; 
        height:15px; 
        border:1px  solid  black;
        
}
.texte_legende_repartition {
        float:left; 
        font-size :10px;
        width: 160px; 
        text-align:left;
        
}
.legende_r {
         width: 190px;
         margin-right: auto;
         margin-left: auto;
}
.repartition_observations { 
    width: 250px;
    margin-bottom: 5px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
}
.repartition_observations object { 
    display: block;
        padding: 0px;
        height:200px;
        margin-right: auto;
        margin-left: auto;
}

/* NOMENCLATURE spécifique*/
.legende_nom_retenu {
        background-color: #E6FFA2;
}

.surlignage {
        background-color: #E6FFA2;
}
.couleur_legende {
    display: inline-block;
    height: 12px;
    width: 30px;
    margin-right: 5px;
    margin-top: 2px;
    border: 1px dashed black;
}
.legende {
        border:dashed 1px #AAA; 
        padding:5px 10px;
}
.onglet_marge_gauche {
        margin-top: 7px;
        padding-left: 30px;
}
li.item_nomenclature {
        background: none;
        list-style: square;
        padding-left: 15px;
        color : #FC8912;
}


.nom {
        vertical-align: top;
        color: black;
}

.retenu, .synonyme{
        font-size:0.8em;
}
.retenu{
        font-weight:bold;
}
.basionyme_complet {
        margin-left:20px;
        display:block;
}

/* ILLUSTRATION spécifique*/
#illustrations {
        width:196px;
        height:196px;
        margin-right: auto;
        margin-left: auto;
        text-align:center;
        border:0.5px dotted black;

}

.liste-illustrations{
        list-style-type:none;
        padding:0;
}
.liste-illustrations li {
        list-style-image:none !important;
        background:none;
        text-align:center;
        font-size:11px;
        float: left;
        width:210px;
        height:285px;
}

#illustrations .liste-illustrations li{
        height: 215px;
        }

.liste-illustrations li p{
        margin:2px 2px 5px 2px;
        width:206px;
        font-size:11px;
}
.liste-illustrations strong{
        font-weight:bold;
        text-align: center;

}
.liste-illustrations img{
        display:block;
        border:1px solid white;
        text-align: center;
        padding:2px;
        max-height:196px;
        max-width:196px;
        margin-right: auto;
        margin-left: auto;
}

.liste-illustrations a:hover img{
    border:1px dotted #FD8C13;
}

/* WIKI spécifique*/

.wiki { font-size : 10px;
        
}