MediaWiki:Common.css: Difference between revisions

From Formula One Wiki
Jump to navigation Jump to search
m
m
(13 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 */
 
#p-logo {
.skin-minerva.page-Main_Page #firstHeading {
  height: 80px !important;
    display: none;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
}


/* Force logo image resize */
/* visualClear CSS class definition for SocialProfile extension
#p-logo a {
    because Vector does not include the definition anymore; see
  display: block !important;
    https://phabricator.wikimedia.org/T328235 and
  height: 80px !important;
    https://phabricator.wikimedia.org/T287962 */
  width: 135px !important;
.visualClear {
  background-size: contain !important;
clear: both;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  margin: 0 !important;
  padding: 0 !important;
}
}

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;
}