Want to contribute? Join the Discord and ask for the editor role.
MediaWiki:Citizen.css
MediaWiki interface page
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
:root {
--background-color-overlay: rgba(255,255,255,0.92)
}
:root.skin-citizen-dark {
--background-color-dp-00: #171a1d;
--background-color-dp-01: #222629;
--background-color-dp-03: #292d31;
--background-color-dp-04: #25282b;
--background-color-dp-06: #292c2e;
--background-color-dp-08: #25282b;
--background-color-dp-12: #35393c;
--background-color-dp-24: #25282b;
--background-color-overlay: rgba(9, 10, 12, 0.95);
--background-color-overlay--lighter: rgba(9, 10, 12, 0.6);
--background-color-framed--active: #171a1d;
--background-color-framed--hover: #292d31;
--background-color-framed: #222629;
--color-link: #5b8ad6;
}
html {
background: linear-gradient(0, var(--background-color-overlay), var(--background-color-overlay)), url(https://minecraft.rtgame.co.uk/assets/images/bg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
body {
background: none;
}
.last-modified-bar {
background: #1f2428;
}
.mw-footer {
background-color: var(--background-color-dp-00);
}
#footer-bottom {
background-color: #111416;
}
.mwe-popups .mwe-popups-container {
background-color: transparent;
}