Skip to content

Instantly share code, notes, and snippets.

@Terrance
Created May 21, 2014 15:38
Show Gist options
  • Save Terrance/0cefe8d36e2f51e83fc7 to your computer and use it in GitHub Desktop.
Save Terrance/0cefe8d36e2f51e83fc7 to your computer and use it in GitHub Desktop.
CSS for Wikipedia (usable in e.g. Stylish) to hide the top and side bars in a thinner viewport, thus making more room for the actual article.
@media (max-width: 768px) {
div#content {
margin-left: 0;
border: none;
}
#mw-page-base, #mw-head-base, #mw-head, #mw-panel {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment