Large serif font, 1.5 line height, justify text
Readable wikipedia.org by freetz13
Details
Authorfreetz13
LicenseNo License
Categorywikipedia.org, mediawiki.org
Created
Updated
Code size435 B
Code checksum97841463
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wikipedia.org Readable
@version 20250405.14.07
@namespace ?
==/UserStyle== */
@-moz-document domain("wikipedia.org"), domain("mediawiki.org") {
.vector-body {
font-size: large;
font-family: serif;
}
#content pre:not([class*=\"CodeMirror\"]),
#content code,
#content tt {
line-height: 1.5;
}
.collapsible {
margin: 0 1em;
}
li {
text-align: justify;
}
}