Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Imports */
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:AntiBigText.css|u:dev:MediaWiki:MinutelyWider.css&only=styles";
/* Variables */
:root {
--readerstyle-bgcolor: var(--theme-body-background-color);
--readerstyle-fontcolor: var(--theme-page-text-color);
--readerstyle-bgimage: var(--theme-body-background-color), var(--theme-body-background-image);
}
/* Font settings */
body {
font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
background: var(--readerstyle-bgcolor);
letter-spacing: .03em;
line-height: 1.25em;
padding: 0 0 1em 0;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased !important;
-moz-font-smoothing: antialiased !important;
text-rendering: optimizeLegibility !important;
}
/* Remove WikiaBar */
div#WikiaBar {
display: none;
}
.WikiaBarCollapseWrapper {
display: none;
}
/* Background and text */
main.page__main {
background-color: var(--readersytle-bgcolor), white !important;
color: var(--readerstyle-fontcolor), black;
}
/* Page title */
#firstHeading {
color: black;
font-size: 36px !important;
letter-spacing: .05em !important;
}
/* Headings */
#mw-content-text h2,
#mw-content-text h3,
#mw-content-text h4,
#mw-content-text h5,
#mw-content-text h6 {
color: black;
border-bottom: 1px solid gray !important;
}
/* Fan feed */
div#mixed-content-footer {
display: none;
}
/* Right rail */
aside.page__right-rail {
display: none;
}
/* Footer */
footer.global-footer {
display: none;
}
/* Header */
div.fandom-community-header__top-container {
visibility: hidden;
}
div.fandom-community-header__image {
display: none;
}
nav.fandom-community-header__local-navigation {
justify-content: center;
}
header.wds-community-header {
background-image: none !important;
}
/* Portable infobox and toc fix */
.portable-infobox h2,
.portable-infobox h3,
.toctitle > h2 {
border-bottom: none !important;
}
/* Images */
.mw-parser-output img {
border: 1px solid black;
}
/* Remove share button */
a#ShareEntryPoint {
display: none;
}