Skip to content

Instantly share code, notes, and snippets.

@psynaptic
Created March 19, 2013 10:31
Show Gist options
  • Save psynaptic/5195094 to your computer and use it in GitHub Desktop.
Save psynaptic/5195094 to your computer and use it in GitHub Desktop.
User stylesheet for turning Wikipedia into a single-column, content-only UI (similar to Readability but without stripping content styles).
div#content {
margin-left: 0;
background: white;
z-index: 1;
position: relative;
}
html,
body {
font-size: 1.2em;
}
pre {
word-break: break-word;
}
table.ambox,
#mw-page-base,
#mw-head,
#mw-articlefeedback,
#footer,
.collapsible-nav {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment