Subversion Repositories eFlore/Applications.cel

Rev

Rev 479 | Rev 492 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

@charset "UTF-8";

html, body {
        margin:0;
        padding:0;
        height: 100%;
        font-family:Arial;
        font-size:12px;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Carte */
#carte {
        width:100%;
        height:100%;
}
.bouton {
        background-color:white;
        border:2px solid black;
        cursor:pointer;
        text-align:center;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Message de chargement */
#chargement {
        display:none;
}
#chargement-copie img{
        display:block;
        margin:auto;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Panneau latéral */
#panneau-lateral {
        width:300px;
        height:100%;
        padding:0;
        display:none;
        background-color:white;
        border-right:1px solid grey;
        box-shadow:2px 2px 6px #979797;-webkit-box-shadow:2px 2px 6px #979797;-moz-box-shadow:2px 2px 6px #979797;
}
#pl-entete {
        text-align:right;
        height:5%;
}
#pl-corps {
        position:relative;
        top:5%;
        height:95%;
        overflow:auto;
        padding:5px;
        width:290px;
}
#pl-ouverture, #pl-fermeture {
        position:relative;
        top:0;
        width:95px;
        background-color:#FFF;
        text-align:center;
        border:1px solid black;
        cursor:pointer;
}
#pl-ouverture {
        border-left:0;
}
#pl-fermeture {
        border-right:0;
        float:right;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Pop-up observations */
#observations {
        margin:23px 0 0 0;
        padding:5px;
        border:1px solid black;
        border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;
        border-top:none !important;
        overflow:none;
}
#observations ol {
        padding-left:20px;
}
.champ_nom_latin {
        display:none;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Onglets */
.onglets {
        position:relative;
        float:left;
        height:22px;
        padding:0;
        margin:0;
        border-bottom:1px solid black;
        width:100%;
}
.onglets ul {
        margin:0;
        padding:0;
        list-style:none;
}
.onglets li {
        float:left;
        text-transform:uppercase;
        text-align:center;
}
.onglets .onglet {
        display:block;
        padding:5px 15px 4px 15px;
        margin:0;
        font-size:12px;
        line-height:12px;
        border:1px solid black;
        border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
        text-decoration:none;
}
.onglets .actif .onglet {
        border-bottom:1px solid white;
        color:black;
        background-color:white;
        font-weight:bold;
}
.onglets .inactif .onglet {
        border-bottom:1px solid #000000;
        color:white;
        background-color:gray;
}
.onglets .inactif .onglet:hover {
        color:black;
        background-color:Gainsboro;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Présentation des listes de définitions */
dl {
        width:100%;
}
dt {
        float:left;
        font-weight:bold;
        text-align:top left;
        margin-right:0.3em;
}
dt:after {
        content:" :";
}
dd {
        width:auto;
        margin:0.5em 0;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Tableau : */
table {
        border:1px solid gray;
        border-collapse:collapse;
}
table thead, table tfoot, table tbody {
        background-color:Gainsboro;
        border:1px solid gray;
}
table tbody {
        background-color:#FFF;
}
table th {
        font-family:monospace;
        border:1px dotted gray;
        padding:5px;
        background-color:Gainsboro;
}
table td {
        font-family:arial;
        border:1px dotted gray;
        padding:5px;
        text-align:left;
}
table caption {
        font-family:sans-serif;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Tableau : tablesorter */
th.header {
        background:url(../images/trie.png) no-repeat center right;    
        padding-right:20px;
}
th.headerSortUp { 
        background:url(../images/trie_croissant.png) no-repeat center right #3399FF;
}
th.headerSortDown { 
    background:url(../images/trie_decroissant.png) no-repeat center right #3399FF; 
}