Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/3kho-backup
Path: blob/main/projects/minecraft-classic/assets/css/style.css
1835 views
1
button,
2
input,
3
optgroup,
4
select,
5
textarea {
6
margin: 0;
7
font-size: 100%;
8
font-family: sans-serif;
9
line-height: 1.15;
10
}
11
button,
12
input {
13
overflow: visible;
14
}
15
button,
16
select {
17
text-transform: none;
18
}
19
[type="reset"],
20
[type="submit"],
21
button,
22
html [type="button"] {
23
-webkit-appearance: button;
24
}
25
[type="button"]::-moz-focus-inner,
26
[type="reset"]::-moz-focus-inner,
27
[type="submit"]::-moz-focus-inner,
28
button::-moz-focus-inner {
29
padding: 0;
30
border-style: none;
31
}
32
[type="button"]:-moz-focusring,
33
[type="reset"]:-moz-focusring,
34
[type="submit"]:-moz-focusring,
35
button:-moz-focusring {
36
outline: 1px dotted ButtonText;
37
}
38
fieldset {
39
margin: 0 2px;
40
padding: 0.35em 0.625em 0.75em;
41
border: 1px solid silver;
42
}
43
legend {
44
display: table;
45
box-sizing: border-box;
46
max-width: 100%;
47
padding: 0;
48
color: inherit;
49
white-space: normal;
50
}
51
progress {
52
display: inline-block;
53
vertical-align: baseline;
54
}
55
textarea {
56
overflow: auto;
57
}
58
[type="checkbox"],
59
[type="radio"] {
60
box-sizing: border-box;
61
padding: 0;
62
}
63
[type="number"]::-webkit-inner-spin-button,
64
[type="number"]::-webkit-outer-spin-button {
65
height: auto;
66
}
67
[type="search"] {
68
-webkit-appearance: textfield;
69
outline-offset: -2px;
70
}
71
[type="search"]::-webkit-search-cancel-button,
72
[type="search"]::-webkit-search-decoration {
73
-webkit-appearance: none;
74
}
75
::-webkit-file-upload-button {
76
-webkit-appearance: button;
77
font: inherit;
78
}
79
*,
80
:after,
81
:before {
82
box-sizing: inherit;
83
}
84
html {
85
box-sizing: border-box;
86
-ms-text-size-adjust: 100%;
87
-webkit-text-size-adjust: 100%;
88
-webkit-font-smoothing: antialiased;
89
}
90
body {
91
margin: 0;
92
color: inherit;
93
}
94
* {
95
font-family: Minecraft;
96
color: #fff;
97
text-shadow: 2px 2px #3f3f3f;
98
}
99
img {
100
max-width: 100%;
101
height: auto;
102
}
103
svg:not(:root) {
104
overflow: hidden;
105
}
106
#version {
107
position: absolute;
108
top: 6px;
109
left: 8px;
110
z-index: 1;
111
pointer-events: none;
112
}
113
#hotbar {
114
width: 184px;
115
position: fixed;
116
bottom: -6px;
117
left: 50%;
118
margin-left: -92px;
119
z-index: 2;
120
pointer-events: none;
121
}
122
#chat {
123
position: absolute;
124
bottom: 8px;
125
left: 8px;
126
z-index: 3;
127
pointer-events: none;
128
}
129
#previewWindow {
130
position: absolute;
131
margin: auto;
132
top: 0;
133
right: 0;
134
bottom: 60px;
135
left: 0;
136
width: 480px;
137
height: 300px;
138
z-index: 4;
139
}
140
#menu {
141
position: absolute;
142
margin: auto;
143
top: 0;
144
right: 0;
145
bottom: 0;
146
left: 0;
147
z-index: 5;
148
}
149
@font-face {
150
font-family: Minecraft;
151
src: url("/projects/minecraft-classic/assets/fonts/minecraftfont.eot");
152
src: url("/projects/minecraft-classic/assets/fonts/minecraftfont.woff") format("woff"), url("/projects/minecraft-classic/assets/fonts/minecraftfont.ttf") format("truetype");
153
}
154
#progress {
155
position: absolute;
156
margin: auto;
157
top: 0;
158
right: 0;
159
bottom: 0;
160
left: 0;
161
z-index: 6;
162
}
163
#overlay {
164
position: absolute;
165
margin: auto;
166
top: 0;
167
right: 0;
168
bottom: 0;
169
left: 0;
170
z-index: 7;
171
}
172
#mobile {
173
display: none;
174
position: absolute;
175
margin: auto;
176
top: 0;
177
right: 0;
178
bottom: 0;
179
left: 0;
180
width: 100%;
181
height: 100%;
182
text-align: center;
183
z-index: 8;
184
background-image: url("/projects/minecraft-classic/assets/textures/background.jpg");
185
background-size: cover;
186
background-position: center;
187
}
188
#text_vertical {
189
text-align: center;
190
position: relative;
191
top: 50%;
192
-ms-transform: translateY(-50%);
193
-webkit-transform: translateY(-50%);
194
transform: translateY(-50%);
195
}
196
#text_vertical a:link {
197
color: #ffff40;
198
}
199
#text_vertical a:visited {
200
color: #ffff40;
201
}
202
#text_vertical a:hover {
203
color: #ffff40;
204
}
205
#text_vertical a:active {
206
color: #ffff40;
207
}
208
#webgl_webrtc {
209
display: none;
210
position: absolute;
211
margin: auto;
212
top: 0;
213
right: 0;
214
bottom: 0;
215
left: 0;
216
width: 100%;
217
height: 100%;
218
text-align: center;
219
z-index: 8;
220
background-image: url("/projects/minecraft-classic/assets/textures/background.jpg");
221
background-size: cover;
222
background-position: center;
223
}
224
#hide {
225
position: absolute;
226
left: -9999px;
227
}
228
a {
229
background-color: transparent;
230
-webkit-text-decoration-skip: objects;
231
}
232
a:active,
233
a:hover {
234
outline-width: 0;
235
}
236
hr {
237
overflow: visible;
238
box-sizing: content-box;
239
height: 0;
240
}
241
pre {
242
font-size: 1em;
243
font-family: monospace;
244
}
245
abbr[title] {
246
border-bottom: none;
247
text-decoration: underline;
248
text-decoration: underline dotted;
249
}
250
b,
251
strong {
252
font-weight: 600;
253
}
254
code,
255
kbd,
256
samp {
257
font-size: 1em;
258
font-family: monospace;
259
}
260
dfn {
261
font-style: italic;
262
}
263
small {
264
font-size: 80%;
265
}
266
sub,
267
sup {
268
position: relative;
269
vertical-align: baseline;
270
font-size: 75%;
271
line-height: 0;
272
}
273
sub {
274
bottom: -0.25em;
275
}
276
sup {
277
top: -0.5em;
278
}
279
p:empty {
280
display: none;
281
}
282
@media print {
283
*,
284
:after,
285
:before {
286
background: 0 0;
287
box-shadow: none;
288
text-shadow: none;
289
color: #000;
290
}
291
a,
292
a:visited {
293
text-decoration: underline;
294
}
295
a[href]:after {
296
content: " (" attr(href) ")";
297
}
298
abbr[title]:after {
299
content: " (" attr(href) ")";
300
}
301
a[href^="#"]:after,
302
a[href^="javascript:"]:after {
303
content: "";
304
}
305
pre {
306
white-space: pre-wrap;
307
}
308
blockquote,
309
pre {
310
border: 1px solid #999;
311
page-break-inside: avoid;
312
}
313
thead {
314
display: table-header-group;
315
}
316
img,
317
tr {
318
page-break-inside: avoid;
319
}
320
h2,
321
h3,
322
p {
323
orphans: 3;
324
widows: 3;
325
}
326
h2,
327
h3 {
328
page-break-after: avoid;
329
}
330
.footer,
331
.header,
332
.hide-print {
333
display: none;
334
}
335
}
336
.u-clearfix:after {
337
content: "";
338
display: table;
339
clear: both;
340
}
341
.u-container {
342
max-width: 1200px;
343
}
344
.u-object-fit {
345
position: relative;
346
}
347
.u-object-fit__image {
348
position: absolute;
349
top: 0;
350
left: 0;
351
z-index: 0;
352
width: 100%;
353
height: 100%;
354
object-fit: cover;
355
}
356
.u-object-fit__image--contain {
357
object-fit: contain;
358
}
359
.u-visually-hidden {
360
position: absolute;
361
overflow: hidden;
362
width: 1px;
363
height: 1px;
364
margin: -1px;
365
padding: 0;
366
border: 0;
367
clip: rect(0 0 0 0);
368
}
369
.u-visually-hidden:active,
370
.u-visually-hidden:focus {
371
position: static;
372
overflow: visible;
373
width: auto;
374
height: auto;
375
margin: 0;
376
clip: auto;
377
}
378
.a-btn,
379
button,
380
input[type="button"],
381
input[type="reset"],
382
input[type="submit"] {
383
display: inline-block;
384
}
385
.a-input-field,
386
input[type="date"],
387
input[type="datetime-local"],
388
input[type="datetime"],
389
input[type="email"],
390
input[type="month"],
391
input[type="number"],
392
input[type="password"],
393
input[type="search"],
394
input[type="tel"],
395
input[type="text"],
396
input[type="textarea"],
397
input[type="time"],
398
input[type="url"],
399
input[type="week"],
400
textarea {
401
appearance: none;
402
}
403
.a-icon {
404
width: 32px;
405
height: 32px;
406
fill: currentColor;
407
}
408
a {
409
text-decoration: none;
410
color: #000;
411
}
412
a:hover {
413
text-decoration: underline;
414
}
415
a:focus {
416
outline: 0;
417
}
418