/* ------------------------------------------------------- * * !! This file was generated by xaringanthemer !! * * Changes made to this file directly will be overwritten * if you used xaringanthemer in your xaringan slides Rmd * * Issues or likes? * - https://github.com/gadenbuie/xaringanthemer * - https://www.garrickadenbuie.com * * Need help? Try: * - vignette(package = "xaringanthemer") * - ?xaringanthemer::style_xaringan * - xaringan wiki: https://github.com/yihui/xaringan/wiki * - remarkjs wiki: https://github.com/gnab/remark/wiki * {{#xaringanthemer_version}} * Version: {{xaringanthemer_version}}{{/xaringanthemer_version}} * * ------------------------------------------------------- */ @import url({{{text_font_url}}}); @import url({{{header_font_url}}}); @import url({{{code_font_url}}}); {{#extra_font_imports}}{{{extra_font_imports}}}{{/extra_font_imports}} :root { /* Fonts */ --text-font-family: {{text_font_family}}; --text-font-is-google: {{text_font_is_google}}; --text-font-family-fallback: {{text_font_family_fallback}}; --text-font-base: {{text_font_base}}; --header-font-family: {{header_font_family}}; --header-font-is-google: {{header_font_is_google}}; --header-font-family-fallback: {{header_font_family_fallback}}; --code-font-family: {{code_font_family}}; --code-font-is-google: {{code_font_is_google}}; --base-font-size: {{base_font_size}}; --text-font-size: {{text_font_size}}; --code-font-size: {{code_font_size}}; --code-inline-font-size: {{code_inline_font_size}}; --header-h1-font-size: {{header_h1_font_size}}; --header-h2-font-size: {{header_h2_font_size}}; --header-h3-font-size: {{header_h3_font_size}}; /* Colors */ --text-color: {{text_color}}; --header-color: {{header_color}}; --background-color: {{background_color}}; --link-color: {{link_color}};{{#text_bold_color}} --text-bold-color: {{text_bold_color}};{{/text_bold_color}} --code-highlight-color: {{code_highlight_color}}; --inverse-text-color: {{inverse_text_color}}; --inverse-background-color: {{inverse_background_color}}; --inverse-header-color: {{inverse_header_color}}; --inverse-link-color: {{inverse_link_color}}; --title-slide-background-color: {{title_slide_background_color}}; --title-slide-text-color: {{title_slide_text_color}}; --header-background-color: {{header_background_color}}; --header-background-text-color: {{header_background_text_color}};{{#colors}} --{{color_name}}: {{value}};{{/colors}} } html { font-size: var(--base-font-size); } body { font-family: var(--text-font-family), var(--text-font-family-fallback), var(--text-font-base); font-weight: {{text_font_weight}}; color: var(--text-color); } h1, h2, h3 { font-family: var(--header-font-family), var(--header-font-family-fallback); font-weight: {{header_font_weight}}; color: var(--header-color); } .remark-slide-content { background-color: var(--background-color); font-size: {{text_font_size}};{{#background_image}} background-image: url({{{background_image}}});{{#background_size}} background-size: {{background_size}};{{/background_size}}{{#background_position}} background-position: {{background_position}};{{/background_position}}{{/background_image}} padding: {{padding}}; width: 100%; height: 100%; } .remark-slide-content h1 { font-size: var(--header-h1-font-size); } .remark-slide-content h2 { font-size: var(--header-h2-font-size); } .remark-slide-content h3 { font-size: var(--header-h3-font-size); } .remark-code, .remark-inline-code { font-family: var(--code-font-family), {{code_font_family_fallback}}, monospace; } .remark-code { font-size: var(--code-font-size); } .remark-inline-code { font-size: var(--code-inline-font-size);{{#code_inline_color}} color: {{code_inline_color}};{{/code_inline_color}}{{#code_inline_background_color}} background-color: {{code_inline_background_color}}; padding: 2px;{{/code_inline_background_color}} } .remark-slide-number { color: {{text_slide_number_color}}; opacity: 1; font-size: {{text_slide_number_font_size}}; } strong { font-weight: {{text_bold_font_weight}};{{#text_bold_color}} color: var(--text-bold-color);{{/text_bold_color}} } a, a > code { color: var(--link-color); text-decoration: none; } .footnote { position: absolute;{{#footnote_color}} color: {{footnote_color}};{{/footnote_color}} bottom: {{footnote_position_bottom}}; padding-right: 4em; font-size: {{footnote_font_size}}; } .remark-code-line-highlighted { background-color: var(--code-highlight-color); } .inverse { background-color: var(--inverse-background-color); color: var(--inverse-text-color); {{#inverse_text_shadow}}text-shadow: 0 0 20px #333;{{/inverse_text_shadow}} } .inverse h1, .inverse h2, .inverse h3 { color: var(--inverse-header-color); } .inverse a, .inverse a > code { color: var(--inverse-link-color); } .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { color: var(--title-slide-text-color); } .title-slide { background-color: var(--title-slide-background-color);{{#title_slide_background_image}} background-image: url("{{{title_slide_background_image}}}");{{/title_slide_background_image}}{{#title_slide_background_size}} background-size: {{title_slide_background_size}};{{/title_slide_background_size}}{{#title_slide_background_position}} background-position: {{title_slide_background_position}};{{/title_slide_background_position}} } .title-slide .remark-slide-number { display: none; } /* Two-column layout */ .left-column { width: 20%; height: 92%; float: left; } .left-column h2, .left-column h3 { color: {{left_column_subtle_color}}; } .left-column h2:last-of-type, .left-column h3:last-child { color: {{left_column_selected_color}}; } .right-column { width: 75%; float: right; padding-top: 1em; } .pull-left { float: left; width: 47%; } .pull-right { float: right; width: 47%; } .pull-right + * { clear: both; } img, video, iframe { max-width: 100%; } blockquote { border-left: solid 5px {{blockquote_left_border_color}}; padding-left: 1em; } .remark-slide table { margin: auto; border-top: 1px solid {{table_border_color}}; border-bottom: 1px solid {{table_border_color}}; } .remark-slide table thead th { border-bottom: 1px solid {{table_row_border_color}}; } th, td { padding: 5px; } .remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: {{table_row_even_background_color}}; } table.dataTable tbody { background-color: var(--background-color); color: var(--text-color); } table.dataTable.display tbody tr.odd { background-color: var(--background-color); } table.dataTable.display tbody tr.even { background-color: {{table_row_even_background_color}}; } table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover { background-color: rgba(255, 255, 255, 0.5); } .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { color: var(--text-color); } .dataTables_wrapper .dataTables_paginate .paginate_button { color: var(--text-color) !important; } {{#header_background}} /* Slide Header Background for h1 elements */ .remark-slide-content.header_background > h1{{#auto}}, .remark-slide-content{{#ignore}}:not({{class}}){{/ignore}} > h1{{/auto}} { display: block; position: absolute; top: 0; left: 0; width: 100%; background: var(--header-background-color); color: var(--header-background-text-color); padding: {{padding}}; margin-top: 0; box-sizing: border-box; } .remark-slide-content.header_background{{#auto}}, .remark-slide-content{{#ignore}}:not({{class}}){{/ignore}}{{/auto}} { padding-top: {{content_padding_top}}; } {{/header_background}} @page { margin: 0; } @media print { .remark-slide-scaler { width: 100% !important; height: 100% !important; transform: scale(1) !important; top: 0 !important; left: 0 !important; } } {{#colors}} .{{color_name}} { color: var(--{{color_name}}); } .bg-{{color_name}} { background-color: var(--{{color_name}}); } {{/colors}}