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 { | :root, html, body, .citizen-theme-light, .citizen-theme-auto { | ||
--color-bg-page: #000000 !important; | --color-bg-page: #000000 !important; | ||
--color-bg-canvas: # | --color-bg-canvas: #000000 !important; | ||
--color-bg-surface: #1e1f22 !important; | --color-bg-surface: #1e1f22 !important; | ||
--color-bg-content: #1e1f22 !important; | |||
--color-text-base: #e6e6e6 !important; | --color-text-base: #e6e6e6 !important; | ||
--color-text-heading: #ffffff !important; | --color-text-heading: #ffffff !important; | ||
--color-primary: #a862ea !important; | --color-primary: #a862ea !important; | ||
--color-border-base: #333333 !important; | --color-border-base: #333333 !important; | ||
--color-bg-header: #121212 !important; | |||
} | } | ||
| Line 19: | Line 21: | ||
font-family: 'Rubik', sans-serif !important; | font-family: 'Rubik', sans-serif !important; | ||
color: #e6e6e6 !important; | color: #e6e6e6 !important; | ||
} | |||
#mw-content-container, .citizen-page-container { | |||
background: transparent !important; | |||
} | } | ||
| Line 29: | Line 35: | ||
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; | ||
} | } | ||
| Line 38: | Line 43: | ||
} | } | ||
.firstHeading { | .firstHeading, .citizen-page-header__title { | ||
font-size: 32px !important; | font-size: 32px !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
| Line 70: | Line 75: | ||
.movebox-header { | .movebox-header { | ||
background-color: #111111 !important; | background-color: #111111 !important; | ||
} | } | ||
| Line 83: | Line 84: | ||
.char-card { | .char-card { | ||
background: #2a2a2a !important; | background: #2a2a2a !important; | ||
} | } | ||
Revision as of 04:42, 25 April 2026
@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;
}