-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskin.css
More file actions
323 lines (304 loc) · 7.58 KB
/
Copy pathskin.css
File metadata and controls
323 lines (304 loc) · 7.58 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
/*
* Skin for Sewise Player Plugin
* http://www.sewise.com/
*
* Skin Name: FlowPlayer
*
* Copyright (c) 2010-2014 Sewise Ltd
*
* Author: Jack Zhang
* Skin Version: 1.0.0 (sewise player 1.0.0)
* Date: 19th February 2014
*/
/*播放器皮肤控制元件最外层*/
div.sewise-player-ui {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
margin: 0px;
padding: 0px;
overflow: hidden;
color: white;
font-size: 12px;
font-family: 'Lucida Sans', "Lucida Grande", sans-serif;
pointer-events: none;
}
div.sewise-player-ui * {
outline: none;
}
/*播放控制栏*/
div.sewise-player-ui div.controlbar {
position: absolute;
width: 100%;
left: 0px;
bottom: 20px;
pointer-events: auto;
}
div.sewise-player-ui div.controlbar div.controlbar-bg {
position: absolute;
width: 100%;
height: 20px;
background: url("controlbar.png") 0px 0px repeat-x;
text-indent: -10000px;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns {
position: absolute;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
list-style-type: none;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns > * {
padding-left: 5px;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li {
float: left;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li a {
display:block;
width: 20px;
height: 20px;
text-indent: -10000px;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-play {
background: url("controlbar.png") 0px -20px no-repeat;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-pause {
background: url("controlbar.png") 0px -40px no-repeat;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-playtime {
position: relative;
float: left;
width: 40px;
height: 20px;
color: white;
line-height:20px;
text-align: center;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-progress {
position: relative;
float: left;
width: 315px;
height: 20px;
top: 0px;
left: 10px;
}
div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-totalline {
position: absolute;
top: 7px;
width: 100%;
height: 6px;
background: url("controlbar.png") 0px -140px repeat-x;
/*height: 4px;
background-color: #514f52;
border: 1px solid #000;*/
}
div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-loadedline {
position: absolute;
width: 0%;
height: 6px;
top: 7px;
background: url("controlbar.png") 0px -146px repeat-x;
}
div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playedline {
position: absolute;
width: 0%;
height: 6px;
top: 7px;
background: url("controlbar.png") 0px -152px repeat-x;
}
div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-seekline {
position: absolute;
width: 100%;
height: 20px;
top: 0px;
background: url("controlbar.png") 0px -158px repeat-x;
cursor: pointer;
}
div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playpoint {
position: absolute;
width: 20px;
height: 20px;
left: 0%;
background: url("controlbar.png") 0px -180px no-repeat;
cursor: pointer;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li.right-float {
float: right;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-fullscreen {
background: url("controlbar.png") 0px -100px no-repeat;
padding-right: 5px;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-normalscreen {
background: url("controlbar.png") 0px -120px no-repeat;
padding-right: 5px;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-volumeline {
position: relative;
float: left;
width: 80px;
height: 20px;
top: 0px;
}
div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-bg {
position: absolute;
width: 100%;
height: 6px;
top: 7px;
background: url("controlbar.png") 0px -200px repeat-x;
}
div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-volume {
position: absolute;
width: 50%;
height: 6px;
top: 7px;
background: url("controlbar.png") 0px -206px repeat-x;
}
div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-dragger {
position: absolute;
width: 100%;
height: 14px;
top: 3px;
background: url("controlbar.png") 0px -212px repeat-x;
cursor: pointer;
}
div.sewise-player-ui div.controlbar div.controlbar-volumeline div.controlbar-volumeline-point {
position: absolute;
width: 14px;
height: 14px;
top: 3px;
left: 50%;
background: url("controlbar.png") 0px -226px no-repeat;
cursor: pointer;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundclose {
background: url("controlbar.png") 0px -60px no-repeat;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundopen {
background: url("controlbar.png") 0px -80px no-repeat;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-totaltime {
position: relative;
float: right;
display: block;
width: 40px;
height: 20px;
color: white;
line-height: 20px;
text-align: center;
}
/*logo*/
div.sewise-player-ui div.logo {
position: absolute;
right: 10px;
top: 5px;
}
div.sewise-player-ui div.logo a.logo-icon {
display: block;
width: 120px;
height: 27px;
background: url("logo.png") 0px 0px no-repeat;
text-indent: -10000px;
pointer-events: auto;
}
/*标题栏*/
div.sewise-player-ui div.topbar {
position: absolute;
width: 100%;
float: left;
background-color: rgba(0, 0, 0, 0.3);
/*color: white;
font-size: 0.8em;*/
}
div.sewise-player-ui div.topbar div.topbar-program {
float: left;
padding: 5px;
}
div.sewise-player-ui div.topbar div.topbar-program div.topbar-program-tip {
float: left;
}
div.sewise-player-ui div.topbar div.topbar-program div.topbar-program-title {
float: left;
}
div.sewise-player-ui div.topbar div.topbar-clock {
float: right;
padding: 5px;
}
/*缓冲进度条*/
div.sewise-player-ui div.buffer {
position: absolute;
width: 100px;
height: 40px;
left: 50%;
margin-left: -50px;
top: 80%;
margin-top: -20px;
}
div.sewise-player-ui div.buffer div.buffer-bg {
position: absolute;
display: block;
width: 60px;
height: 18px;
left: 20px;
top: 0px;
background: url("buffer.gif") 0px 0px no-repeat;
text-indent: -10000px;
}
div.sewise-player-ui div.buffer div.buffer-text {
position: absolute;
left: 20px;
top: 20px;
}
div.sewise-player-ui div.buffer div.buffer-text div.buffer-text-tip,
div.sewise-player-ui div.buffer div.buffer-text div.buffer-text-bufferPt {
float: left;
}
/*开始播放大按钮*/
div.sewise-player-ui div.big-play-btn {
position: absolute;
left: 50%;
margin-left: -45px;
top: 50%;
margin-top: -45px;
overflow: hidden;
cursor: pointer;
background-color: rgba(0, 0, 0, 0);
pointer-events: auto;
}
div.sewise-player-ui div.big-play-btn a.big-play-icon {
display:block;
width: 90px;
height: 90px;
background: url("big_play_btn.png") 0px 0px no-repeat;
text-indent: -10000px;
}
div.sewise-player-ui div.big-play-btn:hover a.big-play-icon {
background: url("big_play_btn.png") -90px 0px no-repeat;
}
/*多分辨率开关按钮*/
div.sewise-player-ui div.clarity-switch-btn {
position: absolute;
width: 40px;
height: 40px;
left: 100%;
top: 50%;
margin-left: -35px;
margin-top: -20px;
background: url("clarity_btn_bg.png") 0px 0px no-repeat;
pointer-events: auto;
}
div.sewise-player-ui div.clarity-switch-btn a.clarity-btn-text {
position: absolute;
width: 40px;
line-height: 40px;
text-align: center;
vertical-align: middle;
color: white;
text-decoration: none;
}