-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
93 lines (92 loc) · 1.48 KB
/
Copy pathstyle.css
File metadata and controls
93 lines (92 loc) · 1.48 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
@font-face {
font-family:mainFont;
src:url(mai10.otf);
}
/*zoom is bad*/
@keyframes zoom{
0%{transform: rotate(-8deg); /*transform: skew(-20deg)*/}
50%{transform: scale(1.2,1.2); color:#023202;}
100%{transform: scale(1.0,1.0); transform: rotate(8deg); /*transform: skew(20deg)*/}
}
body {
font-family:mainFont;
/*overflow: hidden;*/
}
.score {
font-family:mainFont;
color:green;
}
body {
background-color:#171717;
}
.play{
border-color:grey;
}
.new {
background-color:#171717;
color:green;
font-family:mainFont;
border:0;
font-size:20px;
}
.amongusSus {
background-color:#171717;
color:green;
font-family:mainFont;
border:0;
font-size:20px;
}
.amongusSus:hover{
background-color:#171717;
color:#023202;
font-family:mainFont;
border:0;
font-size:20px;
}
.new:hover{
color:#023202;
}
.amongusSus:onuse{
color:black;
}
.musicB{
background-color:#171717;
color:green;
font-family:mainFont;
border:0;
font-size:15;
}
.musicB:hover{
background-color:black;
color:#023202;
}
canvas {
font-family:mainFont;
background: black;
border-style:solid;
border-width:10px;
border-color:grey;
}
h1{
font-family:mainfont;
color:green;
border:0;
font-size:1cm;
animation:zoom 1000ms linear infinite;
animation-direction:alternate;
}
h2{
font-family:mainfont;
color:green;
border:0;
font-size:1cm;
}
.bruh {
color:green;
}
.cheats{
color:#171717;
}
.or {
font-size:10px;
}