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
Initial customization
 
mNo edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
body {
body {
     background:
     background:
Line 11: Line 10:


.mw-body,
.mw-body,
.mw-page-container,
.citizen-body-container,
.citizen-page {
.citizen-page {
     background-color: rgba(18, 18, 18, 0.85);
     background-color: rgba(10, 12, 16, 0.72);
     backdrop-filter: blur(2px);
     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);
    backdrop-filter: blur(4px);
    border-radius: 12px;
}