MediaWiki:Vector.css
(Redirected from custom stylesheet)
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 */ /* we sometimes need to use <a> tags for internal links to attach mf2 classes. this resets the styling so they look like the internal links they are if they are absolute or domain-relative */ .mw-body-content a.external[href^="/"], .mw-body-content a.external[href^="https://indieweb.org"] {background: none; padding-right: 0; color: #0645ad;} .mw-body-content a.external[href^="/"]:visited, .mw-body-content a.external[href^="https://indieweb.org"]:visited {background: none; padding-right: 0; color: #0b0080;}