-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
60 lines (53 loc) · 961 Bytes
/
index.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
#content {
z-index: 10;
}
#overlay {
z-index: 20;
}
#container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#container p {
font-size: 4vw;
padding: 1em;
text-align: center;
user-select: none;
}
#media {
position: absolute;
right: 10px;
bottom: 30px;
background: rgba(0,0,0,0.2);
}
#meta {
position: absolute;
left: 10px;
top: 10px;
padding: 5px;
background: rgba(0,0,0,0.2);
}
#control {
position: absolute;
left: 10px;
bottom: 30px;
padding: 5px;
background: rgba(0,0,0,0.2);
}
#control > button {
margin-right: 5px;
}
#control > button:last-child {
margin-right: 0;
}
#beatbar {
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 20px;
background: #000;
}