Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 247 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
237 jpm 1
@CHARSET "UTF-8";
2
/* Pour cacher, une zone de la carte passer son opacity à zéro.
3
 *
4
 * Pour modifier le style d'un département utiliser les classe : .departement
5
 * Par exemple : .departement61, .departement05, .departement972
6
 *
7
 * Pour modifier le style d'une région utiliser les classe :
8
 * .alsace, .aquitaine, .auvergne, .bretagne, .bourgogne, .centre, .champagne, .corse, .franche-comte, .idf,
9
 * .languedoc, .limousin, .lorraine, .midi (Midi-Pyrénées), .basse-normandie, .haute-normandie,
10
 * .npdc (Nord-Pas-de-Calais), .paca (Provence-Alpes-Cote d'Azur), .pdll (Pays de la Loire), .poitou,
11
 * .rhone-alpes
12
 */
13
.bordure {
14
	fill-opacity: 0;
247 jpm 15
	stroke:black;
237 jpm 16
	stroke-opacity: 1;
17
	stroke-width:1;
18
	stroke-miterlimit: 3.97446823;
19
	stroke-dasharray: none;
20
}
247 jpm 21
.cadre {
22
	fill: none;
23
	fill-rule: evenodd;
24
	stroke: rgb(51, 51, 51);
25
	stroke-width: 0.918924px;
26
	stroke-linecap: butt;
27
	stroke-linejoin: miter;
28
	stroke-opacity: 1;
29
}
30
.txt {
31
	font-size:9px;
32
	font-style:normal;
33
	font-variant:normal;
34
	font-weight:normal;
35
	font-stretch:normal;
36
	fill:#000000;
37
	fill-opacity:1;
38
	stroke:none;
39
	stroke-width:1px;
40
	stroke-linecap:butt;
41
	stroke-linejoin:miter;
42
	stroke-opacity:1;
43
	font-family:Sans;
44
}
237 jpm 45
.land {
46
	fill: #b9b9b9;
47
	fill-opacity: 1;
48
	stroke:white;
49
	stroke-opacity: 1;
50
	stroke-width:0.5;
51
	stroke-miterlimit: 3.97446823;
52
	stroke-dasharray: none;
53
}
247 jpm 54
.titre{
55
	width:50px;
56
}
57
#couche-num-dep text{
58
	font-size:9px;
59
	font-style:italic;
60
	font-variant:normal;
61
	font-weight:bold;
62
	font-stretch:normal;
63
	text-align:start;
64
	line-height:100%;
65
	text-anchor:start;
66
	fill:#000000;
67
	fill-opacity:1;
68
	stroke:none;
69
	stroke-width:1px;
70
	stroke-linecap:butt;
71
	stroke-linejoin:miter;
72
	stroke-opacity:1;
73
	display:inline;
74
	font-family:Serif;
75
}
237 jpm 76
.mayotte {
77
	opacity:1;
78
}
79
.dom {
247 jpm 80
	opacity:1;
237 jpm 81
}
82
.idfbig {
247 jpm 83
	opacity:1;
237 jpm 84
}
85
.idfsmall {
247 jpm 86
	opacity:0;
87
}