-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplayer.css
More file actions
92 lines (79 loc) · 1.56 KB
/
Copy pathplayer.css
File metadata and controls
92 lines (79 loc) · 1.56 KB
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
86
87
88
89
90
91
92
/* Styles for the SC player */
.sc-player {
background: #eee;
width: 24px;
position: relative;
font-family: Arial, sans-serif;
height: 24px;
color: #555;
font-size: 14px;
line-height: 1;
overflow: hidden;
-moz-user-select : none;
}
.sc-player.controls, .soundcloud-player {
width: 20px;
height: 20px;
display: block;
background: url(controls.png) no-repeat 0 0;
text-indent: -9999px;
outline: 0;
position: absolute;
top: 2px;
left: 2px;
z-index: 10;
}
.soundcloud-player {
position: relative;
}
.sc-player.playing > a {
background-position: -20px 0;
}
.sc-player .metadata {
position: absolute;
left: 26px;
top: 4px;
margin: 0;
}
.sc-player a {
color: #555;
text-decoration: none;
}
.sc-player a:hover {
text-decoration: underline;
}
.sc-player .permalink {
position: absolute;
left: 20px;
top: 4px;
z-index: 20;
}
.sc-player .time {
position: absolute;
right: 2px;
top: 4px;
margin: 0;
}
.sc-player .loading {
height: 1px;
position: absolute;
background: #aaa;
bottom: 0;
}
.sc-player .delimiter {
display: none;
}
.sc-player .progress {
height: 23px;
position: absolute;
background: #ccc;
bottom: 1px;
/*background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#bbb));*/ /* fancy gradient for webkit */
}
.sc-player .progress-bar {
position: absolute;
top: 0;
height: 24px;
width: 100%;
z-index: 5;
}