Skip to content

Instantly share code, notes, and snippets.

@dan-turner
Created November 17, 2015 04:43
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 dan-turner/036ebc8adc2e3e24d4cf to your computer and use it in GitHub Desktop.
Save dan-turner/036ebc8adc2e3e24d4cf to your computer and use it in GitHub Desktop.
Cricket Australia Fullscreen - Stylish
.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