Skip to content

Instantly share code, notes, and snippets.

@Artistan
Last active November 16, 2019 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Artistan/5bf6fda63b04b27e7dd56ebcc337c7f9 to your computer and use it in GitHub Desktop.
Save Artistan/5bf6fda63b04b27e7dd56ebcc337c7f9 to your computer and use it in GitHub Desktop.
css for vids
#site-logo-link,
.video-ad, .ad-support-desktop,
.xv-responsive #header h2.mobile-hide {
display:none;
}
.xv-responsive #page {
max-width: none;
}
#related-videos .mozaique .thumb-block, .nb-thumbs-cols-xlg-4 #related-videos .mozaique .thumb-block, .nb-thumbs-cols-xlg-5 #related-videos .mozaique .thumb-block, .nb-thumbs-cols-xlg-6 #related-videos .mozaique .thumb-block,
#related-videos .thumb-block, #content .thumb-block,
.thumb-block {
float: left;
display: block;
margin: 0, 5px;
width: 50%
}
#related-videos .thumb-block,
#content .thumb-block{
width: 50%
}
#page.video-page #main h2 {
float: left;
font-size: 12px;
line-height: 12px;
}
.xv-responsive #header,
.xv-responsive .home #page #footer
{
margin-left: 0px;
margin-right: 0px;
}
.xv-responsive #page #main {
margin-left: 0px;
margin-right : 0px;
padding-right : 0px;
padding-left : 0px;
}
.thumb-block .thumb-under p.title a, .thumb-block .thumb-under p:first-child a ,
.mozaique .thumb-block .thumb-under p, .nb-thumbs-cols-xlg-5 .mozaique .thumb-block .thumb-under p {
font-size: 1.5em;
}
.thumb-block .duration {
font-size: 1.5em;
}
.mozaique .thumb-block .thumb-under p.title, .mozaique .thumb-block .thumb-under p:first-child, .nb-thumbs-cols-xlg-5 .mozaique .thumb-block .thumb-under p.title, .nb-thumbs-cols-xlg-5 .mozaique .thumb-block .thumb-under p:first-child
{
max-height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment