-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (44 loc) · 735 Bytes
/
style.css
File metadata and controls
52 lines (44 loc) · 735 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
48
49
50
51
52
body {
background-color: #546E7A;
color:white;
font-family: Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
a, a:visited {
color:blue;
text-decoration: none;
}
a, a:link {
text-decoration: none;
}
h1 {
color:white;
text-align: left;
}
.hidden {
display: none !important;
}
#installContainer {
position: absolute;
bottom: 1em;
display: flex;
justify-content: center;
width: 100%;
}
#installContainer button {
background-color: inherit;
border: 1px solid white;
color:white;
font-size: 1em;
padding: 0.75em;
}
div.fill-screen {
position: top;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
img.make-it-fit {
max-width: 99%;
max-height: 99%;
}