= Quote Category Keys :description: Reference list of the available quote block category keys and their value types. :navtitle: Quote :source-language: yaml [#quote] == quote The keys in the `quote` category control the arrangement and style of quote blocks. [cols="3,4,6a"] |=== |Key |Value Type |Example |background-color |xref:color.adoc[Color] + (default: _not set_) |[source] quote: background-color: #757575 |border-color |xref:blocks.adoc#border-color[Color] + (default: `'EEEEEE'`) |[source] quote: border-color: #E6E8FA |<> |xref:blocks.adoc#border-width[Measurement] + (default: `4`) |[source] quote: border-left-width: 5 |border-radius |xref:blocks.adoc#radius[Measurement] + (default: _not set_) |[source] code: border-radius: 4 |border-style |xref:blocks.adoc#border-style[Border style] + (default: `solid`) |[source] quote: border-style: dotted |<> |xref:blocks.adoc#border-width[Measurement] {vbar} xref:blocks.adoc#border-width[Measurement[\]] + (default: `0`) |[source] quote: border-width: 0.5 |font-color |xref:color.adoc[Color] + (default: _inherit_) |[source] quote: font-color: #333333 |font-family |xref:font-support.adoc[Font family name] + (default: _inherit_) |[source] quote: font-family: Noto Serif |font-kerning |`none` {vbar} `normal` + (default: _inherit_) |[source] quote: font-kerning: none |font-size |xref:language.adoc#values[Number] + (default: _inherit_) |[source] quote: font-size: 13 |font-style |xref:text.adoc#font-style[Font style] + (default: _inherit_) |[source] quote: font-style: bold |padding |xref:blocks.adoc#padding[Measurement] {vbar} xref:blocks.adoc#padding[Measurement[\]] + (default: `[3, 12, 3, 14]`) |[source] quote: padding: [3, 0, 3, 20] |text-transform |xref:text.adoc#transform[Text transform] + (default: _inherit_) |[source] quote: text-transform: uppercase |=== [#border-width] === border-width and border-left-width If the value assigned to the `border-left-width` key is non-zero, the border is only applied to the left side of the quote block. Otherwise, if the value assigned to the `border-width` key is non-zero, the border is drawn around the whole quote block. [#quote-cite] == quote-cite The keys in the `quote-cite` category control the arrangement and style of the citation in quote blocks. [cols="3,4,6a"] |=== |Key |Value Type |Example |font-size |xref:language.adoc#values[Number] + (default: _inherit_) |[source] quote: cite: font-size: 9 |font-color |xref:color.adoc[Color] + (default: _inherit_) |[source] quote: cite: font-color: #999999 |font-family |xref:font-support.adoc[Font family name] + (default: _inherit_) |[source] quote: cite: font-family: Noto Serif |font-kerning |`none` {vbar} `normal` + (default: _inherit_) |[source] quote: cite: font-kerning: none |font-style |xref:text.adoc#font-style[Font style] + (default: _inherit_) |[source] quote: cite: font-style: bold |text-transform |xref:text.adoc#transform[Text transform] + (default: _inherit_) |[source] quote: cite: text-transform: smallcaps |===