Button Macro Category Keys

button

The keys in the button category apply to a button reference generated from the inline button macro.

Key Value Type Example

background-color

Color
(default: not set)

button:
  background-color: #0000FF
yaml

border-color

Color
(default: not set)

button:
  border-color: #CCCCCC
yaml

border-offset

Number
(default: 0)

button:
  border-offset: 1.5
yaml

border-radius

Measurement
(default: 0)

button:
  border-radius: 2
yaml

border-width

Measurement
(default: $base-border-width)

button:
  border-width: 0.5
yaml

content

Quoted string
(default: "%s")

button:
  content: "[\u2009%s\u2009]"
yaml

font-color

Color
(default: inherit)

button:
  font-color: #FFFFFF
yaml

font-family

Font family name
(default: Courier)

button:
  font-family: M+ 1mn
yaml

font-size

Font size
(default: inherit)

button:
  font-size: 12
yaml

font-style

Font style
(default: bold)

button:
  font-style: normal
yaml

border-color

A border is only applied to a button reference if the border-color key is specified and the border-width key isn’t explicitly set to zero.

border-offset

The border offset is the amount that the background and border swells around the button text. The value assigned to border-offset doesn’t affect the distance between the formatted button phrase and the phrases that surround it.

content

The character sequence %s assigned to the content key gets replaced with the button label.