Jump to content

MediaWiki:Common.css: Difference between revisions

From The Hidden Wiki
No edit summary
No edit summary
Tag: Manual revert
 
(3 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 */
body {
    background-color: #0a0a0a;
    color: #c0c0c0;
    font-family: Verdana, Arial, sans-serif;
}
#content, .mw-body {
    background-color: #0d0d0d;
    color: #c0c0c0;
    border: 1px solid #2a2a2a;
}
#mw-panel, .mw-portlet, .vector-menu-portal {
    background-color: #0a0a0a;
    color: #aaaaaa;
}
a {
    color: #2ecc71;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}
a:visited {
    color: #27ae60;
}
h1, h2, h3 {
    color: #ffffff;
    border-bottom: 1px solid #2a2a2a;
}
#p-logo a {
    filter: invert(1) brightness(1.2);
}
#footer {
    background-color: #0a0a0a;
    color: #555;
}
.vector-menu-tabs a, .vector-menu-tabs li {
    background-color: #1a1a1a;
    color: #c0c0c0;
}

Latest revision as of 04:45, 30 June 2026

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