-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
63 lines (55 loc) · 1.3 KB
/
app.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
#csdp-playbutton {
position: absolute;
left: 330px;
top: 100px;
font-size: 300px;
opacity: 0.4;
transition: 0.3s;
}
#csdp-interactive:hover #csdp-playbutton {
opacity: 0.8;
}
#csdp-position {
position: relative;
border: 2px solid #5C5C5C;
width: 960px;
}
#csdp-box {
font-family: 'Franklin Gothic Medium', Arial, Helvetica, sans-serif;
background-color: #ECECEC;
font-size: 30px;
width: calc(960px-1rem);
height: 100px;
position: relative;
display: flex;
}
#csdp-container {
padding: 20px;
line-height: normal;
display: inline-block;
margin: auto;
text-align: "center";
}
#csdp-text {
margin: auto;
text-align: center;
}
#csdp-playpause {
padding-left: 30px;
color: #8E8E8E;
font-family: 'Franklin Gothic Medium', Arial, Helvetica, sans-serif;
font-size: 20px;
transition: 0.3s;
}
#csdp-interactive:hover>#csdp-playpause {
color: #1B1B1B;
}
#initialLabel,
#finalLabel {
font-family: 'Franklin Gothic Medium', Arial, Helvetica, sans-serif;
position: absolute;
left: 0;
top: 0;
font-size: 37px;
opacity: 0;
}