MediaWiki:Common.css

From Twisted
Revision as of 23:04, 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: #11191f !important; /* Deep stormy blue */
    color: #c4f000 !important; /* Radar green for text */
    font-family: 'Share Tech Mono', 'Consolas', 'monospace', Arial, sans-serif;
}

a, a:visited {
    color: #00ffe7 !important; /* Cyan link like radar UI */
}

.navbar, .sidebar, #mw-panel, .mw-portlet, .footer {
    background: #18232a !important;
    border: none !important;
    color: #c4f000 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #c4f000 !important;
    font-family: 'Share Tech Mono', 'Consolas', 'monospace', Arial, sans-serif;
}

pre, code {
    background: #252e37 !important;
    color: #00ffe7 !important;
    font-family: 'Share Tech Mono', 'Consolas', 'monospace';
}

table, th, td {
    border-color: #00ffe7 !important;
    background: #171f26 !important;
    color: #c4f000 !important;
}

::-webkit-scrollbar {
    background: #1a242c;
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #00ffe7;
}