Jump to content

MediaWiki:Common.css: Difference between revisions

From EZServer Wiki
Created page with "CSS placed here will be applied to all skins: Hide site title text next to logo: .mw-logo-wordmark, .mw-logo-tagline { display: none !important; } Make the logo image bigger: .mw-logo-icon { max-height: 120px !important; width: auto !important; }"
 
(No difference)

Latest revision as of 05:32, 7 October 2025

/* CSS placed here will be applied to all skins */
/* Hide site title text next to logo */
.mw-logo-wordmark,
.mw-logo-tagline {
  display: none !important;
}

/* Make the logo image bigger */
.mw-logo-icon {
  max-height: 120px !important;
  width: auto !important;
}