User:BeeTheFox/common.css

From Blaseball Wiki

Revision as of 03:48, 10 October 2020 by BeeTheFox (talk | contribs)

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.
/* Historians 🤫*/
.secrets-for-historians { display: inline !important; }

/* Accessability */
.WikiaPage{
	font-size: 1.2em !important;
}

.portable-infobox .pi-secondary-font{
	font-size: 1em !important;
}

.pi-data-label, .pi-data-value{
	font-size: 1em !important;
}

/* Remove Sidebar */
.WikiaRail .wikia-rail-inner, .article-with-rail .WikiaRail{
	display: none;
}

/* Better Editor */
.ve-ui-summaryPanel{
	position: relative;
}
.ve-ui-oasisToolbar.ve-ui-toolbar-floating > .oo-ui-toolbar-bar{
	top: 47px;
    transform: scale(0.95);
}

/* remove fandom bar */
/* .wds-global-navigation-wrapper{
	display: none;
}
.ve-ui-oasisToolbar.ve-ui-toolbar-floating > .oo-ui-toolbar-bar{
    top: -2px;
}
.WikiaSiteWrapper{
	margin: 0 auto;
} */

/* Remove fandom footer */
footer{
	display: none;
}