-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
51 lines (44 loc) · 951 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
body {
margin: 0;
padding: 0;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.info {
padding: 8px 16px 4px 16px;
background: rgba(0, 0, 0, 0.5);
color: #fff;
border-radius: 5px;
}
.info a {
color: #ffffff;
text-decoration: none;
}
.info h1 {
margin: 0 0 0px;
}
.leaflet-control-layers-toggle {
width: 26px;
height: 26px;
background-size: 80%;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 30px;
height: 30px;
background-size: 80%;
}
#slider {
position: absolute;
top: 90px;
right: 10px;
height: 150px;
z-index: 1000;
}
#slider .ui-state-default, .ui-slider-range {
background-color: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
}