-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
59 lines (50 loc) · 912 Bytes
/
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
#mapreplay-map {
height: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#mapreplay-options, #mapreplay-dashboard {
font-size: 1.1em;
position: absolute;
background-color: rgba(255,255,255,0.8);
padding: 14px;
width: 300px;
border-radius: 2px;
box-shadow: 0 8px 10px 0px rgba(0,0,0,0.2);
}
#mapreplay-dashboard {
bottom: 31px;
right: 10px;
width: 400px;
}
#mapreplay-options {
top: 10px;
right: 10px;
width: 300px;
}
#mapreplay-dashboard h1 {
font-weight: 600;
font-size: 2.1em;
margin: 0;
}
#mapreplay-dashboard h2 {
font-weight: 800;
font-size: 1em;
color: rgba(0, 0, 0, 0.5);
text-transform: uppercase;
margin: 0;
}
.pure-g [class *= "pure-u"] {
font-family: "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
}
#mapreplay-options select {
height: 2.6em;
}
#mapreplay-options fieldset {
padding: 0;
}
#mapreplay-options-vehicle option[default] {
color: #333;
}