Last active
July 6, 2016 14:12
-
-
Save paularmstrong/e77c30ab36f433c0b7ac214be2bf4e7f to your computer and use it in GitHub Desktop.
Tour de France 2016 custom stylesheet for NBC Sports streams.
This file contains hidden or 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
| 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