Toggle 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
No edit summary
No edit summary
Line 12: Line 12:
     background-size: contain !important;
     background-size: contain !important;
     background-repeat: no-repeat !important;
     background-repeat: no-repeat !important;
}
.citizen-header__logo img {
    border-radius: 12px;
}
}

Revision as of 14:30, 3 April 2026

/* CSS placed here will be applied to all skins */
#siteSub {
    display: none !important;
}

#ca-talk, #ca-addsection, #pt-mytalk, #t-emailuser {
    display: none !important;
}

.citizen-typeahead-list-item-image {
    background-color: transparent !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.citizen-header__logo img {
    border-radius: 12px;
}