remove old joke

end of an era
This commit is contained in:
ed
2025-08-03 22:24:36 +00:00
parent 39e5582496
commit 9db8037e39
15 changed files with 8 additions and 51 deletions

View File

@@ -1113,18 +1113,7 @@ html.y #widget.open {
top: -.12em;
}
#wtico {
cursor: url(dd/4.png), pointer;
animation: cursor 500ms;
}
#wtico:hover {
animation: cursor 500ms infinite;
}
@keyframes cursor {
0% {cursor: url(dd/2.png), pointer}
30% {cursor: url(dd/3.png), pointer}
50% {cursor: url(dd/4.png), pointer}
75% {cursor: url(dd/5.png), pointer}
85% {cursor: url(dd/4.png), pointer}
cursor: pointer;
}
@keyframes spin {
100% {transform: rotate(360deg)}