😎 Give your xaringan slides some style
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

609 lines
27KB

  1. <!-- Generated by pkgdown: do not edit by hand -->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <title>Write A Customized Xaringan Theme — style_xaringan • xaringanthemer</title>
  9. <!-- jquery -->
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
  11. <!-- Bootstrap -->
  12. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" crossorigin="anonymous" />
  13. <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" crossorigin="anonymous"></script>
  14. <!-- Font Awesome icons -->
  15. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.1/css/all.min.css" integrity="sha256-nAmazAk6vS34Xqo0BSrTb+abbtFlgsFK7NKSi6o7Y78=" crossorigin="anonymous" />
  16. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.1/css/v4-shims.min.css" integrity="sha256-6qHlizsOWFskGlwVOKuns+D1nB6ssZrHQrNj1wGplHc=" crossorigin="anonymous" />
  17. <!-- clipboard.js -->
  18. <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js" integrity="sha256-FiZwavyI2V6+EXO1U+xzLG3IKldpiTFf3153ea9zikQ=" crossorigin="anonymous"></script>
  19. <!-- headroom.js -->
  20. <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/headroom.min.js" integrity="sha256-DJFC1kqIhelURkuza0AvYal5RxMtpzLjFhsnVIeuk+U=" crossorigin="anonymous"></script>
  21. <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.9.4/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script>
  22. <!-- pkgdown -->
  23. <link href="../pkgdown.css" rel="stylesheet">
  24. <script src="../pkgdown.js"></script>
  25. <link href="../extra.css" rel="stylesheet">
  26. <meta property="og:title" content="Write A Customized Xaringan Theme — style_xaringan" />
  27. <meta property="og:description" content="Creates a customized Xaringan theme CSS file." />
  28. <meta name="twitter:card" content="summary" />
  29. <meta name="robots" content="noindex">
  30. <!-- mathjax -->
  31. <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
  32. <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
  33. <!--[if lt IE 9]>
  34. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  35. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  36. <![endif]-->
  37. </head>
  38. <body>
  39. <div class="container template-reference-topic">
  40. <header>
  41. <div class="navbar navbar-default navbar-fixed-top" role="navigation">
  42. <div class="container">
  43. <div class="navbar-header">
  44. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
  45. <span class="sr-only">Toggle navigation</span>
  46. <span class="icon-bar"></span>
  47. <span class="icon-bar"></span>
  48. <span class="icon-bar"></span>
  49. </button>
  50. <span class="navbar-brand">
  51. <a class="navbar-link" href="../index.html">xaringanthemer</a>
  52. <span class="version label label-danger" data-toggle="tooltip" data-placement="bottom" title="In-development version">0.2.0.9100</span>
  53. </span>
  54. </div>
  55. <div id="navbar" class="navbar-collapse collapse">
  56. <ul class="nav navbar-nav">
  57. <li>
  58. <a href="../articles/xaringanthemer.html">Get started</a>
  59. </li>
  60. <li>
  61. <a href="../reference/index.html">Reference</a>
  62. </li>
  63. <li>
  64. <a href="../articles/themes.html">Themes</a>
  65. </li>
  66. <li>
  67. <a href="../articles/fonts.html">Fonts</a>
  68. </li>
  69. <li>
  70. <a href="../articles/template-variables.html">Template Variables</a>
  71. </li>
  72. <li>
  73. <a href="../articles/css-help.html">CSS Help</a>
  74. </li>
  75. </ul>
  76. <ul class="nav navbar-nav navbar-right">
  77. <li>
  78. <a href="../news/index.html">
  79. <span class="fa fa fa fa-newspaper-o fa-lg"></span>
  80. </a>
  81. </li>
  82. <li>
  83. <a href="https://github.com/gadenbuie/xaringanthemer">
  84. <span class="fa fa-github fa-lg"></span>
  85. </a>
  86. </li>
  87. <li>
  88. <a href="https://twitter.com/grrrck">
  89. <span class="fa fa-twitter fa-lg"></span>
  90. </a>
  91. </li>
  92. <li>
  93. <a href="https://www.garrickadenbuie.com">
  94. <span class="fa fa-home fa-lg"></span>
  95. </a>
  96. </li>
  97. </ul>
  98. </div><!--/.nav-collapse -->
  99. </div><!--/.container -->
  100. </div><!--/.navbar -->
  101. </header>
  102. <div class="row">
  103. <div class="col-md-9 contents">
  104. <div class="page-header">
  105. <h1>Write A Customized Xaringan Theme</h1>
  106. <small class="dont-index">Source: <a href='https://github.com/gadenbuie/xaringanthemer/blob/master/R/style_xaringan.R'><code>R/style_xaringan.R</code></a></small>
  107. <div class="hidden name"><code>style_xaringan.Rd</code></div>
  108. </div>
  109. <div class="ref-description">
  110. <p>Creates a customized Xaringan theme CSS file.</p>
  111. </div>
  112. <pre class="usage"><span class='fu'>style_xaringan</span>(
  113. <span class='kw'>text_color</span> <span class='kw'>=</span> <span class='st'>"#000"</span>,
  114. <span class='kw'>header_color</span> <span class='kw'>=</span> <span class='st'>"#000"</span>,
  115. <span class='kw'>background_color</span> <span class='kw'>=</span> <span class='st'>"#FFF"</span>,
  116. <span class='kw'>link_color</span> <span class='kw'>=</span> <span class='st'>"rgb(249, 38, 114)"</span>,
  117. <span class='kw'>text_bold_color</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  118. <span class='kw'>text_slide_number_color</span> <span class='kw'>=</span> <span class='no'>inverse_background_color</span>,
  119. <span class='kw'>padding</span> <span class='kw'>=</span> <span class='st'>"16px 64px 16px 64px"</span>,
  120. <span class='kw'>background_image</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  121. <span class='kw'>background_size</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  122. <span class='kw'>background_position</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  123. <span class='kw'>code_highlight_color</span> <span class='kw'>=</span> <span class='st'>"rgba(255,255,0,0.5)"</span>,
  124. <span class='kw'>code_inline_color</span> <span class='kw'>=</span> <span class='st'>"#000"</span>,
  125. <span class='kw'>code_inline_background_color</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  126. <span class='kw'>code_inline_font_size</span> <span class='kw'>=</span> <span class='st'>"1em"</span>,
  127. <span class='kw'>inverse_background_color</span> <span class='kw'>=</span> <span class='st'>"#272822"</span>,
  128. <span class='kw'>inverse_text_color</span> <span class='kw'>=</span> <span class='st'>"#d6d6d6"</span>,
  129. <span class='kw'>inverse_text_shadow</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>,
  130. <span class='kw'>inverse_header_color</span> <span class='kw'>=</span> <span class='st'>"#f3f3f3"</span>,
  131. <span class='kw'>title_slide_text_color</span> <span class='kw'>=</span> <span class='no'>inverse_text_color</span>,
  132. <span class='kw'>title_slide_background_color</span> <span class='kw'>=</span> <span class='no'>inverse_background_color</span>,
  133. <span class='kw'>title_slide_background_image</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  134. <span class='kw'>title_slide_background_size</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  135. <span class='kw'>title_slide_background_position</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  136. <span class='kw'>footnote_color</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  137. <span class='kw'>footnote_font_size</span> <span class='kw'>=</span> <span class='st'>"0.9em"</span>,
  138. <span class='kw'>footnote_position_bottom</span> <span class='kw'>=</span> <span class='st'>"60px"</span>,
  139. <span class='kw'>left_column_subtle_color</span> <span class='kw'>=</span> <span class='st'>"#777"</span>,
  140. <span class='kw'>left_column_selected_color</span> <span class='kw'>=</span> <span class='st'>"#000"</span>,
  141. <span class='kw'>blockquote_left_border_color</span> <span class='kw'>=</span> <span class='st'>"lightgray"</span>,
  142. <span class='kw'>table_border_color</span> <span class='kw'>=</span> <span class='st'>"#666"</span>,
  143. <span class='kw'>table_row_border_color</span> <span class='kw'>=</span> <span class='st'>"#ddd"</span>,
  144. <span class='kw'>table_row_even_background_color</span> <span class='kw'>=</span> <span class='st'>"#eee"</span>,
  145. <span class='kw'>base_font_size</span> <span class='kw'>=</span> <span class='st'>"20px"</span>,
  146. <span class='kw'>text_font_size</span> <span class='kw'>=</span> <span class='st'>"1rem"</span>,
  147. <span class='kw'>header_h1_font_size</span> <span class='kw'>=</span> <span class='st'>"2.75rem"</span>,
  148. <span class='kw'>header_h2_font_size</span> <span class='kw'>=</span> <span class='st'>"2.25rem"</span>,
  149. <span class='kw'>header_h3_font_size</span> <span class='kw'>=</span> <span class='st'>"1.75rem"</span>,
  150. <span class='kw'>header_background_auto</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>,
  151. <span class='kw'>header_background_color</span> <span class='kw'>=</span> <span class='no'>header_color</span>,
  152. <span class='kw'>header_background_text_color</span> <span class='kw'>=</span> <span class='no'>background_color</span>,
  153. <span class='kw'>header_background_padding</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  154. <span class='kw'>header_background_content_padding_top</span> <span class='kw'>=</span> <span class='st'>"7rem"</span>,
  155. <span class='kw'>header_background_ignore_classes</span> <span class='kw'>=</span> <span class='fu'><a href='https://rdrr.io/r/base/c.html'>c</a></span>(<span class='st'>"normal"</span>, <span class='st'>"inverse"</span>, <span class='st'>"title"</span>, <span class='st'>"middle"</span>, <span class='st'>"bottom"</span>),
  156. <span class='kw'>text_slide_number_font_size</span> <span class='kw'>=</span> <span class='st'>"0.9em"</span>,
  157. <span class='kw'>text_font_google</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  158. <span class='kw'>text_font_family</span> <span class='kw'>=</span> <span class='st'>"Noto Sans"</span>,
  159. <span class='kw'>text_font_weight</span> <span class='kw'>=</span> <span class='st'>"normal"</span>,
  160. <span class='kw'>text_font_url</span> <span class='kw'>=</span> <span class='st'>"https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&amp;display=swap"</span>,
  161. <span class='kw'>text_font_family_fallback</span> <span class='kw'>=</span> <span class='st'>"-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial"</span>,
  162. <span class='kw'>text_font_base</span> <span class='kw'>=</span> <span class='st'>"sans-serif"</span>,
  163. <span class='kw'>header_font_google</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  164. <span class='kw'>header_font_family</span> <span class='kw'>=</span> <span class='st'>"Cabin"</span>,
  165. <span class='kw'>header_font_weight</span> <span class='kw'>=</span> <span class='st'>"600"</span>,
  166. <span class='kw'>header_font_url</span> <span class='kw'>=</span> <span class='st'>"https://fonts.googleapis.com/css?family=Cabin:600,600i&amp;display=swap"</span>,
  167. <span class='kw'>code_font_google</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  168. <span class='kw'>code_font_family</span> <span class='kw'>=</span> <span class='st'>"Source Code Pro"</span>,
  169. <span class='kw'>code_font_size</span> <span class='kw'>=</span> <span class='st'>"0.9rem"</span>,
  170. <span class='kw'>code_font_url</span> <span class='kw'>=</span> <span class='st'>"https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&amp;display=swap"</span>,
  171. <span class='kw'>code_font_family_fallback</span> <span class='kw'>=</span> <span class='st'>"Menlo, Consolas, Monaco, Liberation Mono, Lucida Console"</span>,
  172. <span class='kw'>colors</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  173. <span class='kw'>extra_css</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  174. <span class='kw'>extra_fonts</span> <span class='kw'>=</span> <span class='kw'>NULL</span>,
  175. <span class='kw'>outfile</span> <span class='kw'>=</span> <span class='st'>"xaringan-themer.css"</span>
  176. )</pre>
  177. <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>
  178. <table class="ref-arguments">
  179. <colgroup><col class="name" /><col class="desc" /></colgroup>
  180. <tr>
  181. <th>text_color</th>
  182. <td><p>Text Color. Defaults to #000. Modifies the <code>body</code> element.</p></td>
  183. </tr>
  184. <tr>
  185. <th>header_color</th>
  186. <td><p>Header Color. Defaults to #000. Modifies the
  187. <code>h1, h2, h3</code> elements.</p></td>
  188. </tr>
  189. <tr>
  190. <th>background_color</th>
  191. <td><p>Slide Background Color. Defaults to #FFF. Modifies
  192. the <code>.remark-slide-content</code> class.</p></td>
  193. </tr>
  194. <tr>
  195. <th>link_color</th>
  196. <td><p>Link Color. Defaults to rgb(249, 38, 114). Modifies the
  197. <code>a, a &gt; code</code> elements.</p></td>
  198. </tr>
  199. <tr>
  200. <th>text_bold_color</th>
  201. <td><p>Bold Text Color. Defaults to <code>NULL</code>. Modifies the
  202. <code>strong</code> element.</p></td>
  203. </tr>
  204. <tr>
  205. <th>text_slide_number_color</th>
  206. <td><p>Slide Number Color. Defaults to
  207. <code>inverse_background_color</code>. Modifies the <code>.remark-slide-number</code> class.</p></td>
  208. </tr>
  209. <tr>
  210. <th>padding</th>
  211. <td><p>Slide Padding in <code>top right [bottom left]</code> format. Defaults
  212. to 16px 64px 16px 64px. Modifies the <code>.remark-slide-content</code> class.</p></td>
  213. </tr>
  214. <tr>
  215. <th>background_image</th>
  216. <td><p>Background image applied to each <em>and every</em> slide.
  217. Set <code>title_slide_background_image = "none"</code> to remove the background image
  218. from the title slide. Defaults to <code>NULL</code>. Modifies the
  219. <code>.remark-slide-content</code> class.</p></td>
  220. </tr>
  221. <tr>
  222. <th>background_size</th>
  223. <td><p>Background image size, requires <code>background_image</code> to
  224. be set. If <code>background_image</code> is set, <code>background_size</code> will default to
  225. <code>cover</code> so the backround fills the screen. If both <code>background_image</code> and
  226. <code>background_position</code> are set, will default to 100 percent. Defaults to
  227. <code>NULL</code>. Modifies the <code>.remark-slide-content</code> class.</p></td>
  228. </tr>
  229. <tr>
  230. <th>background_position</th>
  231. <td><p>Background image position, requires
  232. <code>background_image</code> to be set, and it is recommended to adjust
  233. <code>background_size</code>. Defaults to <code>NULL</code>. Modifies the
  234. <code>.remark-slide-content</code> class.</p></td>
  235. </tr>
  236. <tr>
  237. <th>code_highlight_color</th>
  238. <td><p>Code Line Highlight. Defaults to
  239. rgba(255,255,0,0.5). Modifies the <code>.remark-code-line-highlighted</code> class.</p></td>
  240. </tr>
  241. <tr>
  242. <th>code_inline_color</th>
  243. <td><p>Inline Code Color. Defaults to #000. Modifies the
  244. <code>.remark-inline-code</code> class.</p></td>
  245. </tr>
  246. <tr>
  247. <th>code_inline_background_color</th>
  248. <td><p>Inline Code Background Color. Defaults
  249. to <code>NULL</code>. Modifies the <code>.remark-inline-code</code> class.</p></td>
  250. </tr>
  251. <tr>
  252. <th>code_inline_font_size</th>
  253. <td><p>Inline Code Text Font Size. Defaults to 1em.
  254. Modifies the <code>.remark-inline-code</code> class.</p></td>
  255. </tr>
  256. <tr>
  257. <th>inverse_background_color</th>
  258. <td><p>Inverse Background Color. Defaults to
  259. #272822. Modifies the <code>.inverse</code> class.</p></td>
  260. </tr>
  261. <tr>
  262. <th>inverse_text_color</th>
  263. <td><p>Inverse Text Color. Defaults to #d6d6d6. Modifies
  264. the <code>.inverse</code> class.</p></td>
  265. </tr>
  266. <tr>
  267. <th>inverse_text_shadow</th>
  268. <td><p>Enables Shadow on text of inverse slides.
  269. Defaults to <code>FALSE</code>. Modifies the <code>.inverse</code> class.</p></td>
  270. </tr>
  271. <tr>
  272. <th>inverse_header_color</th>
  273. <td><p>Inverse Header Color. Defaults to #f3f3f3.
  274. Modifies the <code>.inverse h1, .inverse h2, .inverse h3</code> classes.</p></td>
  275. </tr>
  276. <tr>
  277. <th>title_slide_text_color</th>
  278. <td><p>Title Slide Text Color. Defaults to
  279. <code>inverse_text_color</code>. Modifies the <code>.title-slide</code> class.</p></td>
  280. </tr>
  281. <tr>
  282. <th>title_slide_background_color</th>
  283. <td><p>Title Slide Background Color. Defaults
  284. to <code>inverse_background_color</code>. Modifies the <code>.title-slide</code> class.</p></td>
  285. </tr>
  286. <tr>
  287. <th>title_slide_background_image</th>
  288. <td><p>Title Slide Background Image URL.
  289. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td>
  290. </tr>
  291. <tr>
  292. <th>title_slide_background_size</th>
  293. <td><p>Title Slide Background Image Size,
  294. defaults to "cover" if background image is set. Defaults to <code>NULL</code>.
  295. Modifies the <code>.title-slide</code> class.</p></td>
  296. </tr>
  297. <tr>
  298. <th>title_slide_background_position</th>
  299. <td><p>Title Slide Background Image
  300. Position. Defaults to <code>NULL</code>. Modifies the <code>.title-slide</code> class.</p></td>
  301. </tr>
  302. <tr>
  303. <th>footnote_color</th>
  304. <td><p>Footnote text color (if <code>NA</code>, then it will be the same
  305. color as <code>text_color</code>). Defaults to <code>NULL</code>. Modifies the <code>.footnote</code>
  306. class.</p></td>
  307. </tr>
  308. <tr>
  309. <th>footnote_font_size</th>
  310. <td><p>Footnote font size. Defaults to 0.9em. Modifies
  311. the <code>.footnote</code> class.</p></td>
  312. </tr>
  313. <tr>
  314. <th>footnote_position_bottom</th>
  315. <td><p>Footnote location from bottom of screen.
  316. Defaults to 60px. Modifies the <code>.footnote</code> class.</p></td>
  317. </tr>
  318. <tr>
  319. <th>left_column_subtle_color</th>
  320. <td><p>Left Column Text (not last). Defaults to
  321. #777. Modifies the <code>.left-column h2, .left-column h3</code> classes.</p></td>
  322. </tr>
  323. <tr>
  324. <th>left_column_selected_color</th>
  325. <td><p>Left Column Current Selection. Defaults to
  326. #000. Modifies the
  327. <code>.left-column h2:last-of-type, .left-column h3:last-child</code> classes.</p></td>
  328. </tr>
  329. <tr>
  330. <th>blockquote_left_border_color</th>
  331. <td><p>Blockquote Left Border Color. Defaults
  332. to lightgray. Modifies the <code>blockquote</code> element.</p></td>
  333. </tr>
  334. <tr>
  335. <th>table_border_color</th>
  336. <td><p>Table top/bottom border. Defaults to #666.
  337. Modifies the <code>table: border-top, border-bottom</code> elements.</p></td>
  338. </tr>
  339. <tr>
  340. <th>table_row_border_color</th>
  341. <td><p>Table row inner bottom border. Defaults to
  342. #ddd. Modifies the <code>table thead th: border-bottom</code> elements.</p></td>
  343. </tr>
  344. <tr>
  345. <th>table_row_even_background_color</th>
  346. <td><p>Table Even Row Background Color.
  347. Defaults to #eee. Modifies the <code>thead, tfoot, tr:nth-child(even)</code>
  348. elements.</p></td>
  349. </tr>
  350. <tr>
  351. <th>base_font_size</th>
  352. <td><p>Base Font Size for All Slide Elements (must be <code>px</code>).
  353. Defaults to 20px. Modifies the <code>html</code> element.</p></td>
  354. </tr>
  355. <tr>
  356. <th>text_font_size</th>
  357. <td><p>Slide Body Text Font Size. Defaults to 1rem. Modifies
  358. the <code>.remark-slide-content</code> class.</p></td>
  359. </tr>
  360. <tr>
  361. <th>header_h1_font_size</th>
  362. <td><p>h1 Header Text Font Size. Defaults to 2.75rem.
  363. Modifies the <code>.remark-slide-content h1</code> class.</p></td>
  364. </tr>
  365. <tr>
  366. <th>header_h2_font_size</th>
  367. <td><p>h2 Header Text Font Size. Defaults to 2.25rem.
  368. Modifies the <code>.remark-slide-content h2</code> class.</p></td>
  369. </tr>
  370. <tr>
  371. <th>header_h3_font_size</th>
  372. <td><p>h3 Header Text Font Size. Defaults to 1.75rem.
  373. Modifies the <code>.remark-slide-content h3</code> class.</p></td>
  374. </tr>
  375. <tr>
  376. <th>header_background_auto</th>
  377. <td><p>Add background under slide title automatically
  378. for h1 header elements. If not enabled, use <code>class: header_background</code> to
  379. enable. Defaults to <code>FALSE</code>.</p></td>
  380. </tr>
  381. <tr>
  382. <th>header_background_color</th>
  383. <td><p>Background Color for h1 Header with
  384. Background. Defaults to <code>header_color</code>. Modifies the
  385. <code>.remark-slide-content h1</code> class.</p></td>
  386. </tr>
  387. <tr>
  388. <th>header_background_text_color</th>
  389. <td><p>Text Color for h1 Header with
  390. Background. Defaults to <code>background_color</code>. Modifies the
  391. <code>.remark-slide-content h1</code> class.</p></td>
  392. </tr>
  393. <tr>
  394. <th>header_background_padding</th>
  395. <td><p>Padding for h1 Header with Background.
  396. Defaults to <code>NULL</code>. Modifies the <code>.remark-slide-content h1</code> class.</p></td>
  397. </tr>
  398. <tr>
  399. <th>header_background_content_padding_top</th>
  400. <td><p>Top Padding for Content in
  401. Slide with Header with Background. Defaults to 7rem. Modifies the
  402. <code>.remark-slide-content</code> class.</p></td>
  403. </tr>
  404. <tr>
  405. <th>header_background_ignore_classes</th>
  406. <td><p>Slide Classes Where Header with
  407. Background will not be Applied. Defaults to
  408. <code><a href='https://rdrr.io/r/base/c.html'>c('normal', 'inverse', 'title', 'middle', 'bottom')</a></code>. Modifies the
  409. <code>.remark-slide-content</code> class.</p></td>
  410. </tr>
  411. <tr>
  412. <th>text_slide_number_font_size</th>
  413. <td><p>Slide Number Text Font Size. Defaults to
  414. 0.9em. Modifies the <code>.remark-slide-number</code> class.</p></td>
  415. </tr>
  416. <tr>
  417. <th>text_font_google</th>
  418. <td><p>Use <code><a href='google_font.html'>google_font()</a></code> to specify body font. Defaults
  419. to <code>NULL</code>. Modifies the <code>body</code> element.</p></td>
  420. </tr>
  421. <tr>
  422. <th>text_font_family</th>
  423. <td><p>Body Text Font Family (xaringan default is
  424. <code>'Droid Serif'</code>). Defaults to Noto Sans. Modifies the <code>body</code> element.</p></td>
  425. </tr>
  426. <tr>
  427. <th>text_font_weight</th>
  428. <td><p>Body Text Font Weight. Defaults to normal. Modifies
  429. the <code>body</code> element.</p></td>
  430. </tr>
  431. <tr>
  432. <th>text_font_url</th>
  433. <td><p>Body Text Font URL(s). Defaults to
  434. https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&amp;display=swap.
  435. Modifies the <code>@import url()</code> elements.</p></td>
  436. </tr>
  437. <tr>
  438. <th>text_font_family_fallback</th>
  439. <td><p>Body Text Font Fallbacks. Defaults to
  440. -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue,
  441. helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the <code>body</code>
  442. element.</p></td>
  443. </tr>
  444. <tr>
  445. <th>text_font_base</th>
  446. <td><p>Body Text Base Font (Total Failure Fallback). Defaults
  447. to sans-serif. Modifies the <code>body</code> element.</p></td>
  448. </tr>
  449. <tr>
  450. <th>header_font_google</th>
  451. <td><p>Use <code><a href='google_font.html'>google_font()</a></code> to specify header font.
  452. Defaults to <code>NULL</code>. Modifies the <code>body</code> element.</p></td>
  453. </tr>
  454. <tr>
  455. <th>header_font_family</th>
  456. <td><p>Header Font Family (xaringan default is
  457. <code>'Yanone Kaffeesatz'</code>). Defaults to Cabin. Modifies the <code>h1, h2, h3</code>
  458. elements.</p></td>
  459. </tr>
  460. <tr>
  461. <th>header_font_weight</th>
  462. <td><p>Header Font Weight. Defaults to 600. Modifies the
  463. <code>h1, h2, h3</code> elements.</p></td>
  464. </tr>
  465. <tr>
  466. <th>header_font_url</th>
  467. <td><p>Header Font URL. Defaults to
  468. https://fonts.googleapis.com/css?family=Cabin:600,600i&amp;display=swap.
  469. Modifies the <code>@import url</code> elements.</p></td>
  470. </tr>
  471. <tr>
  472. <th>code_font_google</th>
  473. <td><p>Use <code><a href='google_font.html'>google_font()</a></code> to specify code font. Defaults
  474. to <code>NULL</code>. Modifies the <code>body</code> element.</p></td>
  475. </tr>
  476. <tr>
  477. <th>code_font_family</th>
  478. <td><p>Code Font Family. Defaults to Source Code Pro.
  479. Modifies the <code>.remark-code, .remark-inline-code</code> classes.</p></td>
  480. </tr>
  481. <tr>
  482. <th>code_font_size</th>
  483. <td><p>Code Text Font Size. Defaults to 0.9rem. Modifies the
  484. <code>.remark-inline</code> class.</p></td>
  485. </tr>
  486. <tr>
  487. <th>code_font_url</th>
  488. <td><p>Code Font URL. Defaults to
  489. https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&amp;display=swap.
  490. Modifies the <code>@import url</code> elements.</p></td>
  491. </tr>
  492. <tr>
  493. <th>code_font_family_fallback</th>
  494. <td><p>Code Font Fallback. Defaults to Menlo,
  495. Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the
  496. <code>.remark-code, .remark-inline-code</code> classes.</p></td>
  497. </tr>
  498. <tr>
  499. <th>colors</th>
  500. <td><p>A named vector of custom colors. The names of the colors
  501. become CSS variables and classes that can be used within your slides.
  502. For example, <code>colors = c(blue = "#bad4ed")</code> adds a CSS variable
  503. <code>--blue</code>, a <code>.blue</code> CSS class that applies the color to the text or
  504. foreground color, and a <code>.bg-blue</code> CSS class that applies the color
  505. to the background.</p></td>
  506. </tr>
  507. <tr>
  508. <th>extra_css</th>
  509. <td><p>A named list of CSS definitions each containing a named list
  510. of CSS property-value pairs, i.e.
  511. <code><a href='https://rdrr.io/r/base/list.html'>list(".class-id" = list("css-property" = "value"))</a></code></p></td>
  512. </tr>
  513. <tr>
  514. <th>extra_fonts</th>
  515. <td><p>A list of additional fonts to import, each list element
  516. can be either a URL as a character string or a call to
  517. <code><a href='google_font.html'>google_font</a>()</code></p></td>
  518. </tr>
  519. <tr>
  520. <th>outfile</th>
  521. <td><p>Customized xaringan CSS output file name, default is "xaringan-themer.css"</p></td>
  522. </tr>
  523. </table>
  524. <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>
  525. <div class='dont-index'><p>Other themes:
  526. <code><a href='style_duo_accent_inverse.html'>style_duo_accent_inverse</a>()</code>,
  527. <code><a href='style_duo_accent.html'>style_duo_accent</a>()</code>,
  528. <code><a href='style_duo.html'>style_duo</a>()</code>,
  529. <code><a href='style_mono_accent_inverse.html'>style_mono_accent_inverse</a>()</code>,
  530. <code><a href='style_mono_accent.html'>style_mono_accent</a>()</code>,
  531. <code><a href='style_mono_dark.html'>style_mono_dark</a>()</code>,
  532. <code><a href='style_mono_light.html'>style_mono_light</a>()</code>,
  533. <code><a href='style_solarized_dark.html'>style_solarized_dark</a>()</code>,
  534. <code><a href='style_solarized_light.html'>style_solarized_light</a>()</code></p></div>
  535. </div>
  536. <div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
  537. <h2>Contents</h2>
  538. <ul class="nav nav-pills nav-stacked">
  539. <li><a href="#arguments">Arguments</a></li>
  540. <li><a href="#see-also">See also</a></li>
  541. </ul>
  542. </div>
  543. </div>
  544. <footer>
  545. <div class="copyright">
  546. <p>Developed by <a href='https://www.garrickadenbuie.com'>Garrick Aden-Buie</a>.</p>
  547. </div>
  548. <div class="pkgdown">
  549. <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.4.1.</p>
  550. </div>
  551. </footer>
  552. </div>
  553. </body>
  554. </html>