Skip to content

Instantly share code, notes, and snippets.

@LunarTwilight
Last active June 24, 2020 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LunarTwilight/c55f5ea031eaee1bf89e9e1efc871714 to your computer and use it in GitHub Desktop.
Save LunarTwilight/c55f5ea031eaee1bf89e9e1efc871714 to your computer and use it in GitHub Desktop.
Make Fandom wiki pages full width
/* Import base CSS */
@import "https://dev.fandom.com/load.php?mode=articles&articles=MediaWiki:FullWidthOasis.css&only=styles";
/* originally from https://en.wikipedia.org/wiki/MediaWiki:Gadget-responsiveContentBase.css (I think?) */
#toc {
float: left;
margin-right: 1em;
}
/* Hide some things */
.WikiaTopAds,
.wds-global-footer,
#mixed-content-footer {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment