Series: Guide to CSS

CSS is used to enhance the presentation of web pages, and combined with HTML, you can make very attractive character sheets.

14
May
2022
Posted in CSS

How To Hide and Reveal Things With CSS

This is an important skill when making character sheets. Here’s how to do it with CSS.

06
Jun
2022
Posted in CSS

Getting Started With CSS

The basics of CSS – syntax, what a declaration block is, how to apply properties, etc.

09
Jun
2022
Posted in CSS

How Elements are Displayed

How to arrange elements on the page. Understanding the box model of CSS and the display property.

13
Jun
2022
Posted in CSS

Images and Colours

Decorating the sheet with images and colour.

16
Jun
2022
Posted in CSS

Text and Fonts

Text and associated properties (such as underlining and shadow effects), and using Google Fonts.

20
Jun
2022
Posted in CSS

CSS Grid Layouts

Lying out your sheet into columns and grids, with a surprisingly simple system.

23
Jun
2022
Posted in CSS

Understanding Selectors

How to target elements and blocks, and apply your styles to the sheet.

27
Jun
2022
Posted in CSS

Inheritance and Specificity

Understanding the tricky concept of Specificity, and how styles override each other.

30
Jun
2022
Posted in CSS

Your Own Styles on Roll20

Overriding Roll20’s built-in styles, creating your own roll buttons, and even modifying the GUI.

04
Jul
2022
Posted in CSS

Advanced Positioning

Understanding the position property, which can be a bit mindbinding.

07
Jul
2022
Posted in CSS

Character Sheet – CSS Example

Upgrading the Castle Falkenstein sheet created in the HTML guide to use CSS.

18
Apr
2023
Posted in CSS

Removing the Dice Icon In Buttons

The dice icon in roll buttons was a great idea. Here’s how to remove it.