Skip to content

Instantly share code, notes, and snippets.

@relekang
Created December 2, 2012 18:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save relekang/4190383 to your computer and use it in GitHub Desktop.
Save relekang/4190383 to your computer and use it in GitHub Desktop.
Stylebot stylesheet for wikipedia.org

Makes wikipedia look like this

Wikipedia

The navigation sidebar on the left is shown on hover

#content, #mw-head-base {
margin-left: 0;
}
#left-navigation,
#right-navigation {
margin-top: 0;
top: 0;
}
#mw-content-text {
font-family: Georgia;
font-size: 18px;
line-height: 1.8em;
}
#mw-content-text,
#firstHeading,
#siteSub,
contentSub,
#mw-articlefeedback {
display: block;
margin: 0 auto;
max-width: 800px;
width: 100%;
}
#mw-page-base {
height: 2.5em;
}
#mw-panel {
overflow: hidden;
width: 10px;
}
#mw-panel:hover {
width: 120px;
}
#toc {
font-family: "Helvetica Neue";
font-size: 12px;
opacity: 0.3;
position: fixed;
right: 1em;
top: 4em;
}
.metadata,
.dablink,
.infobox,
.vertical-navbox,
.citation,
.references,
.external {
font-family: Helvetica;
font-size: 11px;
line-height: 14px;
}
pre {
font-family: monaco;
font-size: 13px;
line-height: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment