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 10: Line 10:


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

Revision as of 02:26, 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 {
    background-color: rgba(10, 12, 16, 0.1);
    border-radius: 12px;
}