MediaWiki:Common.css: Difference between revisions

m
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Force container size */
 
/* Remove the "Formula One Wiki is made by people like you" stats box */
.skin-minerva.page-Main_Page #firstHeading {
.mw-createacct-benefits-container {
    display: none;
  display: none !important;
}
 
/* visualClear CSS class definition for SocialProfile extension
    because Vector does not include the definition anymore; see
    https://phabricator.wikimedia.org/T328235 and
    https://phabricator.wikimedia.org/T287962 */
.visualClear {
clear: both;
}
}

Latest revision as of 17:02, 21 September 2025

/* CSS placed here will be applied to all skins */

.skin-minerva.page-Main_Page #firstHeading {
    display: none;
}

/*  visualClear CSS class definition for SocialProfile extension
    because Vector does not include the definition anymore; see
    https://phabricator.wikimedia.org/T328235 and 
    https://phabricator.wikimedia.org/T287962 */
.visualClear {
	clear: both;
}