-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
59 lines (48 loc) · 884 Bytes
/
index.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
#app-container {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
padding: 0;
background: #f0f0f0; }
body {
font-family: 'Share Tech Mono'; }
a, a:active, a:hover, a:visited {
color: black; }
.page-content {
height: 100%;
position: relative; }
.v-center {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
h1, h2 {
text-align: center;
font-size: 14px; }
.page-footer {
position: fixed;
bottom: 0;
right: 0;
left: 0;
padding: 5px; }
.logos {
text-align: center; }
.logo {
display: inline-block;
text-decoration: none;
width: 20px; }
.logo:not(:last-child) {
margin-right: 10px; }
#map-container {
height: 100%;
width: 100%; }
.site-header {
position: absolute;
top: 0;
right: 0;
left: 0;
height: 30px; }