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

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
mNo edit summary
mNo edit summary
Line 14: Line 14:
.citizen-page {
.citizen-page {
     background-color: rgba(10, 12, 16, 0.72);
     background-color: rgba(10, 12, 16, 0.72);
    backdrop-filter: blur(4px);
     border-radius: 12px;
     border-radius: 12px;
}
}

Revision as of 02:25, 10 January 2026

body {
    background:
        linear-gradient(
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.65)
        ),
        url("/resources/assets/agna.png") no-repeat center center fixed;
    background-size: cover;
}

.mw-body,
.mw-page-container,
.citizen-body-container,
.citizen-page {
    background-color: rgba(10, 12, 16, 0.72);
    border-radius: 12px;
}