Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 253 → Rev 254

/trunk/services/presentations/images/cartes/france_02.css
New file
0,0 → 1,87
@CHARSET "UTF-8";
/* Pour cacher, une zone de la carte passer son opacity à zéro.
*
* Pour modifier le style d'un département utiliser les classe : .departement
* Par exemple : .departement61, .departement05, .departement972
*
* Pour modifier le style d'une région utiliser les classe :
* .alsace, .aquitaine, .auvergne, .bretagne, .bourgogne, .centre, .champagne, .corse, .franche-comte, .idf,
* .languedoc, .limousin, .lorraine, .midi (Midi-Pyrénées), .basse-normandie, .haute-normandie,
* .npdc (Nord-Pas-de-Calais), .paca (Provence-Alpes-Cote d'Azur), .pdll (Pays de la Loire), .poitou,
* .rhone-alpes
*/
.bordure {
fill-opacity: 0;
stroke:black;
stroke-opacity: 1;
stroke-width:1;
stroke-miterlimit: 3.97446823;
stroke-dasharray: none;
}
.cadre {
fill: none;
fill-rule: evenodd;
stroke: rgb(51, 51, 51);
stroke-width: 0.918924px;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-opacity: 1;
}
.txt {
font-size:9px;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-stretch:normal;
fill:#000000;
fill-opacity:1;
stroke:none;
stroke-width:1px;
stroke-linecap:butt;
stroke-linejoin:miter;
stroke-opacity:1;
font-family:Sans;
}
.land {
fill: #b9b9b9;
fill-opacity: 1;
stroke:white;
stroke-opacity: 1;
stroke-width:0.5;
stroke-miterlimit: 3.97446823;
stroke-dasharray: none;
}
.titre{
width:50px;
}
#couche-num-dep text{
font-size:9px;
font-style:italic;
font-variant:normal;
font-weight:bold;
font-stretch:normal;
text-align:start;
line-height:100%;
text-anchor:start;
fill:#000000;
fill-opacity:1;
stroke:none;
stroke-width:1px;
stroke-linecap:butt;
stroke-linejoin:miter;
stroke-opacity:1;
display:inline;
font-family:Serif;
}
.mayotte {
opacity:1;
}
.dom {
opacity:1;
}
.idfbig {
opacity:1;
}
.idfsmall {
opacity:0;
}