Jump to content

MediaWiki:Common.css: Difference between revisions

From V2_Wiki
Created page with "CSS placed here will be applied to all skins: Make the top-left logo bigger (Vector 2022): .skin-vector .mw-logo-icon { width: 120px !important; tweak size as you like: height: auto !important; } Hide the site name text next to the logo (Vector 2022): .skin-vector .mw-logo-wordmark, .skin-vector .mw-logo-tagline { display: none !important; }"
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Make the top-left logo bigger (Vector 2022) */
/* titel/slagzin verbergen */
.skin-vector .mw-logo-icon {
    width: 120px !important;  /* tweak size as you like */
    height: auto !important;
}
 
/* Hide the site name text next to the logo (Vector 2022) */
.skin-vector .mw-logo-wordmark,
.skin-vector .mw-logo-wordmark,
.skin-vector .mw-logo-tagline {
.skin-vector .mw-logo-tagline {
     display: none !important;
     display: none !important;
}
}

Latest revision as of 10:07, 9 September 2025

/* CSS placed here will be applied to all skins */

/* titel/slagzin verbergen */
.skin-vector .mw-logo-wordmark,
.skin-vector .mw-logo-tagline {
    display: none !important;
}