| @@ -13,7 +13,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to `secondary_color`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to `secondary_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to `primary_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -24,7 +24,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(secondary_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to `secondary_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -43,7 +43,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -79,7 +79,7 @@ style_duo <- function( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = secondary_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = secondary_color, | |||
| inverse_text_color = primary_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -90,7 +90,7 @@ style_duo <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(secondary_color, 0.6), | |||
| left_column_selected_color = secondary_color, | |||
| @@ -109,7 +109,7 @@ style_duo <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -15,7 +15,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to `choose_dark_or_light(secondary_color, primary_color, secondary_color)`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to `secondary_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to `choose_dark_or_light(secondary_color, black_color, white_color)`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -26,7 +26,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(primary_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to `primary_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -45,7 +45,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -83,7 +83,7 @@ style_duo_accent <- function( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = choose_dark_or_light(secondary_color, primary_color, secondary_color), | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = secondary_color, | |||
| inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||
| inverse_text_shadow = FALSE, | |||
| @@ -94,7 +94,7 @@ style_duo_accent <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(primary_color, 0.6), | |||
| left_column_selected_color = primary_color, | |||
| @@ -113,7 +113,7 @@ style_duo_accent <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -15,7 +15,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to `choose_dark_or_light(secondary_color, secondary_color, primary_color)`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to `secondary_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to `choose_dark_or_light(secondary_color, black_color, white_color)`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -26,7 +26,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(primary_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to `primary_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -45,7 +45,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -83,7 +83,7 @@ style_duo_accent_inverse <- function( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = choose_dark_or_light(secondary_color, secondary_color, primary_color), | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = secondary_color, | |||
| inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||
| inverse_text_shadow = FALSE, | |||
| @@ -94,7 +94,7 @@ style_duo_accent_inverse <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(primary_color, 0.6), | |||
| left_column_selected_color = primary_color, | |||
| @@ -113,7 +113,7 @@ style_duo_accent_inverse <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -14,7 +14,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to `white_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -25,7 +25,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -44,7 +44,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -81,7 +81,7 @@ style_mono_accent <- function( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = base_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = base_color, | |||
| inverse_text_color = white_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -92,7 +92,7 @@ style_mono_accent <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(base_color, 0.6), | |||
| left_column_selected_color = base_color, | |||
| @@ -111,7 +111,7 @@ style_mono_accent <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -14,7 +14,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to `black_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -25,7 +25,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -44,7 +44,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -81,7 +81,7 @@ style_mono_accent_inverse <- function( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = base_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = base_color, | |||
| inverse_text_color = black_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -92,7 +92,7 @@ style_mono_accent_inverse <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(base_color, 0.6), | |||
| left_column_selected_color = base_color, | |||
| @@ -111,7 +111,7 @@ style_mono_accent_inverse <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -14,7 +14,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to `black_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -25,7 +25,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -44,7 +44,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -81,7 +81,7 @@ style_mono_dark <- function( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = base_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = base_color, | |||
| inverse_text_color = black_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -92,7 +92,7 @@ style_mono_dark <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(base_color, 0.6), | |||
| left_column_selected_color = base_color, | |||
| @@ -111,7 +111,7 @@ style_mono_dark <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -14,7 +14,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to `base_color`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to `base_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to `white_color`. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -25,7 +25,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to `apply_alpha(base_color, 0.6)`. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to `base_color`. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -44,7 +44,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -81,7 +81,7 @@ style_mono_light <- function( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = base_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = base_color, | |||
| inverse_text_color = white_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -92,7 +92,7 @@ style_mono_light <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(base_color, 0.6), | |||
| left_column_selected_color = base_color, | |||
| @@ -111,7 +111,7 @@ style_mono_light <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -11,7 +11,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to #268bd240. Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to #6c71c4. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to #fdf6e3. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to #002b36. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -22,7 +22,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to #586e75. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to #93a1a1. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -41,7 +41,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -75,7 +75,7 @@ style_solarized_dark <- function( | |||
| code_highlight_color = "#268bd240", | |||
| code_inline_color = "#6c71c4", | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = "#fdf6e3", | |||
| inverse_text_color = "#002b36", | |||
| inverse_text_shadow = FALSE, | |||
| @@ -86,7 +86,7 @@ style_solarized_dark <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = "#586e75", | |||
| left_column_selected_color = "#93a1a1", | |||
| @@ -105,7 +105,7 @@ style_solarized_dark <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -11,7 +11,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to #268bd240. Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to #6c71c4. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to #002b36. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to #fdf6e3. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -22,7 +22,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to #93a1a1. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to #586e75. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -41,7 +41,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -75,7 +75,7 @@ style_solarized_light <- function( | |||
| code_highlight_color = "#268bd240", | |||
| code_inline_color = "#6c71c4", | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = "#002b36", | |||
| inverse_text_color = "#fdf6e3", | |||
| inverse_text_shadow = FALSE, | |||
| @@ -86,7 +86,7 @@ style_solarized_light <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = "#93a1a1", | |||
| left_column_selected_color = "#586e75", | |||
| @@ -105,7 +105,7 @@ style_solarized_light <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -11,7 +11,7 @@ | |||
| #' @param code_highlight_color Code Line Highlight. Defaults to rgba(255,255,0,0.5). Modifies the `.remark-code-line-highlighted` class. | |||
| #' @param code_inline_color Inline Code Color. Defaults to #000. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_background_color Inline Code Background Color. Defaults to `NULL`. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1rem. Modifies the `.remark-inline-code` class. | |||
| #' @param code_inline_font_size Inline Code Text Font Size. Defaults to 1em. Modifies the `.remark-inline-code` class. | |||
| #' @param inverse_background_color Inverse Background Color. Defaults to #272822. Modifies the `.inverse` class. | |||
| #' @param inverse_text_color Inverse Text Color. Defaults to #d6d6d6. Modifies the `.inverse` class. | |||
| #' @param inverse_text_shadow Enables Shadow on text of inverse slides. Defaults to `FALSE`. Modifies the `.inverse` class. | |||
| @@ -22,7 +22,7 @@ | |||
| #' @param title_slide_background_size Title Slide Background Image Size, defaults to "cover" if background image is set. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param title_slide_background_position Title Slide Background Image Position. Defaults to `NULL`. Modifies the `.title-slide` class. | |||
| #' @param footnote_color Footnote text color (if `NA`, then it will be the same color as `text_color`). Defaults to `NULL`. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9rem. Modifies the `.footnote` class. | |||
| #' @param footnote_font_size Footnote font size. Defaults to 0.9em. Modifies the `.footnote` class. | |||
| #' @param footnote_position_bottom Footnote location from bottom of screen. Defaults to 60px. Modifies the `.footnote` class. | |||
| #' @param left_column_subtle_color Left Column Text (not last). Defaults to #777. Modifies the `.left-column h2, .left-column h3` classes. | |||
| #' @param left_column_selected_color Left Column Current Selection. Defaults to #000. Modifies the `.left-column h2:last-of-type, .left-column h3:last-child` classes. | |||
| @@ -41,7 +41,7 @@ | |||
| #' @param header_background_padding Padding for h1 Header with Background. Defaults to `NULL`. Modifies the `.remark-slide-content h1` class. | |||
| #' @param header_background_content_padding_top Top Padding for Content in Slide with Header with Background. Defaults to 7rem. Modifies the `.remark-slide-content` class. | |||
| #' @param header_background_ignore_classes Slide Classes Where Header with Background will not be Applied. Defaults to `c('normal', 'inverse', 'title', 'middle', 'bottom')`. Modifies the `.remark-slide-content` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9rem. Modifies the `.remark-slide-number` class. | |||
| #' @param text_slide_number_font_size Slide Number Text Font Size. Defaults to 0.9em. Modifies the `.remark-slide-number` class. | |||
| #' @param text_font_google Use `google_font()` to specify body font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| @@ -74,7 +74,7 @@ style_xaringan <- function( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = "#000", | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = "#272822", | |||
| inverse_text_color = "#d6d6d6", | |||
| inverse_text_shadow = FALSE, | |||
| @@ -85,7 +85,7 @@ style_xaringan <- function( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = "#777", | |||
| left_column_selected_color = "#000", | |||
| @@ -104,7 +104,7 @@ style_xaringan <- function( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c('normal', 'inverse', 'title', 'middle', 'bottom'), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -14,7 +14,7 @@ template_variables <- tibble::tribble( | |||
| , "code_highlight_color", "rgba(255,255,0,0.5)", ".remark-code-line-highlighted", "Code Line Highlight" | |||
| , "code_inline_color", "#000", ".remark-inline-code", "Inline Code Color" | |||
| , "code_inline_background_color", NULL, ".remark-inline-code", "Inline Code Background Color" | |||
| , "code_inline_font_size", "1rem", ".remark-inline-code", "Inline Code Text Font Size" | |||
| , "code_inline_font_size", "1em", ".remark-inline-code", "Inline Code Text Font Size" | |||
| , "inverse_background_color", "#272822", ".inverse", "Inverse Background Color" | |||
| , "inverse_text_color", "#d6d6d6", ".inverse", "Inverse Text Color" | |||
| , "inverse_text_shadow", "{FALSE}", ".inverse", "Enables Shadow on text of inverse slides" | |||
| @@ -25,7 +25,7 @@ template_variables <- tibble::tribble( | |||
| , "title_slide_background_size", NULL, ".title-slide", "Title Slide Background Image Size, defaults to \"cover\" if background image is set" | |||
| , "title_slide_background_position", NULL, ".title-slide", "Title Slide Background Image Position" | |||
| , "footnote_color", NULL, ".footnote", "Footnote text color (if `NA`, then it will be the same color as `text_color`)" | |||
| , "footnote_font_size", "0.9rem", ".footnote", "Footnote font size" | |||
| , "footnote_font_size", "0.9em", ".footnote", "Footnote font size" | |||
| , "footnote_position_bottom", "60px", ".footnote", "Footnote location from bottom of screen" | |||
| , "left_column_subtle_color", "#777", ".left-column h2, .left-column h3", "Left Column Text (not last)" | |||
| , "left_column_selected_color", "#000", ".left-column h2:last-of-type, .left-column h3:last-child", "Left Column Current Selection" | |||
| @@ -44,7 +44,7 @@ template_variables <- tibble::tribble( | |||
| , "header_background_padding", NULL, ".remark-slide-content h1", "Padding for h1 Header with Background" | |||
| , "header_background_content_padding_top", "7rem", ".remark-slide-content", "Top Padding for Content in Slide with Header with Background" | |||
| , "header_background_ignore_classes", "{c('normal', 'inverse', 'title', 'middle', 'bottom')}", ".remark-slide-content", "Slide Classes Where Header with Background will not be Applied" | |||
| , "text_slide_number_font_size", "0.9rem", ".remark-slide-number", "Slide Number Text Font Size" | |||
| , "text_slide_number_font_size", "0.9em", ".remark-slide-number", "Slide Number Text Font Size" | |||
| , "text_font_google", NULL, "body", "Use `google_font()` to specify body font" | |||
| , "text_font_family", "Noto Sans", "body", "Body Text Font Family (xaringan default is `'Droid Serif'`)" | |||
| , "text_font_weight", "normal", "body", "Body Text Font Weight" | |||
| @@ -15,8 +15,7 @@ stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https:// | |||
| Give your [xaringan](https://github.com/yihui/xaringan) slides some | |||
| style with **xaringanthemer** within your `slides.Rmd` file without | |||
| (much) | |||
| CSS. | |||
| (much) CSS. | |||
| <img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/examples.gif" alt="Animation previewing many xaringanthemer themes" /> | |||
| @@ -82,16 +81,14 @@ style_mono_light( | |||
| **xaringanthemer** is <kbd>Tab</kbd> friendly – [use autocomplete to | |||
| explore](#theme-settings) the [template | |||
| variables](vignettes/template-variables.md) that you can adjust in each | |||
| of the | |||
| themes\! | |||
| of the themes\! | |||
| <img src="https://raw.githubusercontent.com/gadenbuie/xaringanthemer/assets/example-rstudio-completion.gif" alt="Demonstration of argument auto-completion with RStudio" /> | |||
| ### R Markdown Template in RStudio | |||
| You can also skip the above and just create a *Ninja Themed | |||
| Presentation* from the New R Markdown Document menu in | |||
| RStudio. | |||
| Presentation* from the New R Markdown Document menu in RStudio. | |||
| <center> | |||
| @@ -108,8 +105,7 @@ for your slides, based around a single color. | |||
| #### `style_mono_light()` | |||
| A light theme based around a single | |||
| color. | |||
| A light theme based around a single color. | |||
| ``` r | |||
| style_mono_light(base_color = "#23395b") | |||
| @@ -119,8 +115,7 @@ style_mono_light(base_color = "#23395b") | |||
| #### `style_mono_dark()` | |||
| A dark theme based around a single | |||
| color. | |||
| A dark theme based around a single color. | |||
| ``` r | |||
| style_mono_dark(base_color = "#cbf7ed") | |||
| @@ -131,8 +126,7 @@ style_mono_dark(base_color = "#cbf7ed") | |||
| #### `style_mono_accent()` | |||
| The default xaringan theme with a single color used for color accents on | |||
| select elements (headers, bold text, | |||
| etc.). | |||
| select elements (headers, bold text, etc.). | |||
| ``` r | |||
| style_mono_accent(base_color = "#43418A") | |||
| @@ -143,8 +137,7 @@ style_mono_accent(base_color = "#43418A") | |||
| #### `style_mono_accent_inverse()` | |||
| An “inverted” default xaringan theme with a single color used for color | |||
| accents on select elements (headers, bold text, | |||
| etc.). | |||
| accents on select elements (headers, bold text, etc.). | |||
| ``` r | |||
| style_mono_accent_inverse(base_color = "#3C989E") | |||
| @@ -158,8 +151,7 @@ These themes build from two (ideally) complementary colors. | |||
| #### `style_duo()` | |||
| A two-colored theme based on a primary and secondary | |||
| color. | |||
| A two-colored theme based on a primary and secondary color. | |||
| ``` r | |||
| style_duo(primary_color = "#1F4257", secondary_color = "#F97B64") | |||
| @@ -169,8 +161,7 @@ style_duo(primary_color = "#1F4257", secondary_color = "#F97B64") | |||
| #### `style_duo_accent()` | |||
| The default Xaringan theme with two accent | |||
| colors. | |||
| The default Xaringan theme with two accent colors. | |||
| ``` r | |||
| style_duo_accent(primary_color = "#006747", secondary_color = "#CFC493") | |||
| @@ -180,8 +171,7 @@ style_duo_accent(primary_color = "#006747", secondary_color = "#CFC493") | |||
| #### `style_duo_accent_inverse()` | |||
| An “inverted” default Xaringan theme with two accent | |||
| colors. | |||
| An “inverted” default Xaringan theme with two accent colors. | |||
| ``` r | |||
| style_duo_accent_inverse(primary_color = "#006747", secondary_color = "#CFC493") | |||
| @@ -21,7 +21,7 @@ style_duo( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = secondary_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = secondary_color, | |||
| inverse_text_color = primary_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -32,7 +32,7 @@ style_duo( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(secondary_color, 0.6), | |||
| left_column_selected_color = secondary_color, | |||
| @@ -51,7 +51,7 @@ style_duo( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -108,7 +108,7 @@ style_duo( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to \code{secondary_color}. Modifies the \code{.inverse} class.} | |||
| @@ -130,7 +130,7 @@ style_duo( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -168,7 +168,7 @@ style_duo( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -24,7 +24,7 @@ style_duo_accent( | |||
| code_inline_color = choose_dark_or_light(secondary_color, primary_color, | |||
| secondary_color), | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = secondary_color, | |||
| inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||
| inverse_text_shadow = FALSE, | |||
| @@ -35,7 +35,7 @@ style_duo_accent( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(primary_color, 0.6), | |||
| left_column_selected_color = primary_color, | |||
| @@ -54,7 +54,7 @@ style_duo_accent( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -115,7 +115,7 @@ style_duo_accent( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to \code{secondary_color}. Modifies the \code{.inverse} class.} | |||
| @@ -137,7 +137,7 @@ style_duo_accent( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -175,7 +175,7 @@ style_duo_accent( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -24,7 +24,7 @@ style_duo_accent_inverse( | |||
| code_inline_color = choose_dark_or_light(secondary_color, secondary_color, | |||
| primary_color), | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = secondary_color, | |||
| inverse_text_color = choose_dark_or_light(secondary_color, black_color, white_color), | |||
| inverse_text_shadow = FALSE, | |||
| @@ -35,7 +35,7 @@ style_duo_accent_inverse( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(primary_color, 0.6), | |||
| left_column_selected_color = primary_color, | |||
| @@ -55,7 +55,7 @@ style_duo_accent_inverse( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -116,7 +116,7 @@ style_duo_accent_inverse( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to \code{secondary_color}. Modifies the \code{.inverse} class.} | |||
| @@ -138,7 +138,7 @@ style_duo_accent_inverse( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -176,7 +176,7 @@ style_duo_accent_inverse( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -21,7 +21,7 @@ style_mono_accent( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = base_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = base_color, | |||
| inverse_text_color = white_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -32,7 +32,7 @@ style_mono_accent( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(base_color, 0.6), | |||
| left_column_selected_color = base_color, | |||
| @@ -51,7 +51,7 @@ style_mono_accent( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -110,7 +110,7 @@ style_mono_accent( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.} | |||
| @@ -132,7 +132,7 @@ style_mono_accent( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -170,7 +170,7 @@ style_mono_accent( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -21,7 +21,7 @@ style_mono_accent_inverse( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = base_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = base_color, | |||
| inverse_text_color = black_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -32,7 +32,7 @@ style_mono_accent_inverse( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(base_color, 0.6), | |||
| left_column_selected_color = base_color, | |||
| @@ -51,7 +51,7 @@ style_mono_accent_inverse( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -110,7 +110,7 @@ style_mono_accent_inverse( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.} | |||
| @@ -132,7 +132,7 @@ style_mono_accent_inverse( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -170,7 +170,7 @@ style_mono_accent_inverse( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -21,7 +21,7 @@ style_mono_dark( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = base_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = base_color, | |||
| inverse_text_color = black_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -32,7 +32,7 @@ style_mono_dark( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(base_color, 0.6), | |||
| left_column_selected_color = base_color, | |||
| @@ -51,7 +51,7 @@ style_mono_dark( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -110,7 +110,7 @@ style_mono_dark( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.} | |||
| @@ -132,7 +132,7 @@ style_mono_dark( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -170,7 +170,7 @@ style_mono_dark( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -21,7 +21,7 @@ style_mono_light( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = base_color, | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = base_color, | |||
| inverse_text_color = white_color, | |||
| inverse_text_shadow = FALSE, | |||
| @@ -32,7 +32,7 @@ style_mono_light( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = apply_alpha(base_color, 0.6), | |||
| left_column_selected_color = base_color, | |||
| @@ -51,7 +51,7 @@ style_mono_light( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -110,7 +110,7 @@ style_mono_light( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to \code{base_color}. Modifies the \code{.inverse} class.} | |||
| @@ -132,7 +132,7 @@ style_mono_light( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -170,7 +170,7 @@ style_mono_light( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -18,7 +18,7 @@ style_solarized_dark( | |||
| code_highlight_color = "#268bd240", | |||
| code_inline_color = "#6c71c4", | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = "#fdf6e3", | |||
| inverse_text_color = "#002b36", | |||
| inverse_text_shadow = FALSE, | |||
| @@ -29,7 +29,7 @@ style_solarized_dark( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = "#586e75", | |||
| left_column_selected_color = "#93a1a1", | |||
| @@ -48,7 +48,7 @@ style_solarized_dark( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -101,7 +101,7 @@ style_solarized_dark( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to #fdf6e3. Modifies the \code{.inverse} class.} | |||
| @@ -123,7 +123,7 @@ style_solarized_dark( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -161,7 +161,7 @@ style_solarized_dark( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -18,7 +18,7 @@ style_solarized_light( | |||
| code_highlight_color = "#268bd240", | |||
| code_inline_color = "#6c71c4", | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = "#002b36", | |||
| inverse_text_color = "#fdf6e3", | |||
| inverse_text_shadow = FALSE, | |||
| @@ -29,7 +29,7 @@ style_solarized_light( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = "#93a1a1", | |||
| left_column_selected_color = "#586e75", | |||
| @@ -48,7 +48,7 @@ style_solarized_light( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -101,7 +101,7 @@ style_solarized_light( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to #002b36. Modifies the \code{.inverse} class.} | |||
| @@ -123,7 +123,7 @@ style_solarized_light( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -161,7 +161,7 @@ style_solarized_light( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -18,7 +18,7 @@ style_xaringan( | |||
| code_highlight_color = "rgba(255,255,0,0.5)", | |||
| code_inline_color = "#000", | |||
| code_inline_background_color = NULL, | |||
| code_inline_font_size = "1rem", | |||
| code_inline_font_size = "1em", | |||
| inverse_background_color = "#272822", | |||
| inverse_text_color = "#d6d6d6", | |||
| inverse_text_shadow = FALSE, | |||
| @@ -29,7 +29,7 @@ style_xaringan( | |||
| title_slide_background_size = NULL, | |||
| title_slide_background_position = NULL, | |||
| footnote_color = NULL, | |||
| footnote_font_size = "0.9rem", | |||
| footnote_font_size = "0.9em", | |||
| footnote_position_bottom = "60px", | |||
| left_column_subtle_color = "#777", | |||
| left_column_selected_color = "#000", | |||
| @@ -48,7 +48,7 @@ style_xaringan( | |||
| header_background_padding = NULL, | |||
| header_background_content_padding_top = "7rem", | |||
| header_background_ignore_classes = c("normal", "inverse", "title", "middle", "bottom"), | |||
| text_slide_number_font_size = "0.9rem", | |||
| text_slide_number_font_size = "0.9em", | |||
| text_font_google = NULL, | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| @@ -101,7 +101,7 @@ style_xaringan( | |||
| \item{code_inline_background_color}{Inline Code Background Color. Defaults to \code{NULL}. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1rem. Modifies the \code{.remark-inline-code} class.} | |||
| \item{code_inline_font_size}{Inline Code Text Font Size. Defaults to 1em. Modifies the \code{.remark-inline-code} class.} | |||
| \item{inverse_background_color}{Inverse Background Color. Defaults to #272822. Modifies the \code{.inverse} class.} | |||
| @@ -123,7 +123,7 @@ style_xaringan( | |||
| \item{footnote_color}{Footnote text color (if \code{NA}, then it will be the same color as \code{text_color}). Defaults to \code{NULL}. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9rem. Modifies the \code{.footnote} class.} | |||
| \item{footnote_font_size}{Footnote font size. Defaults to 0.9em. Modifies the \code{.footnote} class.} | |||
| \item{footnote_position_bottom}{Footnote location from bottom of screen. Defaults to 60px. Modifies the \code{.footnote} class.} | |||
| @@ -161,7 +161,7 @@ style_xaringan( | |||
| \item{header_background_ignore_classes}{Slide Classes Where Header with Background will not be Applied. Defaults to \code{c('normal', 'inverse', 'title', 'middle', 'bottom')}. Modifies the \code{.remark-slide-content} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9rem. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_slide_number_font_size}{Slide Number Text Font Size. Defaults to 0.9em. Modifies the \code{.remark-slide-number} class.} | |||
| \item{text_font_google}{Use \code{google_font()} to specify body font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #FEFDFD; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #FEFDFD; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #006747; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #006747; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -99,7 +99,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #272822; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| a, a > code { | |||
| color: var(--link-color); | |||
| @@ -109,7 +109,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #43418A; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #3C989E; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #cbf7ed; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #23395b; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #23395b; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #586e75; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #586e75; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -100,7 +100,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #93a1a1; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| strong { color: var(--text-bold-color); } | |||
| a, a > code { | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||
| @@ -36,7 +36,7 @@ | |||
| --base-font-size: 20px; | |||
| --text-font-size: 1rem; | |||
| --code-font-size: 0.9rem; | |||
| --code-inline-font-size: 1rem; | |||
| --code-inline-font-size: 1em; | |||
| --header-h1-font-size: 2.75rem; | |||
| --header-h2-font-size: 2.25rem; | |||
| --header-h3-font-size: 1.75rem; | |||
| @@ -101,7 +101,7 @@ h1, h2, h3 { | |||
| .remark-slide-number { | |||
| color: #272822; | |||
| opacity: 1; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| a, a > code { | |||
| color: var(--link-color); | |||
| @@ -111,7 +111,7 @@ a, a > code { | |||
| position: absolute; | |||
| bottom: 60px; | |||
| padding-right: 4em; | |||
| font-size: 0.9rem; | |||
| font-size: 0.9em; | |||
| } | |||
| .remark-code-line-highlighted { | |||
| background-color: var(--code-highlight-color); | |||