Subversion Repositories eFlore/Applications.coel

Rev

Rev 1717 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1717 Rev 1826
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
 
11
 
12
ul {
12
ul {
13
	padding-left: 10px;
13
	padding-left: 10px;
14
	margin-top: 5px;
14
	margin-top: 5px;
15
	margin-bottom: 5px;
15
	margin-bottom: 5px;
16
}
16
}
17
 
17
 
18
ul li {
18
ul li {
19
    background: url("../images/petitCarreContour.jpg") no-repeat scroll 10px 6px transparent;
19
    background: url("../images/petitCarreContour.jpg") no-repeat scroll 10px 6px transparent;
20
    line-height: 18px;
20
    line-height: 18px;
21
    list-style: none outside none;
21
    list-style: none outside none;
22
    padding-left: 25px;
22
    padding-left: 25px;
23
}
23
}
24
 
24
 
25
a {
25
a {
26
	text-decoration : none;
26
	text-decoration : none;
27
    border-bottom: 1px dotted #95AE5D;
27
    border-bottom: 1px dotted #95AE5D;
28
    color: #598000;
28
    color: #598000;
29
    margin: 0;
29
    margin: 0;
30
}
30
}
31
 
31
 
32
.popup-simple-text {
32
.popup-simple-text {
33
	font-size: 1.15em;
33
	font-size: 1.15em;
34
}
34
}
-
 
35
 
-
 
36
#map .marker-cluster-small {
-
 
37
    background-color: rgba(0, 102, 0, 0.5);
-
 
38
}
-
 
39
 
-
 
40
#map .marker-cluster-medium {
-
 
41
    background-color: rgba(241, 211, 87, 0.8);
-
 
42
}