MediaWiki:Common.css

From Twisted
Revision as of 23:31, 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,
.skin-chameleon,
.skin-chameleon .container,
.skin-chameleon .row,
.skin-chameleon .col {
    background: #181d22 !important;
    color: #f0f2f5 !important;
    font-family: 'Inter', 'Roboto', 'Segoe UI', Arial, sans-serif !important;
}

a, a:visited, .navbar a, .footer a {
    color: #49c8fa !important;
    text-decoration: none !important;
}

a:hover, .navbar a:hover, .footer a:hover {
    color: #00aaff !important;
    text-decoration: underline !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff !important;
    font-family: 'Inter', 'Roboto', 'Segoe UI', Arial, sans-serif !important;
}

pre, code, .mw-code, .mw-highlight pre {
    background: #21272e !important;
    color: #6ee7ff !important;
    font-family: 'JetBrains Mono', 'Consolas', 'monospace' !important;
    border-radius: 4px;
}

table, th, td {
    background: #22262c !important;
    color: #f0f2f5 !important;
    border-color: #32363c !important;
}

input[type="search"], input[type="text"], .form-control, textarea {
    background: #232a32 !important;
    color: #f0f2f5 !important;
    border: 1px solid #49c8fa !important;
}

.navbar, .footer, .chameleon-navbar, .chameleon-footer, .chameleon-header {
    background: #181d22 !important;
    color: #f0f2f5 !important;
    border: none !important;
}