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