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