Subversion Repositories eFlore/Applications.coel

Rev

Rev 1826 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1646 alex 1
@CHARSET "UTF-8";
2
 
3
body {
4
	margin: 0px;
5
	padding: 0px;
6
}
7
 
8
#map {
9
	position: relative;
10
}
11
 
1850 mathias 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
}
30
 
1646 alex 31
ul {
32
	padding-left: 10px;
33
	margin-top: 5px;
34
	margin-bottom: 5px;
35
}
36
 
37
ul li {
38
    background: url("../images/petitCarreContour.jpg") no-repeat scroll 10px 6px transparent;
39
    line-height: 18px;
40
    list-style: none outside none;
41
    padding-left: 25px;
42
}
43
 
44
a {
45
	text-decoration : none;
46
    border-bottom: 1px dotted #95AE5D;
47
    color: #598000;
48
    margin: 0;
49
}
50
 
51
.popup-simple-text {
52
	font-size: 1.15em;
53
}
1826 aurelien 54
 
55
#map .marker-cluster-small {
56
    background-color: rgba(0, 102, 0, 0.5);
57
}
58
 
59
#map .marker-cluster-medium {
60
    background-color: rgba(241, 211, 87, 0.8);
61
}