Skip to content

Wikipedia Minimal MinervaNeue by orangeburrito

Screenshot of Wikipedia Minimal MinervaNeue

Details

Authororangeburrito

LicenseMIT

Categorywikipedia.com

Created

Updated

Size681 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

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.

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

Reviews

No reviews yet.