-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI CSS library implementation #106
Comments
feedback This is for the implementation phase of our themes Implementation should aim for at least 3 things:
Can we plan and implement a CSS UI library? Maybe even two, to ensure we can apply not just a light and dark theme, but a different one,
>click<
css themesome css libraries that enable the style of a certain retro system examples
css reset ides
can we have a radical and minimal css reset (maybe not as radical as below) :root { all: unset; } *:after, *:before { all: inherit; } and then implement on top of that a css ui library for all our desktop elements?
First, all the regular html tags to have a baseline that can be used standalone. elementsI list a vast variety of screenshots, but the point is to pick specific visual elements or aspects from each of those so we can combine them. So for most screenshots, the majority of content should be ignored and just the specific parts i describe should be considered for inspiration. I think in "retro" designs, things are often very "explicit". In all the links to documents below, please ignore almost everything in the screenshots and focus only on the specific aspects of the screenshot, based on the text and title of the linked documents.
retro systems (for inspiration)There are specifically six retro desktop systems i would love to take inspiration from, |
#37
@todo
The text was updated successfully, but these errors were encountered: