Jump to content

MediaWiki:Minerva.css

From WikipediNyah
Revision as of 03:20, 16 April 2023 by NeonWabbit (talk | contribs) (Created page with "Special treatment for navboxes on Minerva desktop (tablet): @media (min-width: 1000px) { .sistersitebox { font-size: 0.7em !important; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* Special treatment for navboxes on Minerva desktop (tablet) */
@media (min-width: 1000px) {
	.sistersitebox {
		font-size: 0.7em !important;
	}
}