User:WireBot34/monobook.css

From Esolang
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body{
background: #000;
color: #fff;
}
.mw-body {
    padding: 1em;
    position: relative;
    z-index: 2;
    background: #000;
    color: #fff;
    border: 1px solid #aaaaaa;
    line-height: 1.5em;
}

.toc, .toccolours {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding: 5px;
    font-size: 95%;
}

pre, code, .mw-code {
    background-color: #000;
    color: #2f6fab;
    border: 1px solid #0645ad
}