-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEarly2013Playlists.user.css
39 lines (34 loc) · 1.27 KB
/
Early2013Playlists.user.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
/* ==UserStyle==
@name Early 2013 Playlists for V3
@namespace github.com/ArbestRi02/ArbestRi-V3Themes
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
.yt-uix-button-toggled .yt-uix-button-icon-playlist-bar-autoplay, .yt-uix-button-toggled.yt-uix-button:hover .yt-uix-button-icon-playlist-bar-autoplay {
background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflaJ9wdK.png) -252px -59px;
width: 30px;
height: 18px;
}
.yt-uix-button .yt-uix-button-icon-playlist-bar-shuffle {
background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflaJ9wdK.png) -74px -120px;
width: 30px;
height: 18px;
}
.yt-uix-button-icon-playlist-bar-prev {
background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflaJ9wdK.png) -19px -148px;
width: 20px;
height: 18px;
}
.yt-uix-button-icon-playlist-bar-next {
background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflaJ9wdK.png) -137px -235px;
width: 20px;
height: 18px;
}
.watch-playlist-collapsed .yt-uix-button-icon-playlist-bar-toggle {
background: no-repeat url(//s.ytimg.com/yts/imgbin/www-hitchhiker-vflaJ9wdK.png) -291px -157px;
width: 30px;
height: 18px;
}
}