User:Arashi/common.css

From Blaseball Wiki

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* historian magic 🤫*/
.secrets-for-historians {
    display: inline !important;
}

/* remove Fandom sidebar */
.WikiaRail .wikia-rail-inner, .article-with-rail .WikiaRail{
    display: none;
}

/* editor tweaks */
.ve-ui-summaryPanel {
    position: relative;
}

.ve-ui-oasisToolbar.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
    top: 47px;
    transform: scale(0.95);
}

/* be able to scroll Fandom topnav away */

.wds-global-navigation-wrapper {
	position: relative;
}

.ve-ui-oasisToolbar.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
	top: -2px;
}

.WikiaSiteWrapper {
	margin: 0 auto;
}

/* remove Fandom footer */

footer {
	display: none;
}

/* remove Fandom cross-site garbage */

#mixed-content-footer {
    display: none;
}