-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAMOGUS.CSS
90 lines (77 loc) · 1.51 KB
/
AMOGUS.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
@font-face {
font-family: Grizzly;
src: url(AMOGUS.ttf);
}
html, body {
margin: 0;
padding: 0;
overflow: hidden;
cursor: url(AMOGUS.cur), auto;
}
body {
height: 100vh;
width: 100vw;
font-family: Grizzly;
font-size: 2vmin;
background-color: #000000;
}
audio {
position: absolute;
width: 50px;
}
button {
display: none;
position: absolute;
padding: 1vmin 2vmin;
min-width: 30vmin;
max-width: 30vmin;
cursor: url(AMOGUS.cur), auto;
background-color: #FF0000;
border: dashed;
color: white;
text-align: center;
text-decoration: none;
font-family: Grizzly;
font-size: 4vmin;
}
.beginning {
text-align: center;
color: #FFFFFF;
}
.fill {
position: absolute;
min-width: 100%;
min-height: 100%;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: fill;
}
.amongiygas {
background-image: url("AMOGUS.png");
background-repeat: repeat;
}
.ruined {
text-align: center;
font-size: 2.5vmin;
font-weight: 900;
position: fixed;
left: 50%;
top: 50%;
}
.sus {
position: absolute;
width: 50vmin;
}
.sus-text {
position: absolute;
font-family: 'Times New Roman';
font-size: 10vmin;
font-weight: 400;
color: #000000;
text-shadow: -2px -2px 2px rgb(140, 60, 60), 2px 2px 2px rgb(140, 60, 60);
}
.hidden-audio {
display: none;
}