-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
58 lines (51 loc) · 1.23 KB
/
index.css
File metadata and controls
58 lines (51 loc) · 1.23 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
* {
margin: 0 !important;
padding: 0 !important;
border: none !important;
outline: none !important;
cursor: default !important;
overflow: hidden !important;
}
body {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
background-color: #000 !important;
text-align: center !important;
font-family: Arial, sans-serif !important;
}
body, #game_frame {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
}
body ._eaglercraftX_canvas_element, body .loader {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
}
body ._eaglercraftX_canvas_element {
z-index: 1 !important;
}
body .loader {
z-index: 2 !important;
pointer-events: none !important;
transition: 0.3s opacity ease-in-out;
}
body ._eaglercraftX_crash_element {
text-align: left !important;
}
body:has(._eaglercraftX_crash_element)
:not(
._eaglercraftX_wrapper_element,
._eaglercraftX_wrapper_element img:first-of-type,
._eaglercraftX_crash_element,
._eaglercraftX_crash_element *
) {
display: none !important;
}