Narrow Wikipedia
This post is part of a collection on Code and Computers.
Reading Wikipedia on a wide monitor can often be a pain since the default style expands to the page. This style fixes the width to 500px for easier reading:
.mw-body-content {
max-width: 500px
}
table.infobox,
table.vertical-navbox {
width: 100% !important;
}
.thumb {
width: 100% !important;
}
I apply it with Stylish for Chrome, though I imagine it works with any custom CSS solution. Ψ