User:Gamma Metroid/darkvector.css

The Beyond Skyrim Wiki — Hosted by UESP
< User:Gamma Metroid
Revision as of 22:35, 24 April 2021 by Gamma Metroid (talk | contribs) (testing alternate styling for external links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
a, .mw-body a.external, .mw-body a.extiw {
    color: #f2b140;
}

a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited {
    color: #b3b3b3;
}

.mw-body .external {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url('skins/Vector/images/external-link-ltr-icon.png');
    background-image: -webkit-linear-gradient(transparent, transparent),
        /* @embed */ url('skins/Vector/images/external-link-ltr-icon.svg');
    background-image: linear-gradient(transparent, transparent),
        /* @embed */ url('skins/Vector/images/external-link-ltr-icon.svg');
    padding-right: 13px
}