User:Blazerun19/fandomdesktop.css

From Enter the Gungeon Wiki
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* remove annoyances */
/* in order:
	ad grid at bottom, category/language bar at top, license description at bottom, right rail
*/
#mixed-content-footer, .page-header__top, .license-description, .page__right-rail {
	display: none;
}
/* sticky page side toolbar */
.page-side-tools__wrapper {
	display: none;
}

/* trim the top bar down */
.fandom-community-header__background {
	display: none;
}
.fandom-community-header__image img {
	max-height: 45px
}
.page {
	margin-top: 0;
}
.global-navigation {
   visibility: hidden; /* <-- Preserve space */
}
.global-navigation__bottom {
   visibility: visible;
   background: none;
}
/* adjust page content to the extra space left by the left bar */
.main-container {
	margin-left: 0;
	width: 100%;
}
/* change sub-headings' font */
main .mw-parser-output h2,
main .mw-parser-output h3,
main .mw-parser-output h4,
main .mw-parser-output h5,
main .mw-parser-output h6 {
  font-family: sans-serif;
}

}
/* change date font on Recent Changes page */
.page-Special_RecentChanges .mw-changeslist h4 {
  font-family: sans-serif;
}