MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
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); | ||
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;
}