-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyoutubetheme
More file actions
82 lines (66 loc) · 2.85 KB
/
youtubetheme
File metadata and controls
82 lines (66 loc) · 2.85 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
/*
Author: liesard, based on Twily's theme, 2014
**This CSS Requires SirCmpwn's external player script
https://github.com/SirCmpwn/ExternalPlayer
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("https?://.*.(?!.*/embed)(youtube.com|googleapid.com|apis.google.com/u/).*") {
*:not([type="button"]):not(button):not(img):not(span):not(i) {
background: #303640 !important;
color: #AAABAD !important;
border: none !important;
}
* { box-shadow: 0 0 0 0 !important; border-radius: 0 !important; }
.title, .Ub, .vy, .bmd, .dp.d-s {
color: #999 !important;
}
.related-list-item:hover .title { color: #CCC !important; }
/* Remove player in favor of SirCmpwn's script */
/**/
#player { display: none !important; }
#watch7-sidebar, .watch-siderbar { margin-top: 0 !important; }
#page div:nth-child(4) { display: none !important; }
/**/
li, div { border: none !important; }
.yt-uix-button-text { color: #f66a79 !important; }
.toggle { background: #303640 !important; }
#search-btn, #appbar-guide-button, #upload-btn,
.yt-uix-button-subscribed-branded, .yt-uix-subscription-preferences-button,
#yt-picker-language-button, #yt-picker-country-button, #yt-picker-safetymode-button,
.yt-uix-button.footer-history.yt-uix-sessionlink.yt-uix-button-default.yt-uix-button-size-default.yt-uix-button-has-icon,
#google-help,/* .addto-button,*/ .yt-uix-button-shelf-slider-pager {
background: #202630 !important; color: #aaabad !important;
border: 0 !important;
}
#yt-masthead-container {
border-bottom: 2px solid #222326 !important;
position: absolute !important;
top: 0 !important; left: 0 !important; right: 0 !important;
z-index: 1000 !important;
}
#masthead-search-terms * {
background: #222326 !important;
color: #ebecee !important;
}
.watch-sidebar-separation-line { border-bottom: 1px solid #606163 !important; }
.yt-uix-button-expander { border-top: 1px solid #606163 !important; }
.yt-uix-button-expander:hover { color: #606163 !important; }
#watch-discussion {
display: none !important;
}
/* Dim sections when not hovering */
/*.video-list-item, .yt-shelf-grid-item { opacity: .8 !important;}
.video-list-item:hover, .yt-shelf-grid-item:hover {
opacity: 1 !important;
transition: .3s ease-out !important;
}
.watch-sidebar-body, #watch-header,
#action-panel-share, #action-panel-details,
#watch-discussion {
opacity: .3 !important;
transition: .4s ease-out !important;
}
.watch-sidebar-body:hover, #watch-header:hover,
#action-panel-share:hover, #action-panel-details:hover,
#watch-discussion:hover { opacity: 1 !important; }*/
}