Skip to content

Instantly share code, notes, and snippets.

@karlek
Created March 7, 2019 18:46
Show Gist options
  • Save karlek/dc16df952817a4e7045aac4653bec3fb to your computer and use it in GitHub Desktop.
Save karlek/dc16df952817a4e7045aac4653bec3fb to your computer and use it in GitHub Desktop.
Serif wikipedia
/* Remove */
#mw-page-base,
#mw-head,
#footer,
.sistersitebox,
#p-logo,
#p-navigation,
#p-interaction,
#p-tb,
#p-coll-print_export,
#p-lang > .uls-settings-trigger,
.wb-langlinks-edit {
display: none !important;
}
.mw-body {
margin-left: 0 !important;
}
a {
color: #ff3300;
}
#content, .infobox, h1, h2, h3, h4, h5, h6 {
color: #222 !important;
}
#content {
width: 50%;
margin: 0 auto !important;
}
body {
font-size: 200%;
font-family: serif;
}
.mw-body {
border: none;
}
body, #content {
background-color: #fff;
}
.infobox {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment