Section 29.6 Styling
The PreTeXt conversion to HTML creates standard HTML elements, with styles controlled by CSS via class names (and not so much via the element names). As evidence of this, building HTML without the accompanying Javascript and CSS renders in a readable fashion, albeit quite plain (as one would expect).
This HTML is styled with CSS to create the output that a reader sees. There are multiple “themes” that a publisher can choose from to render the pages in different styles. Below are samples of available themes. See Subsection 44.5.13 for the syntax for specifying a theme and options like the color palette to use.
Themes.
There are multiple themes that define different appearances for HTML output. Currently available themes include:

Screenshot of the default-modern theme

Screenshot of the tacoma theme

Screenshot of the denver theme

Screenshot of the greeley theme

Screenshot of the salem theme

Screenshot of the boulder theme
Development.
The CSS for these themes is built from SCSS source. See Chapter 49 for a developer’s tour of that source, and please join us on the
pretext-dev discussion group if you want to create alternate themes.
