MediaWiki:Common.css

Revision as of 01:50, 18 February 2026 by MikeParker (talk | contribs)

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.
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	/* Language box - prevent overlapping title on mobile */
	.languageBox {
		position: static !important;
		float: none !important;
		margin: 10px 0 !important;
		display: inline-block !important;
		z-index: auto !important;
	}

	.languageBox a:hover {
		color: #7BB375 !important;
	}

	.portlet ul li a:hover {
		color: #7BB375 !important;
	}	
}