MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
.citizen-footer__sitetitle .mw-logo-wordmark { | .citizen-footer__sitetitle .mw-logo-wordmark { | ||
display: none; | display: none; | ||
} | |||
#citizen-drawer__card > div > header > div > div.mw-logo-wordmark { | |||
content: "OpenFront Wiki Project"; | |||
} | } | ||
Revision as of 14:33, 16 November 2025
/* All CSS here will be loaded for users of the Citizen skin */
.skin-citizen-light #footer-icons a {
filter: invert(1) hue-rotate(180deg);
}
/* Hide Site Title */
.citizen-footer__sitetitle .mw-logo-wordmark {
display: none;
}
#citizen-drawer__card > div > header > div > div.mw-logo-wordmark {
content: "OpenFront Wiki Project";
}