MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 21: | Line 21: | ||
color: #fff; | color: #fff; | ||
user-select: none; | user-select: none; | ||
} | |||
@keyframes fall { | |||
to { | |||
transform: translate(0, ${window.innerHeight}px); | |||
} | |||
} | } |
Revision as of 22:29, 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 */ } .snowflake { position: absolute; font-size: 20px; color: #fff; user-select: none; } @keyframes fall { to { transform: translate(0, ${window.innerHeight}px); } }