forked from JunaidQadirB/mep-feature-playlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmep-feature-playlist.css
66 lines (54 loc) · 1.26 KB
/
mep-feature-playlist.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
/*
Document : mep-feature-playlist
Created on : Jun 5, 2012, 1:22:26 AM
Author : Junaid Qadir Baloch <[email protected]>
*/
/*Start: PlaylistWindow*/
.mejs-playlistWindow{
position: absolute;
top: 30px;
left: 0;
height: 200px!important;
overflow-y: auto;
background: #000000;
padding: 4px 0;
}
/* Start: Show/Hide Playlist*/
.mejs-controls .mejs-show-playlist button {
background-position: -96px -16px;
}
.mejs-controls .mejs-hide-playlist button {
background-position: -110px -16px;
}
/* End: Show/Hide Playlist */
/* Start: Previous */
.mejs-controls .mejs-prev button {
background-position: -144px -16px;
}
/* End: Previous */
/* Start: Next */
.mejs-controls .mejs-next button {
background-position:-144px 0;
}
/* End: Next */
.mejs-playlistWindow a, .mejs-playlistWindow a:hover, .mejs-playlistWindow a:visited, .mejs-playlistWindow a:active{
text-decoration: none;
color: white;
font-size: 11px;
padding-top: 3px;
padding-bottom: 3px;
}
.mejs-playlistWindow a.current{
font-weight: bold;
}
.mejs-playlistWindow ul
{
margin: 0;
padding: 5px 10px;
}
.mejs-playlistWindow li{
height: 20px;
overflow: hidden;
padding-left: 2px;
}
/*End: PlaylistWindow*/