-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (52 loc) · 1021 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#map {
width: 100%;
height: 550px;
display:block;
}
#slider, #slider2{
width: 100%;
}
#sliderlabel {
font-size: 20px;
background: none;
border:0;
margin: 0 -15px 0 10px;
}
.bg1 {background: #709959;}
.bg2 {background: #bbcc83;}
.bg3 {background: #f2eaa0;}
.bg4 {background: #f2d88f;}
.bg5 {background: #e3b684;}
.bg6 {background: #c7927d;}
.bg7 {background: #e0b1b8;}
.bg0 {background: transparent;}
.cl1 {color: #709959;}
.cl2 {color: #bbcc83;}
.cl3 {color: #f2eaa0;}
.cl4 {color: #f2d88f;}
.cl5 {color: #e3b684;}
.cl6 {color: #c7927d;}
.cl7 {color: #e0b1b8;}
.cl8 {color: #fff2ff;}
.legend {
line-height: 18px;
color: #555;
}
.legend i {
width: 21px;
height: 13px;
float: left;
margin-right: 8px;
opacity: 1;
}
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.leaflet-container {
background: #eeeeec !important;
}