Skip to content

Instantly share code, notes, and snippets.

@chandu-io
Last active October 29, 2015 13:40
Show Gist options
  • Save chandu-io/66e05eca00b41f4b3c32 to your computer and use it in GitHub Desktop.
Save chandu-io/66e05eca00b41f4b3c32 to your computer and use it in GitHub Desktop.
css :: youtube stylebot styling for Google Chrome
#eow-title {
display: block;
font-size: 12px;
}
#player-api, .player-height {
height: 50px;
}
#watch-header {
min-height: 0;
padding-bottom: 0;
}
#watch7-sidebar-contents {
padding: 10px;
}
#watch7-sidebar-media-ads ,#header #ad_creative_1 ,.ad-showing .ad-video ,.ad-showing .ad-overlay {
display: none;
}
#watch7-sidebar-modules .watch-sidebar-section:first-child {
display: none;
}
.guide-pinned.show-guide .guide-pinning-enabled #page {
padding-left: 0;
}
.logo {
background-position: -510px -101px;
}
.pyv-afc-ads-container ,.pyv-afc-ads-inner ,.branded-page-v2-secondary-col, #footer-container, #yt-masthead-signin, #guide, #watch-discussion, #action-panel-details, #watch7-user-header, #watch8-action-buttons, #watch7-hidden-extras, #theater-background, #watch-sidebar-spacer, .html5-video-container, .video-annotations, .thumb-wrapper .addto-watch-later-button-sign-in, .watch-sidebar-separation-line, .related-list-item .thumb-wrapper, #watch-related a.mix-playlist, #watch-related a.related-playlist, .content-wrapper .accessible-description, .content-wrapper .attribution, .content-wrapper .view-count, #watch-more-related, #watch-more-related-button {
display: none;
}
.related-list-item .content-link {
min-height: 0;
}
.related-list-item .content-wrapper {
margin-left: 0;
}
.ytp-button {
display: none;
}
.ytp-button.ytp-play-button, .ytp-button.ytp-prev-button, .ytp-button.ytp-next-button, .ytp-button.ytp-mute-button {
display: inline-block;
}
.ytp-chrome-bottom {
opacity: 1;
}
@media only screen and (min-width: 656px) {
#watch7-sidebar {
top: 340px;
}
}
body {
font-family: verdana,consolas,arial;
}
ul#watch-related > li {
margin: 0;
}
ul#watch-related div.content-wrapper {
padding: 5px 0;
}
ul.video-list li.video-list-item span.title {
font-size: 12px;
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment