MediaWiki:Vector.css

From MikroTik Wiki
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.
/* CSS placed here will affect users of the Vector skin */
@media screen {
    a {
        text-decoration: none;
        color: #0645ad;
        background: none
    }

    a:visited {
        color: #0b0080
    }

    a:active {
        color: #faa700
    }

    a:hover, a:focus {
        text-decoration: underline
    }

    a.stub {
        color: #772233
    }

    a.new, #p-personal a.new {
        color: #ba0000
    }

    a.new:visited, #p-personal a.new:visited {
        color: #a55858
    }

    .mw-body a.extiw, .mw-body a.extiw:active {
        color: #36b
    }

    .mw-body a.extiw:visited {
        color: #636
    }

    .mw-body a.extiw:active {
        color: #b63
    }

    .mw-body a.external {
        color: #36b
    }

    .mw-body a.external:visited {
        color: #636
    }

    .mw-body a.external:active {
        color: #b63
    }