Build URL: https://travis-ci.com/gadenbuie/xaringanthemer/builds/158521216
Commit: e883552cd2
gh-pages
| <th align="left">Variable</th> | <th align="left">Variable</th> | ||||
| <th align="left">Description</th> | <th align="left">Description</th> | ||||
| <th align="left">Element</th> | <th align="left">Element</th> | ||||
| <th align="left">CSS Property</th> | |||||
| <th align="left">Default</th> | <th align="left">Default</th> | ||||
| <th align="left">CSS Variable</th> | <th align="left">CSS Variable</th> | ||||
| </tr></thead> | </tr></thead> | ||||
| <td align="left"><code>text_color</code></td> | <td align="left"><code>text_color</code></td> | ||||
| <td align="left">Text Color</td> | <td align="left">Text Color</td> | ||||
| <td align="left">body</td> | <td align="left">body</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#000</td> | <td align="left">#000</td> | ||||
| <td align="left"><code>--text_color</code></td> | <td align="left"><code>--text_color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_color</code></td> | <td align="left"><code>header_color</code></td> | ||||
| <td align="left">Header Color</td> | <td align="left">Header Color</td> | ||||
| <td align="left">h1, h2, h3</td> | <td align="left">h1, h2, h3</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#000</td> | <td align="left">#000</td> | ||||
| <td align="left"><code>--header-color</code></td> | <td align="left"><code>--header-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>background_color</code></td> | <td align="left"><code>background_color</code></td> | ||||
| <td align="left">Slide Background Color</td> | <td align="left">Slide Background Color</td> | ||||
| <td align="left">.remark-slide-content</td> | <td align="left">.remark-slide-content</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#FFF</td> | <td align="left">#FFF</td> | ||||
| <td align="left"><code>--background-color</code></td> | <td align="left"><code>--background-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>link_color</code></td> | <td align="left"><code>link_color</code></td> | ||||
| <td align="left">Link Color</td> | <td align="left">Link Color</td> | ||||
| <td align="left">a, a > code</td> | <td align="left">a, a > code</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">rgb(249, 38, 114)</td> | <td align="left">rgb(249, 38, 114)</td> | ||||
| <td align="left"><code>--link-color</code></td> | <td align="left"><code>--link-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>text_bold_color</code></td> | <td align="left"><code>text_bold_color</code></td> | ||||
| <td align="left">Bold Text Color</td> | <td align="left">Bold Text Color</td> | ||||
| <td align="left">strong</td> | <td align="left">strong</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"><code>--text-bold-color</code></td> | <td align="left"><code>--text-bold-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>text_slide_number_color</code></td> | <td align="left"><code>text_slide_number_color</code></td> | ||||
| <td align="left">Slide Number Color</td> | <td align="left">Slide Number Color</td> | ||||
| <td align="left">.remark-slide-number</td> | <td align="left">.remark-slide-number</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">inverse_background_color</td> | <td align="left">inverse_background_color</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>padding</code></td> | <td align="left"><code>padding</code></td> | ||||
| <td align="left">Slide Padding in <code>top right [bottom left]</code> format</td> | <td align="left">Slide Padding in <code>top right [bottom left]</code> format</td> | ||||
| <td align="left">.remark-slide-content</td> | <td align="left">.remark-slide-content</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/padding">padding</a></td> | |||||
| <td align="left">16px 64px 16px 64px</td> | <td align="left">16px 64px 16px 64px</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>background_image</code></td> | <td align="left"><code>background_image</code></td> | ||||
| <td align="left">Background image applied to each <em>and every</em> slide. Set <code>title_slide_background_image = "none"</code> to remove the background image from the title slide</td> | <td align="left">Background image applied to each <em>and every</em> slide. Set <code>title_slide_background_image = "none"</code> to remove the background image from the title slide</td> | ||||
| <td align="left">.remark-slide-content</td> | <td align="left">.remark-slide-content</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>background_size</code></td> | <td align="left"><code>background_size</code></td> | ||||
| <td align="left">Background image size, requires <code>background_image</code> to be set. If <code>background_image</code> is set, <code>background_size</code> will default to <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and <code>background_position</code> are set, will default to 100 percent</td> | <td align="left">Background image size, requires <code>background_image</code> to be set. If <code>background_image</code> is set, <code>background_size</code> will default to <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and <code>background_position</code> are set, will default to 100 percent</td> | ||||
| <td align="left">.remark-slide-content</td> | <td align="left">.remark-slide-content</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size">background-size</a></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left">Background image position, requires <code>background_image</code> to be set, and it is recommended to adjust <code>background_size</code> | <td align="left">Background image position, requires <code>background_image</code> to be set, and it is recommended to adjust <code>background_size</code> | ||||
| </td> | </td> | ||||
| <td align="left">.remark-slide-content</td> | <td align="left">.remark-slide-content</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-position">background-position</a></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>code_highlight_color</code></td> | <td align="left"><code>code_highlight_color</code></td> | ||||
| <td align="left">Code Line Highlight</td> | <td align="left">Code Line Highlight</td> | ||||
| <td align="left">.remark-code-line-highlighted</td> | <td align="left">.remark-code-line-highlighted</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">rgba(255,255,0,0.5)</td> | <td align="left">rgba(255,255,0,0.5)</td> | ||||
| <td align="left"><code>--code-highlight-color</code></td> | <td align="left"><code>--code-highlight-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>code_inline_color</code></td> | <td align="left"><code>code_inline_color</code></td> | ||||
| <td align="left">Inline Code Color</td> | <td align="left">Inline Code Color</td> | ||||
| <td align="left">.remark-inline-code</td> | <td align="left">.remark-inline-code</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#000</td> | <td align="left">#000</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>code_inline_background_color</code></td> | <td align="left"><code>code_inline_background_color</code></td> | ||||
| <td align="left">Inline Code Background Color</td> | <td align="left">Inline Code Background Color</td> | ||||
| <td align="left">.remark-inline-code</td> | <td align="left">.remark-inline-code</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>code_inline_font_size</code></td> | <td align="left"><code>code_inline_font_size</code></td> | ||||
| <td align="left">Inline Code Text Font Size</td> | <td align="left">Inline Code Text Font Size</td> | ||||
| <td align="left">.remark-inline-code</td> | <td align="left">.remark-inline-code</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||||
| <td align="left">1em</td> | <td align="left">1em</td> | ||||
| <td align="left"><code>--code-inline-font-size</code></td> | <td align="left"><code>--code-inline-font-size</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>inverse_background_color</code></td> | <td align="left"><code>inverse_background_color</code></td> | ||||
| <td align="left">Inverse Background Color</td> | <td align="left">Inverse Background Color</td> | ||||
| <td align="left">.inverse</td> | <td align="left">.inverse</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#272822</td> | <td align="left">#272822</td> | ||||
| <td align="left"><code>--inverse-background-color</code></td> | <td align="left"><code>--inverse-background-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>inverse_text_color</code></td> | <td align="left"><code>inverse_text_color</code></td> | ||||
| <td align="left">Inverse Text Color</td> | <td align="left">Inverse Text Color</td> | ||||
| <td align="left">.inverse</td> | <td align="left">.inverse</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#d6d6d6</td> | <td align="left">#d6d6d6</td> | ||||
| <td align="left"><code>--inverse-text-color</code></td> | <td align="left"><code>--inverse-text-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>inverse_text_shadow</code></td> | <td align="left"><code>inverse_text_shadow</code></td> | ||||
| <td align="left">Enables Shadow on text of inverse slides</td> | <td align="left">Enables Shadow on text of inverse slides</td> | ||||
| <td align="left">.inverse</td> | <td align="left">.inverse</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">FALSE</td> | <td align="left">FALSE</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>inverse_header_color</code></td> | <td align="left"><code>inverse_header_color</code></td> | ||||
| <td align="left">Inverse Header Color</td> | <td align="left">Inverse Header Color</td> | ||||
| <td align="left">.inverse h1, .inverse h2, .inverse h3</td> | <td align="left">.inverse h1, .inverse h2, .inverse h3</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#f3f3f3</td> | <td align="left">#f3f3f3</td> | ||||
| <td align="left"><code>--inverse-header-color</code></td> | <td align="left"><code>--inverse-header-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>title_slide_text_color</code></td> | <td align="left"><code>title_slide_text_color</code></td> | ||||
| <td align="left">Title Slide Text Color</td> | <td align="left">Title Slide Text Color</td> | ||||
| <td align="left">.title-slide</td> | <td align="left">.title-slide</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">inverse_text_color</td> | <td align="left">inverse_text_color</td> | ||||
| <td align="left"><code>--title-slide-text-color</code></td> | <td align="left"><code>--title-slide-text-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>title_slide_background_color</code></td> | <td align="left"><code>title_slide_background_color</code></td> | ||||
| <td align="left">Title Slide Background Color</td> | <td align="left">Title Slide Background Color</td> | ||||
| <td align="left">.title-slide</td> | <td align="left">.title-slide</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">inverse_background_color</td> | <td align="left">inverse_background_color</td> | ||||
| <td align="left"><code>--title-slide-background-color</code></td> | <td align="left"><code>--title-slide-background-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>title_slide_background_image</code></td> | <td align="left"><code>title_slide_background_image</code></td> | ||||
| <td align="left">Title Slide Background Image URL</td> | <td align="left">Title Slide Background Image URL</td> | ||||
| <td align="left">.title-slide</td> | <td align="left">.title-slide</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>title_slide_background_size</code></td> | <td align="left"><code>title_slide_background_size</code></td> | ||||
| <td align="left">Title Slide Background Image Size, defaults to “cover” if background image is set</td> | <td align="left">Title Slide Background Image Size, defaults to “cover” if background image is set</td> | ||||
| <td align="left">.title-slide</td> | <td align="left">.title-slide</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size">background-size</a></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>title_slide_background_position</code></td> | <td align="left"><code>title_slide_background_position</code></td> | ||||
| <td align="left">Title Slide Background Image Position</td> | <td align="left">Title Slide Background Image Position</td> | ||||
| <td align="left">.title-slide</td> | <td align="left">.title-slide</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-position">background-position</a></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>footnote_color</code></td> | <td align="left"><code>footnote_color</code></td> | ||||
| <td align="left">Footnote text color (if <code>NA</code>, then it will be the same color as <code>text_color</code>)</td> | <td align="left">Footnote text color (if <code>NA</code>, then it will be the same color as <code>text_color</code>)</td> | ||||
| <td align="left">.footnote</td> | <td align="left">.footnote</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>footnote_font_size</code></td> | <td align="left"><code>footnote_font_size</code></td> | ||||
| <td align="left">Footnote font size</td> | <td align="left">Footnote font size</td> | ||||
| <td align="left">.footnote</td> | <td align="left">.footnote</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||||
| <td align="left">0.9em</td> | <td align="left">0.9em</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>footnote_position_bottom</code></td> | <td align="left"><code>footnote_position_bottom</code></td> | ||||
| <td align="left">Footnote location from bottom of screen</td> | <td align="left">Footnote location from bottom of screen</td> | ||||
| <td align="left">.footnote</td> | <td align="left">.footnote</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/position_value">position</a></td> | |||||
| <td align="left">60px</td> | <td align="left">60px</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>left_column_subtle_color</code></td> | <td align="left"><code>left_column_subtle_color</code></td> | ||||
| <td align="left">Left Column Text (not last)</td> | <td align="left">Left Column Text (not last)</td> | ||||
| <td align="left">.left-column h2, .left-column h3</td> | <td align="left">.left-column h2, .left-column h3</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#777</td> | <td align="left">#777</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>left_column_selected_color</code></td> | <td align="left"><code>left_column_selected_color</code></td> | ||||
| <td align="left">Left Column Current Selection</td> | <td align="left">Left Column Current Selection</td> | ||||
| <td align="left">.left-column h2:last-of-type, .left-column h3:last-child</td> | <td align="left">.left-column h2:last-of-type, .left-column h3:last-child</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#000</td> | <td align="left">#000</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>blockquote_left_border_color</code></td> | <td align="left"><code>blockquote_left_border_color</code></td> | ||||
| <td align="left">Blockquote Left Border Color</td> | <td align="left">Blockquote Left Border Color</td> | ||||
| <td align="left">blockquote</td> | <td align="left">blockquote</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">lightgray</td> | <td align="left">lightgray</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>table_border_color</code></td> | <td align="left"><code>table_border_color</code></td> | ||||
| <td align="left">Table top/bottom border</td> | <td align="left">Table top/bottom border</td> | ||||
| <td align="left">table: border-top, border-bottom</td> | <td align="left">table: border-top, border-bottom</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#666</td> | <td align="left">#666</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>table_row_border_color</code></td> | <td align="left"><code>table_row_border_color</code></td> | ||||
| <td align="left">Table row inner bottom border</td> | <td align="left">Table row inner bottom border</td> | ||||
| <td align="left">table thead th: border-bottom</td> | <td align="left">table thead th: border-bottom</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#ddd</td> | <td align="left">#ddd</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>table_row_even_background_color</code></td> | <td align="left"><code>table_row_even_background_color</code></td> | ||||
| <td align="left">Table Even Row Background Color</td> | <td align="left">Table Even Row Background Color</td> | ||||
| <td align="left">thead, tfoot, tr:nth-child(even)</td> | <td align="left">thead, tfoot, tr:nth-child(even)</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">#eee</td> | <td align="left">#eee</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>base_font_size</code></td> | <td align="left"><code>base_font_size</code></td> | ||||
| <td align="left">Base Font Size for All Slide Elements (must be <code>px</code>)</td> | <td align="left">Base Font Size for All Slide Elements (must be <code>px</code>)</td> | ||||
| <td align="left">html</td> | <td align="left">html</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">20px</td> | <td align="left">20px</td> | ||||
| <td align="left"><code>--base-font-size</code></td> | <td align="left"><code>--base-font-size</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>text_font_size</code></td> | <td align="left"><code>text_font_size</code></td> | ||||
| <td align="left">Slide Body Text Font Size</td> | <td align="left">Slide Body Text Font Size</td> | ||||
| <td align="left">.remark-slide-content</td> | <td align="left">.remark-slide-content</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||||
| <td align="left">1rem</td> | <td align="left">1rem</td> | ||||
| <td align="left"><code>--text-font-size</code></td> | <td align="left"><code>--text-font-size</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_h1_font_size</code></td> | <td align="left"><code>header_h1_font_size</code></td> | ||||
| <td align="left">h1 Header Text Font Size</td> | <td align="left">h1 Header Text Font Size</td> | ||||
| <td align="left">.remark-slide-content h1</td> | <td align="left">.remark-slide-content h1</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||||
| <td align="left">2.75rem</td> | <td align="left">2.75rem</td> | ||||
| <td align="left"><code>--header-h1-font-size</code></td> | <td align="left"><code>--header-h1-font-size</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_h2_font_size</code></td> | <td align="left"><code>header_h2_font_size</code></td> | ||||
| <td align="left">h2 Header Text Font Size</td> | <td align="left">h2 Header Text Font Size</td> | ||||
| <td align="left">.remark-slide-content h2</td> | <td align="left">.remark-slide-content h2</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||||
| <td align="left">2.25rem</td> | <td align="left">2.25rem</td> | ||||
| <td align="left"><code>--header-h2-font-size</code></td> | <td align="left"><code>--header-h2-font-size</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_h3_font_size</code></td> | <td align="left"><code>header_h3_font_size</code></td> | ||||
| <td align="left">h3 Header Text Font Size</td> | <td align="left">h3 Header Text Font Size</td> | ||||
| <td align="left">.remark-slide-content h3</td> | <td align="left">.remark-slide-content h3</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||||
| <td align="left">1.75rem</td> | <td align="left">1.75rem</td> | ||||
| <td align="left"><code>--header-h3-font-size</code></td> | <td align="left"><code>--header-h3-font-size</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_background_auto</code></td> | <td align="left"><code>header_background_auto</code></td> | ||||
| <td align="left">Add background under slide title automatically for h1 header elements. If not enabled, use <code>class: header_background</code> to enable</td> | <td align="left">Add background under slide title automatically for h1 header elements. If not enabled, use <code>class: header_background</code> to enable</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| <td align="left"></td> | |||||
| <td align="left">FALSE</td> | <td align="left">FALSE</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_background_color</code></td> | <td align="left"><code>header_background_color</code></td> | ||||
| <td align="left">Background Color for h1 Header with Background</td> | <td align="left">Background Color for h1 Header with Background</td> | ||||
| <td align="left">.remark-slide-content h1</td> | <td align="left">.remark-slide-content h1</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">header_color</td> | <td align="left">header_color</td> | ||||
| <td align="left"><code>--header-background-color</code></td> | <td align="left"><code>--header-background-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_background_text_color</code></td> | <td align="left"><code>header_background_text_color</code></td> | ||||
| <td align="left">Text Color for h1 Header with Background</td> | <td align="left">Text Color for h1 Header with Background</td> | ||||
| <td align="left">.remark-slide-content h1</td> | <td align="left">.remark-slide-content h1</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">background_color</td> | <td align="left">background_color</td> | ||||
| <td align="left"><code>--header-background-text-color</code></td> | <td align="left"><code>--header-background-text-color</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_background_padding</code></td> | <td align="left"><code>header_background_padding</code></td> | ||||
| <td align="left">Padding for h1 Header with Background</td> | <td align="left">Padding for h1 Header with Background</td> | ||||
| <td align="left">.remark-slide-content h1</td> | <td align="left">.remark-slide-content h1</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/padding">padding</a></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_background_content_padding_top</code></td> | <td align="left"><code>header_background_content_padding_top</code></td> | ||||
| <td align="left">Top Padding for Content in Slide with Header with Background</td> | <td align="left">Top Padding for Content in Slide with Header with Background</td> | ||||
| <td align="left">.remark-slide-content</td> | <td align="left">.remark-slide-content</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">7rem</td> | <td align="left">7rem</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_background_ignore_classes</code></td> | <td align="left"><code>header_background_ignore_classes</code></td> | ||||
| <td align="left">Slide Classes Where Header with Background will not be Applied</td> | <td align="left">Slide Classes Where Header with Background will not be Applied</td> | ||||
| <td align="left">.remark-slide-content</td> | <td align="left">.remark-slide-content</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">c(‘normal’, ‘inverse’, ‘title’, ‘middle’, ‘bottom’)</td> | <td align="left">c(‘normal’, ‘inverse’, ‘title’, ‘middle’, ‘bottom’)</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>text_slide_number_font_size</code></td> | <td align="left"><code>text_slide_number_font_size</code></td> | ||||
| <td align="left">Slide Number Text Font Size</td> | <td align="left">Slide Number Text Font Size</td> | ||||
| <td align="left">.remark-slide-number</td> | <td align="left">.remark-slide-number</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||||
| <td align="left">0.9em</td> | <td align="left">0.9em</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>text_font_google</code></td> | <td align="left"><code>text_font_google</code></td> | ||||
| <td align="left">Use <code><a href="../reference/google_font.html">google_font()</a></code> to specify body font</td> | <td align="left">Use <code><a href="../reference/google_font.html">google_font()</a></code> to specify body font</td> | ||||
| <td align="left">body</td> | <td align="left">body</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>text_font_family</code></td> | <td align="left"><code>text_font_family</code></td> | ||||
| <td align="left">Body Text Font Family (xaringan default is <code>'Droid Serif'</code>)</td> | <td align="left">Body Text Font Family (xaringan default is <code>'Droid Serif'</code>)</td> | ||||
| <td align="left">body</td> | <td align="left">body</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">Noto Sans</td> | <td align="left">Noto Sans</td> | ||||
| <td align="left"><code>--text-font-family</code></td> | <td align="left"><code>--text-font-family</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>text_font_weight</code></td> | <td align="left"><code>text_font_weight</code></td> | ||||
| <td align="left">Body Text Font Weight</td> | <td align="left">Body Text Font Weight</td> | ||||
| <td align="left">body</td> | <td align="left">body</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight">font-weight</a></td> | |||||
| <td align="left">normal</td> | <td align="left">normal</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left">Body Text Font URL(s)</td> | <td align="left">Body Text Font URL(s)</td> | ||||
| <td align="left"> | <td align="left"> | ||||
| <span class="citation">@import</span> url()</td> | <span class="citation">@import</span> url()</td> | ||||
| <td align="left"></td> | |||||
| <td align="left"><a href="https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap" class="uri">https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap</a></td> | <td align="left"><a href="https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap" class="uri">https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap</a></td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>text_font_family_fallback</code></td> | <td align="left"><code>text_font_family_fallback</code></td> | ||||
| <td align="left">Body Text Font Fallbacks</td> | <td align="left">Body Text Font Fallbacks</td> | ||||
| <td align="left">body</td> | <td align="left">body</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial</td> | <td align="left">-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial</td> | ||||
| <td align="left"><code>--text-font-family-fallback</code></td> | <td align="left"><code>--text-font-family-fallback</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>text_font_base</code></td> | <td align="left"><code>text_font_base</code></td> | ||||
| <td align="left">Body Text Base Font (Total Failure Fallback)</td> | <td align="left">Body Text Base Font (Total Failure Fallback)</td> | ||||
| <td align="left">body</td> | <td align="left">body</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">sans-serif</td> | <td align="left">sans-serif</td> | ||||
| <td align="left"><code>--text-font-base</code></td> | <td align="left"><code>--text-font-base</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_font_google</code></td> | <td align="left"><code>header_font_google</code></td> | ||||
| <td align="left">Use <code><a href="../reference/google_font.html">google_font()</a></code> to specify header font</td> | <td align="left">Use <code><a href="../reference/google_font.html">google_font()</a></code> to specify header font</td> | ||||
| <td align="left">body</td> | <td align="left">body</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_font_family</code></td> | <td align="left"><code>header_font_family</code></td> | ||||
| <td align="left">Header Font Family (xaringan default is <code>'Yanone Kaffeesatz'</code>)</td> | <td align="left">Header Font Family (xaringan default is <code>'Yanone Kaffeesatz'</code>)</td> | ||||
| <td align="left">h1, h2, h3</td> | <td align="left">h1, h2, h3</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">Cabin</td> | <td align="left">Cabin</td> | ||||
| <td align="left"><code>--header-font-family</code></td> | <td align="left"><code>--header-font-family</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>header_font_weight</code></td> | <td align="left"><code>header_font_weight</code></td> | ||||
| <td align="left">Header Font Weight</td> | <td align="left">Header Font Weight</td> | ||||
| <td align="left">h1, h2, h3</td> | <td align="left">h1, h2, h3</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight">font-weight</a></td> | |||||
| <td align="left">600</td> | <td align="left">600</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left">Header Font URL</td> | <td align="left">Header Font URL</td> | ||||
| <td align="left"> | <td align="left"> | ||||
| <span class="citation">@import</span> url</td> | <span class="citation">@import</span> url</td> | ||||
| <td align="left"></td> | |||||
| <td align="left"><a href="https://fonts.googleapis.com/css?family=Cabin:600,600i&display=swap" class="uri">https://fonts.googleapis.com/css?family=Cabin:600,600i&display=swap</a></td> | <td align="left"><a href="https://fonts.googleapis.com/css?family=Cabin:600,600i&display=swap" class="uri">https://fonts.googleapis.com/css?family=Cabin:600,600i&display=swap</a></td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>code_font_google</code></td> | <td align="left"><code>code_font_google</code></td> | ||||
| <td align="left">Use <code><a href="../reference/google_font.html">google_font()</a></code> to specify code font</td> | <td align="left">Use <code><a href="../reference/google_font.html">google_font()</a></code> to specify code font</td> | ||||
| <td align="left">body</td> | <td align="left">body</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">NULL</td> | <td align="left">NULL</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>code_font_family</code></td> | <td align="left"><code>code_font_family</code></td> | ||||
| <td align="left">Code Font Family</td> | <td align="left">Code Font Family</td> | ||||
| <td align="left">.remark-code, .remark-inline-code</td> | <td align="left">.remark-code, .remark-inline-code</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">Source Code Pro</td> | <td align="left">Source Code Pro</td> | ||||
| <td align="left"><code>--code-font-family</code></td> | <td align="left"><code>--code-font-family</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>code_font_size</code></td> | <td align="left"><code>code_font_size</code></td> | ||||
| <td align="left">Code Text Font Size</td> | <td align="left">Code Text Font Size</td> | ||||
| <td align="left">.remark-inline</td> | <td align="left">.remark-inline</td> | ||||
| <td align="left"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-size">font-size</a></td> | |||||
| <td align="left">0.9rem</td> | <td align="left">0.9rem</td> | ||||
| <td align="left"><code>--code-font-size</code></td> | <td align="left"><code>--code-font-size</code></td> | ||||
| </tr> | </tr> | ||||
| <td align="left">Code Font URL</td> | <td align="left">Code Font URL</td> | ||||
| <td align="left"> | <td align="left"> | ||||
| <span class="citation">@import</span> url</td> | <span class="citation">@import</span> url</td> | ||||
| <td align="left"></td> | |||||
| <td align="left"><a href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap" class="uri">https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap</a></td> | <td align="left"><a href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap" class="uri">https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap</a></td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> | ||||
| <td align="left"><code>code_font_family_fallback</code></td> | <td align="left"><code>code_font_family_fallback</code></td> | ||||
| <td align="left">Code Font Fallback</td> | <td align="left">Code Font Fallback</td> | ||||
| <td align="left">.remark-code, .remark-inline-code</td> | <td align="left">.remark-code, .remark-inline-code</td> | ||||
| <td align="left"></td> | |||||
| <td align="left">Menlo, Consolas, Monaco, Liberation Mono, Lucida Console</td> | <td align="left">Menlo, Consolas, Monaco, Liberation Mono, Lucida Console</td> | ||||
| <td align="left"></td> | <td align="left"></td> | ||||
| </tr> | </tr> |
| template-variables: template-variables.html | template-variables: template-variables.html | ||||
| themes: themes.html | themes: themes.html | ||||
| xaringanthemer: xaringanthemer.html | xaringanthemer: xaringanthemer.html | ||||
| last_built: 2020-04-05T18:28Z | |||||
| last_built: 2020-04-05T19:04Z | |||||
| urls: | urls: | ||||
| reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference | reference: https://pkg.garrickadenbuie.com/xaringanthemer//reference | ||||
| article: https://pkg.garrickadenbuie.com/xaringanthemer//articles | article: https://pkg.garrickadenbuie.com/xaringanthemer//articles |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |
| <tr> | <tr> | ||||
| <th>padding</th> | <th>padding</th> | ||||
| <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults | ||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class. | |||||
| Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_image</th> | <th>background_image</th> | ||||
| be set. If <code>background_image</code> is set, <code>background_size</code> will default to | be set. If <code>background_image</code> is set, <code>background_size</code> will default to | ||||
| <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and | ||||
| <code>background_position</code> are set, will default to 100 percent. Defaults to | <code>background_position</code> are set, will default to 100 percent. Defaults to | ||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>background_position</th> | <th>background_position</th> | ||||
| <td><p>Background image position, requires | <td><p>Background image position, requires | ||||
| <code>background_image</code> to be set, and it is recommended to adjust | <code>background_image</code> to be set, and it is recommended to adjust | ||||
| <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the | ||||
| <code>.remark-slide-content</code> class.</p></td> | |||||
| <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>code_highlight_color</th> | <th>code_highlight_color</th> | ||||
| <tr> | <tr> | ||||
| <th>code_inline_font_size</th> | <th>code_inline_font_size</th> | ||||
| <td><p>Inline Code Text Font Size. Defaults to 1em. | <td><p>Inline Code Text Font Size. Defaults to 1em. | ||||
| Modifies the <code>.remark-inline-code</code> class. The value of this variable is | |||||
| also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-inline-code</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-inline-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>inverse_background_color</th> | <th>inverse_background_color</th> | ||||
| <th>title_slide_background_size</th> | <th>title_slide_background_size</th> | ||||
| <td><p>Title Slide Background Image Size, | <td><p>Title Slide Background Image Size, | ||||
| defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | defaults to "cover" if background image is set. Defaults to <code>NULL</code>. | ||||
| Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Modifies the <code>.title-slide</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-size'>background-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>title_slide_background_position</th> | <th>title_slide_background_position</th> | ||||
| <td><p>Title Slide Background Image | <td><p>Title Slide Background Image | ||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td> | |||||
| Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class. Accepts | |||||
| CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/background-position'>background-position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_color</th> | <th>footnote_color</th> | ||||
| <tr> | <tr> | ||||
| <th>footnote_font_size</th> | <th>footnote_font_size</th> | ||||
| <td><p>Footnote font size. Defaults to 0.9em. Modifies | <td><p>Footnote font size. Defaults to 0.9em. Modifies | ||||
| the <code>.footnote</code> class.</p></td> | |||||
| the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>footnote_position_bottom</th> | <th>footnote_position_bottom</th> | ||||
| <td><p>Footnote location from bottom of screen. | <td><p>Footnote location from bottom of screen. | ||||
| Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td> | |||||
| Defaults to 60px. Modifies the <code>.footnote</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/position_value'>position</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>left_column_subtle_color</th> | <th>left_column_subtle_color</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_size</th> | <th>text_font_size</th> | ||||
| <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies | ||||
| the <code>.remark-slide-content</code> class. The value of this variable is also | |||||
| stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any argument of a style function or in custom | |||||
| CSS.</p></td> | |||||
| the <code>.remark-slide-content</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--text-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h1_font_size</th> | <th>header_h1_font_size</th> | ||||
| <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | <td><p>h1 Header Text Font Size. Defaults to 2.75rem. | ||||
| Modifies the <code>.remark-slide-content h1</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h1</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h1-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h2_font_size</th> | <th>header_h2_font_size</th> | ||||
| <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | <td><p>h2 Header Text Font Size. Defaults to 2.25rem. | ||||
| Modifies the <code>.remark-slide-content h2</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h2</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h2-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_h3_font_size</th> | <th>header_h3_font_size</th> | ||||
| <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | <td><p>h3 Header Text Font Size. Defaults to 1.75rem. | ||||
| Modifies the <code>.remark-slide-content h3</code> class. The value of this variable | |||||
| is also stored as a CSS variable that can be referenced with | |||||
| <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any argument of a style function or in | |||||
| custom CSS.</p></td> | |||||
| Modifies the <code>.remark-slide-content h3</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--header-h3-font-size)</a></code> in any | |||||
| argument of a style function or in custom CSS.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_auto</th> | <th>header_background_auto</th> | ||||
| <tr> | <tr> | ||||
| <th>header_background_padding</th> | <th>header_background_padding</th> | ||||
| <td><p>Padding for h1 Header with Background. | <td><p>Padding for h1 Header with Background. | ||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td> | |||||
| Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class. Accepts | |||||
| CSS <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/padding'>padding</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_background_content_padding_top</th> | <th>header_background_content_padding_top</th> | ||||
| <tr> | <tr> | ||||
| <th>text_slide_number_font_size</th> | <th>text_slide_number_font_size</th> | ||||
| <td><p>Slide Number Text Font Size. Defaults to | <td><p>Slide Number Text Font Size. Defaults to | ||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td> | |||||
| 0.9em. Modifies the <code>.remark-slide-number</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_google</th> | <th>text_font_google</th> | ||||
| <tr> | <tr> | ||||
| <th>text_font_weight</th> | <th>text_font_weight</th> | ||||
| <td><p>Body Text Font Weight. Defaults to normal. Modifies | <td><p>Body Text Font Weight. Defaults to normal. Modifies | ||||
| the <code>body</code> element.</p></td> | |||||
| the <code>body</code> element. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>text_font_url</th> | <th>text_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>header_font_weight</th> | <th>header_font_weight</th> | ||||
| <td><p>Header Font Weight. Defaults to 600. Modifies the | <td><p>Header Font Weight. Defaults to 600. Modifies the | ||||
| <code>h1, h2, h3</code> elements.</p></td> | |||||
| <code>h1, h2, h3</code> elements. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight'>font-weight</a> | |||||
| property values.</p></td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <th>header_font_url</th> | <th>header_font_url</th> | ||||
| <tr> | <tr> | ||||
| <th>code_font_size</th> | <th>code_font_size</th> | ||||
| <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the | ||||
| <code>.remark-inline</code> class. The value of this variable is also stored as a CSS | |||||
| <code>.remark-inline</code> class. Accepts CSS | |||||
| <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/font-size'>font-size</a> | |||||
| property values. The value of this variable is also stored as a CSS | |||||
| variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | variable that can be referenced with <code><a href='https://rdrr.io/r/stats/cor.html'>var(--code-font-size)</a></code> in any | ||||
| argument of a style function or in custom CSS.</p></td> | argument of a style function or in custom CSS.</p></td> | ||||
| </tr> | </tr> |