-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (73 loc) · 1.27 KB
/
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
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
h2 {margin: 0}
body {margin:0;background:black;font-family: sans-serif;}
body { margin: 0; padding: 0; }
#map { position: absolute; top: 0; bottom: 0; width: 100%; }
.mapboxgl-ctrl-logo {
opacity: 0.05;
}
.mapboxgl-ctrl {display:none}
#setup, #workout {
height: 100vh;
overflow-y: scroll;
width: 300px;
height: 100vh;
background: #ffffffaa;
z-index: 100000;
position: fixed;
top: 0;
left: 0;
}
#setup input {
width: 100%;
height: 30px;
background: #ffffffaa;
}
#workout {display:none;}
#courselist {
padding: 0px;
margin: 0px;
}
#courselist li {
list-style: none;
border-bottom: 1px solid black;
cursor: pointer;
padding: 10px 5px;
}
#courselist li:hover {
background: lightgrey;
}
.mapboxgl-popup-content {
padding: 2px 4px 2px;
}
#data {
display: none;
position: fixed;
top: 0;
left: 0;
background: #ffffffaa;
z-index: 999;
height: 100px;
width: 100%;
text-align: center;
overflow-x: auto;
width: 100vw;
}
#data div {
display: inline-block;
font-family: monospace;
font-weight: bolder;
line-height: 100px;
padding: 0px 20px 0px 60px;
font-size: 4em;
}
#data div::before {
content: attr(title);
position: absolute;
text-transform: uppercase;
font-size: 12pt;
line-height: initial;
height: auto;
max-width: 100%;
/* background:red; */
}
#overlay