Live data from Hacker News

Concrete.css

concrete.style

41–50 of 117 posts

Re: Concrete.css

#41

Oh wow, crazy to see my project on HN! Thank you soap-3 for submitting it :D I really appreciate all of your suggestions, I'll patch the issues up asap.

It’s really cool, what was some of your inspiration and thoughts behind it?

Re: Concrete.css

#42

Oh wow, crazy to see my project on HN! Thank you soap-3 for submitting it :D I really appreciate all of your suggestions, I'll patch the issues up asap.

Please, please pretty please, can we stop with the automatic switching to dark mode if the system uses a dark theme? Chrome UI elements and webpages serve fundamentally different purposes, and have wildly different readability needs!

At a minimum, please provide a way to switch between mode so that we can have some design granularity back.

Thanks!

Re: Concrete.css

#43
post #27

Would this be more correctly called a CSS "stylesheet"? Calling it a "CSS framework" really sent me in a loop trying to figure out what "framework" means.

What you said is literally "Cascading Style Sheets stylesheet". Stick with "framework".

Re: Concrete.css

#44
post #43
post #27

Would this be more correctly called a CSS "stylesheet"? Calling it a "CSS framework" really sent me in a loop trying to figure out what "framework" means.

What you said is literally "Cascading Style Sheets stylesheet". Stick with "framework".

Why? Would you call a DVD disc a spaceship?

Re: Concrete.css

#45
post #4

Not sure I would make the "disabled" buttons stand out more brightly than a regular button. In fact I would swap the colors of those buttons, or maybe make the disabled button greyed out.

I limited myself to black and white when creating the style-sheet, but maybe I should indeed add some kind of indicator for the "disabled" button, such as hatchings. edit: hatchings make the inner text unreadable, I'll play around with opacity and dotted lines, thank you to the users who proposed them. edit 2: went with dashed lines and published a new version. It even shaves off a couple of bytes off the minimized v…

this could be a rare but very practical usecase for strike-through text

Re: Concrete.css

#46
post #4

Not sure I would make the "disabled" buttons stand out more brightly than a regular button. In fact I would swap the colors of those buttons, or maybe make the disabled button greyed out.

The buttons also need a hover/focus state, easy win for accessibility there

definitely - could use outline property, transforms/thickened borders or border radius animations if it's Imperative to keep things black and white

Re: Concrete.css

#47
post #27

Would this be more correctly called a CSS "stylesheet"? Calling it a "CSS framework" really sent me in a loop trying to figure out what "framework" means.

the somewhat lost term "boilerplate" comes to mind

Re: Concrete.css

#49

Oh wow, crazy to see my project on HN! Thank you soap-3 for submitting it :D I really appreciate all of your suggestions, I'll patch the issues up asap.

It’s really cool, what was some of your inspiration and thoughts behind it?

I had been using similar projects such as skeleton[0] and milligram[1] for small experiments such as repfl[2], and wanted to create something similar that I would find aesthetically pleasing and that would fit in as little space as possible. The current version of concrete.css is less than 1kb minzipped!

[0] http://getskeleton.com/

[1] https://milligram.io/

[2] https://repfl.ch/

Re: Concrete.css

#50
Refreshingly simple, almost to the point of an aversion to other minimalist competitors like Milligram.

I like it. As someone else said here, it brings my mind to an alternative web with browsers that had a better default and standardized stylesheet. Oh how I wish for this. Can't just Chrome, Firefox, Edge, Safari all just adopt this one?

Setting up no-CSS sites would be a more sensible thing and we would have less need of Gemini (https://geminiprotocol.net/).

One can dream... Of course, now sites widely rely on a random set of margin defaults, base sizes etc. brought into their websites, so ripping out and changing those wouldn't be quite that simple.

Post reply on HN