MediaWiki:Common.css: Difference between revisions

From Tony Chase
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 16: Line 16:
     cursor: url('http://wiki.tonychasearchive.com/resources/assets/custom-cursor.cur'), auto; /* Adjust the path if needed */
     cursor: url('http://wiki.tonychasearchive.com/resources/assets/custom-cursor.cur'), auto; /* Adjust the path if needed */
}
}
/* MediaWiki:Common.css */
@import url("/w/index.php?title=MediaWiki:SnowEffect.css&action=raw&ctype=text/css");

Revision as of 22:32, 4 December 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 */
}
/* MediaWiki:Common.css */

@import url("/w/index.php?title=MediaWiki:SnowEffect.css&action=raw&ctype=text/css");