-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplayer-demo.css
More file actions
57 lines (46 loc) · 874 Bytes
/
Copy pathplayer-demo.css
File metadata and controls
57 lines (46 loc) · 874 Bytes
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
/* custom-css */
div#custom-css {
background-color: #8cbfea;
color: #0a2f4e;
}
#custom-css .progress {
background-color: #71a0c8;
}
#custom-css .loading {
background-color: #244b6c;
}
#custom-css .controls, a#custom-css {
background-image: url(controls-blue.png);
}
/* custom-size */
div#custom-size {
background-color: #f88aff;
height: 45px;
font-family: Georgia, serif;
font-size: 32px;
color: #a02062;
}
#custom-size .progress {
background-color: #e55bee;
height: 44px;
}
#custom-size .progress-bar {
height: 45px;
}
#custom-size .loading {
background-color: #a02062;
}
#custom-size a {
color: #a02062;
}
#custom-size .metadata {
left: 50px;
}
#custom-size .controls, a#custom-size {
background-image: url(controls-large-pink.png);
width: 40px;
height: 40px;
}
#custom-size.playing > a {
background-position: -40px 0;
}