@elastic/eui-docusaurus-theme 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (297) hide show
  1. package/LICENSE.txt +6 -0
  2. package/README.md +292 -0
  3. package/lib/.tsbuildinfo-client +1 -0
  4. package/lib/components/badge/index.d.ts +1 -0
  5. package/lib/components/badge/index.js +9 -0
  6. package/lib/components/codesandbox_icon/codesandbox_icon.d.ts +4 -0
  7. package/lib/components/codesandbox_icon/codesandbox_icon.js +2 -0
  8. package/lib/components/codesandbox_icon/index.d.ts +1 -0
  9. package/lib/components/codesandbox_icon/index.js +8 -0
  10. package/lib/components/demo/actions_bar/actions_bar.d.ts +10 -0
  11. package/lib/components/demo/actions_bar/actions_bar.js +34 -0
  12. package/lib/components/demo/actions_bar/index.d.ts +1 -0
  13. package/lib/components/demo/actions_bar/index.js +8 -0
  14. package/lib/components/demo/code_transformer.d.ts +18 -0
  15. package/lib/components/demo/code_transformer.js +39 -0
  16. package/lib/components/demo/codesandbox/find_external_dependencies.d.ts +5 -0
  17. package/lib/components/demo/codesandbox/find_external_dependencies.js +30 -0
  18. package/lib/components/demo/codesandbox/index.d.ts +1 -0
  19. package/lib/components/demo/codesandbox/index.js +8 -0
  20. package/lib/components/demo/codesandbox/open_action.d.ts +16 -0
  21. package/lib/components/demo/codesandbox/open_action.js +91 -0
  22. package/lib/components/demo/context.d.ts +14 -0
  23. package/lib/components/demo/context.js +13 -0
  24. package/lib/components/demo/create_demo.d.ts +5 -0
  25. package/lib/components/demo/create_demo.js +13 -0
  26. package/lib/components/demo/demo.d.ts +23 -0
  27. package/lib/components/demo/demo.js +61 -0
  28. package/lib/components/demo/editor/editor.d.ts +1 -0
  29. package/lib/components/demo/editor/editor.js +39 -0
  30. package/lib/components/demo/editor/index.d.ts +1 -0
  31. package/lib/components/demo/editor/index.js +8 -0
  32. package/lib/components/demo/index.d.ts +3 -0
  33. package/lib/components/demo/index.js +10 -0
  34. package/lib/components/demo/preview/index.d.ts +1 -0
  35. package/lib/components/demo/preview/index.js +8 -0
  36. package/lib/components/demo/preview/preview.d.ts +7 -0
  37. package/lib/components/demo/preview/preview.js +36 -0
  38. package/lib/components/demo/scope.d.ts +1 -0
  39. package/lib/components/demo/scope.js +12 -0
  40. package/lib/components/demo/source/get_source_from_children.d.ts +11 -0
  41. package/lib/components/demo/source/get_source_from_children.js +42 -0
  42. package/lib/components/demo/source/index.d.ts +1 -0
  43. package/lib/components/demo/source/index.js +8 -0
  44. package/lib/components/demo/source/source.d.ts +6 -0
  45. package/lib/components/demo/source/source.js +25 -0
  46. package/lib/components/figma_embed/index.d.ts +5 -0
  47. package/lib/components/figma_embed/index.js +36 -0
  48. package/lib/components/guideline/guideline.d.ts +10 -0
  49. package/lib/components/guideline/guideline.js +68 -0
  50. package/lib/components/guideline/guideline_text.d.ts +6 -0
  51. package/lib/components/guideline/guideline_text.js +28 -0
  52. package/lib/components/guideline/index.d.ts +2 -0
  53. package/lib/components/guideline/index.js +9 -0
  54. package/lib/components/guideline/types.d.ts +1 -0
  55. package/lib/components/guideline/types.js +8 -0
  56. package/lib/components/high_contrast_mode_toggle/index.d.ts +1 -0
  57. package/lib/components/high_contrast_mode_toggle/index.js +15 -0
  58. package/lib/components/icon/index.d.ts +1 -0
  59. package/lib/components/icon/index.js +9 -0
  60. package/lib/components/index.d.ts +7 -0
  61. package/lib/components/index.js +14 -0
  62. package/lib/components/navbar_item/index.d.ts +19 -0
  63. package/lib/components/navbar_item/index.js +84 -0
  64. package/lib/components/prop_table/definition_types.d.ts +43 -0
  65. package/lib/components/prop_table/definition_types.js +8 -0
  66. package/lib/components/prop_table/extended_types.d.ts +5 -0
  67. package/lib/components/prop_table/extended_types.js +27 -0
  68. package/lib/components/prop_table/extended_types_info.d.ts +26 -0
  69. package/lib/components/prop_table/extended_types_info.js +34 -0
  70. package/lib/components/prop_table/index.d.ts +1 -0
  71. package/lib/components/prop_table/index.js +8 -0
  72. package/lib/components/prop_table/prop_table.d.ts +8 -0
  73. package/lib/components/prop_table/prop_table.js +115 -0
  74. package/lib/components/theme_context/index.d.ts +16 -0
  75. package/lib/components/theme_context/index.js +103 -0
  76. package/lib/components/theme_context/theme_overrides.d.ts +2 -0
  77. package/lib/components/theme_context/theme_overrides.js +12 -0
  78. package/lib/components/version_switcher/index.d.ts +23 -0
  79. package/lib/components/version_switcher/index.js +51 -0
  80. package/lib/index.d.ts +2 -0
  81. package/lib/index.js +19 -0
  82. package/lib/index.js.map +1 -0
  83. package/lib/theme/Admonition/Types.d.ts +3 -0
  84. package/lib/theme/Admonition/Types.js +51 -0
  85. package/lib/theme/CodeBlock/index.d.ts +3 -0
  86. package/lib/theme/CodeBlock/index.js +35 -0
  87. package/lib/theme/ColorModeToggle/index.d.ts +10 -0
  88. package/lib/theme/ColorModeToggle/index.js +51 -0
  89. package/lib/theme/Demo/actions.d.ts +8 -0
  90. package/lib/theme/Demo/actions.js +8 -0
  91. package/lib/theme/Demo/default_scope.d.ts +3 -0
  92. package/lib/theme/Demo/default_scope.js +17 -0
  93. package/lib/theme/DocBreadcrumbs/Items/Home/index.d.ts +2 -0
  94. package/lib/theme/DocBreadcrumbs/Items/Home/index.js +15 -0
  95. package/lib/theme/DocBreadcrumbs/Items/item.styles.d.ts +5 -0
  96. package/lib/theme/DocBreadcrumbs/Items/item.styles.js +40 -0
  97. package/lib/theme/DocBreadcrumbs/index.d.ts +2 -0
  98. package/lib/theme/DocBreadcrumbs/index.js +63 -0
  99. package/lib/theme/DocItem/Content/index.d.ts +3 -0
  100. package/lib/theme/DocItem/Content/index.js +44 -0
  101. package/lib/theme/DocItem/Footer/index.d.ts +2 -0
  102. package/lib/theme/DocItem/Footer/index.js +17 -0
  103. package/lib/theme/DocItem/Layout/index.d.ts +3 -0
  104. package/lib/theme/DocItem/Layout/index.js +71 -0
  105. package/lib/theme/DocItem/Metadata/index.d.ts +2 -0
  106. package/lib/theme/DocItem/Metadata/index.js +7 -0
  107. package/lib/theme/DocItem/Paginator/index.d.ts +6 -0
  108. package/lib/theme/DocItem/Paginator/index.js +11 -0
  109. package/lib/theme/DocItem/TOC/Desktop/index.d.ts +2 -0
  110. package/lib/theme/DocItem/TOC/Desktop/index.js +8 -0
  111. package/lib/theme/DocItem/TOC/Mobile/index.d.ts +2 -0
  112. package/lib/theme/DocItem/TOC/Mobile/index.js +17 -0
  113. package/lib/theme/DocItem/index.d.ts +3 -0
  114. package/lib/theme/DocItem/index.js +10 -0
  115. package/lib/theme/DocPaginator/index.d.ts +3 -0
  116. package/lib/theme/DocPaginator/index.js +19 -0
  117. package/lib/theme/DocRoot/Layout/Main/index.d.ts +3 -0
  118. package/lib/theme/DocRoot/Layout/Main/index.js +35 -0
  119. package/lib/theme/DocRoot/Layout/Sidebar/index.d.ts +3 -0
  120. package/lib/theme/DocRoot/Layout/Sidebar/index.js +81 -0
  121. package/lib/theme/DocRoot/Layout/index.d.ts +3 -0
  122. package/lib/theme/DocRoot/Layout/index.js +47 -0
  123. package/lib/theme/DocSidebarItem/Category/index.d.ts +3 -0
  124. package/lib/theme/DocSidebarItem/Category/index.js +146 -0
  125. package/lib/theme/DocSidebarItem/Link/index.d.ts +3 -0
  126. package/lib/theme/DocSidebarItem/Link/index.js +39 -0
  127. package/lib/theme/DocSidebarItem/index.d.ts +3 -0
  128. package/lib/theme/DocSidebarItem/index.js +15 -0
  129. package/lib/theme/DocSidebarItems/index.d.ts +5 -0
  130. package/lib/theme/DocSidebarItems/index.js +17 -0
  131. package/lib/theme/EditThisPage/index.d.ts +3 -0
  132. package/lib/theme/EditThisPage/index.js +17 -0
  133. package/lib/theme/Footer/index.d.ts +2 -0
  134. package/lib/theme/Footer/index.js +43 -0
  135. package/lib/theme/Heading/index.d.ts +3 -0
  136. package/lib/theme/Heading/index.js +49 -0
  137. package/lib/theme/Logo/index.d.ts +3 -0
  138. package/lib/theme/Logo/index.js +80 -0
  139. package/lib/theme/MDXComponents/A.d.ts +6 -0
  140. package/lib/theme/MDXComponents/A.js +17 -0
  141. package/lib/theme/MDXComponents/Blockquote.d.ts +2 -0
  142. package/lib/theme/MDXComponents/Blockquote.js +18 -0
  143. package/lib/theme/MDXComponents/Code.d.ts +6 -0
  144. package/lib/theme/MDXComponents/Code.js +35 -0
  145. package/lib/theme/MDXComponents/Heading.d.ts +4 -0
  146. package/lib/theme/MDXComponents/Heading.js +4 -0
  147. package/lib/theme/MDXComponents/ListItem.d.ts +2 -0
  148. package/lib/theme/MDXComponents/ListItem.js +5 -0
  149. package/lib/theme/MDXComponents/OrderedList.d.ts +2 -0
  150. package/lib/theme/MDXComponents/OrderedList.js +11 -0
  151. package/lib/theme/MDXComponents/Paragraph.d.ts +2 -0
  152. package/lib/theme/MDXComponents/Paragraph.js +18 -0
  153. package/lib/theme/MDXComponents/Table.d.ts +2 -0
  154. package/lib/theme/MDXComponents/Table.js +3 -0
  155. package/lib/theme/MDXComponents/TableBody.d.ts +2 -0
  156. package/lib/theme/MDXComponents/TableBody.js +3 -0
  157. package/lib/theme/MDXComponents/TableDataCell.d.ts +2 -0
  158. package/lib/theme/MDXComponents/TableDataCell.js +3 -0
  159. package/lib/theme/MDXComponents/TableHeader.d.ts +2 -0
  160. package/lib/theme/MDXComponents/TableHeader.js +3 -0
  161. package/lib/theme/MDXComponents/TableHeaderCell.d.ts +2 -0
  162. package/lib/theme/MDXComponents/TableHeaderCell.js +3 -0
  163. package/lib/theme/MDXComponents/TableRow.d.ts +2 -0
  164. package/lib/theme/MDXComponents/TableRow.js +3 -0
  165. package/lib/theme/MDXComponents/UnorderedList.d.ts +2 -0
  166. package/lib/theme/MDXComponents/UnorderedList.js +11 -0
  167. package/lib/theme/MDXComponents/index.d.ts +2 -0
  168. package/lib/theme/MDXComponents/index.js +46 -0
  169. package/lib/theme/MDXContent/index.d.ts +6 -0
  170. package/lib/theme/MDXContent/index.js +4 -0
  171. package/lib/theme/Navbar/Content/index.d.ts +7 -0
  172. package/lib/theme/Navbar/Content/index.js +149 -0
  173. package/lib/theme/Navbar/Layout/index.d.ts +6 -0
  174. package/lib/theme/Navbar/Layout/index.js +59 -0
  175. package/lib/theme/Navbar/MobileSidebar/Header/index.d.ts +7 -0
  176. package/lib/theme/Navbar/MobileSidebar/Header/index.js +46 -0
  177. package/lib/theme/Navbar/MobileSidebar/Layout/index.d.ts +6 -0
  178. package/lib/theme/Navbar/MobileSidebar/Layout/index.js +26 -0
  179. package/lib/theme/Navbar/MobileSidebar/index.d.ts +7 -0
  180. package/lib/theme/Navbar/MobileSidebar/index.js +14 -0
  181. package/lib/theme/NavbarItem/DropdownNavbarItem/index.d.ts +3 -0
  182. package/lib/theme/NavbarItem/DropdownNavbarItem/index.js +94 -0
  183. package/lib/theme/NavbarItem/NavbarNavLink.d.ts +7 -0
  184. package/lib/theme/NavbarItem/NavbarNavLink.js +48 -0
  185. package/lib/theme/PaginatorNavLink/index.d.ts +3 -0
  186. package/lib/theme/PaginatorNavLink/index.js +43 -0
  187. package/lib/theme/Root.d.ts +3 -0
  188. package/lib/theme/Root.js +66 -0
  189. package/lib/theme/Root.styles.d.ts +2 -0
  190. package/lib/theme/Root.styles.js +111 -0
  191. package/lib/theme/TOCCollapsible/CollapseButton/index.d.ts +3 -0
  192. package/lib/theme/TOCCollapsible/CollapseButton/index.js +23 -0
  193. package/lib/theme/TOCItems/Tree.d.ts +5 -0
  194. package/lib/theme/TOCItems/Tree.js +80 -0
  195. package/lib/theme/infima.styles.d.ts +1 -0
  196. package/lib/theme/infima.styles.js +1456 -0
  197. package/lib/theme/reset.styles.d.ts +2 -0
  198. package/lib/theme/reset.styles.js +79 -0
  199. package/package.json +61 -0
  200. package/src/components/badge/index.ts +11 -0
  201. package/src/components/codesandbox_icon/codesandbox_icon.tsx +24 -0
  202. package/src/components/codesandbox_icon/index.ts +9 -0
  203. package/src/components/demo/actions_bar/actions_bar.tsx +95 -0
  204. package/src/components/demo/actions_bar/index.ts +9 -0
  205. package/src/components/demo/code_transformer.ts +44 -0
  206. package/src/components/demo/codesandbox/find_external_dependencies.ts +34 -0
  207. package/src/components/demo/codesandbox/index.ts +9 -0
  208. package/src/components/demo/codesandbox/open_action.tsx +132 -0
  209. package/src/components/demo/context.ts +30 -0
  210. package/src/components/demo/create_demo.tsx +17 -0
  211. package/src/components/demo/demo.tsx +143 -0
  212. package/src/components/demo/editor/editor.tsx +51 -0
  213. package/src/components/demo/editor/index.ts +9 -0
  214. package/src/components/demo/index.ts +11 -0
  215. package/src/components/demo/preview/index.ts +9 -0
  216. package/src/components/demo/preview/preview.tsx +77 -0
  217. package/src/components/demo/scope.ts +14 -0
  218. package/src/components/demo/source/get_source_from_children.ts +59 -0
  219. package/src/components/demo/source/index.ts +9 -0
  220. package/src/components/demo/source/source.tsx +36 -0
  221. package/src/components/figma_embed/index.tsx +57 -0
  222. package/src/components/guideline/guideline.tsx +121 -0
  223. package/src/components/guideline/guideline_text.tsx +51 -0
  224. package/src/components/guideline/index.ts +10 -0
  225. package/src/components/guideline/types.ts +9 -0
  226. package/src/components/high_contrast_mode_toggle/index.tsx +28 -0
  227. package/src/components/icon/index.ts +11 -0
  228. package/src/components/index.ts +15 -0
  229. package/src/components/navbar_item/index.tsx +164 -0
  230. package/src/components/prop_table/definition_types.ts +53 -0
  231. package/src/components/prop_table/extended_types.tsx +66 -0
  232. package/src/components/prop_table/extended_types_info.ts +35 -0
  233. package/src/components/prop_table/index.ts +9 -0
  234. package/src/components/prop_table/prop_table.tsx +235 -0
  235. package/src/components/theme_context/index.tsx +156 -0
  236. package/src/components/theme_context/theme_overrides.ts +15 -0
  237. package/src/components/version_switcher/index.tsx +144 -0
  238. package/src/index.ts +21 -0
  239. package/src/theme/Admonition/Types.tsx +85 -0
  240. package/src/theme/CodeBlock/index.tsx +57 -0
  241. package/src/theme/ColorModeToggle/index.tsx +93 -0
  242. package/src/theme/Demo/actions.tsx +20 -0
  243. package/src/theme/Demo/default_scope.ts +19 -0
  244. package/src/theme/DocBreadcrumbs/Items/Home/index.tsx +38 -0
  245. package/src/theme/DocBreadcrumbs/Items/item.styles.ts +43 -0
  246. package/src/theme/DocBreadcrumbs/index.tsx +144 -0
  247. package/src/theme/DocItem/Content/index.tsx +75 -0
  248. package/src/theme/DocItem/Footer/index.tsx +59 -0
  249. package/src/theme/DocItem/Layout/index.tsx +112 -0
  250. package/src/theme/DocItem/Metadata/index.tsx +23 -0
  251. package/src/theme/DocItem/Paginator/index.tsx +20 -0
  252. package/src/theme/DocItem/TOC/Desktop/index.tsx +24 -0
  253. package/src/theme/DocItem/TOC/Mobile/index.tsx +35 -0
  254. package/src/theme/DocItem/index.tsx +30 -0
  255. package/src/theme/DocPaginator/index.tsx +64 -0
  256. package/src/theme/DocRoot/Layout/Main/index.tsx +61 -0
  257. package/src/theme/DocRoot/Layout/Sidebar/index.tsx +124 -0
  258. package/src/theme/DocRoot/Layout/index.tsx +72 -0
  259. package/src/theme/DocSidebarItem/Category/index.tsx +266 -0
  260. package/src/theme/DocSidebarItem/Link/index.tsx +86 -0
  261. package/src/theme/DocSidebarItem/index.tsx +29 -0
  262. package/src/theme/DocSidebarItems/index.tsx +30 -0
  263. package/src/theme/EditThisPage/index.tsx +50 -0
  264. package/src/theme/Footer/index.tsx +67 -0
  265. package/src/theme/Heading/index.tsx +94 -0
  266. package/src/theme/Logo/index.tsx +146 -0
  267. package/src/theme/MDXComponents/A.tsx +33 -0
  268. package/src/theme/MDXComponents/Blockquote.tsx +35 -0
  269. package/src/theme/MDXComponents/Code.tsx +60 -0
  270. package/src/theme/MDXComponents/Heading.tsx +16 -0
  271. package/src/theme/MDXComponents/ListItem.tsx +20 -0
  272. package/src/theme/MDXComponents/OrderedList.tsx +26 -0
  273. package/src/theme/MDXComponents/Paragraph.tsx +33 -0
  274. package/src/theme/MDXComponents/Table.tsx +16 -0
  275. package/src/theme/MDXComponents/TableBody.tsx +16 -0
  276. package/src/theme/MDXComponents/TableDataCell.tsx +20 -0
  277. package/src/theme/MDXComponents/TableHeader.tsx +16 -0
  278. package/src/theme/MDXComponents/TableHeaderCell.tsx +20 -0
  279. package/src/theme/MDXComponents/TableRow.tsx +16 -0
  280. package/src/theme/MDXComponents/UnorderedList.tsx +26 -0
  281. package/src/theme/MDXComponents/index.ts +61 -0
  282. package/src/theme/MDXContent/index.tsx +22 -0
  283. package/src/theme/Navbar/Content/index.tsx +262 -0
  284. package/src/theme/Navbar/Layout/index.tsx +100 -0
  285. package/src/theme/Navbar/MobileSidebar/Header/index.tsx +89 -0
  286. package/src/theme/Navbar/MobileSidebar/Layout/index.tsx +44 -0
  287. package/src/theme/Navbar/MobileSidebar/index.tsx +46 -0
  288. package/src/theme/NavbarItem/DropdownNavbarItem/index.tsx +200 -0
  289. package/src/theme/NavbarItem/NavbarNavLink.tsx +141 -0
  290. package/src/theme/PaginatorNavLink/index.tsx +72 -0
  291. package/src/theme/Root.styles.ts +122 -0
  292. package/src/theme/Root.tsx +106 -0
  293. package/src/theme/TOCCollapsible/CollapseButton/index.tsx +53 -0
  294. package/src/theme/TOCItems/Tree.tsx +114 -0
  295. package/src/theme/infima.styles.ts +1458 -0
  296. package/src/theme/reset.styles.ts +82 -0
  297. package/src/theme/theme.d.ts +598 -0
