Jump to content

MediaWiki:Common.css: Difference between revisions

From V2_Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Vergroot het pictogram in de header (Vector 2022) */
.skin-vector .mw-logo-icon {
    width: 120px !important;
    height: auto !important;
}
/* (Je had dit al) titel/slagzin verbergen */
.skin-vector .mw-logo-wordmark,
.skin-vector .mw-logo-tagline {
    display: none !important;
}

Revision as of 10:02, 9 September 2025

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

/* Vergroot het pictogram in de header (Vector 2022) */
.skin-vector .mw-logo-icon {
    width: 120px !important;
    height: auto !important;
}

/* (Je had dit al) titel/slagzin verbergen */
.skin-vector .mw-logo-wordmark,
.skin-vector .mw-logo-tagline {
    display: none !important;
}