MediaWiki:Common.css: Difference between revisions

From Bearman3600 Wiki
Jump to navigation Jump to search
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
    background-color: #080808;
    background-image: radial-gradient(circle, #ffff88 1px, transparent 1px);
    background-size: 80px 80px;
    color: #ffffff !important;
}


* {
    color: #ffffff;
}
img {
    color: transparent !important;
}
#mw-page-base, #mw-head-base, #mw-head, #mw-head * {
    background-color: #0d0d0d !important;
}
#column-one, #mw-panel, #mw-panel *, #mw-panel .portal, #mw-panel .body {
    background-color: #0d0d0d !important;
}
#mw-panel a, #mw-panel a:visited, #mw-panel .portal h3, #p-navigation h3, #p-tb h3 {
    color: #cc3333 !important;
}
#mw-panel a:hover {
    color: #ff6666 !important;
}
div#content, #content, #mw-content-text {
    background-color: #0a0a0a !important;
    border: 1px solid #3a0000 !important;
    color: #ffffff !important;
}
#mw-content-text, #mw-content-text *, #mw-content-text p, #mw-content-text li, #mw-content-text td, #mw-content-text th, #mw-content-text span, #mw-content-text div {
    color: #ffffff !important;
}
a, a:visited {
    color: #cc3333 !important;
}
a:hover {
    color: #ff6666 !important;
}
h1, h2, h3, h4 {
    color: #ff3333 !important;
    border-bottom: 1px solid #3a0000 !important;
}
.vectorTabs li, .vectorTabs li a, .vectorTabs li a:visited {
    background-color: #1a0000 !important;
    color: #cc3333 !important;
    border-color: #3a0000 !important;
}
.vectorTabs li a:hover {
    background-color: #2a0000 !important;
    color: #ff4444 !important;
}
#p-personal li a, #p-personal li a:visited {
    color: #cc3333 !important;
}
.toc, #toc {
    background-color: #0d0d0d !important;
    border: 1px solid #3a0000 !important;
}
.toc *, #toc *, #toc li, #toc .toctitle h2 {
    color: #ffffff !important;
}
.toc a, .toc a:visited, #toc a, #toc a:visited {
    color: #cc3333 !important;
}
.wikitable {
    background-color: #0a0a0a !important;
    border: 1px solid #3a0000 !important;
}
.wikitable th {
    background-color: #1a0000 !important;
    color: #ffffff !important;
    border: 1px solid #3a0000 !important;
}
.wikitable td {
    background-color: #0a0a0a !important;
    color: #ffffff !important;
    border: 1px solid #3a0000 !important;
}
.wikitable tr:hover td {
    background-color: #110011 !important;
}
.infobox {
    background-color: #1a0000 !important;
    border: 2px solid #cc0000 !important;
    color: #ffffff !important;
}
.infobox th {
    background-color: #cc0000 !important;
    color: #ffffff !important;
}
.mw-editsection a, .mw-editsection a:visited {
    color: #cc3333 !important;
}
#searchInput {
    background-color: #0d0d0d !important;
    border: 1px solid #cc0000 !important;
    color: #ffffff !important;
}
#footer {
    background-color: #0d0d0d !important;
    border-top: 1px solid #3a0000 !important;
    color: #666680 !important;
}

Latest revision as of 17:02, 6 May 2026