Usor:Andrew Dalby/monobook.css

E Vicipaedia

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.
/* changes colour of self-links */
strong.selflink { background-color:red; }
/* excludes user talk pages from the above change */
body.ns-3 strong.selflink { background-color:transparent; }

/* changes colour of links to discretiva pages */
.bkl-link-inner { background-color:silver; }
.bkl-link-sup   { background-color:silver; }

/* changes colour of links to redirect pages */
a.mw-redirect { background-color:#D3D3D3; }