-
Notifications
You must be signed in to change notification settings - Fork 0
/
scenic_plot.css
75 lines (75 loc) · 1.18 KB
/
scenic_plot.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
html,
body,
#wrapper,
#map {
height: 100%;
}
#wrapper {
margin-left: 260px;
}
#map {
float: left;
width: 100%;
}
#enter-pcode {
width: 185px;
}
.search-pcode {
left: 2%;
display: inline-block;
float: none;
}
.pcode {
font-size: 20px;
font-family: "Lora", serif;
background: rgba(255, 255, 255, 0.6);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
border-radius: 5px;
width: 100px;
}
.info {
padding: 6px 8px;
font-size: 20px;
font-family: "Lora", serif;
background: rgba(255, 255, 255, 0.6);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
border-radius: 5px;
width: 200px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
font-family: "Lora", serif;
font-style: italic;
font-weight: 700;
}
.leaflet-control-layers-base label {
font-family: "Lora", serif;
font-size: 18px;
}
.leaflet-control-layers-expanded {
background: rgba(255, 255, 255, 0.6);
}
.legend {
text-align: center;
line-height: 32px;
color: #777;
height: 102px;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.7;
}
.band {
float: left;
height: 5px;
background-color: #c9c9c9;
}
.crime {
height: 200px;
width: 135px;
line-height: 29px;
}