MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
#content, #mw-head, #mw-panel, #p-navigation { | html, body { | ||
background-color: #0b0b0b !important; | |||
color: #ececec !important; | |||
} | |||
#content, #mw-head, #mw-panel, #p-navigation, .vector-header, .vector-sticky-header, .vector-column-start { | |||
background-color: #0f0f0f !important; | background-color: #0f0f0f !important; | ||
border-color: #333 !important; | border-color: #333 !important; | ||
} | } | ||
.vector-menu-portal, .vector-menu-heading { | |||
background-image: none !important; | |||
color: #ffcc00 !important; | |||
} | |||
.vector-menu-tabs, .vector-menu-tabs li { | |||
background-image: none !important; | |||
background-color: #222 !important; | |||
border-color: #333 !important; | |||
} | |||
.vector-menu-tabs li a { | |||
color: #ececec !important; | |||
} | |||
.vector-menu-tabs .selected { | |||
background-color: #1a1a1a !important; | |||
border-bottom: 2px solid #ffcc00 !important; | |||
} | |||
.mp-box { | .mp-box { | ||
background: #1e1f22; | |||
border: 1px solid #2b2d31; | |||
border-radius: 8px; | |||
padding: 15px; | |||
overflow: hidden; | |||
margin-bottom: 20px; | |||
} | } | ||
.small-text-row .pi-data-label { | .small-text-row .pi-data-label, .pi-data-label { | ||
font-size: 11px !important; | font-size: 11px !important; | ||
line-height: 1.1 !important; | line-height: 1.1 !important; | ||
padding-right: 5px !important; | padding-right: 5px !important; | ||
color: #888 !important; | |||
} | } | ||
.small-text-row .pi-data-value, .pi-data-value { | |||
.small-text-row .pi-data-value { | |||
font-size: 12px !important; | font-size: 12px !important; | ||
font-weight: bold; | font-weight: bold; | ||
color: #fff !important; | |||
} | } | ||
.mp-title { | .mp-title { | ||
text-align: center; | |||
font-size: 18px; | |||
font-weight: bold; | |||
margin-bottom: 10px; | |||
color: #ffcc00; | |||
} | } | ||
.mp-title img { | .mp-title img { | ||
max-width: 100%; | |||
height: auto; | |||
display: block; | |||
margin: 0 auto; | |||
} | } | ||
.mp-content { | .mp-content { | ||
padding: 15px; | |||
background: transparent !important; | |||
color: #fff; | |||
font-family: Arial, sans-serif; | |||
font-size: 14px; | |||
line-height: 1.5; | |||
} | } | ||
.mp-content img { | .mp-content img { | ||
display: block; | |||
max-width: 100%; | |||
height: auto; | |||
background: transparent; | |||
margin-bottom: 10px; | |||
} | } | ||
| Line 60: | Line 88: | ||
padding: 20px; | padding: 20px; | ||
text-align: center; | text-align: center; | ||
border-radius: | border-radius: 8px; | ||
margin-bottom: 20px; | |||
} | } | ||
.step-text { | .step-text { | ||
| Line 72: | Line 100: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
| Line 90: | Line 114: | ||
} | } | ||
.char-slider-container::-webkit-scrollbar, .wds-tabs__wrapper::-webkit-scrollbar { | |||
.char-slider-container::-webkit-scrollbar { | |||
height: 8px; | height: 8px; | ||
} | } | ||
.char-slider-container::-webkit-scrollbar-thumb { | |||
.char-slider-container::-webkit-scrollbar-thumb, .wds-tabs__wrapper::-webkit-scrollbar-thumb { | |||
background: #555; | background: #555; | ||
border-radius: 10px; | border-radius: 10px; | ||
} | } | ||
.char-card { | .char-card { | ||
| Line 112: | Line 135: | ||
.char-card:hover { | .char-card:hover { | ||
transform: translateY(-5px); | transform: translateY(-5px); | ||
border-color: # | border-color: #ffcc00; | ||
} | } | ||
| Line 127: | Line 150: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
} | } | ||
.wds-tabs__wrapper { | |||
.tabber-wrapper, .wds-tabs__wrapper { | |||
margin-bottom: 10px !important; | |||
overflow-x: auto !important; | overflow-x: auto !important; | ||
overflow-y: hidden !important; | overflow-y: hidden !important; | ||
| Line 137: | Line 162: | ||
display: flex !important; | display: flex !important; | ||
flex-wrap: nowrap !important; | flex-wrap: nowrap !important; | ||
} | } | ||
| Line 153: | Line 167: | ||
background-color: #1a1a1a; | background-color: #1a1a1a; | ||
border: 2px solid #333333; | border: 2px solid #333333; | ||
border-radius: | border-radius: 8px; | ||
width: 100%; | width: 100%; | ||
max-width: 450px; | max-width: 450px; | ||
| Line 161: | Line 175: | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.movebox-header { | .movebox-header { | ||
| Line 190: | Line 203: | ||
flex: 1; | flex: 1; | ||
padding: 8px; | padding: 8px; | ||
text- | text- | ||
Revision as of 01:06, 25 April 2026
html, body {
background-color: #0b0b0b !important;
color: #ececec !important;
}
#content, #mw-head, #mw-panel, #p-navigation, .vector-header, .vector-sticky-header, .vector-column-start {
background-color: #0f0f0f !important;
border-color: #333 !important;
}
.vector-menu-portal, .vector-menu-heading {
background-image: none !important;
color: #ffcc00 !important;
}
.vector-menu-tabs, .vector-menu-tabs li {
background-image: none !important;
background-color: #222 !important;
border-color: #333 !important;
}
.vector-menu-tabs li a {
color: #ececec !important;
}
.vector-menu-tabs .selected {
background-color: #1a1a1a !important;
border-bottom: 2px solid #ffcc00 !important;
}
.mp-box {
background: #1e1f22;
border: 1px solid #2b2d31;
border-radius: 8px;
padding: 15px;
overflow: hidden;
margin-bottom: 20px;
}
.small-text-row .pi-data-label, .pi-data-label {
font-size: 11px !important;
line-height: 1.1 !important;
padding-right: 5px !important;
color: #888 !important;
}
.small-text-row .pi-data-value, .pi-data-value {
font-size: 12px !important;
font-weight: bold;
color: #fff !important;
}
.mp-title {
text-align: center;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
color: #ffcc00;
}
.mp-title img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
.mp-content {
padding: 15px;
background: transparent !important;
color: #fff;
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 1.5;
}
.mp-content img {
display: block;
max-width: 100%;
height: auto;
background: transparent;
margin-bottom: 10px;
}
.step-container {
background: #1e1e1e;
border: 2px solid #3c3c3c;
padding: 20px;
text-align: center;
border-radius: 8px;
margin-bottom: 20px;
}
.step-text {
margin-top: 15px;
font-size: 1.1em;
color: #ececec;
line-height: 1.5;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.char-slider-container {
display: flex;
overflow-x: auto;
gap: 15px;
padding: 20px;
background: #1e1e1e;
border: 2px solid #3c3c3c;
border-radius: 8px;
scrollbar-width: thin;
scrollbar-color: #555 #1e1e1e;
}
.char-slider-container::-webkit-scrollbar, .wds-tabs__wrapper::-webkit-scrollbar {
height: 8px;
}
.char-slider-container::-webkit-scrollbar-thumb, .wds-tabs__wrapper::-webkit-scrollbar-thumb {
background: #555;
border-radius: 10px;
}
.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: #ffcc00;
}
.char-card img {
max-width: 100%;
height: auto;
border-radius: 2px;
}
.char-name {
margin-top: 10px;
font-weight: bold;
color: #fff;
font-size: 0.9em;
}
.tabber-wrapper, .wds-tabs__wrapper {
margin-bottom: 10px !important;
overflow-x: auto !important;
overflow-y: hidden !important;
display: block !important;
padding-bottom: 5px;
}
.wds-tabs {
display: flex !important;
flex-wrap: nowrap !important;
}
.movebox-container {
background-color: #1a1a1a;
border: 2px solid #333333;
border-radius: 8px;
width: 100%;
max-width: 450px;
margin: 10px 0;
color: #ffffff;
font-family: sans-serif;
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;
letter-spacing: 1px;
}
.movebox-image {
background-color: #000000;
padding: 5px;
text-align: center;
}
.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-