Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 500 → Rev 501

/trunk/widget/modules/carto/squelettes/css/carto.css
13,11 → 13,26
h2 {
font-size:1.4em;
}
a, a:active, a:visited {
border-bottom:1px dotted #666;
color:#CCC;
text-decoration:none;
}
a:active {
outline:none;
}
a:focus {
outline:thin dotted;
}
a:hover {
color:#56B80E;
border-bottom:1px dotted #56B80E;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Carte */
#carte {
width:100%;
height:100%;
height:95%;
}
.bouton {
background-color:white;
35,11 → 50,34
margin:auto;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Avertissement */
#zone-avertissement {
background-color:rgba(29,30,32,0.8);
}
#zone-avertissement h1, #zone-avertissement p {
color:#CCCCCC;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Carte titre */
#zone-titre {
background:url(http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png) no-repeat 8px 8px rgba(29,30,32,0.8);
padding-left:24px;
min-height:30px;
height:5%;
}
#zone-info {
float:right;
text-align:right;
}
#zone-info img {
display:block;
padding:7px;
border:none;
}
#carte-titre {
display:inline-block;
margin:0;
padding:0.2em;
background-color:rgba(29,30,32,0.8);
color:#CCCCCC;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
55,11 → 93,10
box-shadow:2px 2px 6px #979797;-webkit-box-shadow:2px 2px 6px #979797;-moz-box-shadow:2px 2px 6px #979797;
}
#pl-entete {
height:5%;
height:10%;
min-height:75px;
}
#pl-corps {
position:relative;
top:12px;
height:80%;
overflow:auto;
padding:5px;
92,21 → 129,6
/* Panneau latéral : balises */
#panneau-lateral h2, #panneau-lateral p {
color:#CCCCCC;}
/* Panneau latéral : Liens */
#panneau-lateral a, #panneau-lateral a:active, #panneau-lateral a:visited {
border-bottom:1px solid #333333;
color:#CCCCCC;
text-decoration:none;
}
#panneau-lateral a:active {
outline:none;
}
#panneau-lateral a:focus {
outline:thin dotted;
}
#panneau-lateral a:hover {
color:#56B80E;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Liste des taxons de la carte */
#taxons {
116,6 → 138,11
color:#56B80E;}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Pop-up observations */
#contenu {
overflow:none;
margin:0;
padding:0;
}
#observations {
margin:23px 0 0 0;
padding:5px;
134,19 → 161,13
font-size:10px;
color:#CCC;
}
#observations a, #observations a:active, #observations a:visited {
border-bottom:1px solid #333333;
color:rgba(29,30,32,0.8);
text-decoration:none;
#observations a {
color:#333;
border-bottom:1px dotted #EEE;
}
#observations a:active {
outline:none;
}
#observations a:focus {
outline:thin dotted;
}
#observations a:hover {
color:#56B80E;
border-bottom:1px dotted #56B80E;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Onglets */
247,8 → 268,10
padding-right:20px;
}
th.headerSortUp {
background:url(../images/trie_croissant.png) no-repeat center right #3399FF;
background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
color:white;
}
th.headerSortDown {
background:url(../images/trie_decroissant.png) no-repeat center right #3399FF;
background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
color:white;
}