MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | html, body { | ||
background-color: #0a0a0a; | background-color: #0a0a0a !important; | ||
color: #c0c0c0 | color: #c0c0c0 !important; | ||
} | } | ||
#content, .mw-body { | .mw-page-container, .vector-body, #content, .mw-body, .mw-body-content { | ||
background-color: #0d0d0d; | background-color: #0d0d0d !important; | ||
color: #c0c0c0 | color: #c0c0c0 !important; | ||
} | } | ||
.vector-header-container, .vector-pinnable-header, #mw-panel, .vector-menu-content, .mw-footer { | |||
background-color: #0a0a0a; | background-color: #0a0a0a !important; | ||
color: #aaaaaa; | color: #aaaaaa !important; | ||
} | } | ||
a { | a { | ||
color: #2ecc71 | color: #2ecc71 !important; | ||
} | } | ||
a:visited { | a:visited { | ||
color: #27ae60; | color: #27ae60 !important; | ||
} | } | ||
h1, h2, h3 { | h1, h2, h3 { | ||
color: #ffffff | color: #ffffff !important; | ||
} | } | ||
Revision as of 04:34, 30 June 2026
/* CSS placed here will be applied to all skins */
html, body {
background-color: #0a0a0a !important;
color: #c0c0c0 !important;
}
.mw-page-container, .vector-body, #content, .mw-body, .mw-body-content {
background-color: #0d0d0d !important;
color: #c0c0c0 !important;
}
.vector-header-container, .vector-pinnable-header, #mw-panel, .vector-menu-content, .mw-footer {
background-color: #0a0a0a !important;
color: #aaaaaa !important;
}
a {
color: #2ecc71 !important;
}
a:visited {
color: #27ae60 !important;
}
h1, h2, h3 {
color: #ffffff !important;
}