Jump to content

MediaWiki:Common.css: Difference between revisions

From V2_Wiki
No edit summary
No edit summary
 
(One intermediate revision 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 */


/* Vergroot het pictogram in de header (Vector 2022) */
/* titel/slagzin verbergen */
.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-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;
}