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
mNo edit summary
Line 23: Line 23:


#footer-places {
#footer-places {
    display: none !important;
}
#footer-poweredbyico {
     display: none !important;
     display: none !important;
}
}

Revision as of 23:05, 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 {
    clip-path: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3CclipPath id='discord-blob' clipPathUnits='objectBoundingBox'%3E%3Cpath d='M0 0.4364C0 0.2836 0 0.2073 0.0297 0.1489C0.0559 0.0976 0.0976 0.0559 0.1489 0.0297C0.2073 0 0.2836 0 0.4364 0H0.5636C0.7164 0 0.7928 0 0.8511 0.0297C0.9024 0.0559 0.9441 0.0976 0.9703 0.1489C1 0.2073 1 0.2836 1 0.4364V0.5636C1 0.7164 1 0.7928 0.9703 0.8511C0.9441 0.9024 0.9024 0.9441 0.8511 0.9703C0.7928 1 0.7164 1 0.5636 1H0.4364C0.2836 1 0.2073 1 0.1489 0.9703C0.0976 0.9441 0.0559 0.9024 0.0297 0.8511C0 0.7928 0 0.7164 0 0.5636V0.4364Z'/%3E%3C/clipPath%3E%3C/svg%3E#discord-blob");
}

.citizen-drawer__logo img {
    clip-path: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3CclipPath id='discord-blob' clipPathUnits='objectBoundingBox'%3E%3Cpath d='M0 0.4364C0 0.2836 0 0.2073 0.0297 0.1489C0.0559 0.0976 0.0976 0.0559 0.1489 0.0297C0.2073 0 0.2836 0 0.4364 0H0.5636C0.7164 0 0.7928 0 0.8511 0.0297C0.9024 0.0559 0.9441 0.0976 0.9703 0.1489C1 0.2073 1 0.2836 1 0.4364V0.5636C1 0.7164 1 0.7928 0.9703 0.8511C0.9441 0.9024 0.9024 0.9441 0.8511 0.9703C0.7928 1 0.7164 1 0.5636 1H0.4364C0.2836 1 0.2073 1 0.1489 0.9703C0.0976 0.9441 0.0559 0.9024 0.0297 0.8511C0 0.7928 0 0.7164 0 0.5636V0.4364Z'/%3E%3C/clipPath%3E%3C/svg%3E#discord-blob");
}

#footer-places {
    display: none !important;
}

#footer-poweredbyico {
    display: none !important;
}