Verse Category Keys

verse

The keys in the verse category control the arrangement and style of verse blocks.

Key Value Type Example

background-color

Color
(default: not set)

verse:
  background-color: #757575

border-color

Color
(default: 'EEEEEE')

verse:
  border-color: #E6E8FA

border-left-width

Measurement
(default: 4)

verse:
  border-left-width: 5

border-radius

Measurement
(default: not set)

code:
  border-radius: 4

border-style

Border style
(default: solid)

verse:
  border-style: dashed

border-width

Measurement | Measurement[]
(default: 0)

verse:
  border-width: 0.5

font-color

Color
(default: inherit)

verse:
  font-color: #333333

font-family

Font family name
(default: inherit)

verse:
  font-family: M+ 1mn

font-kerning

none | normal
(default: inherit)

verse:
  font-kerning: none

font-size

Number
(default: inherit)

verse:
  font-size: 10

font-style

Font style
(default: inherit)

verse:
  font-style: bold

padding

Measurement | Measurement[]
(default: [3, 12, 3, 14])

verse:
  padding: 3

text-transform

Text transform
(default: inherit)

verse:
  text-transform: lowercase

border-width and border-left-width

If border-left-width is non-zero, the border is only applied to the left side. Otherwise, if border-width is non-zero, the border is drawn around the whole block.

font-family

The verse block doesn’t use a fixed-width font by default, which can affect the layout if the content relies on columns. You can change verse blocks to use a fixed-width font (not necessarily a monospaced font) using this setting.

verse-cite

The keys in the verse-cite category control the arrangement and style of the citation in verse blocks.

Key Value Type Example

font-color

Color
(default: inherit)

verse:
  cite:
    font-color: #999999

font-family

Font family name
(default: inherit)

verse:
  cite:
    font-family: Noto Serif

font-kerning

none | normal
(default: inherit)

verse:
  cite:
    font-kerning: none

font-size

Number
(default: inherit)

verse:
  cite:
    font-size: 9

font-style

Font style
(default: inherit)

verse:
  cite:
    font-style: italic

text-transform

Text transform
(default: inherit)

verse:
  cite:
    text-transform: uppercase