forked from FIRSTMap/firstmap.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
82 lines (82 loc) · 1.39 KB
/
style.css
File metadata and controls
82 lines (82 loc) · 1.39 KB
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
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(Roboto.woff2) format('woff2');
unicode-range: U+0000-00FF;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: 100;
background-color: #173340;
}
#map {
height: 100%;
}
.gm-style {
background-color: #173340 !important;
}
.gm-style-iw {
border-radius: 2px 2px 0 0;
}
h1 {
font-size: 22px;
font-weight: 400;
text-align: center;
margin-bottom: 10px;
text-decoration: underline;
color: #333;
}
p {
text-align: center;
}
ul {
margin-top: 10px;
list-style-type: none;
}
a {
color: inherit;
}
a:hover {
text-decoration: none;
}
.github-banner {
position: absolute;
top: 40px;
left: -80px;
padding: 10px;
color: white;
background: #175f7e;
width: 300px;
text-align: center;
text-decoration: none;
transform: rotate(-40deg);
cursor: url(fork.ico), pointer;
}
#toggles {
position: fixed;
top: 10px;
right: 50px;
height: 25px;
width: 105px;
}
#toggles > div {
height: 25px;
width: 25px;
display: inline-block;
background-color: white;
float: right;
margin-left: 10px;
text-align: center;
padding-top: 3px;
cursor: default
}