forked from hallahan/LeafletPlayback
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
47 lines (40 loc) · 627 Bytes
/
index.css
File metadata and controls
47 lines (40 loc) · 627 Bytes
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
#map {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 120px;
}
#title_container {
z-index: 10000;
position: absolute;
left: 75px;
margin-top: 10px;
}
#timeline {
height: 120px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
color: #7ebc6f;
font-size: 36px;
font-weight: 300;
line-height: 1.1;
}
h1 a {
color: #7ebc6f;
text-decoration: none;
}
h1 a:hover {
text-decoration: underline;
}
.datetimeControl p {
margin: 0;
font-size: 16px;
}