Jump to content

MediaWiki:Common.css

From Game3

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.
/* CSS placed here will be applied to all skins */
@font-face {
	font-family: CozetteVector;
	src: url("https://game3.gay/CozetteVector.ttf");
}

body,
.mw-body h1,
.mw-body .mw-heading1,
.mw-body-content h1,
.mw-body-content .mw-heading1,
.mw-body-content h2,
.mw-body-content .mw-heading2,
.mw-editsection, .mw-editsection-like {
	font-family: CozetteVector;
}

.mw-editsection,
.mw-editsection-like {
	font-size: 0.75em;
}

body {
	font-size: 1.2em; /* cozette's kinda small */
}

.pi-theme-recipe {
	float: none;
	clear: none;
}

.pi-theme-dissolver-recipe, .pi-theme-combiner-recipe {
	float: none;
	clear: none;
	width: 360px;
}