User:Zippy/common.css: Difference between revisions
Jump to navigation
Jump to search
(this is a lot of work. sorry =S) |
No edit summary |
||
Line 11: | Line 11: | ||
a {color: #f7a200;} | a {color: #f7a200;} | ||
a:hover {color: #ffd183; | a:hover {color: #ffd183; text-decoration: none;} | ||
text-decoration: none;} | |||
a:visited {text-decoration: none;} | a:visited {text-decoration: none;} | ||
a:active {color: white; | a:active {color: white; | ||
Line 19: | Line 18: | ||
/* External link color */ | /* External link color */ | ||
.mw-body-content a.mw-redirect {color:#6DD574;} | .mw-body-content a.mw-redirect {color:#6DD574; text-decoration: none;} | ||
.mw-body-content a.mw-redirect:hover {color:#8EF391;} | .mw-body-content a.mw-redirect:hover {color:#8EF391; text-decoration: none;} | ||
.mw-body-content a.mw-redirect:visited {color:#6DD574;} | .mw-body-content a.mw-redirect:visited {color:#6DD574; text-decoration: none;} | ||
.mw-body-content a.mw-redirect:active {color:#B1FFB1;} | .mw-body-content a.mw-redirect:active {color:#B1FFB1; text-decoration: none;} | ||
/* Custom cursors */ | /* Custom cursors */ |
Revision as of 03:39, 22 December 2018
/* Generic */
p {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
span.editHelp {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
/* 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; text-decoration: none;}
.mw-body-content a.mw-redirect:hover {color:#8EF391; text-decoration: none;}
.mw-body-content a.mw-redirect:visited {color:#6DD574; text-decoration: none;}
.mw-body-content a.mw-redirect:active {color:#B1FFB1; text-decoration: none;}
/* 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;
}
/* Text cursor */
pre {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
input[type="button"] {
cursor: url('https://i.imgur.com/lyt5e4l.png'), pointer;
}
input {
background-color: #444444;
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
h1 {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
h2 {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
h3 {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
h4 {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
h5 {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
label {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}