-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
85 lines (85 loc) · 1.3 KB
/
style.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
@font-face {
font-family: Font1;
src: url(assets/font/font.ttf);
}
body {
text-align: center;
overflow: hidden;
background-color: black;
color: white;
font-family: Font1;
}
canvas {
border: 5px solid white;
}
button {
font-family: Font1;
background-color: gray;
border: 2px solid white;
border-radius: 5px;
color: white;
}
.instructions {
text-align: left;
position: absolute;
top: 120px;
left: 5px;
}
.musiclabel {
position: absolute;
top: 0;
left: 14px;
}
.disable-select {
user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.nexttext {
position: relative;
bottom: 305px;
left: 77px
}
.storetext {
position: relative;
bottom: 480px;
left: 77px
}
.linestext {
position: relative;
bottom: 275px;
left: 77px
}
.scoretext {
position: relative;
bottom: 300px;
left: 77px
}
.homebutton {
position: absolute;
top: 10px;
right: 10px;
padding: 4px;
}
#next {
position: relative;
bottom: 160px;
left: 12px
}
#store {
position: relative;
bottom: 290px;
right: 87px
}
#lines {
position: relative;
bottom: 295px;
left: 77px
}
#score {
position: relative;
bottom: 320px;
left: 77px
}