MediaWiki:Common.css: Difference between revisions

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


#p-logo a {
/*  visualClear CSS class definition for SocialProfile extension
  background-size: contain !important;
    because Vector does not include the definition anymore; see
  background-repeat: no-repeat !important;
    https://phabricator.wikimedia.org/T328235 and
  height: 100% !important;
    https://phabricator.wikimedia.org/T287962 */
  width: 100% !important;
.visualClear {
  display: block;
clear: both;
}
}

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