Styles


Pre-defined styles simplify common sets of properties.

<style>style</style>
c-bool-lowerC style false, true
c-bool-lower-commaC style false, true, trailing comma
c-bool-numericC style 0, 1
c-bool-upperC style FALSE, TRUE
c-bool-upper-commaC style FALSE, TRUE, trailing comma
c-hex4-lowerC style 0xf
c-hex4-upperC style 0xF
c-hex8-lowerC style 0xff
c-hex8-upperC style 0xFF
c-hex12-lowerC style 0xfff
c-hex12-upperC style 0xFFF
c-hex16-lowerC style 0xffff
c-hex16-upperC style 0xFFFF
c-hex20-lowerC style 0xfffff
c-hex20-upperC style 0xFFFFF
c-hex24-lowerC style 0xffffff
c-hex24-upperC style 0xFFFFFF
c-hex28-lowerC style 0xfffffff
c-hex28-upperC style 0xFFFFFFF
c-hex32-lowerC style 0xffffffff
c-hex32-upperC style 0xFFFFFFFF
c-stringC style "string"
c-string-commaC style "string", trailing comma
plain
single-quoted'we''re'
single-quoted-comma'we''re',
double-quoted"I say ""Hi"""
double-quoted-comma"I say ""Hi""",
latin-lower a, b, c...
latin-upperA, B, C...
roman-loweri, ii, iii...
roman-upperI, II, III...