User:Zippy/common.css
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.
/* Generic */
/* Link colors */
a {color: #f7a200;}
a:hover {color: #ffd183;
text-decoration: none;}
a:visited {text-decoration: none;}
a:active {color: white;
text-decoration: none;}
/* External link color */
.mw-body-content a.mw-redirect {color:#6DD574}
.mw-body-content a.mw-redirect:hover {color:#8EF391}
.mw-body-content a.mw-redirect:visited {color:#6DD574}
.mw-body-content a.mw-redirect:active {color:#B1FFB1}
/* Custom cursors */
body {
cursor: url('https://i.imgur.com/LxPzwkm.png'), pointer;
}
/* Link cursor */
a:hover {
cursor: url('https://i.imgur.com/lyt5e4l.png'), pointer;
}