@@ -0,0 +1,1458 @@
1
+ /*
2
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3
+ * or more contributor license agreements. Licensed under the Elastic License
4
+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5
+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6
+ * Side Public License, v 1.
7
+ */
8
+
9
+ import { css } from '@emotion/react';
10
+
11
+ export const getInfimaStyles = () => css`
12
+ :root {
13
+ --ifm-color-scheme: light;
14
+
15
+ /* Colors. */
16
+ --ifm-dark-value: 10%;
17
+ --ifm-darker-value: 15%;
18
+ --ifm-darkest-value: 30%;
19
+ --ifm-light-value: 15%;
20
+ --ifm-lighter-value: 30%;
21
+ --ifm-lightest-value: 50%;
22
+
23
+ /*
24
+ This seems like a lot, but we want to ensure enough contrast.
25
+ Goal is to have a min score of 3 on https://www.myndex.com/APCA/fullmatrix
26
+ For fontWeight 400 + score 3, the cell must show a value < 16px (fontsize we use in places like alerts)
27
+ See also https://github.com/facebookincubator/infima/issues/55#issuecomment-884023075
28
+ */
29
+ --ifm-contrast-background-value: 90%;
30
+ --ifm-contrast-foreground-value: 70%;
31
+ /* Using slightly different values for dark mode */
32
+ --ifm-contrast-background-dark-value: 70%;
33
+ --ifm-contrast-foreground-dark-value: 90%;
34
+
35
+ --ifm-color-primary: #3578e5;
36
+ --ifm-color-secondary: #ebedf0;
37
+ --ifm-color-success: #00a400;
38
+ --ifm-color-info: #54c7ec;
39
+ --ifm-color-warning: #ffba00;
40
+ --ifm-color-danger: #fa383e;
41
+ --ifm-color-primary-dark: rgb(48, 108, 206);
42
+ --ifm-color-primary-darker: rgb(45, 102, 195);
43
+ --ifm-color-primary-darkest: rgb(37, 84, 160);
44
+ --ifm-color-primary-light: rgb(83, 140, 233);
45
+ --ifm-color-primary-lighter: rgb(114, 161, 237);
46
+ --ifm-color-primary-lightest: rgb(154, 188, 242);
47
+ --ifm-color-primary-contrast-background: rgb(235, 242, 252);
48
+ --ifm-color-primary-contrast-foreground: rgb(16, 36, 69);
49
+ --ifm-color-secondary-dark: rgb(212, 213, 216);
50
+ --ifm-color-secondary-darker: rgb(200, 201, 204);
51
+ --ifm-color-secondary-darkest: rgb(164, 166, 168);
52
+ --ifm-color-secondary-light: rgb(238, 240, 242);
53
+ --ifm-color-secondary-lighter: rgb(241, 242, 245);
54
+ --ifm-color-secondary-lightest: rgb(245, 246, 248);
55
+ --ifm-color-secondary-contrast-background: rgb(253, 253, 254);
56
+ --ifm-color-secondary-contrast-foreground: rgb(71, 71, 72);
57
+ --ifm-color-success-dark: rgb(0, 148, 0);
58
+ --ifm-color-success-darker: rgb(0, 139, 0);
59
+ --ifm-color-success-darkest: rgb(0, 115, 0);
60
+ --ifm-color-success-light: rgb(38, 178, 38);
61
+ --ifm-color-success-lighter: rgb(77, 191, 77);
62
+ --ifm-color-success-lightest: rgb(128, 210, 128);
63
+ --ifm-color-success-contrast-background: rgb(230, 246, 230);
64
+ --ifm-color-success-contrast-foreground: rgb(0, 49, 0);
65
+ --ifm-color-info-dark: rgb(76, 179, 212);
66
+ --ifm-color-info-darker: rgb(71, 169, 201);
67
+ --ifm-color-info-darkest: rgb(59, 139, 165);
68
+ --ifm-color-info-light: rgb(110, 207, 239);
69
+ --ifm-color-info-lighter: rgb(135, 216, 242);
70
+ --ifm-color-info-lightest: rgb(170, 227, 246);
71
+ --ifm-color-info-contrast-background: rgb(238, 249, 253);
72
+ --ifm-color-info-contrast-foreground: rgb(25, 60, 71);
73
+ --ifm-color-warning-dark: rgb(230, 167, 0);
74
+ --ifm-color-warning-darker: rgb(217, 158, 0);
75
+ --ifm-color-warning-darkest: rgb(179, 130, 0);
76
+ --ifm-color-warning-light: rgb(255, 196, 38);
77
+ --ifm-color-warning-lighter: rgb(255, 207, 77);
78
+ --ifm-color-warning-lightest: rgb(255, 221, 128);
79
+ --ifm-color-warning-contrast-background: rgb(255, 248, 230);
80
+ --ifm-color-warning-contrast-foreground: rgb(77, 56, 0);
81
+ --ifm-color-danger-dark: rgb(225, 50, 56);
82
+ --ifm-color-danger-darker: rgb(213, 48, 53);
83
+ --ifm-color-danger-darkest: rgb(175, 39, 43);
84
+ --ifm-color-danger-light: rgb(251, 86, 91);
85
+ --ifm-color-danger-lighter: rgb(251, 116, 120);
86
+ --ifm-color-danger-lightest: rgb(253, 156, 159);
87
+ --ifm-color-danger-contrast-background: rgb(255, 235, 236);
88
+ --ifm-color-danger-contrast-foreground: rgb(75, 17, 19);
89
+
90
+ --ifm-color-white: #fff;
91
+ --ifm-color-black: #000;
92
+
93
+ --ifm-color-gray-0: var(--ifm-color-white);
94
+ --ifm-color-gray-100: #f5f6f7;
95
+ --ifm-color-gray-200: #ebedf0;
96
+ --ifm-color-gray-300: #dadde1;
97
+ --ifm-color-gray-400: #ccd0d5;
98
+ --ifm-color-gray-500: #bec3c9;
99
+ --ifm-color-gray-600: #8d949e;
100
+ --ifm-color-gray-700: #606770;
101
+ --ifm-color-gray-800: #444950;
102
+ --ifm-color-gray-900: #1c1e21;
103
+ --ifm-color-gray-1000: var(--ifm-color-black);
104
+
105
+ --ifm-color-emphasis-0: var(--ifm-color-gray-0);
106
+ --ifm-color-emphasis-100: var(--ifm-color-gray-100);
107
+ --ifm-color-emphasis-200: var(--ifm-color-gray-200);
108
+ --ifm-color-emphasis-300: var(--ifm-color-gray-300);
109
+ --ifm-color-emphasis-400: var(--ifm-color-gray-400);
110
+ --ifm-color-emphasis-500: var(--ifm-color-gray-500);
111
+ --ifm-color-emphasis-600: var(--ifm-color-gray-600);
112
+ --ifm-color-emphasis-700: var(--ifm-color-gray-700);
113
+ --ifm-color-emphasis-800: var(--ifm-color-gray-800);
114
+ --ifm-color-emphasis-900: var(--ifm-color-gray-900);
115
+ --ifm-color-emphasis-1000: var(--ifm-color-gray-1000);
116
+
117
+ /* Base. */
118
+ --ifm-color-content: var(--ifm-color-emphasis-900);
119
+ --ifm-color-content-inverse: var(--ifm-color-emphasis-0);
120
+ --ifm-color-content-secondary: #525860;
121
+
122
+ --ifm-background-color: transparent; /* Body's background. */
123
+ --ifm-background-surface-color: var(--ifm-color-content-inverse);
124
+ --ifm-global-border-width: 1px;
125
+ --ifm-global-radius: 0.4rem;
126
+
127
+ --ifm-hover-overlay: rgba(0, 0, 0, 0.05);
128
+
129
+ /* Typography. */
130
+ --ifm-font-color-base: var(--ifm-color-content);
131
+ --ifm-font-color-base-inverse: var(--ifm-color-content-inverse);
132
+ --ifm-font-color-secondary: var(--ifm-color-content-secondary);
133
+ --ifm-font-family-base: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
134
+ Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI',
135
+ Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
136
+ 'Segoe UI Symbol';
137
+ --ifm-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
138
+ 'Liberation Mono', 'Courier New', monospace;
139
+ --ifm-font-size-base: 100%;
140
+
141
+ --ifm-font-weight-light: 300;
142
+ --ifm-font-weight-normal: 400;
143
+ --ifm-font-weight-semibold: 500;
144
+ --ifm-font-weight-bold: 700;
145
+
146
+ --ifm-font-weight-base: var(--ifm-font-weight-normal);
147
+ --ifm-line-height-base: 1.65;
148
+
149
+ /* Spacing. */
150
+ --ifm-global-spacing: 1rem;
151
+ --ifm-spacing-vertical: var(--ifm-global-spacing);
152
+ --ifm-spacing-horizontal: var(--ifm-global-spacing);
153
+
154
+ /* Transitions. */
155
+ --ifm-transition-fast: 200ms;
156
+ --ifm-transition-slow: 400ms;
157
+ --ifm-transition-timing-default: cubic-bezier(0.08, 0.52, 0.52, 1);
158
+
159
+ /* Shadows. */
160
+ --ifm-global-shadow-lw: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
161
+ --ifm-global-shadow-md: 0 5px 40px rgba(0, 0, 0, 0.2);
162
+ --ifm-global-shadow-tl: 0 12px 28px 0 rgba(0, 0, 0, 0.2),
163
+ 0 2px 4px 0 rgba(0, 0, 0, 0.1);
164
+
165
+ /* Z-index. */
166
+ --ifm-z-index-dropdown: 100;
167
+ --ifm-z-index-fixed: 999;
168
+ --ifm-z-index-overlay: 400;
169
+ --ifm-container-width: 1140px;
170
+ --ifm-container-width-xl: 1320px;
171
+ --ifm-code-background: rgb(246, 247, 248);
172
+ --ifm-code-border-radius: var(--ifm-global-radius);
173
+ --ifm-code-font-size: 90%;
174
+ --ifm-code-padding-horizontal: 0.1rem;
175
+ --ifm-code-padding-vertical: 0.1rem;
176
+
177
+ --ifm-pre-background: var(--ifm-code-background);
178
+ --ifm-pre-border-radius: var(--ifm-code-border-radius);
179
+ --ifm-pre-color: inherit;
180
+ --ifm-pre-line-height: 1.45;
181
+ --ifm-pre-padding: 1rem;
182
+ --ifm-heading-color: inherit;
183
+ --ifm-heading-margin-top: 0;
184
+ --ifm-heading-margin-bottom: var(--ifm-spacing-vertical);
185
+ --ifm-heading-font-family: var(--ifm-font-family-base);
186
+ --ifm-heading-font-weight: var(--ifm-font-weight-bold);
187
+ --ifm-heading-line-height: 1.25;
188
+
189
+ --ifm-h1-font-size: 2rem;
190
+ --ifm-h2-font-size: 1.5rem;
191
+ --ifm-h3-font-size: 1.25rem;
192
+ --ifm-h4-font-size: 1rem;
193
+ --ifm-h5-font-size: 0.875rem;
194
+ --ifm-h6-font-size: 0.85rem;
195
+ --ifm-image-alignment-padding: 1.25rem;
196
+ /* Leading is the distance between two baselines */
197
+ /* TODO: add appropriate mobile leading */
198
+ --ifm-leading-desktop: 1.25;
199
+ --ifm-leading: calc(var(--ifm-leading-desktop) * 1rem);
200
+ --ifm-list-left-padding: 2rem;
201
+ --ifm-list-margin: 1rem;
202
+ --ifm-list-item-margin: 0.25rem;
203
+ --ifm-list-paragraph-margin: 1rem;
204
+ --ifm-table-cell-padding: 0.75rem;
205
+
206
+ --ifm-table-background: transparent;
207
+ --ifm-table-stripe-background: rgba(0, 0, 0, 0.03);
208
+
209
+ --ifm-table-border-width: 1px;
210
+ --ifm-table-border-color: var(--ifm-color-emphasis-300);
211
+
212
+ --ifm-table-head-background: inherit;
213
+ --ifm-table-head-color: inherit;
214
+ --ifm-table-head-font-weight: var(--ifm-font-weight-bold);
215
+
216
+ --ifm-table-cell-color: inherit;
217
+ /* Links. */
218
+ --ifm-link-color: var(--ifm-color-primary);
219
+ --ifm-link-decoration: none;
220
+ --ifm-link-hover-color: var(--ifm-link-color);
221
+ --ifm-link-hover-decoration: underline;
222
+
223
+ /* Paragraphs. */
224
+ --ifm-paragraph-margin-bottom: var(--ifm-leading);
225
+
226
+ /* Blockquotes. */
227
+ --ifm-blockquote-font-size: var(--ifm-font-size-base);
228
+ --ifm-blockquote-border-left-width: 2px;
229
+ --ifm-blockquote-padding-horizontal: var(--ifm-spacing-horizontal);
230
+ --ifm-blockquote-padding-vertical: 0;
231
+ --ifm-blockquote-shadow: none;
232
+ --ifm-blockquote-color: var(--ifm-color-emphasis-800);
233
+ --ifm-blockquote-border-color: var(--ifm-color-emphasis-300);
234
+
235
+ /* Horizontal Rules. */
236
+ --ifm-hr-background-color: var(--ifm-color-emphasis-500);
237
+ --ifm-hr-height: 1px;
238
+ --ifm-hr-margin-vertical: 1.5rem;
239
+ --ifm-scrollbar-size: 7px;
240
+ --ifm-scrollbar-track-background-color: #f1f1f1;
241
+ --ifm-scrollbar-thumb-background-color: #c0c0c0;
242
+ --ifm-scrollbar-thumb-hover-background-color: #a7a7a7;
243
+ --ifm-alert-background-color: inherit; /* Set a default which will be overridden later. */
244
+ --ifm-alert-border-color: inherit; /* Set a default which will be overridden later. */
245
+ --ifm-alert-border-radius: var(--ifm-global-radius);
246
+ --ifm-alert-border-width: 0px; /* For users that want to easily add a border */
247
+ --ifm-alert-border-left-width: 5px;
248
+ --ifm-alert-color: var(--ifm-font-color-base);
249
+ --ifm-alert-padding-horizontal: var(--ifm-spacing-horizontal);
250
+ --ifm-alert-padding-vertical: var(--ifm-spacing-vertical);
251
+ --ifm-alert-shadow: var(--ifm-global-shadow-lw);
252
+ --ifm-avatar-intro-margin: 1rem;
253
+ --ifm-avatar-intro-alignment: inherit;
254
+ --ifm-avatar-photo-size: 3rem;
255
+ --ifm-badge-background-color: inherit; /* Set a default which will be overridden later. */
256
+ --ifm-badge-border-color: inherit; /* Set a default which will be overridden later. */
257
+ --ifm-badge-border-radius: var(--ifm-global-radius);
258
+ --ifm-badge-border-width: var(--ifm-global-border-width);
259
+ --ifm-badge-color: var(--ifm-color-white);
260
+ --ifm-badge-padding-horizontal: calc(var(--ifm-spacing-horizontal) * 0.5);
261
+ --ifm-badge-padding-vertical: calc(var(--ifm-spacing-vertical) * 0.25);
262
+ --ifm-breadcrumb-border-radius: 1.5rem;
263
+ --ifm-breadcrumb-spacing: 0.5rem;
264
+ --ifm-breadcrumb-color-active: var(--ifm-color-primary);
265
+ --ifm-breadcrumb-item-background-active: var(--ifm-hover-overlay);
266
+ --ifm-breadcrumb-padding-horizontal: 0.8rem;
267
+ --ifm-breadcrumb-padding-vertical: 0.4rem;
268
+ --ifm-breadcrumb-size-multiplier: 1;
269
+ --ifm-breadcrumb-separator: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 256 256"><g><g><polygon points="79.093,0 48.907,30.187 146.72,128 48.907,225.813 79.093,256 207.093,128"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
270
+ --ifm-breadcrumb-separator-filter: none;
271
+ --ifm-breadcrumb-separator-size: 0.5rem;
272
+ --ifm-breadcrumb-separator-size-multiplier: 1.25;
273
+ --ifm-button-background-color: inherit;
274
+ --ifm-button-border-color: var(--ifm-button-background-color);
275
+ --ifm-button-border-width: var(--ifm-global-border-width);
276
+ --ifm-button-color: var(--ifm-font-color-base-inverse);
277
+ --ifm-button-font-weight: var(--ifm-font-weight-bold);
278
+ --ifm-button-padding-horizontal: 1.5rem;
279
+ --ifm-button-padding-vertical: 0.375rem;
280
+ --ifm-button-size-multiplier: 1;
281
+ --ifm-button-transition-duration: var(--ifm-transition-fast);
282
+ --ifm-button-border-radius: calc(
283
+ var(--ifm-global-radius) * var(--ifm-button-size-multiplier)
284
+ );
285
+ --ifm-button-group-spacing: 2px;
286
+ --ifm-card-background-color: var(--ifm-background-surface-color);
287
+ --ifm-card-border-radius: calc(var(--ifm-global-radius) * 2);
288
+ --ifm-card-horizontal-spacing: var(--ifm-global-spacing);
289
+ --ifm-card-vertical-spacing: var(--ifm-global-spacing);
290
+ --ifm-dropdown-background-color: var(--ifm-background-surface-color);
291
+ --ifm-dropdown-font-weight: var(--ifm-font-weight-semibold);
292
+ --ifm-dropdown-link-color: var(--ifm-font-color-base);
293
+ --ifm-dropdown-hover-background-color: var(--ifm-hover-overlay);
294
+ --ifm-hero-background-color: var(--ifm-background-surface-color);
295
+ --ifm-hero-text-color: var(--ifm-color-emphasis-800);
296
+ --ifm-menu-color: var(--ifm-color-emphasis-700);
297
+ --ifm-menu-color-active: var(--ifm-color-primary);
298
+ --ifm-menu-color-background-active: var(--ifm-hover-overlay);
299
+ --ifm-menu-color-background-hover: var(--ifm-hover-overlay);
300
+ --ifm-menu-link-padding-horizontal: 0.75rem;
301
+ --ifm-menu-link-padding-vertical: 0.375rem;
302
+ --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>');
303
+ --ifm-menu-link-sublist-icon-filter: none;
304
+ --ifm-navbar-background-color: var(--ifm-background-surface-color);
305
+ --ifm-navbar-height: 3.75rem;
306
+ --ifm-navbar-item-padding-horizontal: 0.75rem;
307
+ --ifm-navbar-item-padding-vertical: 0.25rem;
308
+ --ifm-navbar-link-color: var(--ifm-font-color-base);
309
+ --ifm-navbar-link-hover-color: var(--ifm-color-primary);
310
+ --ifm-navbar-link-active-color: var(--ifm-link-color);
311
+ --ifm-navbar-padding-horizontal: var(--ifm-spacing-horizontal);
312
+ --ifm-navbar-padding-vertical: calc(var(--ifm-spacing-vertical) * 0.5);
313
+ --ifm-navbar-shadow: var(--ifm-global-shadow-lw);
314
+ --ifm-navbar-search-input-background-color: var(--ifm-color-emphasis-200);
315
+ --ifm-navbar-search-input-color: var(--ifm-color-emphasis-800);
316
+ --ifm-navbar-search-input-placeholder-color: var(--ifm-color-emphasis-500);
317
+ --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>');
318
+ --ifm-navbar-sidebar-width: 83vw;
319
+ --ifm-pagination-border-radius: var(--ifm-global-radius);
320
+ --ifm-pagination-color-active: var(--ifm-color-primary);
321
+ --ifm-pagination-font-size: 1rem;
322
+ --ifm-pagination-item-active-background: var(--ifm-hover-overlay);
323
+ --ifm-pagination-page-spacing: 0.2em;
324
+ --ifm-pagination-padding-horizontal: calc(
325
+ var(--ifm-spacing-horizontal) * 1
326
+ );
327
+ --ifm-pagination-padding-vertical: calc(var(--ifm-spacing-vertical) * 0.25);
328
+ --ifm-pagination-nav-border-radius: var(--ifm-global-radius);
329
+ --ifm-pagination-nav-color-hover: var(--ifm-color-primary);
330
+ --ifm-pills-color-active: var(--ifm-color-primary);
331
+ --ifm-pills-color-background-active: var(--ifm-hover-overlay);
332
+ --ifm-pills-spacing: 0.125rem;
333
+ --ifm-tabs-color: var(--ifm-font-color-secondary);
334
+ --ifm-tabs-color-active: var(--ifm-color-primary);
335
+ --ifm-tabs-color-active-border: var(--ifm-tabs-color-active);
336
+ --ifm-tabs-padding-horizontal: 1rem;
337
+ --ifm-tabs-padding-vertical: 1rem;
338
+ }
339
+
340
+ html {
341
+ background-color: var(--ifm-background-color);
342
+ color: var(--ifm-font-color-base);
343
+ color-scheme: var(--ifm-color-scheme);
344
+ -webkit-font-smoothing: antialiased;
345
+ -webkit-tap-highlight-color: transparent;
346
+ text-rendering: optimizelegibility;
347
+ -webkit-text-size-adjust: 100%;
348
+ -moz-text-size-adjust: 100%;
349
+ text-size-adjust: 100%;
350
+ }
351
+
352
+ body {
353
+ margin: 0;
354
+ word-wrap: break-word;
355
+ }
356
+
357
+ .container {
358
+ margin: 0 auto;
359
+ max-width: var(--ifm-container-width);
360
+ padding: 0 var(--ifm-spacing-horizontal);
361
+ width: 100%;
362
+ }
363
+
364
+ .container--fluid {
365
+ max-width: inherit;
366
+ }
367
+
368
+ .row {
369
+ display: flex;
370
+ flex-wrap: wrap;
371
+ margin: 0 calc(var(--ifm-spacing-horizontal) * -1);
372
+ }
373
+
374
+ .row--no-gutters {
375
+ margin-left: 0;
376
+ margin-right: 0;
377
+ }
378
+
379
+ .row--no-gutters > .col {
380
+ padding-left: 0;
381
+ padding-right: 0;
382
+ }
383
+
384
+ .row--align-top {
385
+ align-items: flex-start;
386
+ }
387
+
388
+ .row--align-bottom {
389
+ align-items: flex-end;
390
+ }
391
+
392
+ .row--align-center {
393
+ align-items: center;
394
+ }
395
+
396
+ .row--align-stretch {
397
+ align-items: stretch;
398
+ }
399
+
400
+ .row--align-baseline {
401
+ align-items: baseline;
402
+ }
403
+
404
+ .col {
405
+ --ifm-col-width: 100%;
406
+
407
+ flex: 1 0;
408
+ margin-left: 0;
409
+ max-width: var(--ifm-col-width);
410
+ padding: 0 var(--ifm-spacing-horizontal);
411
+ width: 100%;
412
+ }
413
+
414
+ .col[class*='col--'] {
415
+ flex: 0 0 var(--ifm-col-width);
416
+ }
417
+
418
+ .col--1 {
419
+ --ifm-col-width: calc(1 / 12 * 100%);
420
+ }
421
+
422
+ .col--offset-1 {
423
+ margin-left: calc(1 / 12 * 100%);
424
+ }
425
+
426
+ .col--2 {
427
+ --ifm-col-width: calc(2 / 12 * 100%);
428
+ }
429
+
430
+ .col--offset-2 {
431
+ margin-left: calc(2 / 12 * 100%);
432
+ }
433
+
434
+ .col--3 {
435
+ --ifm-col-width: calc(3 / 12 * 100%);
436
+ }
437
+
438
+ .col--offset-3 {
439
+ margin-left: calc(3 / 12 * 100%);
440
+ }
441
+
442
+ .col--4 {
443
+ --ifm-col-width: calc(4 / 12 * 100%);
444
+ }
445
+
446
+ .col--offset-4 {
447
+ margin-left: calc(4 / 12 * 100%);
448
+ }
449
+
450
+ .col--5 {
451
+ --ifm-col-width: calc(5 / 12 * 100%);
452
+ }
453
+
454
+ .col--offset-5 {
455
+ margin-left: calc(5 / 12 * 100%);
456
+ }
457
+
458
+ .col--6 {
459
+ --ifm-col-width: calc(6 / 12 * 100%);
460
+ }
461
+
462
+ .col--offset-6 {
463
+ margin-left: calc(6 / 12 * 100%);
464
+ }
465
+
466
+ .col--7 {
467
+ --ifm-col-width: calc(7 / 12 * 100%);
468
+ }
469
+
470
+ .col--offset-7 {
471
+ margin-left: calc(7 / 12 * 100%);
472
+ }
473
+
474
+ .col--8 {
475
+ --ifm-col-width: calc(8 / 12 * 100%);
476
+ }
477
+
478
+ .col--offset-8 {
479
+ margin-left: calc(8 / 12 * 100%);
480
+ }
481
+
482
+ .col--9 {
483
+ --ifm-col-width: calc(9 / 12 * 100%);
484
+ }
485
+
486
+ .col--offset-9 {
487
+ margin-left: calc(9 / 12 * 100%);
488
+ }
489
+
490
+ .col--10 {
491
+ --ifm-col-width: calc(10 / 12 * 100%);
492
+ }
493
+
494
+ .col--offset-10 {
495
+ margin-left: calc(10 / 12 * 100%);
496
+ }
497
+
498
+ .col--11 {
499
+ --ifm-col-width: calc(11 / 12 * 100%);
500
+ }
501
+
502
+ .col--offset-11 {
503
+ margin-left: calc(11 / 12 * 100%);
504
+ }
505
+
506
+ .col--12 {
507
+ --ifm-col-width: calc(12 / 12 * 100%);
508
+ }
509
+
510
+ .col--offset-12 {
511
+ margin-left: calc(12 / 12 * 100%);
512
+ }
513
+
514
+ .margin--none {
515
+ margin: 0 !important;
516
+ }
517
+
518
+ .margin-top--none {
519
+ margin-top: 0 !important;
520
+ }
521
+
522
+ .margin-left--none {
523
+ margin-left: 0 !important;
524
+ }
525
+
526
+ .margin-bottom--none {
527
+ margin-bottom: 0 !important;
528
+ }
529
+
530
+ .margin-right--none {
531
+ margin-right: 0 !important;
532
+ }
533
+
534
+ .margin-vert--none {
535
+ margin-bottom: 0 !important;
536
+ margin-top: 0 !important;
537
+ }
538
+
539
+ .margin-horiz--none {
540
+ margin-left: 0 !important;
541
+ margin-right: 0 !important;
542
+ }
543
+
544
+ .margin--xs {
545
+ margin: 0.25rem !important;
546
+ }
547
+
548
+ .margin-top--xs {
549
+ margin-top: 0.25rem !important;
550
+ }
551
+
552
+ .margin-left--xs {
553
+ margin-left: 0.25rem !important;
554
+ }
555
+
556
+ .margin-bottom--xs {
557
+ margin-bottom: 0.25rem !important;
558
+ }
559
+
560
+ .margin-right--xs {
561
+ margin-right: 0.25rem !important;
562
+ }
563
+
564
+ .margin-vert--xs {
565
+ margin-bottom: 0.25rem !important;
566
+ margin-top: 0.25rem !important;
567
+ }
568
+
569
+ .margin-horiz--xs {
570
+ margin-left: 0.25rem !important;
571
+ margin-right: 0.25rem !important;
572
+ }
573
+
574
+ .margin--sm {
575
+ margin: 0.5rem !important;
576
+ }
577
+
578
+ .margin-top--sm {
579
+ margin-top: 0.5rem !important;
580
+ }
581
+
582
+ .margin-left--sm {
583
+ margin-left: 0.5rem !important;
584
+ }
585
+
586
+ .margin-bottom--sm {
587
+ margin-bottom: 0.5rem !important;
588
+ }
589
+
590
+ .margin-right--sm {
591
+ margin-right: 0.5rem !important;
592
+ }
593
+
594
+ .margin-vert--sm {
595
+ margin-bottom: 0.5rem !important;
596
+ margin-top: 0.5rem !important;
597
+ }
598
+
599
+ .margin-horiz--sm {
600
+ margin-left: 0.5rem !important;
601
+ margin-right: 0.5rem !important;
602
+ }
603
+
604
+ .margin--md {
605
+ margin: 1rem !important;
606
+ }
607
+
608
+ .margin-top--md {
609
+ margin-top: 1rem !important;
610
+ }
611
+
612
+ .margin-left--md {
613
+ margin-left: 1rem !important;
614
+ }
615
+
616
+ .margin-bottom--md {
617
+ margin-bottom: 1rem !important;
618
+ }
619
+
620
+ .margin-right--md {
621
+ margin-right: 1rem !important;
622
+ }
623
+
624
+ .margin-vert--md {
625
+ margin-bottom: 1rem !important;
626
+ margin-top: 1rem !important;
627
+ }
628
+
629
+ .margin-horiz--md {
630
+ margin-left: 1rem !important;
631
+ margin-right: 1rem !important;
632
+ }
633
+
634
+ .margin--lg {
635
+ margin: 2rem !important;
636
+ }
637
+
638
+ .margin-top--lg {
639
+ margin-top: 2rem !important;
640
+ }
641
+
642
+ .margin-left--lg {
643
+ margin-left: 2rem !important;
644
+ }
645
+
646
+ .margin-bottom--lg {
647
+ margin-bottom: 2rem !important;
648
+ }
649
+
650
+ .margin-right--lg {
651
+ margin-right: 2rem !important;
652
+ }
653
+
654
+ .margin-vert--lg {
655
+ margin-bottom: 2rem !important;
656
+ margin-top: 2rem !important;
657
+ }
658
+
659
+ .margin-horiz--lg {
660
+ margin-left: 2rem !important;
661
+ margin-right: 2rem !important;
662
+ }
663
+
664
+ .margin--xl {
665
+ margin: 5rem !important;
666
+ }
667
+
668
+ .margin-top--xl {
669
+ margin-top: 5rem !important;
670
+ }
671
+
672
+ .margin-left--xl {
673
+ margin-left: 5rem !important;
674
+ }
675
+
676
+ .margin-bottom--xl {
677
+ margin-bottom: 5rem !important;
678
+ }
679
+
680
+ .margin-right--xl {
681
+ margin-right: 5rem !important;
682
+ }
683
+
684
+ .margin-vert--xl {
685
+ margin-bottom: 5rem !important;
686
+ margin-top: 5rem !important;
687
+ }
688
+
689
+ .margin-horiz--xl {
690
+ margin-left: 5rem !important;
691
+ margin-right: 5rem !important;
692
+ }
693
+
694
+ .padding--none {
695
+ padding: 0 !important;
696
+ }
697
+
698
+ .padding-top--none {
699
+ padding-top: 0 !important;
700
+ }
701
+
702
+ .padding-left--none {
703
+ padding-left: 0 !important;
704
+ }
705
+
706
+ .padding-bottom--none {
707
+ padding-bottom: 0 !important;
708
+ }
709
+
710
+ .padding-right--none {
711
+ padding-right: 0 !important;
712
+ }
713
+
714
+ .padding-vert--none {
715
+ padding-bottom: 0 !important;
716
+ padding-top: 0 !important;
717
+ }
718
+
719
+ .padding-horiz--none {
720
+ padding-left: 0 !important;
721
+ padding-right: 0 !important;
722
+ }
723
+
724
+ .padding--xs {
725
+ padding: 0.25rem !important;
726
+ }
727
+
728
+ .padding-top--xs {
729
+ padding-top: 0.25rem !important;
730
+ }
731
+
732
+ .padding-left--xs {
733
+ padding-left: 0.25rem !important;
734
+ }
735
+
736
+ .padding-bottom--xs {
737
+ padding-bottom: 0.25rem !important;
738
+ }
739
+
740
+ .padding-right--xs {
741
+ padding-right: 0.25rem !important;
742
+ }
743
+
744
+ .padding-vert--xs {
745
+ padding-bottom: 0.25rem !important;
746
+ padding-top: 0.25rem !important;
747
+ }
748
+
749
+ .padding-horiz--xs {
750
+ padding-left: 0.25rem !important;
751
+ padding-right: 0.25rem !important;
752
+ }
753
+
754
+ .padding--sm {
755
+ padding: 0.5rem !important;
756
+ }
757
+
758
+ .padding-top--sm {
759
+ padding-top: 0.5rem !important;
760
+ }
761
+
762
+ .padding-left--sm {
763
+ padding-left: 0.5rem !important;
764
+ }
765
+
766
+ .padding-bottom--sm {
767
+ padding-bottom: 0.5rem !important;
768
+ }
769
+
770
+ .padding-right--sm {
771
+ padding-right: 0.5rem !important;
772
+ }
773
+
774
+ .padding-vert--sm {
775
+ padding-bottom: 0.5rem !important;
776
+ padding-top: 0.5rem !important;
777
+ }
778
+
779
+ .padding-horiz--sm {
780
+ padding-left: 0.5rem !important;
781
+ padding-right: 0.5rem !important;
782
+ }
783
+
784
+ .padding--md {
785
+ padding: 1rem !important;
786
+ }
787
+
788
+ .padding-top--md {
789
+ padding-top: 1rem !important;
790
+ }
791
+
792
+ .padding-left--md {
793
+ padding-left: 1rem !important;
794
+ }
795
+
796
+ .padding-bottom--md {
797
+ padding-bottom: 1rem !important;
798
+ }
799
+
800
+ .padding-right--md {
801
+ padding-right: 1rem !important;
802
+ }
803
+
804
+ .padding-vert--md {
805
+ padding-bottom: 1rem !important;
806
+ padding-top: 1rem !important;
807
+ }
808
+
809
+ .padding-horiz--md {
810
+ padding-left: 1rem !important;
811
+ padding-right: 1rem !important;
812
+ }
813
+
814
+ .padding--lg {
815
+ padding: 2rem !important;
816
+ }
817
+
818
+ .padding-top--lg {
819
+ padding-top: 2rem !important;
820
+ }
821
+
822
+ .padding-left--lg {
823
+ padding-left: 2rem !important;
824
+ }
825
+
826
+ .padding-bottom--lg {
827
+ padding-bottom: 2rem !important;
828
+ }
829
+
830
+ .padding-right--lg {
831
+ padding-right: 2rem !important;
832
+ }
833
+
834
+ .padding-vert--lg {
835
+ padding-bottom: 2rem !important;
836
+ padding-top: 2rem !important;
837
+ }
838
+
839
+ .padding-horiz--lg {
840
+ padding-left: 2rem !important;
841
+ padding-right: 2rem !important;
842
+ }
843
+
844
+ .padding--xl {
845
+ padding: 5rem !important;
846
+ }
847
+
848
+ .padding-top--xl {
849
+ padding-top: 5rem !important;
850
+ }
851
+
852
+ .padding-left--xl {
853
+ padding-left: 5rem !important;
854
+ }
855
+
856
+ .padding-bottom--xl {
857
+ padding-bottom: 5rem !important;
858
+ }
859
+
860
+ .padding-right--xl {
861
+ padding-right: 5rem !important;
862
+ }
863
+
864
+ .padding-vert--xl {
865
+ padding-bottom: 5rem !important;
866
+ padding-top: 5rem !important;
867
+ }
868
+
869
+ .padding-horiz--xl {
870
+ padding-left: 5rem !important;
871
+ padding-right: 5rem !important;
872
+ }
873
+
874
+ .menu {
875
+ font-weight: var(--ifm-font-weight-semibold);
876
+ overflow-x: hidden;
877
+ }
878
+
879
+ .menu__list {
880
+ list-style: none;
881
+ margin: 0;
882
+ padding-left: 0;
883
+ }
884
+
885
+ /* Non-top level menus */
886
+
887
+ .menu__list .menu__list {
888
+ flex: 0 0 100%;
889
+ margin-top: 0.25rem;
890
+ padding-left: var(--ifm-menu-link-padding-horizontal);
891
+ }
892
+
893
+ .menu__list-item:not(:first-child) {
894
+ margin-top: 0.25rem;
895
+ }
896
+
897
+ .menu__list-item--collapsed .menu__list {
898
+ height: 0;
899
+ overflow: hidden;
900
+ }
901
+
902
+ .menu__list-item--collapsed .menu__link--sublist:after,
903
+ .menu__list-item--collapsed .menu__caret:before {
904
+ transform: rotateZ(90deg);
905
+ }
906
+
907
+ .menu__list-item-collapsible {
908
+ flex-wrap: wrap;
909
+ position: relative;
910
+ border-radius: 0.25rem;
911
+ display: flex;
912
+ transition: background var(--ifm-transition-fast)
913
+ var(--ifm-transition-timing-default);
914
+ }
915
+
916
+ .menu__list-item-collapsible:hover {
917
+ background: var(--ifm-menu-color-background-hover);
918
+ }
919
+
920
+ .menu__list-item-collapsible--active {
921
+ background: var(--ifm-menu-color-background-hover);
922
+ }
923
+
924
+ .menu__list-item-collapsible .menu__link:hover,
925
+ .menu__list-item-collapsible .menu__link--active {
926
+ background: none !important;
927
+ }
928
+
929
+ .menu__link,
930
+ .menu__caret {
931
+ align-items: center;
932
+ border-radius: 0.25rem;
933
+ display: flex;
934
+ transition: background var(--ifm-transition-fast)
935
+ var(--ifm-transition-timing-default);
936
+ }
937
+
938
+ .menu__link:hover,
939
+ .menu__caret:hover {
940
+ background: var(--ifm-menu-color-background-hover);
941
+ }
942
+
943
+ .menu__link {
944
+ color: var(--ifm-menu-color);
945
+ flex: 1;
946
+ line-height: 1.25;
947
+ padding: var(--ifm-menu-link-padding-vertical)
948
+ var(--ifm-menu-link-padding-horizontal);
949
+ }
950
+
951
+ .menu__link:hover {
952
+ text-decoration: none;
953
+ color: var(--ifm-menu-color);
954
+ transition: color var(--ifm-transition-fast)
955
+ var(--ifm-transition-timing-default);
956
+ }
957
+
958
+ .menu__link--sublist-caret:after {
959
+ content: '';
960
+ margin-left: auto;
961
+ min-width: 1.25rem;
962
+ background: var(--ifm-menu-link-sublist-icon) 50% / 2rem 2rem;
963
+ filter: var(--ifm-menu-link-sublist-icon-filter);
964
+ height: 1.25rem;
965
+ transform: rotate(180deg);
966
+ width: 1.25rem;
967
+ transition: transform var(--ifm-transition-fast) linear;
968
+ }
969
+
970
+ .menu__link--active {
971
+ color: var(--ifm-menu-color-active);
972
+ }
973
+
974
+ .menu__link--active:hover {
975
+ color: var(--ifm-menu-color-active);
976
+ }
977
+
978
+ .menu__link--active:not(.menu__link--sublist) {
979
+ background-color: var(--ifm-menu-color-background-active);
980
+ }
981
+
982
+ .menu__caret {
983
+ padding: var(--ifm-menu-link-padding-vertical)
984
+ var(--ifm-menu-link-padding-horizontal);
985
+ }
986
+
987
+ .menu__caret:before {
988
+ content: '';
989
+ background: var(--ifm-menu-link-sublist-icon) 50% / 2rem 2rem;
990
+ filter: var(--ifm-menu-link-sublist-icon-filter);
991
+ height: 1.25rem;
992
+ transform: rotate(180deg);
993
+ width: 1.25rem;
994
+ transition: transform var(--ifm-transition-fast) linear;
995
+ }
996
+
997
+ .navbar {
998
+ background-color: var(--ifm-navbar-background-color);
999
+ box-shadow: var(--ifm-navbar-shadow);
1000
+ display: flex;
1001
+ height: var(--ifm-navbar-height);
1002
+ padding: var(--ifm-navbar-padding-vertical)
1003
+ var(--ifm-navbar-padding-horizontal);
1004
+ }
1005
+
1006
+ .navbar > .container,
1007
+ .navbar > .container-fluid {
1008
+ display: flex;
1009
+ }
1010
+
1011
+ .navbar--fixed-top {
1012
+ position: sticky;
1013
+ top: 0;
1014
+ z-index: var(--ifm-z-index-fixed);
1015
+ }
1016
+
1017
+ .navbar__inner {
1018
+ display: flex;
1019
+ flex-wrap: wrap;
1020
+ justify-content: space-between;
1021
+ width: 100%;
1022
+ }
1023
+
1024
+ .navbar__brand {
1025
+ align-items: center;
1026
+ color: var(--ifm-navbar-link-color);
1027
+ display: flex;
1028
+ margin-right: 1rem;
1029
+ min-width: 0;
1030
+ }
1031
+
1032
+ .navbar__brand:hover {
1033
+ color: var(--ifm-navbar-link-hover-color);
1034
+ text-decoration: none;
1035
+ }
1036
+
1037
+ .navbar__title {
1038
+ flex: 1 1 auto;
1039
+ }
1040
+
1041
+ .navbar__toggle {
1042
+ display: none;
1043
+ margin-right: 0.5rem;
1044
+ }
1045
+
1046
+ .navbar__logo {
1047
+ flex: 0 0 auto;
1048
+ height: 2rem;
1049
+ margin-right: 0.5rem;
1050
+ }
1051
+
1052
+ .navbar__logo img {
1053
+ height: 100%;
1054
+ }
1055
+
1056
+ .navbar__items {
1057
+ align-items: center;
1058
+ display: flex;
1059
+ flex: 1;
1060
+ min-width: 0;
1061
+ }
1062
+
1063
+ .navbar__items--center {
1064
+ flex: 0 0 auto;
1065
+ }
1066
+
1067
+ .navbar__items--center .navbar__brand {
1068
+ margin: 0;
1069
+ }
1070
+
1071
+ .navbar__items--center + .navbar__items--right {
1072
+ flex: 1;
1073
+ }
1074
+
1075
+ .navbar__items--right {
1076
+ flex: 0 0 auto;
1077
+ justify-content: flex-end;
1078
+ }
1079
+
1080
+ .navbar__items--right > :last-child {
1081
+ padding-right: 0;
1082
+ }
1083
+
1084
+ .navbar__item {
1085
+ display: inline-block;
1086
+ padding: var(--ifm-navbar-item-padding-vertical)
1087
+ var(--ifm-navbar-item-padding-horizontal);
1088
+ }
1089
+
1090
+ .navbar__item.dropdown .navbar__link:not([href]) {
1091
+ pointer-events: none;
1092
+ }
1093
+
1094
+ .navbar__link {
1095
+ color: var(--ifm-navbar-link-color);
1096
+ font-weight: var(--ifm-font-weight-semibold);
1097
+ }
1098
+
1099
+ .navbar__link:hover,
1100
+ .navbar__link--active {
1101
+ color: var(--ifm-navbar-link-hover-color);
1102
+ text-decoration: none;
1103
+ }
1104
+
1105
+ .navbar--dark,
1106
+ .navbar--primary {
1107
+ --ifm-menu-color: var(--ifm-color-gray-300);
1108
+ --ifm-navbar-link-color: var(--ifm-color-gray-100);
1109
+ --ifm-navbar-search-input-background-color: rgba(255, 255, 255, 0.1);
1110
+ --ifm-navbar-search-input-placeholder-color: rgba(255, 255, 255, 0.5);
1111
+
1112
+ color: var(--ifm-color-white);
1113
+ }
1114
+
1115
+ .navbar--dark {
1116
+ --ifm-navbar-background-color: #242526;
1117
+ --ifm-navbar-link-hover-color: var(--ifm-color-primary);
1118
+ --ifm-menu-color-background-active: rgba(255, 255, 255, 0.05);
1119
+ --ifm-navbar-search-input-color: var(--ifm-color-white);
1120
+ }
1121
+
1122
+ .navbar--primary {
1123
+ --ifm-navbar-background-color: var(--ifm-color-primary);
1124
+ --ifm-navbar-link-hover-color: var(--ifm-color-white);
1125
+ --ifm-menu-color-active: var(--ifm-color-white);
1126
+ --ifm-navbar-search-input-color: var(--ifm-color-emphasis-500);
1127
+ }
1128
+
1129
+ .navbar__search-input {
1130
+ -webkit-appearance: none;
1131
+ -moz-appearance: none;
1132
+ appearance: none; /* Algolia will add type="search" to the input in Safari and Safari's styling will override the styling here. */
1133
+ background: var(--ifm-navbar-search-input-background-color)
1134
+ var(--ifm-navbar-search-input-icon) no-repeat 0.75rem center / 1rem 1rem;
1135
+ border: none;
1136
+ border-radius: 2rem;
1137
+ color: var(--ifm-navbar-search-input-color);
1138
+ cursor: text;
1139
+ display: inline-block;
1140
+ font-size: 1rem;
1141
+ height: 2rem;
1142
+ padding: 0 0.5rem 0 2.25rem;
1143
+ width: 12.5rem;
1144
+ }
1145
+
1146
+ .navbar__search-input::-moz-placeholder {
1147
+ color: var(--ifm-navbar-search-input-placeholder-color);
1148
+ }
1149
+
1150
+ .navbar__search-input::placeholder {
1151
+ color: var(--ifm-navbar-search-input-placeholder-color);
1152
+ }
1153
+
1154
+ .navbar-sidebar {
1155
+ background-color: var(--ifm-navbar-background-color);
1156
+ bottom: 0;
1157
+ box-shadow: var(--ifm-global-shadow-md);
1158
+ left: 0;
1159
+ opacity: 0;
1160
+ overflow-x: hidden;
1161
+ position: fixed;
1162
+ top: 0;
1163
+ transform: translate3d(-100%, 0, 0);
1164
+ visibility: hidden;
1165
+ width: var(--ifm-navbar-sidebar-width);
1166
+ transition-property: opacity, visibility, transform;
1167
+ transition-duration: var(--ifm-transition-fast);
1168
+ transition-timing-function: ease-in-out;
1169
+ }
1170
+
1171
+ .navbar-sidebar--show .navbar-sidebar,
1172
+ .navbar-sidebar--show .navbar-sidebar__backdrop {
1173
+ opacity: 1;
1174
+ visibility: visible;
1175
+ }
1176
+
1177
+ .navbar-sidebar--show .navbar-sidebar {
1178
+ transform: translate3d(0, 0, 0);
1179
+ }
1180
+
1181
+ .navbar-sidebar__backdrop {
1182
+ background-color: rgba(0, 0, 0, 0.6);
1183
+ bottom: 0;
1184
+ left: 0;
1185
+ opacity: 0;
1186
+ position: fixed;
1187
+ right: 0;
1188
+ top: 0;
1189
+ visibility: hidden;
1190
+ transition-property: opacity, visibility;
1191
+ transition-duration: var(--ifm-transition-fast);
1192
+ transition-timing-function: ease-in-out;
1193
+ }
1194
+
1195
+ .navbar-sidebar__brand {
1196
+ align-items: center;
1197
+ box-shadow: var(--ifm-navbar-shadow);
1198
+ display: flex;
1199
+ flex: 1;
1200
+ height: var(--ifm-navbar-height);
1201
+ padding: var(--ifm-navbar-padding-vertical)
1202
+ var(--ifm-navbar-padding-horizontal);
1203
+ }
1204
+
1205
+ .navbar-sidebar__items {
1206
+ display: flex;
1207
+ height: calc(100% - var(--ifm-navbar-height));
1208
+ transform: translateZ(0);
1209
+ transition: transform var(--ifm-transition-fast) ease-in-out;
1210
+ }
1211
+
1212
+ .navbar-sidebar__items--show-secondary {
1213
+ transform: translate3d(calc((var(--ifm-navbar-sidebar-width)) * -1), 0, 0);
1214
+ }
1215
+
1216
+ .navbar-sidebar__item {
1217
+ flex-shrink: 0;
1218
+ padding: 0.5rem;
1219
+ width: calc(var(--ifm-navbar-sidebar-width));
1220
+ }
1221
+
1222
+ .navbar-sidebar__back {
1223
+ background: var(--ifm-menu-color-background-active);
1224
+ font-size: 15px;
1225
+ font-weight: var(--ifm-button-font-weight);
1226
+ margin: 0 0 0.2rem -0.5rem;
1227
+ padding: 0.6rem 1.5rem;
1228
+ position: relative;
1229
+ text-align: left;
1230
+ top: -0.5rem;
1231
+ width: calc(100% + 1rem);
1232
+ }
1233
+
1234
+ .navbar-sidebar__close {
1235
+ display: flex;
1236
+ margin-left: auto;
1237
+ }
1238
+
1239
+ .pagination-nav {
1240
+ display: grid;
1241
+ grid-gap: var(--ifm-spacing-horizontal);
1242
+ gap: var(--ifm-spacing-horizontal);
1243
+ grid-template-columns: repeat(2, 1fr);
1244
+ }
1245
+
1246
+ .pagination-nav__link {
1247
+ border: 1px solid var(--ifm-color-emphasis-300);
1248
+ border-radius: var(--ifm-pagination-nav-border-radius);
1249
+ display: block;
1250
+ height: 100%;
1251
+ line-height: var(--ifm-heading-line-height);
1252
+ padding: var(--ifm-global-spacing);
1253
+ transition: border-color var(--ifm-transition-fast)
1254
+ var(--ifm-transition-timing-default);
1255
+ }
1256
+
1257
+ .pagination-nav__link:hover {
1258
+ border-color: var(--ifm-pagination-nav-color-hover);
1259
+ text-decoration: none;
1260
+ }
1261
+
1262
+ .pagination-nav__link--next {
1263
+ grid-column: 2/3;
1264
+ text-align: right;
1265
+ }
1266
+
1267
+ .pagination-nav__label {
1268
+ font-size: var(--ifm-h4-font-size);
1269
+ font-weight: var(--ifm-heading-font-weight);
1270
+ word-break: break-word;
1271
+ }
1272
+
1273
+ .pagination-nav__link--prev .pagination-nav__label::before {
1274
+ content: '« ';
1275
+ }
1276
+
1277
+ .pagination-nav__link--next .pagination-nav__label::after {
1278
+ content: ' »';
1279
+ }
1280
+
1281
+ .pagination-nav__sublabel {
1282
+ color: var(--ifm-color-content-secondary);
1283
+ font-size: var(--ifm-h5-font-size);
1284
+ font-weight: var(--ifm-font-weight-semibold);
1285
+ margin-bottom: 0.25rem;
1286
+ }
1287
+
1288
+ .breadcrumbs {
1289
+ margin-bottom: 0;
1290
+ padding-left: 0;
1291
+ }
1292
+
1293
+ .breadcrumbs__item {
1294
+ display: inline-block;
1295
+ }
1296
+
1297
+ .breadcrumbs__item:not(:last-child):after {
1298
+ background: var(--ifm-breadcrumb-separator) center;
1299
+ content: ' ';
1300
+ display: inline-block;
1301
+ filter: var(--ifm-breadcrumb-separator-filter);
1302
+ height: calc(
1303
+ var(--ifm-breadcrumb-separator-size) *
1304
+ var(--ifm-breadcrumb-size-multiplier) *
1305
+ var(--ifm-breadcrumb-separator-size-multiplier)
1306
+ );
1307
+ margin: 0 var(--ifm-breadcrumb-spacing);
1308
+ opacity: 0.5;
1309
+ width: calc(
1310
+ var(--ifm-breadcrumb-separator-size) *
1311
+ var(--ifm-breadcrumb-size-multiplier) *
1312
+ var(--ifm-breadcrumb-separator-size-multiplier)
1313
+ );
1314
+ /*rtl:raw:
1315
+ transform: rotate(180deg);
1316
+ */
1317
+ }
1318
+
1319
+ .breadcrumbs__item--active .breadcrumbs__link {
1320
+ background: var(--ifm-breadcrumb-item-background-active);
1321
+ color: var(--ifm-breadcrumb-color-active);
1322
+ }
1323
+
1324
+ .breadcrumbs__link {
1325
+ border-radius: var(--ifm-breadcrumb-border-radius);
1326
+ color: var(--ifm-font-color-base);
1327
+ display: inline-block;
1328
+ font-size: calc(1rem * var(--ifm-breadcrumb-size-multiplier));
1329
+ padding: calc(
1330
+ var(--ifm-breadcrumb-padding-vertical) *
1331
+ var(--ifm-breadcrumb-size-multiplier)
1332
+ )
1333
+ calc(
1334
+ var(--ifm-breadcrumb-padding-horizontal) *
1335
+ var(--ifm-breadcrumb-size-multiplier)
1336
+ );
1337
+ transition-property: background, color;
1338
+ transition-duration: var(--ifm-transition-fast);
1339
+ transition-timing-function: var(--ifm-transition-timing-default);
1340
+ }
1341
+
1342
+ .breadcrumbs__link:link:hover,
1343
+ .breadcrumbs__link:visited:hover,
1344
+ area[href].breadcrumbs__link:hover {
1345
+ background: var(--ifm-breadcrumb-item-background-active);
1346
+ text-decoration: none;
1347
+ }
1348
+
1349
+ .breadcrumbs__link:-moz-any-link:hover {
1350
+ background: var(--ifm-breadcrumb-item-background-active);
1351
+ text-decoration: none;
1352
+ }
1353
+
1354
+ .breadcrumbs__link:any-link:hover {
1355
+ background: var(--ifm-breadcrumb-item-background-active);
1356
+ text-decoration: none;
1357
+ }
1358
+
1359
+ .breadcrumbs--sm {
1360
+ --ifm-breadcrumb-size-multiplier: 0.8;
1361
+ }
1362
+
1363
+ .breadcrumbs--lg {
1364
+ --ifm-breadcrumb-size-multiplier: 1.2;
1365
+ }
1366
+
1367
+ .markdown:before {
1368
+ content: '';
1369
+ display: table;
1370
+ }
1371
+
1372
+ .markdown:after {
1373
+ clear: both;
1374
+ content: '';
1375
+ display: table;
1376
+ }
1377
+
1378
+ .clean-btn {
1379
+ background: none;
1380
+ border: none;
1381
+ color: inherit;
1382
+ cursor: pointer;
1383
+ font-family: inherit;
1384
+ padding: 0;
1385
+ }
1386
+
1387
+ .text--truncate {
1388
+ overflow: hidden;
1389
+ text-overflow: ellipsis;
1390
+ white-space: nowrap;
1391
+ }
1392
+
1393
+ @media (pointer: fine) {
1394
+ .thin-scrollbar {
1395
+ scrollbar-width: thin;
1396
+ }
1397
+ .thin-scrollbar::-webkit-scrollbar {
1398
+ height: var(--ifm-scrollbar-size);
1399
+ width: var(--ifm-scrollbar-size);
1400
+ }
1401
+ .thin-scrollbar::-webkit-scrollbar-track {
1402
+ background: var(--ifm-scrollbar-track-background-color);
1403
+ border-radius: 10px;
1404
+ }
1405
+ .thin-scrollbar::-webkit-scrollbar-thumb {
1406
+ background: var(--ifm-scrollbar-thumb-background-color);
1407
+ border-radius: 10px;
1408
+ }
1409
+ .thin-scrollbar::-webkit-scrollbar-thumb:hover {
1410
+ background: var(--ifm-scrollbar-thumb-hover-background-color);
1411
+ }
1412
+ }
1413
+
1414
+ @media (min-width: 1440px) {
1415
+ .container {
1416
+ max-width: var(--ifm-container-width-xl);
1417
+ }
1418
+ }
1419
+
1420
+ @media (max-width: 996px) {
1421
+ .col {
1422
+ --ifm-col-width: 100%;
1423
+ flex-basis: var(--ifm-col-width);
1424
+ margin-left: 0;
1425
+ }
1426
+
1427
+ .navbar > .container,
1428
+ .navbar > .container-fluid {
1429
+ padding: 0;
1430
+ }
1431
+
1432
+ .navbar__toggle {
1433
+ display: inherit;
1434
+ }
1435
+
1436
+ .navbar__item {
1437
+ display: none;
1438
+ }
1439
+
1440
+ .navbar__search-input {
1441
+ width: 9rem;
1442
+ }
1443
+ }
1444
+
1445
+ @media print {
1446
+ .menu {
1447
+ display: none;
1448
+ }
1449
+
1450
+ .navbar {
1451
+ display: none;
1452
+ }
1453
+
1454
+ .pagination-nav {
1455
+ display: none;
1456
+ }
1457
+ }
1458
+ `;