jdan / 98.css

A design system for building faithful recreations of old UIs
https://jdan.github.io/98.css
MIT License
9.2k stars 301 forks source link

Needs custom cursors #2

Closed dimaqq closed 3 years ago

dimaqq commented 4 years ago

I think the cursor/mouse pointer used to change when hovering over certain things... (TBH I can't remember exactly)

dimaqq commented 4 years ago

Nice :) 👍 What I see so far:

pedroCX486 commented 4 years ago

The window decoration buttons are also a bit different from the W98 style, they need to be a little bit bigger (2px width and height?) while still centered.

jdan commented 4 years ago

Thanks @pedroCX486, tracking in #9 :)

davwheat commented 4 years ago

@jdan Is this desired? I can work on an implementation.

The issue is that there's no CSS only way to have animated cursors, but I'm not sure if W98 had them.

metropolis-nostalgia commented 3 years ago

Or you can upload a .gif, a .png, or .ani file into the cursor code. Syntax: cursor: url ("upload file here"), default; default can be replaced with auto, if that is easier.