Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1446 → Rev 1447

/trunk/widget/modules/cartopoint/squelettes/css/carto.css
32,6 → 32,9
color:#56B80E;
border-bottom:1px dotted #56B80E;
}
img {
border:none;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Présentation des listes de définitions */
dl {
101,6 → 104,11
hr.nettoyage{
visibility:hidden;
}
 
.element-overlay {
background-color: #DDDDDD;
border:1px solid grey;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Carte */
#carte {
129,9 → 137,22
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Message de chargement */
 
#zone-chargement-point {
display: none;
background-color: white;
height: 70px;
padding: 10px;
position: fixed;
text-align: center;
width: 230px;
z-index: 3000;
}
 
#chargement {
margin:25px;
text-align:center;
 
}
#chargement img{
display:block;
147,6 → 168,13
background-image: url("../images/attention.png");
background-position: 50% 10px;
background-repeat: no-repeat;
display: none;
height: 70px;
padding: 10px;
position: fixed;
text-align: center;
width: 230px;
z-index: 3000;
}
 
/*+-----------------------------------------------------------------------------------------------------------------+*/
173,10 → 201,9
 
#zone-titre, #zone_stats {
padding:0;
position:relative;
position:absolute;
height:25px;
overflow:hidden;
background-color:#F5F5F5;
border-radius: 4px;
z-index: 3000;
display: inline-block;
186,7 → 213,6
font-size: 1.1em;
font-weight: bold;
text-rendering: optimizelegibility;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
 
197,8 → 223,6
right:8px;
width: 25px;
text-align:right;
background-color: #F5F5F5;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
border-radius: 5px 5px 5px 5px;
}
207,12 → 231,19
border: none;
}
 
#zone-info img {
display:inline;
padding:4px;
margin:0;
border:none;
 
#logo {
left: 2px;
padding: 4px;
position: absolute;
top: 5px;
z-index: 3002;
}
 
#logo a {
border-bottom: none;
}
 
#carte-titre {
display:inline-block;
margin:0;
228,14 → 259,12
padding:0;
margin:0;
position:absolute;
top: 75px;
left:0;
bottom:0;
width: 83px;
overflow:hidden;
background-color:#F5F5F5;
border:1px solid grey;
height: 65px;
position: relative;
height: 25px;
z-index: 3001;
border-top-right-radius : 10px;
border-bottom-right-radius : 10px;
243,6 → 272,7
#pl-indication-filtre {
margin-left : 25px;
padding : 3px;
font-weight: bold;
}
#pl-contenu {
display:none;
285,7 → 315,7
#taxons {
color:black;
}
#taxons .taxon-actif, #taxons .taxon-actif span {
#taxons .taxon-actif, #taxons .taxon-actif span, .raz-filtre-taxons.taxon-actif {
color:#56B80E;
}
#taxons li span, .raz-filtre-taxons {
314,7 → 344,6
height:25px;
bottom:20px;
overflow:hidden;
background-color:#F5F5F5;
border-radius: 4px;
z-index: 3000;
display: inline-block;
324,7 → 353,6
font-size: 1.1em;
font-weight: bold;
text-rendering: optimizelegibility;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
 
332,12 → 360,10
margin-top: 0;
}
 
#lien_plein_ecran, #lien_voir_cc {
position: fixed;
#lien_plein_ecran, #lien-voir-cc {
position: absolute;
z-index: 3000;
background-color:#F5F5F5;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
padding: 8px 8px 4px;
font-size: 1.1em;
349,7 → 375,7
left: 5px;
}
 
#lien_plein_ecran a, #lien_voir_cc a {
#lien_plein_ecran a, #lien-voir-cc a {
color: black;
padding: 2px;
border-bottom: none;
359,7 → 385,7
height: 20px;
}
 
#lien_voir_cc {
#lien-voir-cc {
bottom: 3px;
right: 5px;
bottom: 20px;
366,6 → 392,42
height: 20px;
}
 
#origine-donnees {
-moz-user-select: none;
background: -moz-linear-gradient(center , rgba(255, 255, 255, 0) 0pt, rgba(255, 255, 255, 0.5) 50px) repeat scroll 0 0 transparent;
color: #444444;
direction: ltr;
font-family: Arial,sans-serif;
font-size: 10px;
font-weight: bold;
height: 19px;
line-height: 19px;
padding-left: 50px;
padding-right: 2px;
bottom: 0px;
position: absolute;
text-align: right;
white-space: nowrap;
z-index: 3001;
}
 
#origine-donnees a {
color: #444444;
cursor: pointer;
text-decoration: underline;
border-bottom: none;
}
#origine-donnees a:active, #origine-donnees a:visited {
border-bottom: 1px dotted #666666;
color: #CCCCCC;
text-decoration: none;
}
 
#origine-donnees a:visited {
border-bottom: 1px dotted #666666;
color: #444444;
text-decoration: none;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Pop-up observations */
#info-bulle{