Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
body,
.Message__content,
.wds-dropdown,
.wds-tabs__tab,
.wds-dropdown__toggle,
.client-js{
cursor: url('https://static.wikia.nocookie.net/testcss/images/c/c6/Green-border-custom-cursor-small.png/revision/latest?cb=20210513125737'), auto !important;
}
a,
area,
button,
[role="button"],
.ActionItem,
.Message__title,
.oo-ui-labelElement-label,
.sitedir-ltr input,
.rich-text-editor__toolbar__icon-wrapper,
.rich-text-editor__toolbar__icon-controls {
cursor: url('https://static.wikia.nocookie.net/testcss/images/b/bd/Purple-gradient-border-custom-cursor-small.png/revision/latest?cb=20210513125958'), pointer !important;
}
@keyframes test {
From {color: magenta}
To {color: blue}
}
@keyframes TextAnimation {
0% {color: magenta}
25% {color: yellow}
50% {color: aqua}
100% {color: hotpink}
}