MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | |||
background-color: #1a1a1a !important; | |||
color: #e0e0e0 !important; | |||
background-color: #1a1a1a; | |||
color: #e0e0e0; | |||
} | } | ||
a, | |||
a { | .mw-body a { | ||
color: # | color: #6ab0ff !important; | ||
} | } | ||
.mw-body, | |||
body, | |||
#content, | #content, | ||
#mw-content-text { | |||
background-color: #1a1a1a !important; | background-color: #1a1a1a !important; | ||
color: #e0e0e0 !important; | color: #e0e0e0 !important; | ||
} | } | ||
.header, | .header, | ||
. | .minerva-header, | ||
.footer, | |||
. | |||
.minerva-footer { | .minerva-footer { | ||
background-color: # | background-color: #121212 !important; | ||
color: #e0e0e0 !important; | color: #e0e0e0 !important; | ||
} | } | ||
.mw-parser-output table { | |||
background-color: #222 !important; | |||
table | |||
background-color: # | |||
color: #e0e0e0 !important; | color: #e0e0e0 !important; | ||
border-color: # | border-color: #333 !important; | ||
} | } | ||
.mw-parser-output pre, | |||
. | .mw-parser-output code { | ||
. | background-color: #2b2b2b !important; | ||
color: #d0d0d0 !important; | |||
background-color: # | |||
color: # | |||
} | } | ||
Revision as of 01:49, 2 November 2025
body {
background-color: #1a1a1a !important;
color: #e0e0e0 !important;
}
a,
.mw-body a {
color: #6ab0ff !important;
}
.mw-body,
#content,
#mw-content-text {
background-color: #1a1a1a !important;
color: #e0e0e0 !important;
}
.header,
.minerva-header,
.footer,
.minerva-footer {
background-color: #121212 !important;
color: #e0e0e0 !important;
}
.mw-parser-output table {
background-color: #222 !important;
color: #e0e0e0 !important;
border-color: #333 !important;
}
.mw-parser-output pre,
.mw-parser-output code {
background-color: #2b2b2b !important;
color: #d0d0d0 !important;
}