MediaWiki:Minerva.css

From Ylvapedia

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.
/* Forked Extension:MobileFrontend so MediaWiki:<skinname>.css works again and because we don't care about WMF's feelings */
/* Title and branding */
.minerva-header .branding-box a {
	font-family: "GenEi Antique v5";
	font-weight: lighter;
	font-size: x-large;
	color: #5B1000;
}

/* Columns and mobile don't mix */
@media all and (max-width:480px) {
	#main-page-elin>ul {
		column-count: 1 !important;
	}
}