|
|
|
@@ -9,184 +9,82 @@
|
|
|
|
|
--ifm-color-scheme: light;
|
|
|
|
|
|
|
|
|
|
/* Colors. */
|
|
|
|
|
--ifm-dark-value: 10%;
|
|
|
|
|
--ifm-darker-value: 15%;
|
|
|
|
|
--ifm-darkest-value: 30%;
|
|
|
|
|
--ifm-light-value: 15%;
|
|
|
|
|
--ifm-lighter-value: 30%;
|
|
|
|
|
--ifm-lightest-value: 50%;
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
This seems like a lot, but we want to ensure enough contrast.
|
|
|
|
|
Goal is to have a min score of 3 on https://www.myndex.com/APCA/fullmatrix
|
|
|
|
|
For fontWeight 400 + score 3, the cell must show a value < 16px (fontsize we use in places like alerts)
|
|
|
|
|
See also https://github.com/facebookincubator/infima/issues/55#issuecomment-884023075
|
|
|
|
|
*/
|
|
|
|
|
--ifm-contrast-background-value: 90%;
|
|
|
|
|
--ifm-contrast-foreground-value: 70%;
|
|
|
|
|
/* Using slightly different values for dark mode */
|
|
|
|
|
--ifm-contrast-background-dark-value: 70%;
|
|
|
|
|
--ifm-contrast-foreground-dark-value: 90%;
|
|
|
|
|
|
|
|
|
|
--ifm-color-primary: #3578e5;
|
|
|
|
|
--ifm-color-secondary: #ebedf0;
|
|
|
|
|
--ifm-color-success: #00a400;
|
|
|
|
|
--ifm-color-info: #54c7ec;
|
|
|
|
|
--ifm-color-warning: #ffba00;
|
|
|
|
|
--ifm-color-danger: #fa383e;
|
|
|
|
|
--ifm-color-primary-dark: rgb(48, 108, 206);
|
|
|
|
|
--ifm-color-primary-darker: rgb(45, 102, 195);
|
|
|
|
|
--ifm-color-primary-darkest: rgb(37, 84, 160);
|
|
|
|
|
--ifm-color-primary-light: rgb(83, 140, 233);
|
|
|
|
|
--ifm-color-primary-lighter: rgb(114, 161, 237);
|
|
|
|
|
--ifm-color-primary-lightest: rgb(154, 188, 242);
|
|
|
|
|
--ifm-color-primary-contrast-background: rgb(235, 242, 252);
|
|
|
|
|
--ifm-color-primary-contrast-foreground: rgb(16, 36, 69);
|
|
|
|
|
--ifm-color-secondary-dark: rgb(212, 213, 216);
|
|
|
|
|
--ifm-color-secondary-darker: rgb(200, 201, 204);
|
|
|
|
|
--ifm-color-secondary-darkest: rgb(164, 166, 168);
|
|
|
|
|
--ifm-color-secondary-light: rgb(238, 240, 242);
|
|
|
|
|
--ifm-color-secondary-lighter: rgb(241, 242, 245);
|
|
|
|
|
--ifm-color-secondary-lightest: rgb(245, 246, 248);
|
|
|
|
|
--ifm-color-secondary-contrast-background: rgb(253, 253, 254);
|
|
|
|
|
--ifm-color-secondary-contrast-foreground: rgb(71, 71, 72);
|
|
|
|
|
--ifm-color-success-dark: rgb(0, 148, 0);
|
|
|
|
|
--ifm-color-success-darker: rgb(0, 139, 0);
|
|
|
|
|
--ifm-color-success-darkest: rgb(0, 115, 0);
|
|
|
|
|
--ifm-color-success-light: rgb(38, 178, 38);
|
|
|
|
|
--ifm-color-success-lighter: rgb(77, 191, 77);
|
|
|
|
|
--ifm-color-success-lightest: rgb(128, 210, 128);
|
|
|
|
|
--ifm-color-success-contrast-background: rgb(230, 246, 230);
|
|
|
|
|
--ifm-color-success-contrast-foreground: rgb(0, 49, 0);
|
|
|
|
|
--ifm-color-info-dark: rgb(76, 179, 212);
|
|
|
|
|
--ifm-color-info-darker: rgb(71, 169, 201);
|
|
|
|
|
--ifm-color-info-darkest: rgb(59, 139, 165);
|
|
|
|
|
--ifm-color-info-light: rgb(110, 207, 239);
|
|
|
|
|
--ifm-color-info-lighter: rgb(135, 216, 242);
|
|
|
|
|
--ifm-color-info-lightest: rgb(170, 227, 246);
|
|
|
|
|
--ifm-color-info-contrast-background: rgb(238, 249, 253);
|
|
|
|
|
--ifm-color-info-contrast-foreground: rgb(25, 60, 71);
|
|
|
|
|
--ifm-color-warning-dark: rgb(230, 167, 0);
|
|
|
|
|
--ifm-color-warning-darker: rgb(217, 158, 0);
|
|
|
|
|
--ifm-color-warning-darkest: rgb(179, 130, 0);
|
|
|
|
|
--ifm-color-warning-light: rgb(255, 196, 38);
|
|
|
|
|
--ifm-color-warning-lighter: rgb(255, 207, 77);
|
|
|
|
|
--ifm-color-warning-lightest: rgb(255, 221, 128);
|
|
|
|
|
--ifm-color-warning-contrast-background: rgb(255, 248, 230);
|
|
|
|
|
--ifm-color-warning-contrast-foreground: rgb(77, 56, 0);
|
|
|
|
|
--ifm-color-danger-dark: rgb(225, 50, 56);
|
|
|
|
|
--ifm-color-danger-darker: rgb(213, 48, 53);
|
|
|
|
|
--ifm-color-danger-darkest: rgb(175, 39, 43);
|
|
|
|
|
--ifm-color-danger-light: rgb(251, 86, 91);
|
|
|
|
|
--ifm-color-danger-lighter: rgb(251, 116, 120);
|
|
|
|
|
--ifm-color-danger-lightest: rgb(253, 156, 159);
|
|
|
|
|
--ifm-color-danger-contrast-background: rgb(255, 235, 236);
|
|
|
|
|
--ifm-color-danger-contrast-foreground: rgb(75, 17, 19);
|
|
|
|
|
/*--ifm-dark-value: 10%;*/
|
|
|
|
|
/*--ifm-darker-value: 15%;*/
|
|
|
|
|
/*--ifm-darkest-value: 30%;*/
|
|
|
|
|
/*--ifm-light-value: 15%;*/
|
|
|
|
|
/*--ifm-lighter-value: 30%;*/
|
|
|
|
|
/*--ifm-lightest-value: 50%;*/
|
|
|
|
|
|
|
|
|
|
--ifm-color-white: #fff;
|
|
|
|
|
--ifm-color-black: #000;
|
|
|
|
|
|
|
|
|
|
--ifm-color-primary: #000;
|
|
|
|
|
--ifm-color-secondary: #eeeef0;
|
|
|
|
|
|
|
|
|
|
--ifm-color-gray-0: var(--ifm-color-white);
|
|
|
|
|
--ifm-color-gray-100: #f5f6f7;
|
|
|
|
|
--ifm-color-gray-200: #ebedf0;
|
|
|
|
|
--ifm-color-gray-300: #dadde1;
|
|
|
|
|
--ifm-color-gray-400: #ccd0d5;
|
|
|
|
|
--ifm-color-gray-500: #bec3c9;
|
|
|
|
|
--ifm-color-gray-600: #8d949e;
|
|
|
|
|
--ifm-color-gray-700: #606770;
|
|
|
|
|
--ifm-color-gray-800: #444950;
|
|
|
|
|
--ifm-color-gray-900: #1c1e21;
|
|
|
|
|
--ifm-color-gray-100: #f8f8fa;
|
|
|
|
|
--ifm-color-gray-200: #f7f7f8;
|
|
|
|
|
--ifm-color-gray-300: #eeeef0;
|
|
|
|
|
--ifm-color-gray-400: #c0c0c2;
|
|
|
|
|
--ifm-color-gray-500: #828285;
|
|
|
|
|
--ifm-color-gray-600: #474747;
|
|
|
|
|
--ifm-color-gray-700: #373738;
|
|
|
|
|
--ifm-color-gray-800: #1a1a1a;
|
|
|
|
|
--ifm-color-gray-900: #151515;
|
|
|
|
|
--ifm-color-gray-1000: var(--ifm-color-black);
|
|
|
|
|
/*Code block*/
|
|
|
|
|
--docusaurus-highlighted-code-line-bg: var(--ifm-color-gray-100);
|
|
|
|
|
|
|
|
|
|
--ifm-color-emphasis-0: var(--ifm-color-gray-0);
|
|
|
|
|
--ifm-color-emphasis-100: var(--ifm-color-gray-100);
|
|
|
|
|
--ifm-color-emphasis-200: var(--ifm-color-gray-200);
|
|
|
|
|
--ifm-color-emphasis-300: var(--ifm-color-gray-300);
|
|
|
|
|
--ifm-color-emphasis-400: var(--ifm-color-gray-400);
|
|
|
|
|
--ifm-color-emphasis-500: var(--ifm-color-gray-500);
|
|
|
|
|
--ifm-color-emphasis-600: var(--ifm-color-gray-600);
|
|
|
|
|
--ifm-color-emphasis-700: var(--ifm-color-gray-700);
|
|
|
|
|
--ifm-color-emphasis-800: var(--ifm-color-gray-800);
|
|
|
|
|
--ifm-color-emphasis-900: var(--ifm-color-gray-900);
|
|
|
|
|
--ifm-color-emphasis-1000: var(--ifm-color-gray-1000);
|
|
|
|
|
/*components*/
|
|
|
|
|
--ifm-hero-background-color: var(--ifm-color-black);
|
|
|
|
|
--ifm-hero-text-color: var(--ifm-color-white);
|
|
|
|
|
--ifm-alert-background-color: var(--ifm-color-gray-100) !important;
|
|
|
|
|
--ifm-card-background-color: var(--ifm-color-gray-100) !important;
|
|
|
|
|
--ifm-alert-foreground-color: var(--ifm-color-gray-700);
|
|
|
|
|
|
|
|
|
|
/* Base. */
|
|
|
|
|
--ifm-color-content: var(--ifm-color-emphasis-900);
|
|
|
|
|
--ifm-color-content-inverse: var(--ifm-color-emphasis-0);
|
|
|
|
|
--ifm-color-content-secondary: #525860;
|
|
|
|
|
|
|
|
|
|
--ifm-background-color: transparent; /* Body's background. */
|
|
|
|
|
--ifm-background-surface-color: var(--ifm-color-content-inverse);
|
|
|
|
|
/*spacing and details*/
|
|
|
|
|
--ifm-global-border-width: 1px;
|
|
|
|
|
--ifm-global-radius: 0.8rem;
|
|
|
|
|
--ifm-global-radius: 0.6rem;
|
|
|
|
|
|
|
|
|
|
--ifm-hover-overlay: rgba(0, 0, 0, 0.05);
|
|
|
|
|
|
|
|
|
|
/* Typography. */
|
|
|
|
|
--ifm-font-color-base: var(--ifm-color-content);
|
|
|
|
|
--ifm-font-color-base-inverse: var(--ifm-color-content-inverse);
|
|
|
|
|
--ifm-font-color-secondary: var(--ifm-color-content-secondary);
|
|
|
|
|
--ifm-font-family-base: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
|
|
|
|
|
Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica,
|
|
|
|
|
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
|
|
|
--ifm-font-family-base: system-ui, -apple-system, Helvetica, Arial, Segoe UI,
|
|
|
|
|
sans-serif, BlinkMacSystemFont, 'Segoe UI', sans-serif, 'Apple Color Emoji',
|
|
|
|
|
'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
|
|
|
--ifm-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
|
|
|
|
|
'Liberation Mono', 'Courier New', monospace;
|
|
|
|
|
--lgs-font-family-secondary: Georgia, 'Times New Roman', serif;
|
|
|
|
|
|
|
|
|
|
--ifm-font-size-base: 100%;
|
|
|
|
|
--ifm-line-height-base: 1.625;
|
|
|
|
|
|
|
|
|
|
--ifm-font-weight-light: 300;
|
|
|
|
|
--ifm-font-size-secondary: 100%;
|
|
|
|
|
--ifm-line-height-secondary: 1.5;
|
|
|
|
|
|
|
|
|
|
--ifm-font-weight-light: 400;
|
|
|
|
|
--ifm-font-weight-normal: 400;
|
|
|
|
|
--ifm-font-weight-semibold: 500;
|
|
|
|
|
--ifm-font-weight-bold: 700;
|
|
|
|
|
|
|
|
|
|
--ifm-font-weight-semibold: 400;
|
|
|
|
|
--ifm-font-weight-bold: 400;
|
|
|
|
|
--ifm-font-weight-base: var(--ifm-font-weight-normal);
|
|
|
|
|
--ifm-line-height-base: 1.65;
|
|
|
|
|
|
|
|
|
|
--ifm-h1-font-size: 4rem;
|
|
|
|
|
--ifm-h2-font-size: 3.5rem;
|
|
|
|
|
--ifm-h3-font-size: 1.25rem;
|
|
|
|
|
--ifm-h4-font-size: 1.15rem;
|
|
|
|
|
--ifm-h5-font-size: 1rem;
|
|
|
|
|
--ifm-h6-font-size: 0.85rem;
|
|
|
|
|
|
|
|
|
|
/* Spacing. */
|
|
|
|
|
--ifm-global-spacing: 1rem;
|
|
|
|
|
--ifm-global-spacing: 0.8rem;
|
|
|
|
|
--ifm-spacing-vertical: var(--ifm-global-spacing);
|
|
|
|
|
--ifm-spacing-horizontal: var(--ifm-global-spacing);
|
|
|
|
|
|
|
|
|
|
/* Transitions. */
|
|
|
|
|
--ifm-transition-fast: 200ms;
|
|
|
|
|
--ifm-transition-slow: 400ms;
|
|
|
|
|
--ifm-transition-timing-default: cubic-bezier(0.08, 0.52, 0.52, 1);
|
|
|
|
|
|
|
|
|
|
/* Shadows. */
|
|
|
|
|
--ifm-global-shadow-lw: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
|
--ifm-global-shadow-md: 0 5px 40px rgba(0, 0, 0, 0.2);
|
|
|
|
|
--ifm-global-shadow-tl: 0 12px 28px 0 rgba(0, 0, 0, 0.2),
|
|
|
|
|
0 2px 4px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
|
|
|
|
/* Z-index. */
|
|
|
|
|
--ifm-z-index-dropdown: 100;
|
|
|
|
|
--ifm-z-index-fixed: 200;
|
|
|
|
|
--ifm-z-index-overlay: 400;
|
|
|
|
|
--ifm-container-width: 1140px;
|
|
|
|
|
--ifm-container-width-xl: 1320px;
|
|
|
|
|
--ifm-code-background: rgb(246, 247, 248);
|
|
|
|
|
--ifm-code-border-radius: var(--ifm-global-radius);
|
|
|
|
|
--ifm-code-font-size: 90%;
|
|
|
|
|
--ifm-code-padding-horizontal: 0.1rem;
|
|
|
|
|
--ifm-code-padding-vertical: 0.1rem;
|
|
|
|
|
|
|
|
|
|
--ifm-pre-background: var(--ifm-code-background);
|
|
|
|
|
--ifm-pre-border-radius: var(--ifm-code-border-radius);
|
|
|
|
|
--ifm-pre-color: inherit;
|
|
|
|
|
--ifm-pre-line-height: 1.45;
|
|
|
|
|
--ifm-pre-padding: 1rem;
|
|
|
|
|
--ifm-heading-color: inherit;
|
|
|
|
|
--ifm-heading-margin-top: 0;
|
|
|
|
|
--ifm-heading-margin-bottom: var(--ifm-spacing-vertical);
|
|
|
|
|
--ifm-heading-font-family: var(--ifm-font-family-base);
|
|
|
|
|
--ifm-heading-font-weight: var(--ifm-font-weight-bold);
|
|
|
|
|
|
|
|
|
|
--ifm-heading-line-height: 1.25;
|
|
|
|
|
|
|
|
|
|
--ifm-h1-font-size: 2rem;
|
|
|
|
|
--ifm-h2-font-size: 1.5rem;
|
|
|
|
|
--ifm-h3-font-size: 1.25rem;
|
|
|
|
|
--ifm-h4-font-size: 1rem;
|
|
|
|
|
--ifm-h5-font-size: 0.875rem;
|
|
|
|
|
--ifm-h6-font-size: 0.85rem;
|
|
|
|
|
--ifm-image-alignment-padding: 1.25rem;
|
|
|
|
|
/* Leading is the distance between two baselines */
|
|
|
|
|
/* TODO: add appropriate mobile leading */
|
|
|
|
@@ -196,23 +94,9 @@
|
|
|
|
|
--ifm-list-margin: 1rem;
|
|
|
|
|
--ifm-list-item-margin: 0.25rem;
|
|
|
|
|
--ifm-list-paragraph-margin: 1rem;
|
|
|
|
|
--ifm-table-cell-padding: 0.75rem;
|
|
|
|
|
|
|
|
|
|
--ifm-table-background: transparent;
|
|
|
|
|
--ifm-table-stripe-background: rgba(0, 0, 0, 0.03);
|
|
|
|
|
|
|
|
|
|
--ifm-table-border-width: 1px;
|
|
|
|
|
--ifm-table-border-color: var(--ifm-color-emphasis-300);
|
|
|
|
|
|
|
|
|
|
--ifm-table-head-background: inherit;
|
|
|
|
|
--ifm-table-head-color: inherit;
|
|
|
|
|
--ifm-table-head-font-weight: var(--ifm-font-weight-bold);
|
|
|
|
|
|
|
|
|
|
--ifm-table-cell-color: inherit;
|
|
|
|
|
/* Links. */
|
|
|
|
|
--ifm-link-color: var(--ifm-color-primary);
|
|
|
|
|
--ifm-link-decoration: none;
|
|
|
|
|
--ifm-link-hover-color: var(--ifm-link-color);
|
|
|
|
|
--ifm-link-hover-decoration: underline;
|
|
|
|
|
|
|
|
|
|
/* Paragraphs. */
|
|
|
|
@@ -224,40 +108,27 @@
|
|
|
|
|
--ifm-blockquote-padding-horizontal: var(--ifm-spacing-horizontal);
|
|
|
|
|
--ifm-blockquote-padding-vertical: 0;
|
|
|
|
|
--ifm-blockquote-shadow: none;
|
|
|
|
|
--ifm-blockquote-color: var(--ifm-color-emphasis-800);
|
|
|
|
|
--ifm-blockquote-border-color: var(--ifm-color-emphasis-300);
|
|
|
|
|
|
|
|
|
|
/* Horizontal Rules. */
|
|
|
|
|
--ifm-hr-background-color: var(--ifm-color-emphasis-500);
|
|
|
|
|
--ifm-hr-height: 1px;
|
|
|
|
|
--ifm-hr-margin-vertical: 1.5rem;
|
|
|
|
|
--ifm-scrollbar-size: 7px;
|
|
|
|
|
--ifm-scrollbar-track-background-color: #f1f1f1;
|
|
|
|
|
--ifm-scrollbar-thumb-background-color: #c0c0c0;
|
|
|
|
|
--ifm-scrollbar-thumb-hover-background-color: #a7a7a7;
|
|
|
|
|
--ifm-alert-background-color: inherit; /* Set a default which will be overridden later. */
|
|
|
|
|
--ifm-alert-border-color: inherit; /* Set a default which will be overridden later. */
|
|
|
|
|
|
|
|
|
|
--ifm-alert-border-radius: var(--ifm-global-radius);
|
|
|
|
|
--ifm-alert-border-width: 0px; /* For users that want to easily add a border */
|
|
|
|
|
--ifm-alert-border-left-width: 5px;
|
|
|
|
|
--ifm-alert-color: var(--ifm-font-color-base);
|
|
|
|
|
--ifm-alert-padding-horizontal: var(--ifm-spacing-horizontal);
|
|
|
|
|
--ifm-alert-padding-vertical: var(--ifm-spacing-vertical);
|
|
|
|
|
--ifm-alert-shadow: var(--ifm-global-shadow-lw);
|
|
|
|
|
--ifm-avatar-intro-margin: 1rem;
|
|
|
|
|
--ifm-avatar-intro-alignment: inherit;
|
|
|
|
|
--ifm-avatar-photo-size: 3rem;
|
|
|
|
|
--ifm-badge-background-color: inherit; /* Set a default which will be overridden later. */
|
|
|
|
|
--ifm-badge-border-color: inherit; /* Set a default which will be overridden later. */
|
|
|
|
|
--ifm-badge-border-radius: var(--ifm-global-radius);
|
|
|
|
|
--ifm-badge-border-width: var(--ifm-global-border-width);
|
|
|
|
|
--ifm-badge-color: var(--ifm-color-white);
|
|
|
|
|
--ifm-badge-padding-horizontal: calc(var(--ifm-spacing-horizontal) * 0.5);
|
|
|
|
|
--ifm-badge-padding-vertical: calc(var(--ifm-spacing-vertical) * 0.25);
|
|
|
|
|
--ifm-breadcrumb-border-radius: 1.5rem;
|
|
|
|
|
--ifm-breadcrumb-spacing: 0.5rem;
|
|
|
|
|
--ifm-breadcrumb-color-active: var(--ifm-color-primary);
|
|
|
|
|
--ifm-breadcrumb-item-background-active: var(--ifm-hover-overlay);
|
|
|
|
|
--ifm-breadcrumb-padding-horizontal: 0.8rem;
|
|
|
|
|
--ifm-breadcrumb-padding-vertical: 0.4rem;
|
|
|
|
|
--ifm-breadcrumb-size-multiplier: 1;
|
|
|
|
@@ -265,10 +136,7 @@
|
|
|
|
|
--ifm-breadcrumb-separator-filter: none;
|
|
|
|
|
--ifm-breadcrumb-separator-size: 0.5rem;
|
|
|
|
|
--ifm-breadcrumb-separator-size-multiplier: 1.25;
|
|
|
|
|
--ifm-button-background-color: inherit;
|
|
|
|
|
--ifm-button-border-color: var(--ifm-button-background-color);
|
|
|
|
|
--ifm-button-border-width: var(--ifm-global-border-width);
|
|
|
|
|
--ifm-button-color: var(--ifm-font-color-base-inverse);
|
|
|
|
|
--ifm-button-font-weight: var(--ifm-font-weight-bold);
|
|
|
|
|
--ifm-button-padding-horizontal: 1.5rem;
|
|
|
|
|
--ifm-button-padding-vertical: 0.375rem;
|
|
|
|
@@ -278,69 +146,37 @@
|
|
|
|
|
var(--ifm-global-radius) * var(--ifm-button-size-multiplier)
|
|
|
|
|
);
|
|
|
|
|
--ifm-button-group-spacing: 2px;
|
|
|
|
|
--ifm-card-background-color: var(--ifm-background-surface-color);
|
|
|
|
|
--ifm-card-border-radius: calc(var(--ifm-global-radius) * 2);
|
|
|
|
|
--ifm-card-horizontal-spacing: var(--ifm-global-spacing);
|
|
|
|
|
--ifm-card-vertical-spacing: var(--ifm-global-spacing);
|
|
|
|
|
--ifm-toc-border-color: var(--ifm-color-emphasis-300);
|
|
|
|
|
--ifm-toc-link-color: var(--ifm-color-content-secondary);
|
|
|
|
|
--ifm-toc-padding-vertical: 0.5rem;
|
|
|
|
|
--ifm-toc-padding-horizontal: 0.5rem;
|
|
|
|
|
--ifm-dropdown-background-color: var(--ifm-background-surface-color);
|
|
|
|
|
--ifm-dropdown-font-weight: var(--ifm-font-weight-semibold);
|
|
|
|
|
--ifm-dropdown-link-color: var(--ifm-font-color-base);
|
|
|
|
|
--ifm-dropdown-hover-background-color: var(--ifm-hover-overlay);
|
|
|
|
|
--ifm-footer-background-color: var(--ifm-color-emphasis-100);
|
|
|
|
|
--ifm-footer-color: inherit;
|
|
|
|
|
--ifm-footer-link-color: var(--ifm-color-emphasis-700);
|
|
|
|
|
--ifm-footer-link-hover-color: var(--ifm-color-primary);
|
|
|
|
|
--ifm-footer-link-horizontal-spacing: 0.5rem;
|
|
|
|
|
--ifm-footer-padding-horizontal: calc(var(--ifm-spacing-horizontal) * 2);
|
|
|
|
|
--ifm-footer-padding-vertical: calc(var(--ifm-spacing-vertical) * 2);
|
|
|
|
|
--ifm-footer-title-color: inherit;
|
|
|
|
|
--ifm-footer-logo-max-width: min(30rem, 90vw);
|
|
|
|
|
|
|
|
|
|
--ifm-hero-background-color: var(--ifm-color-black);
|
|
|
|
|
--ifm-hero-text-color: var(--ifm-color-white);
|
|
|
|
|
|
|
|
|
|
--ifm-menu-color: var(--ifm-color-emphasis-700);
|
|
|
|
|
--ifm-menu-color-active: var(--ifm-color-primary);
|
|
|
|
|
--ifm-menu-color-background-active: var(--ifm-hover-overlay);
|
|
|
|
|
--ifm-menu-color-background-hover: var(--ifm-hover-overlay);
|
|
|
|
|
--ifm-menu-link-padding-horizontal: 0.75rem;
|
|
|
|
|
--ifm-menu-link-padding-vertical: 0.375rem;
|
|
|
|
|
--ifm-menu-link-sublist-icon: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="rgba(0,0,0,0.5)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>');
|
|
|
|
|
--ifm-menu-link-sublist-icon-filter: none;
|
|
|
|
|
--ifm-navbar-background-color: var(--ifm-background-surface-color);
|
|
|
|
|
--ifm-navbar-height: 3.75rem;
|
|
|
|
|
--ifm-navbar-item-padding-horizontal: 0.75rem;
|
|
|
|
|
--ifm-navbar-item-padding-vertical: 0.25rem;
|
|
|
|
|
--ifm-navbar-link-color: var(--ifm-font-color-base);
|
|
|
|
|
--ifm-navbar-link-hover-color: var(--ifm-color-primary);
|
|
|
|
|
--ifm-navbar-link-active-color: var(--ifm-link-color);
|
|
|
|
|
--ifm-navbar-padding-horizontal: var(--ifm-spacing-horizontal);
|
|
|
|
|
--ifm-navbar-padding-vertical: calc(var(--ifm-spacing-vertical) * 0.5);
|
|
|
|
|
--ifm-navbar-shadow: var(--ifm-global-shadow-lw);
|
|
|
|
|
--ifm-navbar-search-input-background-color: var(--ifm-color-emphasis-200);
|
|
|
|
|
--ifm-navbar-search-input-color: var(--ifm-color-emphasis-800);
|
|
|
|
|
--ifm-navbar-search-input-placeholder-color: var(--ifm-color-emphasis-500);
|
|
|
|
|
--ifm-navbar-search-input-icon: url('data:image/svg+xml;utf8,<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16px" width="16px"><path d="M6.02945,10.20327a4.17382,4.17382,0,1,1,4.17382-4.17382A4.15609,4.15609,0,0,1,6.02945,10.20327Zm9.69195,4.2199L10.8989,9.59979A5.88021,5.88021,0,0,0,12.058,6.02856,6.00467,6.00467,0,1,0,9.59979,10.8989l4.82338,4.82338a.89729.89729,0,0,0,1.29912,0,.89749.89749,0,0,0-.00087-1.29909Z" /></svg>');
|
|
|
|
|
--ifm-navbar-sidebar-width: 83vw;
|
|
|
|
|
--ifm-pagination-border-radius: var(--ifm-global-radius);
|
|
|
|
|
--ifm-pagination-color-active: var(--ifm-color-primary);
|
|
|
|
|
--ifm-pagination-font-size: 1rem;
|
|
|
|
|
--ifm-pagination-item-active-background: var(--ifm-hover-overlay);
|
|
|
|
|
--ifm-pagination-page-spacing: 0.2em;
|
|
|
|
|
--ifm-pagination-padding-horizontal: calc(var(--ifm-spacing-horizontal) * 1);
|
|
|
|
|
--ifm-pagination-padding-vertical: calc(var(--ifm-spacing-vertical) * 0.25);
|
|
|
|
|
--ifm-pagination-nav-border-radius: var(--ifm-global-radius);
|
|
|
|
|
--ifm-pagination-nav-color-hover: var(--ifm-color-primary);
|
|
|
|
|
--ifm-pills-color-active: var(--ifm-color-primary);
|
|
|
|
|
--ifm-pills-color-background-active: var(--ifm-hover-overlay);
|
|
|
|
|
--ifm-pills-spacing: 0.125rem;
|
|
|
|
|
--ifm-tabs-color: var(--ifm-font-color-secondary);
|
|
|
|
|
--ifm-tabs-color-active: var(--ifm-color-primary);
|
|
|
|
|
--ifm-tabs-color-active-border: var(--ifm-tabs-color-active);
|
|
|
|
|
--ifm-tabs-padding-horizontal: 1rem;
|
|
|
|
|
--ifm-tabs-padding-vertical: 1rem;
|
|
|
|
|
}
|
|
|
|
@@ -359,3 +195,34 @@
|
|
|
|
|
--ifm-navbar-item-padding-vertical: 8px;
|
|
|
|
|
--ifm-navbar-item-padding-horizontal: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card,
|
|
|
|
|
.alert,
|
|
|
|
|
.theme-code-block {
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sans {
|
|
|
|
|
font-family: var(--lgs-font-family-secondary);
|
|
|
|
|
font-size: var(--ifm-font-size-secondary);
|
|
|
|
|
line-height: var(--ifm-line-height-secondary);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sub1 {
|
|
|
|
|
font-size: var(--ifm-h1-font-size);
|
|
|
|
|
}
|
|
|
|
|
.sub2 {
|
|
|
|
|
font-size: var(--ifm-h2-font-size);
|
|
|
|
|
}
|
|
|
|
|
.sub3 {
|
|
|
|
|
font-size: var(--ifm-h3-font-size);
|
|
|
|
|
}
|
|
|
|
|
.sub4 {
|
|
|
|
|
font-size: var(--ifm-h4-font-size);
|
|
|
|
|
}
|
|
|
|
|
.sub5 {
|
|
|
|
|
font-size: var(--ifm-h5-font-size);
|
|
|
|
|
}
|
|
|
|
|
.sub6 {
|
|
|
|
|
font-size: var(--ifm-h6-font-size);
|
|
|
|
|
}
|
|
|
|
|