-
Notifications
You must be signed in to change notification settings - Fork 0
/
original.css
104 lines (89 loc) · 1.58 KB
/
original.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* nothing here is final */
html {
margin: 0;
padding: 0;
}
#last {
background-color: rgb(133, 127, 127, 0.5);
width: 20px;
}
#footer {
display: none;
justify-content: center;
align-items: center;
padding-bottom: 10px;
}
#footer button {
margin-right: 10px;
background-color: rgb(190, 30, 30);
/* Green */
border-radius: 12%;
border: none;
color: white;
padding: 15px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
#footer button:hover {
background-color: rgb(155, 10, 10);
cursor: pointer;
}
#main {
display: none;
}
body {
background: #272822;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
color: white;
margin: 0;
padding: 0;
}
#header {
padding: 10px 15px;
margin: 0;
background: brown;
}
#title {
font-weight: bold;
font-size: 30px;
}
#start-screen {
display: block;
}
#end-screen {
display: none;
/* will be overwritten */
align-items: center;
justify-content: center;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
font-weight: normal;
font-style: Normal;
}
#progress {
display: none;
}
#game-display {
width: 100%;
height: 100%;
object-fit: contain;
}
#game-window {
display: none;
justify-content: center;
height: 66vh;
text-align: center;
padding: 20px;
padding-left: 0px;
}
html {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}