MediaWiki:Common.css

From Purrpedia
Revision as of 21:41, 5 July 2026 by Max (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: #101418;
    color: #e0e0e0;
}

#content, .mw-body {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border-color: #333;
}

#mw-panel, .mw-portlet, .portal {
    background-color: #101418;
}

#mw-panel .body ul li a,
#p-logo a,
.mw-portlet .body li a {
    color: #a8c7e8 !important;
}

#p-personal a,
#p-personal ul li a {
    color: #a8c7e8 !important;
}

a {
    color: #7ab8ff;
}

a.new {
    color: #d67b7b;
}

h1, h2, h3, h4, h5 {
    color: #f0f0f0 !important;
    border-color: #444 !important;
    background-color: transparent !important;
}

.mw-editsection a {
    color: #7ab8ff !important;
}

.toc, .toccolours, #toc {
    background-color: #202020 !important;
    color: #e0e0e0 !important;
    border: 1px solid #444 !important;
}

.toc a, #toc a {
    color: #7ab8ff !important;
}

.infobox {
    background-color: #202020;
    color: #e0e0e0;
    border: 1px solid #444;
}

.infobox th {
    background-color: #2b2b2b;
    color: #f0f0f0;
}

input, textarea, select {
    background-color: #1e1e1e;
    color: #e0e0e0;
    border: 1px solid #444;
}

.cdx-button {
    background-color: #2b2b2b;
    color: #e0e0e0;
    border: 1px solid #555;
}

#footer, #footer-info, #footer-places {
    background-color: #101418 !important;
    color: #999 !important;
}

#footer a {
    color: #7ab8ff !important;
}