Jump to content

MediaWiki:Common.css: Difference between revisions

From The Hidden Wiki
No edit summary
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}

Latest revision as of 04:45, 30 June 2026

/* CSS placed here will be applied to all skins */