I didn’t mean to touch ways to prepare for CSS Naked Day because there
are quite a few. It might be great to collect approaches some place
central if there isn’t anything already. Maybe next year.
But, for inspiration and discussion (we’re few on this list, though),
here’s what I’m doing both technically and for re-orientation of my
sites’ visitors.
1) Empty my style sheets (I thought about a redirect but, see 2))
2) Leave a message so not to alienate people:
> /* CSS Naked Day 2015! */
>
> body:before {
> background: red;
> color: white;
> content: 'It’s CSS Naked Day! On April 10 everything will be just fine again.';
> display: block;
> font-weight: bold;
> margin: 0 0 1em;
> padding: .5em 0;
> text-align: center;
> width: 100%;
> }
One may argue, that’s not naked! But we may need to give some warning
to unsuspecting visitors, and it does send a message too on the power
of CSS to include a little notice. And for that purpose (and not so
much others [1]), generated content is actually pretty useful, too.
Happy CSS Naked Day now,
Jens.
[1]
http://meiert.com/en/blog/20140224/generated-content/
--
Jens Oliver Meiert
http://meiert.com/en/
✎ The Little Book of HTML/CSS Frameworks:
http://meiert.com/frameworks