This repository was archived by the owner on Nov 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
238 lines (212 loc) · 4.35 KB
/
style.css
File metadata and controls
238 lines (212 loc) · 4.35 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
@font-face {
font-family: fixedsys;
font-weight: 400;
src: url(Assets/FSEX302.ttf);
}
body {
background-color: #000;
color: #fff;
font-family: fixedsys;
font-size: 16px;
margin: 0;
user-select: text;
/* https://stackoverflow.com/a/14068216 */
image-rendering: optimizeSpeed; /* STOP SMOOTHING, GIVE ME SPEED */
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
image-rendering: pixelated; /* Universal support since 2021 */
image-rendering: optimize-contrast; /* CSS3 Proposed */
-ms-interpolation-mode: nearest-neighbor; /* IE8+ */
}
input[type=text] {
cursor: url("Assets/Images/Cursors/Text.png") 3 0, auto;
background-color: #fff;
border: none;
box-shadow: 0 1px 0 #c0c0d4 inset,
1px 0 0 #c0c0d4 inset,
-1px 0 0 #808094 inset,
0 -1px 0 #808094 inset;
color: #000;
display: inline-block;
font-family: fixedsys;
font-size: 16px;
height: 18px;
margin: 1px 0px 9px 0px;
outline: 1px solid #000;
padding: 1px 4px 2px 4px;
}
a {
cursor: url("Assets/Images/Cursors/Click.png") 4 1, auto;
}
/* Global */
.Global_MenuLayer {
cursor: url("Assets/Images/Cursors/Normal.png"), auto;
height: 240px;
left: 50%;
overflow: hidden auto;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 320px;
z-index: 100;
}
.Global_GameLayer {
height: 240px;
left: 50%;
overflow: hidden;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 320px;
user-select: none;
}
.Global_Frame {
background-image: url(Assets/Images/Frame.png);
height: 246px;
left: 50%;
overflow: hidden;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 326px;
}
/* Menu Loader */
.Menu_Button {
user-select: none;
background-color: #e0e0f4;
border: none;
box-shadow: 0 1px 0 #f0f0ff inset,
1px 0 0 #f0f0ff inset,
-1px 0 0 #b0b0c4 inset,
0 -1px 0 #b0b0c4 inset;
color: #000;
display: inline-block;
font-size: 16px;
height: 18px;
margin: 1px 0px 9px 0px;
outline: 1px solid #000;
padding: 0px 4px 1px 4px;
line-height: 18px;
}
.Menu_Button:hover {
background-color: #fff;
box-shadow: none;
color: #000;
outline: 1px solid #000;
}
.Menu_Button:active {
background-color: #000;
box-shadow: none;
color: #fff;
outline: 1px solid #fff;
}
.Menu_Button.disabled {
background-color: #808094;
color: #000;
box-shadow: 0 1px 0 #c0c0d4 inset,
1px 0 0 #c0c0d4 inset,
-1px 0 0 #202034 inset,
0 -1px 0 #202034 inset;
outline: 1px solid #000;
}
/* Game Loop */
.GameLoop_Player {
left: 0;
position: absolute;
top: 0;
z-index: 1;
}
.GameLoop_DashBar {
background-image: url(Assets/Images/DashBar.png);
display: none;
height: 8px;
left: 2px;
outline: 1px solid #000;
position: absolute;
top: 230px;
width: 0;
z-index: 100;
}
.GameLoop_DashBar.Ultra {
background-image: url(Assets/Images/UltraDashBar.png);
}
.GameLoop_SpeedBar {
background-image: url(Assets/Images/SpeedBar.png);
display: none;
height: 4px;
outline: 1px solid #000;
position: absolute;
left: 2px;
top: 225px;
width: 0;
z-index: 100;
}
/* Block Break */
.BlockBreak_CRT {
background-image: url(Assets/Images/CRT.png);
height: 240px;
position: absolute;
width: 320px;
z-index: 100;
}
.BlockBreak_Block {
position: absolute;
}
.BlockBreak_Dot {
background-color: #fff;
width: 8px;
height: 8px;
position: absolute;
}
.BlockBreak_Timer {
user-select: none;
bottom: 8px;
left: 8px;
z-index: 100;
position: absolute;
}
.BlockBreak_Score {
user-select: none;
bottom: 8px;
right: 8px;
z-index: 100;
position: absolute;
}
.BlockBreak_HighScore {
user-select: none;
bottom: 24px;
right: 8px;
z-index: 100;
position: absolute;
}
/* Map Loader */
.MapLoader_Wall {
display: block;
height: 16px;
position: absolute;
width: 16px;
}
.MapLoader_Floor {
display: block;
height: 16px;
position: absolute;
width: 16px;
}
.MapLoader_Map {
width: 320px;
height: 240px;
}
/* Text Popups */
.TextPopup_Text {
user-select: none;
position: absolute;
top: 0px;
left: 0px;
text-shadow:
0px 1px 0 #000,
0px -1px 0 #000,
1px 0px 0 #000,
-1px 0px 0 #000;
z-index: 200;
}