1/**
2 * Any CSS included here will be global. The classic template
3 * bundles Infima by default. Infima is a CSS framework designed to
4 * work well for content-centric websites.
5 */
6
7/* You can override the default Infima variables here. */
8:root {
9 --ifm-color-primary: #2e8555;
10 --ifm-color-primary-dark: #29784c;
11 --ifm-color-primary-darker: #277148;
12 --ifm-color-primary-darkest: #205d3b;
13 --ifm-color-primary-light: #33925d;
14 --ifm-color-primary-lighter: #359962;
15 --ifm-color-primary-lightest: #3cad6e;
16 --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
17
18 --announcement-bar-bg: #fafbfc;
19 --announcement-bar-text: #091e42;
20
21 /* override code size */
22 --ifm-code-font-size: 13px;
23
24 /* disable shadows */
25 --ifm-global-shadow-lw: none;
26 --ifm-global-shadow-md: none;
27 --ifm-global-shadow-tl: none;
28 --ifm-code-background: rgb(246, 247, 248);
29
30 /* reduce border radius */
31 --ifm-global-radius: 4px;
32
33 /* adjust inline code paddings */
34 --ifm-code-padding-horizontal: 0.3rem;
35}
36
37.theme-code-block {
38 border: 1px solid var(--ifm-color-emphasis-300);
39}
40
41.navbar {
42 border-bottom: 1px solid var(--ifm-color-emphasis-300);
43}
44
45code {
46 border: 1px solid var(--ifm-color-emphasis-300);
47}
48
49pre {
50 font-family: 'iAWriterMonoS', monospace;
51}
52
53/* override card styles */
54.card {
55 box-shadow: none !important;
56 border-radius: var(--ifm-global-radius);
57 border-color: var(--ifm-color-emphasis-300) !important;
58}
59
60.card:hover {
61 border-color: var(--ifm-color-primary) !important;
62}
63
64/* For readability concerns, you should choose a lighter palette in dark mode. */
65[data-theme='dark'] {
66 --ifm-color-primary: #25c2a0;
67 --ifm-color-primary-dark: #21af90;
68 --ifm-color-primary-darker: #1fa588;
69 --ifm-color-primary-darkest: #1a8870;
70 --ifm-color-primary-light: #29d5b0;
71 --ifm-color-primary-lighter: #32d8b4;
72 --ifm-color-primary-lightest: #4fddbf;
73 --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
74
75 --announcement-bar-bg: #000;
76 --announcement-bar-text: #fff;
77}
78
79[data-theme='light'] .DocSearch {
80 --docsearch-primary-color: var(--ifm-color-primary);
81 --docsearch-text-color: var(--ifm-font-color-base);
82 --docsearch-muted-color: var(--ifm-color-secondary-darkest);
83 --docsearch-container-background: rgba(94, 100, 112, 0.7);
84 /* Modal */
85 --docsearch-modal-background: var(--ifm-color-secondary-lighter);
86 /* Search box */
87 --docsearch-searchbox-background: var(--ifm-color-secondary);
88 --docsearch-searchbox-focus-background: var(--ifm-color-white);
89 /* Hit */
90 --docsearch-hit-color: var(--ifm-font-color-base);
91 --docsearch-hit-active-color: var(--ifm-color-white);
92 --docsearch-hit-background: var(--ifm-color-white);
93 /* Footer */
94 --docsearch-footer-background: var(--ifm-color-white);
95}
96
97[data-theme='dark'] .DocSearch {
98 --docsearch-primary-color: var(--ifm-color-primary);
99 --docsearch-text-color: var(--ifm-font-color-base);
100 --docsearch-muted-color: var(--ifm-color-secondary-darkest);
101 --docsearch-container-background: rgba(47, 55, 69, 0.7);
102 /* Modal */
103 --docsearch-modal-background: var(--ifm-background-color);
104 /* Search box */
105 --docsearch-searchbox-background: var(--ifm-background-color);
106 --docsearch-searchbox-focus-background: var(--ifm-color-black);
107 /* Hit */
108 --docsearch-hit-color: var(--ifm-font-color-base);
109 --docsearch-hit-active-color: var(--ifm-color-white);
110 --docsearch-hit-background: var(--ifm-color-emphasis-100);
111 /* Footer */
112 --docsearch-footer-background: var(--ifm-background-surface-color);
113 --docsearch-key-gradient: linear-gradient(
114 -26.5deg,
115 var(--ifm-color-emphasis-200) 0%,
116 var(--ifm-color-emphasis-100) 100%
117 );
118}
119
120.video-container {
121 display: flex;
122 flex-flow: column;
123 justify-content: center;
124 align-items: center;
125 aspect-ratio: 28 / 21;
126 overflow: hidden;
127 border-radius: 4px;
128}
129
130.video-container iframe {
131 width: 100%;
132 height: 100%;
133}
134
135.header-github-link::before {
136 content: '';
137 width: 24px;
138 height: 24px;
139 display: flex;
140 background-color: var(--ifm-navbar-link-color);
141 mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E");
142 transition: background-color var(--ifm-transition-fast)
143 var(--ifm-transition-timing-default);
144}
145
146.header-github-link:hover::before {
147 background-color: var(--ifm-navbar-link-hover-color);
148}
149
1/**
2 * Any CSS included here will be global. The classic template
3 * bundles Infima by default. Infima is a CSS framework designed to
4 * work well for content-centric websites.
5 */
6
7/* You can override the default Infima variables here. */
8:root {
9 --ifm-color-primary: #2e8555;
10 --ifm-color-primary-dark: #29784c;
11 --ifm-color-primary-darker: #277148;
12 --ifm-color-primary-darkest: #205d3b;
13 --ifm-color-primary-light: #33925d;
14 --ifm-color-primary-lighter: #359962;
15 --ifm-color-primary-lightest: #3cad6e;
16 --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
17
18 --announcement-bar-bg: #fafbfc;
19 --announcement-bar-text: #091e42;
20
21 /* override code size */
22 --ifm-code-font-size: 13px;
23
24 /* disable shadows */
25 --ifm-global-shadow-lw: none;
26 --ifm-global-shadow-md: none;
27 --ifm-global-shadow-tl: none;
28 --ifm-code-background: rgb(246, 247, 248);
29
30 /* reduce border radius */
31 --ifm-global-radius: 4px;
32
33 /* adjust inline code paddings */
34 --ifm-code-padding-horizontal: 0.3rem;
35}
36
37.theme-code-block {
38 border: 1px solid var(--ifm-color-emphasis-300);
39}
40
41.navbar {
42 border-bottom: 1px solid var(--ifm-color-emphasis-300);
43}
44
45code {
46 border: 1px solid var(--ifm-color-emphasis-300);
47}
48
49pre {
50 font-family: 'iAWriterMonoS', monospace;
51}
52
53/* override card styles */
54.card {
55 box-shadow: none !important;
56 border-radius: var(--ifm-global-radius);
57 border-color: var(--ifm-color-emphasis-300) !important;
58}
59
60.card:hover {
61 border-color: var(--ifm-color-primary) !important;
62}
63
64/* For readability concerns, you should choose a lighter palette in dark mode. */
65[data-theme='dark'] {
66 --ifm-color-primary: #25c2a0;
67 --ifm-color-primary-dark: #21af90;
68 --ifm-color-primary-darker: #1fa588;
69 --ifm-color-primary-darkest: #1a8870;
70 --ifm-color-primary-light: #29d5b0;
71 --ifm-color-primary-lighter: #32d8b4;
72 --ifm-color-primary-lightest: #4fddbf;
73 --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
74
75 --announcement-bar-bg: #000;
76 --announcement-bar-text: #fff;
77}
78
79[data-theme='light'] .DocSearch {
80 --docsearch-primary-color: var(--ifm-color-primary);
81 --docsearch-text-color: var(--ifm-font-color-base);
82 --docsearch-muted-color: var(--ifm-color-secondary-darkest);
83 --docsearch-container-background: rgba(94, 100, 112, 0.7);
84 /* Modal */
85 --docsearch-modal-background: var(--ifm-color-secondary-lighter);
86 /* Search box */
87 --docsearch-searchbox-background: var(--ifm-color-secondary);
88 --docsearch-searchbox-focus-background: var(--ifm-color-white);
89 /* Hit */
90 --docsearch-hit-color: var(--ifm-font-color-base);
91 --docsearch-hit-active-color: var(--ifm-color-white);
92 --docsearch-hit-background: var(--ifm-color-white);
93 /* Footer */
94 --docsearch-footer-background: var(--ifm-color-white);
95}
96
97[data-theme='dark'] .DocSearch {
98 --docsearch-primary-color: var(--ifm-color-primary);
99 --docsearch-text-color: var(--ifm-font-color-base);
100 --docsearch-muted-color: var(--ifm-color-secondary-darkest);
101 --docsearch-container-background: rgba(47, 55, 69, 0.7);
102 /* Modal */
103 --docsearch-modal-background: var(--ifm-background-color);
104 /* Search box */
105 --docsearch-searchbox-background: var(--ifm-background-color);
106 --docsearch-searchbox-focus-background: var(--ifm-color-black);
107 /* Hit */
108 --docsearch-hit-color: var(--ifm-font-color-base);
109 --docsearch-hit-active-color: var(--ifm-color-white);
110 --docsearch-hit-background: var(--ifm-color-emphasis-100);
111 /* Footer */
112 --docsearch-footer-background: var(--ifm-background-surface-color);
113 --docsearch-key-gradient: linear-gradient(
114 -26.5deg,
115 var(--ifm-color-emphasis-200) 0%,
116 var(--ifm-color-emphasis-100) 100%
117 );
118}
119
120.video-container {
121 display: flex;
122 flex-flow: column;
123 justify-content: center;
124 align-items: center;
125 aspect-ratio: 28 / 21;
126 overflow: hidden;
127 border-radius: 4px;
128}
129
130.video-container iframe {
131 width: 100%;
132 height: 100%;
133}
134
135.header-github-link::before {
136 content: '';
137 width: 24px;
138 height: 24px;
139 display: flex;
140 background-color: var(--ifm-navbar-link-color);
141 mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E");
142 transition: background-color var(--ifm-transition-fast)
143 var(--ifm-transition-timing-default);
144}
145
146.header-github-link:hover::before {
147 background-color: var(--ifm-navbar-link-hover-color);
148}
149