MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap'); | ||
:root, .citizen-theme-light, .citizen-theme-auto { | |||
--color-bg-page: #000000 !important; | |||
--color-bg-canvas: #121212 !important; | |||
--color-bg-surface: #1e1f22 !important; | |||
--color-text-base: #e6e6e6 !important; | |||
--color-text-heading: #ffffff !important; | |||
--color-primary: #a862ea !important; | |||
--color-border-base: #333333 !important; | |||
} | |||
body { | body { | ||
| Line 19: | Line 29: | ||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important; | box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important; | ||
border: 1px solid #2b2d31 !important; | border: 1px solid #2b2d31 !important; | ||
color: #e6e6e6 !important; | |||
} | } | ||
.citizen-header, #mw-head { | .citizen-header, #mw-head, .mw-header { | ||
background-color: rgba(18, 18, 18, 0.95) !important; | background-color: rgba(18, 18, 18, 0.95) !important; | ||
border-bottom: 1px solid #333 !important; | border-bottom: 1px solid #333 !important; | ||
| Line 32: | Line 43: | ||
color: #fff !important; | color: #fff !important; | ||
border-bottom: 1px solid #444 !important; | border-bottom: 1px solid #444 !important; | ||
} | } | ||
| Line 41: | Line 50: | ||
color: #fff !important; | color: #fff !important; | ||
border-bottom: 1px solid #a862ea !important; | border-bottom: 1px solid #a862ea !important; | ||
} | } | ||
a { | a { | ||
color: #a862ea !important; | color: #a862ea !important; | ||
} | } | ||
.mp-box { | .mp-box { | ||
background: #1e1f22; | background: #1e1f22 !important; | ||
border: 1px solid #2b2d31 | border: 1px solid #2b2d31 !important; | ||
color: #fff !important; | |||
color: #fff | |||
} | } | ||
.movebox-container { | .movebox-container { | ||
background-color: #1a1a1a; | background-color: #1a1a1a !important; | ||
border: 2px solid #333333 | border: 2px solid #333333 !important; | ||
color: #ffffff !important; | |||
color: #ffffff | |||
} | } | ||
.movebox-header { | .movebox-header { | ||
background-color: #111111 | background-color: #111111 !important; | ||
} | } | ||
.movebox-stats { | .movebox-stats { | ||
background-color: #222222 !important; | |||
background-color: #222222 | |||
} | } | ||
.char-slider-container { | .char-slider-container { | ||
background: #1e1e1e !important; | |||
border: 2px solid #3c3c3c !important; | |||
background: #1e1e1e; | |||
border: 2px solid #3c3c3c | |||
} | } | ||
.char-card { | .char-card { | ||
background: #2a2a2a !important; | |||
border: 1px solid #444 !important; | |||
background: #2a2a2a; | |||
border: 1px solid #444 | |||
} | } | ||
.wds-tabs__wrapper { | .wds-tabs__wrapper { | ||
border-bottom: 2px solid #a862ea !important; | border-bottom: 2px solid #a862ea !important; | ||
} | } | ||
.step-container { | .step-container { | ||
background: #1e1e1e; | background: #1e1e1e !important; | ||
border: 2px solid #3c3c3c | border: 2px solid #3c3c3c !important; | ||
} | } | ||
| Line 172: | Line 98: | ||
background-color: #1a1a1b !important; | background-color: #1a1a1b !important; | ||
border: 1px solid #a862ea !important; | border: 1px solid #a862ea !important; | ||
} | } | ||
| Line 181: | Line 103: | ||
background-color: #a862ea !important; | background-color: #a862ea !important; | ||
color: #fff !important; | color: #fff !important; | ||
} | } | ||
.wikitable { | .wikitable { | ||
background-color: #2b2d31 !important; | background-color: #2b2d31 !important; | ||
color: #fff !important; | |||
border: 1px solid #444 !important; | border: 1px solid #444 !important; | ||
} | } | ||
| Line 199: | Line 118: | ||
.citizen-footer, #footer { | .citizen-footer, #footer { | ||
background-color: #121212 !important; | background-color: #121212 !important; | ||
border-top: 2px solid #a862ea !important; | border-top: 2px solid #a862ea !important; | ||
} | } | ||
| Line 210: | Line 127: | ||
.citizen-drawer, .citizen-menu { | .citizen-drawer, .citizen-menu { | ||
background-color: #121212 !important; | background-color: #121212 !important; | ||
color: #fff !important; | |||
} | } | ||
Revision as of 04:40, 25 April 2026
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
:root, .citizen-theme-light, .citizen-theme-auto {
--color-bg-page: #000000 !important;
--color-bg-canvas: #121212 !important;
--color-bg-surface: #1e1f22 !important;
--color-text-base: #e6e6e6 !important;
--color-text-heading: #ffffff !important;
--color-primary: #a862ea !important;
--color-border-base: #333333 !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;
}
.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;
color: #e6e6e6 !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 {
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;
}
.movebox-stats {
background-color: #222222 !important;
}
.char-slider-container {
background: #1e1e1e !important;
border: 2px solid #3c3c3c !important;
}
.char-card {
background: #2a2a2a !important;
border: 1px solid #444 !important;
}
.wds-tabs__wrapper {
border-bottom: 2px solid #a862ea !important;
}
.step-container {
background: #1e1e1e !important;
border: 2px solid #3c3c3c !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;
}