Tangentially related: I've been on the hunt for a CSS framework/drop-in that approximates the style of the Dracula theme – Dark background with bright, happy, bold, cotton-candy colors. Any suggestions?
New.css – A classless CSS framework to write modern websites using only HTML
171–180 of 192 posts
Re: New.css – A classless CSS framework to write modern websites using only HTML
#172I might just "deprecate" it and point to this one if I like it more.
edit: hmm, no grids?
Re: New.css – A classless CSS framework to write modern websites using only HTML
#173I have often thought about a CSS "framework" that did this but never bothered to look it up never thought of the name classless since it seems most popular frameworks use classes and other things.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#174Earlier quoted context omitted.
Hey, developer of both here. It's certainly not a light download, I understand. It's more of an effort to pull CDN requests to known unethical networks, namely Google Fonts, which are known to be used to track users between websites. I'll be more clear about this in the future, thanks for your opinions!
Any source about the unethical bit? Their privacy section looks good https://developers.google.com/fonts/faq#what_does_using_the_...
Re: New.css – A classless CSS framework to write modern websites using only HTML
#175Earlier quoted context omitted.
It's a tricky problem. I've been battling with it on MVP.css ( https://andybrewer.github.io/mvp/ ) but I think I found a good solution for responsive tables with some help from the community.
I'm also interested in your tables solution. Also, is there an organized MVP.css community somewhere?
Re: New.css – A classless CSS framework to write modern websites using only HTML
#176This Github repository tracks a whole bunch of these drop-in CSS files: https://github.com/dohliam/dropin-minimal-css And you can use this demo site to switch between them all on the fly: https://dohliam.github.io/dropin-minimal-css/
Thanks! Does anyone know how these stylesheets interact with other frameworks like bootstrap? If I want to use bootstrap in a website, can I still start with one of the above as the base style?
Re: New.css – A classless CSS framework to write modern websites using only HTML
#177I love the terminal theme. I've been trying to do something that looks like an older terminal for a configuration page, and this version almost does it. Why almost ? The theme totally screws up wide tables. They bleed off the edge of the page, and there's no vertical scrollbar. Furthermore, widening the page just moves everything, including the table, to the right. The only way to see a wide table is to have a giant…
Thanks for the feedback gwbas1c. How would you recommend improving form support? I'd be more than happy to merge any improvements.
I personally didn't dig into your css. If you can bring back the horizontal scrollbar at least it's a workaround.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#178Re: New.css – A classless CSS framework to write modern websites using only HTML
#179Crazy. This isn't a "framework". It's a stylesheet.
Re: New.css – A classless CSS framework to write modern websites using only HTML
#180Cool. Looks nice! Wanted: class-based CSS that only deals with layout and positioning, not component-styles.