MediaWiki:Minerva.css: Difference between revisions

From Formula One Wiki
Jump to navigation Jump to search
Formula (talk | contribs) (Created page with "→‎All CSS here will be loaded for users of the MinervaNeue skin: →‎Hide text site name: .minerva-header .branding-box .site-brand { display: none; } →‎Inject logo image: .minerva-header .branding-box { background-size: contain; background-repeat: no-repeat; background-position: center; height: 48px; →‎Increase if logo is tall: }")
(No difference)

Revision as of 09:02, 5 August 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */

/* Hide text site name */
.minerva-header .branding-box .site-brand {
  display: none;
}

/* Inject logo image */
.minerva-header .branding-box {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 48px; /* Increase if logo is tall */
}