MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
} | } | ||
a:hover { | a:hover { | ||
cursor: url('http://wiki.tonychasearchive.com/resources/assets/ | cursor: url('http://wiki.tonychasearchive.com/resources/assets/custom-cursor.cur'), auto; /* Adjust the path if needed */ | ||
} | } | ||
Revision as of 02:49, 14 November 2023
/* Custom Favicon */
head > link[rel="icon"] {
display: none;
}
/* Custom Favicon Image */
head:after {
content: url('http://wiki.tonychasearchive.com/resources/assets/custom-cursor.cur'); /* Adjust the path if needed */
}
/* Custom Cursor */
body {
cursor: url('http://wiki.tonychasearchive.com/resources/assets/Cursor.cur'), auto; /* Adjust the path if needed */
}
a:hover {
cursor: url('http://wiki.tonychasearchive.com/resources/assets/custom-cursor.cur'), auto; /* Adjust the path if needed */
}