-
Notifications
You must be signed in to change notification settings - Fork 0
/
invest.css
83 lines (72 loc) · 1.93 KB
/
invest.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
76
77
78
79
80
81
82
83
html { height:100%;}
h1 {
font-family: 'Garamond', serif;
font-size: 36px;
color: #33334d;
text-align: center;
background-color: #d7e4ea;
}
h2 {
font-family: 'Gill Sans MT', sans-serif;
color: #808080;
text-align: center;
background-color: #d7e4ea;
}
body {
height:100%;
padding: 0;
margin: 0;
background-color: #d7e4ea;
}
#map {
width: 100%;
margin: 0 auto;
height: 80%;
}
.info {
z-index: 1000;
position: absolute;
right: 40%;
top: 5%;
padding: 6px 8px;
font: 14px 'Gill Sans MT', sans-serif;
text-align: center;
background: #d7e4ea;
background: #d7e4ea;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
border-radius: 5px;
}
.info h1 {
font-size: 16px;
margin: 0 0 5px;
color: #777777;
}
.legend {
line-height: 18px;
color: #333333;
font-family: 'Gill Sans MT', sans-serif;
padding: 6px 8px;
background: #d7e4ea;
background: #d7e4ea;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.legend i {
width: 28px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.7;
}
.legend p {
font-size: 12px;
line-height: 18px;
margin: 0;
}
.leaflet-popup-content.custom-popup {
font-family: 'Gill Sans MT', sans-serif;
font-size: 14px;
color: #333333;
background: #d7e4ea;
background: #d7e4ea;
}