/* ------------------------------------------------------- * * !! 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::write_xaringan_theme * - xaringan wiki: https://github.com/yihui/xaringan/wiki * - remarkjs wiki: https://github.com/gnab/remark/wiki * * ------------------------------------------------------- */ @import url({{text_font_url}}); @import url({{header_font_url}}); @import url({{code_font_url}}); {{#extra_font_imports}}{{extra_font_imports}}{{/extra_font_imports}} body { font-family: {{body_font_family}}; font-weight: {{text_font_weight}}; color: {{text_color}}; } h1, h2, h3 { font-family: {{header_font_family}}; font-weight: {{header_font_weight}}; color: {{header_color}}; } .remark-slide-content { background-color: {{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}}; } .remark-slide-content h1 { font-size: {{header_h1_font_size}}; } .remark-slide-content h2 { font-size: {{header_h2_font_size}}; } .remark-slide-content h3 { font-size: {{header_h3_font_size}}; } .remark-code, .remark-inline-code { font-family: {{code_font_family}}, {{code_font_family_fallback}}, monospace; } .remark-code { font-size: {{code_font_size}}; } .remark-inline-code { {{#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}} font-size: {{code_inline_font_size}}; } .remark-slide-number { color: {{text_slide_number_color}}; opacity: 1; font-size: {{text_slide_number_font_size}}; } {{#text_bold_color}} strong { color: {{text_bold_color}}; } {{/text_bold_color}} a, a > code { color: {{link_color}}; text-decoration: none; } .footnote { {{#footnote_color}}color: {{footnote_color}};{{/footnote_color}} position: absolute; bottom: {{footnote_position_bottom}}; padding-right: 4em; font-size: {{footnote_font_size}}; } .remark-code-line-highlighted { background-color: {{code_highlight_color}}; } .inverse { background-color: {{inverse_background_color}}; color: {{inverse_text_color}}; {{#inverse_text_shadow}}text-shadow: 0 0 20px #333;{{/inverse_text_shadow}} } .inverse h1, .inverse h2, .inverse h3 { color: {{inverse_header_color}}; } .title-slide, .title-slide h1, .title-slide h2, .title-slide h3 { color: {{title_slide_text_color}}; } .title-slide { background-color: {{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: {{background_color}}; color: {{text_color}}; } table.dataTable.display tbody tr.odd { background-color: {{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: {{text_color}}; } .dataTables_wrapper .dataTables_paginate .paginate_button { color: {{text_color}} !important; } @page { margin: 0; } @media print { .remark-slide-scaler { width: 100% !important; height: 100% !important; transform: scale(1) !important; top: 0 !important; left: 0 !important; } }