Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Wiki
Created page with "All CSS here will be loaded for users of the Vector skin: Hide Logo-Wordmark and -Tagline: .mw-logo-container { display: none; !important}"
 
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:


/* Hide Logo-Wordmark and -Tagline */
/* Hide Logo-Wordmark and -Tagline */
.mw-logo-container { display: none; !important}
.mw-logo-container {  
display: none;
}
 
 
.mw-logo-icon {
  height: 155px;
  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;
}