A super-simple, super-readable Wikipedia
Simple Wiki by markholmes
Details
Authormarkholmes
LicenseNo License
Categorywikipedia.org
Created
Updated
Size840 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Simple Wiki
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A super-simple, super-readable Wikipedia
==/UserStyle== */
@-moz-document domain("wikipedia.org") {
body {
margin: 0 auto;
max-width: 1024px;
}
#mw-page-base, #mw-navigation, #siteNotice, #footer {
display: none;
}
#content {
border-left: 1px solid #a7d7f9;
border-right: 1px solid #a7d7f9;
font-family: Proxima Nova;
font-size: 20px;
margin: 40px auto;
}
.hatnote {
background: #f1f3f5;
border-left: 4px solid #abc;
border-radius: 0 4px 4px 0;
font-size: 1rem;
margin-bottom: 1rem !important;
margin-top: 1rem !important;
padding: .5rem 0;
}
}