Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 21:03, 30 May 2025 by XPDG (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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* === Main Page Adjustments === */
.page-Main_Page .mw-side,
.page-Main_Page .firstHeading,
.page-Main_Page #siteSub {
	display: none !important;
}

/* === Footer Cleanup === */
#footer-places {
	display: none !important;
}

#footer-info {
	display: flex;
	flex-direction: column;
}

#footer-info-lastmod {
	order: 1;
}

#footer-info-viewcount {
	order: 2;
	width: 100%;
	float: none;
	clear: both;
	margin-top: 0.5em;
}

#footer-info-copyright {
	order: 3;
}

/* === Remove Citizen skin button styling from footer icons === */
#footer-icons .cdx-button {
	all: unset;
	display: inline-flex;
}

#footer-icons li a {
	margin-right: 16px;
}

#footer-icons li a:last-child {
	margin-right: 0;
}