Last active
June 1, 2016 11:20
-
-
Save maestrith/906423a0da4b54cf3aebaec124cc4c44 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("youtube.com") { | |
@namespace html url(http://www.w3.org/1999/xhtml); | |
@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
body { | |
background: none #222222 !important; | |
color: #aaaaaa !important; | |
} | |
a:href, a:hover { | |
background-color: #222222; | |
} | |
#yt-masthead-container { | |
background: #B689C8 !important; | |
border-bottom-color: #A76BC2 !important; | |
} | |
#watch-header { | |
background: #333333 !important; | |
color: #aaaaaa !important; | |
} | |
#watch-action-panels { | |
background: #333333 !important; | |
color: #000000 !important; | |
} | |
#action-panel-details { | |
background: #333333 !important; | |
color: #aaaaaa !important; | |
} | |
#watch-discussion { | |
background: #333333 !important; | |
color: #aaaaaa !important; | |
} | |
#watch7-sidebar-contents{ | |
background: #222222 !important; | |
color: #aaaaaa !important; | |
} | |
#browse-items-primary{ | |
background: #222222 !important; | |
color: #aaaaaa !important; | |
} | |
#yt-uix-button-content{ | |
background:#aaaaaa !important; | |
} | |
#appbar-nav{ | |
background: #B689C8 !important; | |
color: #aaaaaa !important; | |
} | |
.yt-uix-button.yt-uix-button-size-default.yt-uix-button-subscribed-branded.yt-uix-button-has-icon.no-icon-markup.yt-uix-subscription-button.yt-can-buffer.hover-enabled{ | |
/* | |
opacity: .7; | |
-webkit-filter: grayscale(1)!important; | |
-moz-filter: grayscale(1)!important; | |
filter: grayscale(1)!important; | |
filter: alpha(opacity=70); | |
*/ | |
background:#333333 !important; | |
} | |
#masthead-search-term{ | |
background:#A76BC2!important; | |
color:#000000!important; | |
} | |
.yt-uix-form-input-text,share-panel-url{ | |
background:transparent!important; | |
} | |
.yt-uix-button,yt-uix-button-size-default,yt-uix-button-opacity,yt-uix-button-has-icon,no-icon-markup,like-button-renderer-like-button,like-button-renderer-like-button-unclicked,yt-uix-post-anchor,yt-uix-tooltip { | |
background: transparent !important; | |
color:#eeeeee !important; | |
} | |
.yt-subscription-button-subscriber-count-branded-horizontal,yt-short-subscriber-count{ | |
background: transparent !important; | |
} | |
.yt-uix-button,yt-uix-button-size-default,yt-uix-button-default,yt-uix-button-empty,yt-uix-button-has-icon,yt-uix-subscription-preferences-button{ | |
background: transparent !important; | |
} | |
.yt-uix-sessionlink,.yt-ui-ellipsis,.yt-ui-ellipsis-2,.spf-link{ | |
background: transparent !important; | |
} | |
#footer-container{ | |
background: #222222 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment