Created
November 17, 2015 04:43
-
-
Save dan-turner/036ebc8adc2e3e24d4cf to your computer and use it in GitHub Desktop.
Cricket Australia Fullscreen - Stylish
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
.fat_score, | |
.fat-score { | |
z-index: -9999; | |
} | |
.mc-advert, | |
.current-players, | |
.fat-score, | |
.stream-switcher, | |
.MC-streamButtons, | |
.MC-statsNav { | |
display: none; | |
} | |
#stream-wrapper { | |
display: none; | |
} | |
.video { | |
position: inherit !important; | |
width: 110%; | |
height: 110%; | |
left: -150px !important; | |
right: -150px !important; | |
top: -50px !important; | |
bottom: -50px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment