-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
109 lines (97 loc) · 1.73 KB
/
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
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
105
106
107
108
109
/* body {
} */
.col-md-2 {
color: #eee;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
padding-bottom: 5px;
}
h3 {
font-weight: 300 !important;
font-size: .6rem;
padding: 0px;
margin: 0px!important;
color: #eee !important;
}
h4 {
font-weight: 300 !important;
font-size: 1.6rem !important;
padding: 0px;
margin: 0px!important;
color: #eee !important;
}
h1 {
color: #eee !important;
}
.on-screen-display {
width: 100%;
padding: 30px 0;
position: absolute;
top: 0;
left: 0;
}
.health {
background-color: #f00;
height: 20px;
}
.spacer-top {
height: 50px;
}
.healthbar {
border-style: solid;
border-color: #f00;
border-width: 1px;
padding: 0px !important;
}
.wave-display {
visibility: visible;
position: absolute;
top: 0px;
left: 0px;
height: 110vh;
width: 100%;
max-width: 100% !important;
text-align: center;
margin-top: 200px;
}
.game-over {
position: absolute;
top: 0px;
left: 0px;
height: 110vh;
width: 100%;
visibility: hidden;
max-width: 100% !important;
text-align: center;
}
.level-up {
position: absolute;
top: 0px;
left: 0px;
height: 110vh;
width: 100%;
visibility: hidden;
max-width: 100% !important;
text-align: center;
}
.keyboard-display {
visibility: visible;
position: absolute;
top: 0px;
left: 0px;
height: 110vh;
width: 100%;
max-width: 100% !important;
text-align: left;
padding-top: 150px;
}
.controls {
margin-left: 3%;
font-size: 10px;
color:#eee !important;
font-family: monospace !important;
}
.visibility-toggle {
visibility: hidden;
}