Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
mNo edit summary
mNo edit summary
Line 3: Line 3:
     width: 85px !important;  /* Adjust size */
     width: 85px !important;  /* Adjust size */
     height: 85px !important;
     height: 85px !important;
}
.citizen-header__logo {
    display: none !important;
}
}

Revision as of 03:43, 27 July 2026

/* CSS placed here will be applied to all skins */
.mw-logo-icon {
    width: 85px !important;  /* Adjust size */
    height: 85px !important;
}
.citizen-header__logo {
    display: none !important;
}