-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
68 lines (57 loc) · 1.18 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
body {
background: #191919;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
padding-top: 20px;
font-family: 'Open Sans', sans-serif;
}
audio {
width: 100%;
opacity: 0.75;
}
#div-eq-container {
height: 255px;
position: relative;
margin: 10px;
-webkit-box-reflect: below 53px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.30)));
}
.vis-circle {
position: absolute;
border-radius: 50%;
}
#visualisation > div {
display: inline-block;
position: absolute;
bottom: 0px;
}
#round-visualisation{
position: absolute;
width: 4%;
height:4%;
top:48%;
left: 48%;
background:#bf1aee;
border-radius: 50%
}
#div-vis-round{
position: relative;
top: 0%;
width: 30vmin;
height: 30vmin;
}
.center-div{
display: block;
margin-right: auto;
margin-left: auto;
}
.button-container{
width:250px;
}
.play-button{
padding: 5px 20px;
border-radius: 4px;
border: 1px solid black;
margin-top: 20px;
cursor:pointer;
}