Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:


.mw-logo-icon {
.mw-logo-icon {
   height: 550px;
   height: 155px;
   width: 550px;
   width: 155px;
}
}

Latest revision as of 12:21, 15 August 2025

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

/* Hide Logo-Wordmark and -Tagline */
.mw-logo-container { 
display: none;
}


.mw-logo-icon {
  height: 155px;
  width: 155px;
}