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.skin-citizen-dark {
--background-color-dp-00: #111111;
--background-color-dp-08: #222222;
--background-color-overlay: rgba(9, 10, 12, 0.95)
}
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;
}