Skip to content

Instantly share code, notes, and snippets.

@paularmstrong
Last active July 6, 2016 14:12
Show Gist options
  • Select an option

  • Save paularmstrong/e77c30ab36f433c0b7ac214be2bf4e7f to your computer and use it in GitHub Desktop.

Select an option

Save paularmstrong/e77c30ab36f433c0b7ac214be2bf4e7f to your computer and use it in GitHub Desktop.
Tour de France 2016 custom stylesheet for NBC Sports streams.
body {
background: #000 !important;
}
div#nbc-header {
display: none !important;;
}
div#player-wrapper + div,
div#player-wrapper + div + div {
display: none !important;;
}
.main-wrapper {
padding: 0 !important;
}
div#player-wrapper,
.no-pencil-ad #player-wrapper {
padding: 0 !important;
margin: 0 !important;
position: absolute !important;
top: 0 !important;;
left: 0 !important;;
right: 0 !important;;
bottom: 0 !important;;
}
div#flash-content-wrapper {
width: 100% !important;;
height: 100% !important;;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment