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'); | |||
body { | body { | ||
background-color: # | 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; | color: #e6e6e6 !important; | ||
} | } | ||
.citizen-page-container { | |||
background-color: | background-color: rgba(30, 31, 34, 0.96) !important; | ||
max-width: 1100px !important; | |||
border: | margin: 40px auto !important; | ||
box-shadow: | 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 | .citizen-header, #mw-head { | ||
background-color: | background-color: rgba(18, 18, 18, 0.95) !important; | ||
border-bottom: 1px solid #333 !important; | border-bottom: 1px solid #333 !important; | ||
backdrop-filter: blur(10px); | |||
} | } | ||
. | .firstHeading { | ||
font-size: 32px !important; | |||
font-weight: 700 !important; | |||
color: #fff !important; | color: #fff !important; | ||
border- | border-bottom: 1px solid #444 !important; | ||
margin-bottom: 20px !important; | |||
padding-bottom: 10px !important; | |||
} | } | ||
h2 { | |||
font-size: 24px !important; | |||
border- | font-weight: 600 !important; | ||
color: #fff !important; | |||
border-bottom: 1px solid #a862ea !important; | |||
padding-bottom: 5px !important; | |||
margin-top: 30px !important; | |||
} | } | ||
a { | a { | ||
color: #a862ea !important; | color: #a862ea !important; | ||
font-weight: 500; | |||
} | } | ||
a: | a:hover { | ||
color: # | text-decoration: underline !important; | ||
color: #c496f2 !important; | |||
} | } | ||
a.new { | a.new { | ||
color: #ff4545 !important; | color: #ff4545 !important; | ||
} | } | ||
.mp-box { | .mp-box { | ||
background: #1e1f22; | |||
border: 1px solid #2b2d31; | |||
border-radius: 8px; | |||
padding: 15px; | |||
overflow: hidden; | |||
margin-bottom: 20px; | |||
} | } | ||
.mp-title { | .mp-title { | ||
text-align: center; | |||
font-size: 18px; | |||
font-weight: bold; | |||
margin-bottom: 10px; | |||
} | } | ||
.mp-content { | .mp-content { | ||
padding: 15px; | |||
background: transparent !important; | |||
color: #fff; | |||
font-size: 14px; | |||
line-height: 1.5; | |||
} | } | ||
.movebox-container { | .movebox-container { | ||
background-color: #1a1a1a; | background-color: #1a1a1a; | ||
border: 2px solid #333333; | border: 2px solid #333333; | ||
border-radius: 4px; | border-radius: 4px; | ||
width: 100%; | width: 100%; | ||
| Line 103: | Line 91: | ||
margin: 10px 0; | margin: 10px 0; | ||
color: #ffffff; | color: #ffffff; | ||
overflow: hidden; | |||
} | } | ||
.movebox-header { | .movebox-header { | ||
background-color: #111111; | background-color: #111111; | ||
padding: 10px; | padding: 10px; | ||
font-weight: bold; | |||
font-size: 1.2em; | |||
text-align: center; | |||
border-bottom: 2px solid #333333; | border-bottom: 2px solid #333333; | ||
text-transform: uppercase; | |||
} | } | ||
| Line 121: | Line 114: | ||
flex: 1; | flex: 1; | ||
padding: 8px; | padding: 8px; | ||
text-align: center; | |||
border-right: 1px solid #333333; | border-right: 1px solid #333333; | ||
} | } | ||
. | .movebox-stat-label { | ||
display: block; | |||
font-size: 0.75em; | |||
color: #888888; | |||
text-transform: uppercase; | |||
} | } | ||
.char-slider-container { | |||
display: flex; | |||
overflow-x: auto; | |||
gap: 15px; | |||
padding: 20px; | |||
background: #1e1e1e; | |||
border: 2px solid #3c3c3c; | |||
border-radius: 8px; | |||
} | } | ||
. | .char-card { | ||
flex: 0 0 200px; | |||
text-align: center; | |||
background: #2a2a2a; | |||
border-radius: | border: 1px solid #444; | ||
padding: 10px; | |||
border-radius: 4px; | |||
transition: transform 0.2s; | |||
} | } | ||
.char-card:hover { | |||
transform: translateY(-5px); | |||
border-color: #ff0000; | |||
color: # | |||
} | } | ||
.wds-tabs__wrapper { | |||
overflow-x: auto !important; | |||
display: block !important; | |||
padding-bottom: 5px; | |||
border-bottom: 2px solid #a862ea !important; | border-bottom: 2px solid #a862ea !important; | ||
} | } | ||
. | .wds-tabs { | ||
display: flex !important; | |||
} | |||
.step-container { | |||
background: #1e1e1e; | |||
border: 2px solid #3c3c3c; | |||
padding: 20px; | |||
text-align: center; | |||
border-radius: 4px; | |||
} | |||
.portable-infobox { | |||
background-color: #1a1a1b !important; | background-color: #1a1a1b !important; | ||
border: 1px solid #a862ea !important; | border: 1px solid #a862ea !important; | ||
border-radius: 4px; | |||
float: right; | float: right; | ||
width: 300px; | width: 300px; | ||
margin | margin: 0 0 20px 20px; | ||
} | } | ||
| Line 169: | Line 181: | ||
background-color: #a862ea !important; | background-color: #a862ea !important; | ||
color: #fff !important; | color: #fff !important; | ||
font-weight: | font-weight: 700; | ||
text-align: center; | text-align: center; | ||
padding: | padding: 8px; | ||
} | } | ||
. | .wikitable { | ||
border | background-color: #2b2d31 !important; | ||
border: 1px solid #444 !important; | |||
color: #fff !important; | |||
padding: | } | ||
.wikitable th { | |||
background-color: #1e1f22 !important; | |||
color: #a862ea !important; | |||
} | |||
.citizen-footer, #footer { | |||
background-color: #121212 !important; | |||
margin-top: 40px !important; | |||
padding: 40px !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; | |||
border-right: 1px solid #333 !important; | |||
} | } | ||
textarea, input { | |||
color: # | background-color: #2d2d2d !important; | ||
color: #fff !important; | |||
border: 1px solid #444 !important; | |||
} | } | ||
Revision as of 04:38, 25 April 2026
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
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;
}
.citizen-header, #mw-head {
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;
margin-bottom: 20px !important;
padding-bottom: 10px !important;
}
h2 {
font-size: 24px !important;
font-weight: 600 !important;
color: #fff !important;
border-bottom: 1px solid #a862ea !important;
padding-bottom: 5px !important;
margin-top: 30px !important;
}
a {
color: #a862ea !important;
font-weight: 500;
}
a:hover {
text-decoration: underline !important;
color: #c496f2 !important;
}
a.new {
color: #ff4545 !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-size: 14px;
line-height: 1.5;
}
.movebox-container {
background-color: #1a1a1a;
border: 2px solid #333333;
border-radius: 4px;
width: 100%;
max-width: 450px;
margin: 10px 0;
color: #ffffff;
overflow: hidden;
}
.movebox-header {
background-color: #111111;
padding: 10px;
font-weight: bold;
font-size: 1.2em;
text-align: center;
border-bottom: 2px solid #333333;
text-transform: uppercase;
}
.movebox-stats {
display: flex;
background-color: #222222;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
}
.movebox-stat-item {
flex: 1;
padding: 8px;
text-align: center;
border-right: 1px solid #333333;
}
.movebox-stat-label {
display: block;
font-size: 0.75em;
color: #888888;
text-transform: uppercase;
}
.char-slider-container {
display: flex;
overflow-x: auto;
gap: 15px;
padding: 20px;
background: #1e1e1e;
border: 2px solid #3c3c3c;
border-radius: 8px;
}
.char-card {
flex: 0 0 200px;
text-align: center;
background: #2a2a2a;
border: 1px solid #444;
padding: 10px;
border-radius: 4px;
transition: transform 0.2s;
}
.char-card:hover {
transform: translateY(-5px);
border-color: #ff0000;
}
.wds-tabs__wrapper {
overflow-x: auto !important;
display: block !important;
padding-bottom: 5px;
border-bottom: 2px solid #a862ea !important;
}
.wds-tabs {
display: flex !important;
}
.step-container {
background: #1e1e1e;
border: 2px solid #3c3c3c;
padding: 20px;
text-align: center;
border-radius: 4px;
}
.portable-infobox {
background-color: #1a1a1b !important;
border: 1px solid #a862ea !important;
border-radius: 4px;
float: right;
width: 300px;
margin: 0 0 20px 20px;
}
.pi-header {
background-color: #a862ea !important;
color: #fff !important;
font-weight: 700;
text-align: center;
padding: 8px;
}
.wikitable {
background-color: #2b2d31 !important;
border: 1px solid #444 !important;
color: #fff !important;
}
.wikitable th {
background-color: #1e1f22 !important;
color: #a862ea !important;
}
.citizen-footer, #footer {
background-color: #121212 !important;
margin-top: 40px !important;
padding: 40px !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;
border-right: 1px solid #333 !important;
}
textarea, input {
background-color: #2d2d2d !important;
color: #fff !important;
border: 1px solid #444 !important;
}