MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
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; | |||
color: # | |||
} | } | ||
. | 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; | |||
. | |||
background: # | |||
border | |||
} | } | ||
. | .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; | |||
} | } | ||
| Line 154: | Line 103: | ||
margin: 10px 0; | margin: 10px 0; | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
| Line 161: | Line 108: | ||
background-color: #111111; | background-color: #111111; | ||
padding: 10px; | padding: 10px; | ||
border-bottom: 2px solid #333333; | border-bottom: 2px solid #333333; | ||
} | } | ||
| Line 185: | Line 121: | ||
flex: 1; | flex: 1; | ||
padding: 8px; | padding: 8px; | ||
border-right: 1px solid #333333; | border-right: 1px solid #333333; | ||
} | } | ||
. | .wds-tabs__wrapper, .tabbernav { | ||
background: #121212 !important; | |||
border-bottom: 2px solid #a862ea !important; | |||
background | |||
border-bottom: | |||
} | } | ||
Revision as of 04:20, 25 April 2026
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;
}