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: Difference between revisions

MediaWiki interface page
Content deleted Content added
XPDG (talk | contribs)
No edit summary
XPDG (talk | contribs)
No edit summary
Line 11: Line 11:
margin: 0.8rem 20px;
margin: 0.8rem 20px;
padding: 0;
padding: 0;
}

/* Move footer sections into custom order */
#footer-info {
display: flex;
flex-direction: column;
}

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


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

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

Revision as of 20:28, 30 May 2025

/* CSS placed here will be applied to all skins */
/* Hide title and edit tools on main page */
.page-Star_Citizen_Wiki .mw-side,
.page-Star_Citizen_Wiki .firstHeading,
.page-Star_Citizen_Wiki #siteSub {
	display: none!important;
}

/* Force override until skin is updated */
.skin-citizen blockquote {
	margin: 0.8rem 20px;
	padding: 0;
}

/* Move footer sections into custom order */
#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;
}