User:Rursus/vector.css

From Strategic Planning

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 {
    font-size: 100%;
    background: #AACCBB !important;
    font-family: dejavu serif, times new roman;
    }
textarea, pre, code, dfn {
    font-family: rursus compact mono, courier;
    }
li.selected {
    background: #CCFFCC !important;
    }
li.selected a {
    color: #880000 !important;
    }
div#bodyContent {
    background: #DDEEEE !important;
    }
span.diffchange {
    background: #FFFF00 !important;
    color: #FF0000 !important;
    }

h1 { background: #AADDFF; }
h2 { background: #BBEEFF; }
h3 { background: #CCFFFF; }
h4 { background: #DDFFFF; }
h5 { background: #EEFFFF; }

/* BAD IDEA: div#mw-panel { position: fixed; top: 100px; left: 0px; overflow: auto; } */