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
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: 150;
  width: 150;
}

Revision as of 12:12, 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: 150;
  width: 150;
}