



This is for people who want to read wikipedia more than edit. It shows just the article and makes the column wider. It makes it very nice to read.
Excellent script, the only thing that made me not use it is the fact that it deletes the search bar.
I edit Wikipedia a lot, but for those times when I'm just reading this is going to be really nice. :-)
here's my own little mod: pads left/right with 10% for optimal readability for wide-screen users.
@-moz-document domain(en.wikipedia.org) {
#siteNotice,
#siteSub,
#footer,
#editpage-copywarn2,
#editpage-specialchars,
#pt-logout,
#f-copyright,
#f-lastmod,
#editpage-copywarn,
#fundraising,
#coordinates,
.portlet,
.editsection,
.usermessage
{ display:none !important; }#content {background: white; border: none; -moz-border-radius: 0px !important; height: 100%;}
body {background: white;}h1.firstHeading {color: black;}
/* Wider content now that other column is gone */
#column-content, #content { margin: 0 0 0 0 !important; }a {
text-decoration: none !important;
}a:visited, a:active {
color: #002bb8;
}a.new:visited, a.new:active {
color: #002bb8;
}
body {
padding: 10%;
padding-top: 0;
padding-bottom: 0;
}/* end */
}