Skip to content

Instantly share code, notes, and snippets.

@zst123
Last active March 20, 2016 05:18
Show Gist options
  • Save zst123/8db62286a0167fc2d14c to your computer and use it in GitHub Desktop.
Save zst123/8db62286a0167fc2d14c to your computer and use it in GitHub Desktop.
/* Captions Styling */
span.captions-text * {
font-family: "Helvetica Neue", "Yuanti SC", "Yuanti TC", "LiHei Pro" !important;
color: #fff !important;
background-color: rgba(0, 0, 0, 0) !important;
text-shadow: -3px 0 3px black, 0 3px 3px black, 3px 0 3px black, 0 -3px 3px black !important;
padding-top: -16px;
}
/* Widen Caption */
div.caption-window {
width: 80% !important;
padding-bottom: 8px !important;
}
/* MusicMatch Lyrics */
#musixmatch-logo span {
display: none !important;
}
#musixmatch-logo br {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment