MediaWiki:Common.css

From Twisted
Revision as of 22:36, 13 August 2025 by Cactii (talk | contribs)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
    background-color: #0a0a0a !important;
    color: #e4e4e4 !important;
}

a {
    color: #4fb8ff !important;
}
a:visited {
    color: #a0d8ff !important;
}
a:hover {
    color: #80d8ff !important;
}

.navbar,
.navbar-default {
    background-color: #111 !important;
    border-bottom: 2px solid #4fb8ff !important;
}

.navbar a {
    color: #e4e4e4 !important;
}

.content {
    background-color: #121212 !important;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

footer {
    background-color: #0d0d0d !important;
    color: #888 !important;
}
.infobox,
.wikitable {
    background-color: #1a1a1a !important;
    color: #ddd !important;
    border: 1px solid #333 !important;
}