Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Incognito-old
Path: blob/main/static/src/gs/public/mc-classic/assets/css/style.css
1338 views
1
/* ==========================================================================
2
Main
3
========================================================================== */
4
/* ==========================================================================
5
Settings
6
========================================================================== */
7
/* ==========================================================================
8
Color settings
9
========================================================================== */
10
/* Brand - primary */
11
/* ==========================================================================
12
Settings - Layout variables
13
========================================================================== */
14
/* Widths */
15
/* Heights */
16
/* ==========================================================================
17
Transition settings
18
========================================================================== */
19
/* ==========================================================================
20
Typography settings
21
========================================================================== */
22
/* Families */
23
/*
24
* Font sizes width breakpoint
25
* Use with the mixin - @include font-size($font-size-base)
26
*/
27
/* Line height */
28
/* ==========================================================================
29
Spacing settings
30
========================================================================== */
31
/* ==========================================================================
32
Tools
33
========================================================================== */
34
/* ==========================================================================
35
Generic
36
========================================================================== */
37
/* ==========================================================================
38
Global forms
39
========================================================================== */
40
/**
41
* 1. Change the font styles in all browsers (opinionated).
42
* 2. Remove the margin in Firefox and Safari.
43
*/
44
button,
45
input,
46
optgroup,
47
select,
48
textarea {
49
margin: 0;
50
/* 2 */
51
font-size: 100%;
52
/* 1 */
53
font-family: sans-serif;
54
/* 1 */
55
line-height: 1.15;
56
/* 1 */ }
57
58
/**
59
* Show the overflow in IE.
60
* 1. Show the overflow in Edge.
61
*/
62
button,
63
input {
64
overflow: visible;
65
/* 1 */ }
66
67
/**
68
* Remove the inheritance of text transform in Edge, Firefox, and IE.
69
* 1. Remove the inheritance of text transform in Firefox.
70
*/
71
button,
72
select {
73
/* 1 */
74
text-transform: none; }
75
76
/**
77
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
78
* controls in Android 4.
79
* 2. Correct the inability to style clickable types in iOS and Safari.
80
*/
81
button,
82
html [type="button"],
83
[type="reset"],
84
[type="submit"] {
85
-webkit-appearance: button;
86
/* 2 */ }
87
88
/**
89
* Remove the inner border and padding in Firefox.
90
*/
91
button::-moz-focus-inner,
92
[type="button"]::-moz-focus-inner,
93
[type="reset"]::-moz-focus-inner,
94
[type="submit"]::-moz-focus-inner {
95
padding: 0;
96
border-style: none; }
97
98
/**
99
* Restore the focus styles unset by the previous rule.
100
*/
101
button:-moz-focusring,
102
[type="button"]:-moz-focusring,
103
[type="reset"]:-moz-focusring,
104
[type="submit"]:-moz-focusring {
105
outline: 1px dotted ButtonText; }
106
107
/**
108
* Change the border, margin, and padding in all browsers (opinionated).
109
*/
110
fieldset {
111
margin: 0 2px;
112
padding: .35em .625em .75em;
113
border: 1px solid #c0c0c0; }
114
115
/**
116
* 1. Correct the text wrapping in Edge and IE.
117
* 2. Correct the color inheritance from `fieldset` elements in IE.
118
* 3. Remove the padding so developers are not caught out when they zero out
119
* `fieldset` elements in all browsers.
120
*/
121
legend {
122
display: table;
123
/* 1 */
124
box-sizing: border-box;
125
/* 1 */
126
max-width: 100%;
127
/* 1 */
128
padding: 0;
129
/* 3 */
130
color: inherit;
131
/* 2 */
132
white-space: normal;
133
/* 1 */ }
134
135
/**
136
* 1. Add the correct display in IE 9-.
137
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
138
*/
139
progress {
140
display: inline-block;
141
/* 1 */
142
vertical-align: baseline;
143
/* 2 */ }
144
145
/**
146
* Remove the default vertical scrollbar in IE.
147
*/
148
textarea {
149
overflow: auto; }
150
151
/**
152
* 1. Add the correct box sizing in IE 10-.
153
* 2. Remove the padding in IE 10-.
154
*/
155
[type="checkbox"],
156
[type="radio"] {
157
box-sizing: border-box;
158
/* 1 */
159
padding: 0;
160
/* 2 */ }
161
162
/**
163
* Correct the cursor style of increment and decrement buttons in Chrome.
164
*/
165
[type="number"]::-webkit-inner-spin-button,
166
[type="number"]::-webkit-outer-spin-button {
167
height: auto; }
168
169
/**
170
* 1. Correct the odd appearance in Chrome and Safari.
171
* 2. Correct the outline style in Safari.
172
*/
173
[type="search"] {
174
-webkit-appearance: textfield;
175
/* 1 */
176
outline-offset: -2px;
177
/* 2 */ }
178
179
/**
180
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
181
*/
182
[type="search"]::-webkit-search-cancel-button,
183
[type="search"]::-webkit-search-decoration {
184
-webkit-appearance: none; }
185
186
/**
187
* 1. Correct the inability to style clickable types in iOS and Safari.
188
* 2. Change font properties to `inherit` in Safari.
189
*/
190
::-webkit-file-upload-button {
191
-webkit-appearance: button;
192
/* 1 */
193
font: inherit;
194
/* 2 */ }
195
196
/* ==========================================================================
197
Global elements
198
========================================================================== */
199
*,
200
*:before,
201
*:after {
202
box-sizing: inherit; }
203
204
html {
205
box-sizing: border-box;
206
-ms-text-size-adjust: 100%;
207
/* Prevent adjustments of font size after orientation changes in IE on Windows Phone */
208
-webkit-text-size-adjust: 100%;
209
/* Prevent adjustments of font size after orientation changes in iOS */
210
-webkit-font-smoothing: antialiased; }
211
212
body {
213
margin: 0;
214
/* Remove the margin in all browsers */
215
color: inherit; }
216
217
* {
218
font-family: Minecraft;
219
color: #ffffff;
220
text-shadow: 2px 2px #3f3f3f; }
221
222
img {
223
max-width: 100%;
224
height: auto; }
225
226
svg:not(:root) {
227
overflow: hidden; }
228
229
#version {
230
position: absolute;
231
top: 6px;
232
left: 8px;
233
z-index: 1;
234
pointer-events: none; }
235
236
#hotbar {
237
width: 184px;
238
position: fixed;
239
bottom: -6px;
240
left: 50%;
241
margin-left: -92px;
242
z-index: 2;
243
pointer-events: none; }
244
245
#chat {
246
position: absolute;
247
bottom: 8px;
248
left: 8px;
249
z-index: 3;
250
pointer-events: none; }
251
252
#previewWindow {
253
position: absolute;
254
margin: auto;
255
top: 0;
256
right: 0;
257
bottom: 60px;
258
left: 0;
259
width: 480px;
260
height: 300px;
261
z-index: 4; }
262
263
#menu {
264
position: absolute;
265
margin: auto;
266
top: 0;
267
right: 0;
268
bottom: 0;
269
left: 0;
270
z-index: 5; }
271
272
@font-face {
273
font-family: 'Minecraft';
274
src: url("/assets/fonts/minecraftfont.eot");
275
src: url("/assets/fonts/minecraftfont.woff") format("woff"), url("/assets/fonts/minecraftfont.ttf") format("truetype"); }
276
277
#progress {
278
position: absolute;
279
margin: auto;
280
top: 0;
281
right: 0;
282
bottom: 0;
283
left: 0;
284
z-index: 6; }
285
286
#overlay {
287
position: absolute;
288
margin: auto;
289
top: 0;
290
right: 0;
291
bottom: 0;
292
left: 0;
293
z-index: 7; }
294
295
#mobile {
296
display: none;
297
position: absolute;
298
margin: auto;
299
top: 0;
300
right: 0;
301
bottom: 0;
302
left: 0;
303
width: 100%;
304
height: 100%;
305
text-align: center;
306
z-index: 8;
307
background-image: url("/assets/textures/background.jpg");
308
background-size: cover;
309
background-position: center; }
310
311
#text_vertical {
312
text-align: center;
313
position: relative;
314
top: 50%;
315
-ms-transform: translateY(-50%);
316
-webkit-transform: translateY(-50%);
317
transform: translateY(-50%); }
318
319
#text_vertical a:link {
320
color: #ffff40; }
321
322
#text_vertical a:visited {
323
color: #ffff40; }
324
325
#text_vertical a:hover {
326
color: #ffff40; }
327
328
#text_vertical a:active {
329
color: #ffff40; }
330
331
#webgl_webrtc {
332
display: none;
333
position: absolute;
334
margin: auto;
335
top: 0;
336
right: 0;
337
bottom: 0;
338
left: 0;
339
width: 100%;
340
height: 100%;
341
text-align: center;
342
z-index: 8;
343
background-image: url("/assets/textures/background.jpg");
344
background-size: cover;
345
background-position: center; }
346
347
#hide {
348
position: absolute;
349
left: -9999px; }
350
351
/* ==========================================================================
352
Global links
353
========================================================================== */
354
/**
355
* 1. Remove the gray background on active links in IE 10.
356
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
357
*/
358
a {
359
background-color: transparent;
360
/* 1 */
361
-webkit-text-decoration-skip: objects;
362
/* 2 */ }
363
a:active, a:hover {
364
outline-width: 0; }
365
366
/* ==========================================================================
367
Global typography
368
========================================================================== */
369
/**
370
* 1. Add the correct box sizing in Firefox.
371
* 2. Show the overflow in Edge and IE.
372
*/
373
hr {
374
overflow: visible;
375
/* 2 */
376
box-sizing: content-box;
377
/* 1 */
378
height: 0;
379
/* 1 */ }
380
381
/**
382
* 1. Correct the inheritance and scaling of font size in all browsers.
383
* 2. Correct the odd `em` font sizing in all browsers.
384
*/
385
pre {
386
font-size: 1em;
387
/* 2 */
388
font-family: monospace;
389
/* 1 */ }
390
391
/**
392
* 1. Remove the bottom border in Firefox 39-.
393
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
394
*/
395
abbr[title] {
396
border-bottom: none;
397
/* 1 */
398
text-decoration: underline;
399
/* 2 */
400
text-decoration: underline dotted;
401
/* 2 */ }
402
403
/**
404
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
405
*/
406
b,
407
strong {
408
font-weight: 600; }
409
410
/**
411
* 1. Correct the inheritance and scaling of font size in all browsers.
412
* 2. Correct the odd `em` font sizing in all browsers.
413
*/
414
code,
415
kbd,
416
samp {
417
font-size: 1em;
418
/* 2 */
419
font-family: monospace;
420
/* 1 */ }
421
422
/**
423
* Add the correct font style in Android 4.3-.
424
*/
425
dfn {
426
font-style: italic; }
427
428
/**
429
* Add the correct font size in all browsers.
430
*/
431
small {
432
font-size: 80%; }
433
434
/**
435
* Prevent `sub` and `sup` elements from affecting the line height in
436
* all browsers.
437
*/
438
sub,
439
sup {
440
position: relative;
441
vertical-align: baseline;
442
font-size: 75%;
443
line-height: 0; }
444
445
sub {
446
bottom: -.25em; }
447
448
sup {
449
top: -.5em; }
450
451
/**
452
* Prevent empty paragraphs from taking up space
453
*/
454
p:empty {
455
display: none; }
456
457
/* ==========================================================================
458
Global - Print
459
========================================================================== */
460
@media print {
461
*,
462
*:before,
463
*:after {
464
background: transparent;
465
box-shadow: none;
466
text-shadow: none;
467
color: #000; }
468
a,
469
a:visited {
470
text-decoration: underline; }
471
a[href]:after {
472
content: " (" attr(href) ")"; }
473
abbr[title]:after {
474
content: " (" attr(href) ")"; }
475
/*
476
* Don't show links that are fragment identifiers,
477
* or use the `javascript:` pseudo protocol
478
*/
479
a[href^="#"]:after,
480
a[href^="javascript:"]:after {
481
content: ""; }
482
pre {
483
white-space: pre-wrap; }
484
pre,
485
blockquote {
486
border: 1px solid #999;
487
page-break-inside: avoid; }
488
/*
489
* Printing Tables:
490
* http://css-discuss.incutio.com/wiki/Printing_Tables
491
*/
492
thead {
493
display: table-header-group; }
494
tr,
495
img {
496
page-break-inside: avoid; }
497
p,
498
h2,
499
h3 {
500
orphans: 3;
501
widows: 3; }
502
h2,
503
h3 {
504
page-break-after: avoid; }
505
/* Elements */
506
.header,
507
.footer,
508
.hide-print {
509
display: none; } }
510
511
/* ==========================================================================
512
Utilities
513
========================================================================== */
514
/* ==========================================================================
515
Utilities - Clearfix
516
========================================================================== */
517
.u-clearfix:after {
518
content: "";
519
display: table;
520
clear: both; }
521
522
/* ==========================================================================
523
Utilities - Container
524
========================================================================== */
525
.u-container {
526
max-width: 1200px; }
527
528
/* ==========================================================================
529
Utilities - Object fit
530
========================================================================== */
531
.u-object-fit {
532
position: relative; }
533
.u-object-fit__image {
534
position: absolute;
535
top: 0;
536
left: 0;
537
z-index: 0;
538
width: 100%;
539
height: 100%;
540
object-fit: cover; }
541
.u-object-fit__image--contain {
542
object-fit: contain; }
543
544
/* ==========================================================================
545
Utilities - Visually hidden
546
========================================================================== */
547
/** Visually Hidden
548
* Make an element visually hidden, but accessible to assistive technology
549
* @see http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
550
*/
551
.u-visually-hidden {
552
position: absolute;
553
overflow: hidden;
554
width: 1px;
555
height: 1px;
556
margin: -1px;
557
padding: 0;
558
border: 0;
559
clip: rect(0 0 0 0);
560
/** Visually Hidden Focusable
561
* Extends `Visually Hidden` to allow the element to be focusable when navigated
562
* to via the keyboard.
563
*/ }
564
.u-visually-hidden:active, .u-visually-hidden:focus {
565
position: static;
566
overflow: visible;
567
width: auto;
568
height: auto;
569
margin: 0;
570
clip: auto; }
571
572
/* ==========================================================================
573
Atoms
574
========================================================================== */
575
/* ==========================================================================
576
Atoms - Block quote
577
========================================================================== */
578
/* ==========================================================================
579
Atoms - Buttons
580
========================================================================== */
581
.a-btn,
582
button,
583
input[type="submit"],
584
input[type="button"],
585
input[type="reset"] {
586
display: inline-block; }
587
588
/* ==========================================================================
589
Atoms - Forms
590
========================================================================== */
591
.a-input-field,
592
textarea,
593
input[type="text"],
594
input[type="password"],
595
input[type="search"],
596
input[type="email"],
597
input[type="tel"],
598
input[type="url"],
599
input[type="datetime"],
600
input[type="date"],
601
input[type="month"],
602
input[type="week"],
603
input[type="time"],
604
input[type="datetime-local"],
605
input[type="number"],
606
input[type="textarea"] {
607
appearance: none; }
608
609
/* ==========================================================================
610
Atoms - Headings
611
========================================================================== */
612
/* ==========================================================================
613
Atoms - Icons
614
========================================================================== */
615
.a-icon {
616
width: 32px;
617
height: 32px;
618
fill: currentColor; }
619
620
/* ==========================================================================
621
Atoms - Links
622
========================================================================== */
623
a {
624
text-decoration: none;
625
color: #000; }
626
a:hover {
627
text-decoration: underline; }
628
a:focus {
629
outline: 0; }
630
631
/* ==========================================================================
632
Atoms - Lists
633
========================================================================== */
634
/* Target only unclassed ul and ol */
635
/* ==========================================================================
636
Atoms - Paragraph
637
========================================================================== */
638
/* ==========================================================================
639
Atoms - Select
640
========================================================================== */
641
/* ==========================================================================
642
Atoms - Site logo
643
========================================================================== */
644
/* ==========================================================================
645
Molecules
646
========================================================================== */
647
/* ==========================================================================
648
Organisms
649
========================================================================== */
650
651
652