Skip to content

Commit 416508c

Browse files
update
1 parent 88e46af commit 416508c

8 files changed

Lines changed: 973 additions & 289 deletions

File tree

css/leaflet.css

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

css/main.css

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
html, body {
2+
height: 100%;
3+
margin: 0;
4+
font-family: "Nunito", sans-serif;
5+
font-size: 12pt;
6+
}
7+
.leaflet-container {
8+
height: 400px;
9+
width: 600px;
10+
max-width: 100%;
11+
max-height: 100%;
12+
}
13+
#myChart {
14+
max-width: 550px;
15+
height: 300px;
16+
}
17+
#title {
18+
padding:11px;
19+
margin-top:20px;
20+
font-weight:800;
21+
font-size:2.1em;
22+
}
23+
.instructions {
24+
padding:11px;
25+
margin-top:10px;
26+
}
27+
#about {
28+
width:700px;
29+
height:400px;
30+
margin-left:-350px;
31+
margin-top:-200px;
32+
position:absolute;
33+
z-index:550;
34+
border-radius:2px;
35+
top:50%;
36+
left:50%;
37+
background-color:#fff;
38+
display:hidden;
39+
padding:20px;
40+
font-size: 1.1em;
41+
}
42+
#wrapperAbout {
43+
position:absolute;
44+
width:100%;
45+
height:100%;
46+
background-color:#333;
47+
opacity: 0.5;
48+
z-index:501;
49+
display:hidden;
50+
}
51+
#moreinfo {
52+
padding-right:20px;
53+
float:right;
54+
margin-bottom:20px;
55+
cursor:pointer;
56+
text-decoration: underline;
57+
color: blue;
58+
}
59+
.color-green { background-color: #1a9850; color: white; }
60+
.color-lightgreen{ background-color: #91cf60; color: black; }
61+
.color-yellow { background-color: #ffffbf; color: black; }
62+
.color-orange { background-color: #fc8d59; color: black; }
63+
.color-red { background-color: #d73027; color: white; }
64+
.table-cell { padding: 6px 10px; text-align: right; }
65+
.table-head { font-weight: bold; text-align: left; padding: 6px 10px; background-color: #eee; }

img/close.png

1.5 KB
Loading

img/marker.png

212 Bytes
Loading

0 commit comments

Comments
 (0)