MediaWiki:Common.css

From Bearman3600 Wiki
Revision as of 17:00, 6 May 2026 by Fleurstiee (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
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;
}