Subversion Repositories eFlore/Applications.coel

Rev

Rev 1826 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1826 Rev 1850
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
 
2
 
3
body {
3
body {
4
	margin: 0px;
4
	margin: 0px;
5
	padding: 0px;
5
	padding: 0px;
6
}
6
}
7
 
7
 
8
#map {
8
#map {
9
	position: relative;
9
	position: relative;
10
}
10
}
-
 
11
 
-
 
12
#logo-tb {
-
 
13
	position: fixed;
-
 
14
	top: 10px;
-
 
15
	left: 9px;
-
 
16
	z-index: 2000; /* ça ou autre chose... */
-
 
17
	border: solid #bebebe 1px;
-
 
18
	padding: 5px;
-
 
19
	border-radius: 4px;
-
 
20
	background-color: rgba(255,255,255,0.9);
-
 
21
}
-
 
22
 
-
 
23
.leaflet-left .leaflet-control {
-
 
24
    margin-top: 95px;
-
 
25
}
-
 
26
 
-
 
27
#logo-tb img {
-
 
28
	height: 60px;
-
 
29
}
11
 
30
 
12
ul {
31
ul {
13
	padding-left: 10px;
32
	padding-left: 10px;
14
	margin-top: 5px;
33
	margin-top: 5px;
15
	margin-bottom: 5px;
34
	margin-bottom: 5px;
16
}
35
}
17
 
36
 
18
ul li {
37
ul li {
19
    background: url("../images/petitCarreContour.jpg") no-repeat scroll 10px 6px transparent;
38
    background: url("../images/petitCarreContour.jpg") no-repeat scroll 10px 6px transparent;
20
    line-height: 18px;
39
    line-height: 18px;
21
    list-style: none outside none;
40
    list-style: none outside none;
22
    padding-left: 25px;
41
    padding-left: 25px;
23
}
42
}
24
 
43
 
25
a {
44
a {
26
	text-decoration : none;
45
	text-decoration : none;
27
    border-bottom: 1px dotted #95AE5D;
46
    border-bottom: 1px dotted #95AE5D;
28
    color: #598000;
47
    color: #598000;
29
    margin: 0;
48
    margin: 0;
30
}
49
}
31
 
50
 
32
.popup-simple-text {
51
.popup-simple-text {
33
	font-size: 1.15em;
52
	font-size: 1.15em;
34
}
53
}
35
 
54
 
36
#map .marker-cluster-small {
55
#map .marker-cluster-small {
37
    background-color: rgba(0, 102, 0, 0.5);
56
    background-color: rgba(0, 102, 0, 0.5);
38
}
57
}
39
 
58
 
40
#map .marker-cluster-medium {
59
#map .marker-cluster-medium {
41
    background-color: rgba(241, 211, 87, 0.8);
60
    background-color: rgba(241, 211, 87, 0.8);
42
}
61
}