by tbolt on 10/24/22, 3:37 PM with 37 comments
by doerig on 10/24/22, 7:05 PM
- https://github.com/andybrewer/mvp
- https://github.com/kognise/water.css
- https://github.com/xz/new.css
- https://github.com/vladocar/Basic.css
- https://github.com/oxalorg/sakura
- https://github.com/igoradamenko/awsm.css
- https://github.com/hawkz/gdcss
- https://github.com/emareg/classlesscss
- https://github.com/vincentdoerig/latex-css (disclaimer: I am the author)
by cantSpellSober on 10/24/22, 6:46 PM
Replacing the default down arrow in <details> with...a down arrow SVG.
Delete it from the page and the main changes are 1. no rounded corners 2. content can possibly be larger than 800px
What's the point of this "library?"
> Use it in other projects
That's the place not to use this. This is just "I think browser defaults should look like this." Use it in any other project and all these element-based rules have a different specificity than the class-based ones. Have fun!
by joshmn on 10/24/22, 7:01 PM
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/me...
I knew about the other weird ones though.
by nawgz on 10/24/22, 5:50 PM
The form / input styles should use :focus-within instead of :hover to apply styles, using "power-user" keyboard navigation with tab and such doesn't correctly show what you have focused. I was pretty surprised by this - it's sloppy to add new input styles that give less information than the default browser styles about what is focused
Textarea removing the little "resize" widget in the bottom left is also pretty disappointing, being able to resize textareas so they're massive when you're typing in them and small when you're done with them is very convenient. For instance check out the comment box on HN, the small angled lines in the bottom right let you resize the box. I understand it can sometimes break layouts but it's not a good reason to remove it.
It's good you have used CSS vars for lots of configuration but I find the choices of 7px and 11px for (highlight-)border-radius to be strange, usually powers of 2 are all the rage these days
Inline text blocks look clean, I like those a lot
by tbolt on 10/24/22, 3:37 PM
by tobr on 10/24/22, 7:04 PM
by _gfwu on 10/24/22, 11:44 PM
by tokinonagare on 10/25/22, 12:57 AM
by alehlopeh on 10/24/22, 7:44 PM
by KingOfCoders on 10/25/22, 5:30 AM
Shouldn't have HTML a decent look out of the box?
by deck4rd on 10/25/22, 5:01 AM
by samaybhavsar on 10/24/22, 5:31 PM
by captainmarble on 10/24/22, 11:19 PM
by codazoda on 10/24/22, 6:24 PM
by Vosporos on 10/25/22, 7:09 AM
by hobofan on 10/24/22, 6:22 PM
by rutierut on 10/24/22, 5:40 PM