MediaWiki:Common.css
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
:root, html, body, .citizen-theme-light, .citizen-theme-auto {
--color-bg-page: #000000 !important;
--color-bg-canvas: #000000 !important;
--color-bg-surface: #1e1f22 !important;
--color-bg-content: #1e1f22 !important;
--color-text-base: #e6e6e6 !important;
--color-text-heading: #ffffff !important;
--color-primary: #a862ea !important;
--color-border-base: #333333 !important;
--color-bg-header: #121212 !important;
}
body {
background-color: #000000 !important;
background-image: url('https://static.wikia.nocookie.net/jcraft/images/b/bc/Wiki-background/revision/latest') !important;
background-attachment: fixed !important;
background-size: cover !important;
background-position: center top !important;
font-family: 'Rubik', sans-serif !important;
color: #e6e6e6 !important;
}
#mw-content-container, .citizen-page-container {
background: transparent !important;
}
.citizen-page-container {
background-color: rgba(30, 31, 34, 0.96) !important;
max-width: 1100px !important;
margin: 40px auto !important;
border-radius: 8px !important;
padding: 40px !important;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
border: 1px solid #2b2d31 !important;
}
.citizen-header, #mw-head, .mw-header {
background-color: rgba(18, 18, 18, 0.95) !important;
border-bottom: 1px solid #333 !important;
backdrop-filter: blur(10px);
}
.firstHeading, .citizen-page-header__title {
font-size: 32px !important;
font-weight: 700 !important;
color: #fff !important;
border-bottom: 1px solid #444 !important;
}
h2 {
font-size: 24px !important;
font-weight: 600 !important;
color: #fff !important;
border-bottom: 1px solid #a862ea !important;
}
a {
color: #a862ea !important;
}
.mp-box {
background: #1e1f22 !important;
border: 1px solid #2b2d31 !important;
color: #fff !important;
}
.movebox-container {
background-color: #1a1a1a !important;
border: 2px solid #333333 !important;
color: #ffffff !important;
}
.movebox-header {
background-color: #111111 !important;
}
.char-slider-container {
background: #1e1e1e !important;
border: 2px solid #3c3c3c !important;
}
.char-card {
background: #2a2a2a !important;
}
.portable-infobox {
background-color: #1a1a1b !important;
border: 1px solid #a862ea !important;
}
.pi-header {
background-color: #a862ea !important;
color: #fff !important;
}
.wikitable {
background-color: #2b2d31 !important;
color: #fff !important;
border: 1px solid #444 !important;
}
.wikitable th {
background-color: #1e1f22 !important;
color: #a862ea !important;
}
.citizen-footer, #footer {
background-color: #121212 !important;
border-top: 2px solid #a862ea !important;
}
.citizen-ui-icon, .mw-ui-icon, .citizen-hamburger-icon {
filter: invert(1) !important;
}
.citizen-drawer, .citizen-menu {
background-color: #121212 !important;
color: #fff !important;
}
textarea, input {
background-color: #2d2d2d !important;
color: #fff !important;
border: 1px solid #444 !important;
}