Jump to content

MediaWiki:Common.css: Difference between revisions

From The Hidden Wiki
Created page with "CSS placed here will be applied to all skins: body { background-color: #121212; color: #e0e0e0; } #content, .mw-body { background-color: #1a1a1a; color: #e0e0e0; border-color: #333; } #mw-panel, .mw-portlet { background-color: #1a1a1a; color: #e0e0e0; } a { color: #4da3ff; } a:visited { color: #9b59b6; } h1, h2, h3, h4, h5, h6 { color: #ffffff; border-bottom-color: #333; } #p-logo a { filter: invert(1); } .vecto..."
 
No edit summary
Tag: Manual revert
 
(4 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: #121212;
    color: #e0e0e0;
}
#content, .mw-body {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border-color: #333;
}
#mw-panel, .mw-portlet {
    background-color: #1a1a1a;
    color: #e0e0e0;
}
a {
    color: #4da3ff;
}
a:visited {
    color: #9b59b6;
}
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    border-bottom-color: #333;
}
#p-logo a {
    filter: invert(1);
}
.vector-menu-tabs, .vector-menu-portal {
    background-color: #1a1a1a;
}
#footer {
    background-color: #121212;
    color: #888;
}
table, .wikitable {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border-color: #333;
}

Latest revision as of 04:45, 30 June 2026

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