The WhistlerRed CSS
The CSS of this website is around 60 lines long.
You can download it here if you want. This style includes the following:
- A class "spoiler" that allows you to hide spoilers
- A class "sidebar". This, when used on a
<div>
element, allows you to add a sidebar to the left or right of your page, depending on where it is in your<main>
element.
This style requires at least:
- A
<main>
element with an<article>
element inside it