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.
body {
background-color: #121212 !important;
color: #e6e6e6 !important;
}
#content, .citizen-page-container, #mw-content-block {
background-color: #1e1e1e !important;
color: #e6e6e6 !important;
border: none !important;
box-shadow: none !important;
}
.citizen-header, #mw-head, .mw-header {
background-color: #121212 !important;
border-bottom: 1px solid #333 !important;
background-image: none !important;
}
.citizen-drawer, .citizen-menu, .citizen-popup, .mw-portlet, .vector-menu-content {
background-color: #121212 !important;
color: #fff !important;
border-color: #333 !important;
}
.citizen-page-footer, .citizen-footer, #footer {
background-color: #121212 !important;
border-top: 1px solid #333 !important;
color: #888 !important;
}
a {
color: #a862ea !important;
}
a:visited {
color: #8c4dbf !important;
}
a.new {
color: #ff4545 !important;
}
.firstHeading, .citizen-section-heading, h1, h2 {
color: #fff !important;
border-bottom: 1px solid #444 !important;
}
textarea, input, .citizen-search-input, #searchInput {
background-color: #2d2d2d !important;
color: #fff !important;
border: 1px solid #444 !important;
}
.wikitable {
background-color: #1e1e1e !important;
color: #fff !important;
border: 1px solid #444 !important;
}
.wikitable th {
background-color: #2d2d2d !important;
color: #fff !important;
}
.citizen-ui-icon, .mw-ui-icon, .citizen-hamburger-icon {
filter: invert(1) !important;
}
.citizen-page-tools, .citizen-page-actions, .citizen-table-of-contents {
background-color: #1e1e1e !important;
border: 1px solid #333 !important;
}
.mp-box {
background: #1e1f22;
border: 1px solid #2b2d31;
border-radius: 8px;
padding: 15px;
overflow: hidden;
margin-bottom: 20px;
}
.mp-title {
text-align: center;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.mp-content {
padding: 15px;
background: transparent !important;
color: #fff;
font-family: sans-serif;
}
.movebox-container {
background-color: #1a1a1a;
border: 2px solid #333333;
border-radius: 4px;
width: 100%;
max-width: 450px;
margin: 10px 0;
color: #ffffff;
}
.movebox-header {
background-color: #111111;
padding: 10px;
border-bottom: 2px solid #333333;
}
.movebox-stats {
display: flex;
background-color: #222222;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
}
.movebox-stat-item {
flex: 1;
padding: 8px;
border-right: 1px solid #333333;
}
.wds-tabs__wrapper, .tabbernav {
background: #121212 !important;
border-bottom: 2px solid #a862ea !important;
}
body {
background-color: #121212 !important;
background-image: url('https://static.wikia.nocookie.net/jcraft/images/b/bc/Wiki-background/revision/latest?cb=20230514193356') !important;
background-attachment: fixed !important;
background-size: cover !important;
}
.citizen-page-container {
max-width: 1200px !important;
margin: 0 auto !important;
background: rgba(30, 30, 30, 0.95) !important;
border-radius: 8px 8px 0 0 !important;
padding: 30px !important;
}
h1, h2, h3 {
font-family: 'Rubik', sans-serif !important;
text-transform: none !important;
letter-spacing: 0.5px !important;
color: #fff !important;
}
h2 {
border-bottom: 2px solid #a862ea !important;
padding-bottom: 5px !important;
margin-top: 1.5em !important;
}
.portable-infobox, .pi-background {
background-color: #1a1a1b !important;
border: 1px solid #a862ea !important;
float: right;
width: 300px;
margin-left: 20px;
margin-bottom: 20px;
border-radius: 4px;
}
.pi-header {
background-color: #a862ea !important;
color: #fff !important;
font-weight: bold;
text-align: center;
padding: 5px;
}
.pi-data {
border-bottom: 1px solid #333 !important;
display: flex;
justify-content: space-between;
padding: 8px;
font-size: 0.9em;
}
.pi-data-label {
color: #b3b3b3 !important;
font-weight: bold;
}