User:Zippy/common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* Generic | /* Generic | ||
p { | p { | ||
Line 15: | Line 15: | ||
td { | td { | ||
cursor: url('https://i.imgur.com/yIb6jE0.png'), text; | cursor: url('https://i.imgur.com/yIb6jE0.png'), text; | ||
} | } */ | ||
/* Link colors */ | /* Link colors */ | ||
Line 31: | Line 31: | ||
.mw-body-content a.mw-redirect:active {color:#B1FFB1; text-decoration: none;} | .mw-body-content a.mw-redirect:active {color:#B1FFB1; text-decoration: none;} | ||
/* | /* | ||
body { | body { | ||
Line 37: | Line 37: | ||
} | } | ||
a:hover { | a:hover { | ||
cursor: url('https://i.imgur.com/lyt5e4l.png'), pointer; | cursor: url('https://i.imgur.com/lyt5e4l.png'), pointer; | ||
} | } | ||
pre { | pre { | ||
Line 55: | Line 55: | ||
} | } | ||
h1 { | h1 { | ||
Line 72: | Line 72: | ||
cursor: url('https://i.imgur.com/yIb6jE0.png'), text; | cursor: url('https://i.imgur.com/yIb6jE0.png'), text; | ||
} | } | ||
label { | label { | ||
cursor: url('https://i.imgur.com/yIb6jE0.png'), text; | cursor: url('https://i.imgur.com/yIb6jE0.png'), text; | ||
} | } | ||
*/ |
Revision as of 05:31, 6 January 2019
/* Generic
p {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
span.editHelp {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
tbody {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
tr {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
}
td {
cursor: url('https://i.imgur.com/yIb6jE0.png'), text;
} */
/* Link colors */
a {color: #f7a200; text-decoration: none;}
a:hover {color: #ffd183; text-decoration: none;}
a:visited {color: #f7a200; 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;}
/*
body {
cursor: url('https://i.imgur.com/LxPzwkm.png'), pointer;
}
a:hover {
cursor: url('https://i.imgur.com/lyt5e4l.png'), pointer;
}
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;
}
*/