Readable Wikipedia

Posted 02.12.2012 ยท 1 min read

I have been reading a lot of wikipedia articles lately so I made a stylebot stylesheet to make it a little bit more comfortable to read. If you have some enhancement tips please comment on the gist.

Wikipedia

#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;
}