Minor readability tweaks for the MinervaNeue skin on Wikipedia. Changes the content width to match the recommended paragraph length size (55-70ch) on the web.
Wikipedia Minimal MinervaNeue by orangeburrito
Details
Authororangeburrito
LicenseMIT
Categorywikipedia.com
Created
Updated
Size681 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You must be logged in to change your skin, at Preferences > Appearance > Skins.
Source code
/* ==UserStyle==
@name MinervaNeue Minimal
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Minor modifications to the MinervaNeue skin
@author OrangeBurrito
==/UserStyle== */
@-moz-document domain("wikipedia.org"), domain("wikisource.org") {
.banner-container, .minerva-anon-talk-message, .minerva-header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form {
width: 70ch;
}
.page-heading + .minerva__tab-container, .page-heading .mw-mf-cleanup, .page-actions-menu,
.mw-editsection {
display: none !important;
}
}