Post B55o2K5nEyE1nYFQWG by cks@mastodon.social
 (DIR) More posts by cks@mastodon.social
 (DIR) Post #B55nwGPI1wPMd8Tghs by samir@mastodon.functional.computer
       0 likes, 0 repeats
       
       I think I will skip CSS Naked Day this year. I am not writing anyway, and it’s a static site so unfortunately it’s a bit of legwork on each end.I would encourage you to join though, because it’s cool!
       
 (DIR) Post #B55nwGj8q8HtchlXeK by ireneista@irenes.space
       1 likes, 0 repeats
       
       @samir oh hah!!!!! that is a really good idea, we like it a lot!we're participating, but kinda by default, since https://irenes.space/ has never had any css
       
 (DIR) Post #B55o0xASzKSSPQmSVE by ireneista@irenes.space
       0 likes, 0 repeats
       
       @samir we recommend that visitors set their default system serif font to Cherry Swashboth because it'll make our site look better and because, come on, you deserve anything that isn't Times New Roman. be kind to yourself.
       
 (DIR) Post #B55o0xPM5yMr9bkLi4 by cks@mastodon.social
       0 likes, 0 repeats
       
       @ireneista @samir This is making me look at how my techblog actually uses CSS and it's both more and less than I'd remembered.(My memory is stuck in the era when my HTML used actual <table> stuff. Now it's all <div>s that are turned into table cells by CSS, because when I last touched my layout, tables were still the easiest and best supported way for a two-column layout. Since my main content column is on the left, a CSS-less version decays into 'main content then sidebar at the bottom'.)
       
 (DIR) Post #B55o0xc7KWZlnBiXbM by ireneista@irenes.space
       0 likes, 0 repeats
       
       @cks @samir that's honestly a pretty great way to decay. remember when progressive degradation was a thing web people actively aspired to?
       
 (DIR) Post #B55o0xmOiIncJ4Wkcq by cks@mastodon.social
       1 likes, 0 repeats
       
       @ireneista @samir I do a few other things with CSS (like make all <pre> blocks wrap), but I think those all decay as gracefully as you could expect.(I have a very special hack in my personal Firefox build that makes View → Page Style → No Style accessible through a mouse gesture, so it's really easy for me to see how anything looks sans CSS, my own stuff included. Many don't come out very well, of course.)
       
 (DIR) Post #B55o2Jv9sVibGZGvwW by ireneista@irenes.space
       0 likes, 0 repeats
       
       @cks @samir ah! neat!
       
 (DIR) Post #B55o2K5nEyE1nYFQWG by cks@mastodon.social
       1 likes, 0 repeats
       
       @ireneista @samir I started with the hack (and 'view page in no style' in general) before Firefox had its Reader mode. And for a long time Reader mode had a lot of stuff it couldn't deal with at all or very well, so I kept using my hack a fair bit. These days Reader mode is quite good and almost always is my best bet, so I feel a bit nostalgic when I get to use my quick CSS toggle for once.