2020-10-05 02:33:12 -07:00
|
|
|
/* stylelint-disable docusaurus/copyright-header */
|
|
|
|
/**
|
|
|
|
* Any CSS included here will be global. The classic template
|
|
|
|
* bundles Infima by default. Infima is a CSS framework designed to
|
|
|
|
* work well for content-centric websites.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* You can override the default Infima variables here. */
|
|
|
|
:root {
|
|
|
|
--ifm-color-primary: #2c7ae0;
|
|
|
|
--ifm-color-primary-dark: rgb(38, 103, 189);
|
|
|
|
--ifm-color-primary-darker: rgb(28, 75, 138);
|
|
|
|
--ifm-color-primary-darkest: rgb(19, 51, 94);
|
|
|
|
--ifm-color-primary-light: rgb(74, 143, 232);
|
|
|
|
--ifm-color-primary-lighter: rgb(95, 157, 237);
|
2021-12-22 05:00:21 -08:00
|
|
|
--ifm-color-primary-lightest: rgb(8, 9, 10);
|
2020-10-05 02:33:12 -07:00
|
|
|
--ifm-code-font-size: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docusaurus-highlight-code-line {
|
|
|
|
background-color: rgb(72, 77, 91);
|
|
|
|
display: block;
|
|
|
|
margin: 0 calc(-1 * var(--ifm-pre-padding));
|
|
|
|
padding: 0 var(--ifm-pre-padding);
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hero {
|
|
|
|
background-color: #173448;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hero--image {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2021-10-28 06:27:25 -07:00
|
|
|
|
|
|
|
.header-github-link:hover {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-github-link:before {
|
2022-07-17 12:11:23 -07:00
|
|
|
content: "";
|
2021-10-28 06:27:25 -07:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
display: flex;
|
|
|
|
background: 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")
|
|
|
|
no-repeat;
|
|
|
|
}
|
|
|
|
|
2022-07-17 12:11:23 -07:00
|
|
|
html[data-theme="dark"] .header-github-link:before {
|
2021-10-28 06:27:25 -07:00
|
|
|
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' 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")
|
|
|
|
no-repeat;
|
|
|
|
}
|
2021-12-22 05:00:21 -08:00
|
|
|
|
2022-11-12 08:44:39 -08:00
|
|
|
.header-mastodon-link:hover {
|
2021-12-22 05:00:21 -08:00
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
2022-11-12 08:44:39 -08:00
|
|
|
.header-mastodon-link:before {
|
2022-07-17 12:11:23 -07:00
|
|
|
content: "";
|
2021-12-22 05:00:21 -08:00
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
display: flex;
|
|
|
|
padding-right: 10px;
|
2022-11-12 08:44:39 -08:00
|
|
|
background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20216.4144%20232.00976%22%3E%3Cpath%20fill%3D%22%232b90d9%22%20d%3D%22M211.80734%20139.0875c-3.18125%2016.36625-28.4925%2034.2775-57.5625%2037.74875-15.15875%201.80875-30.08375%203.47125-45.99875%202.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125%200%202.53375.15625%204.94625.46875%207.2025%203.38375%2025.68625%2025.47%2027.225%2046.39125%2027.9425%2021.11625.7225%2039.91875-5.20625%2039.91875-5.20625l.8675%2019.09s-14.77%207.93125-41.08125%209.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234%20213.82%201.40609%20165.31125.20859%20116.09125c-.365-14.61375-.14-28.39375-.14-39.91875%200-50.33%2032.97625-65.0825%2032.97625-65.0825C49.67234%203.45375%2078.20359.2425%20107.86484%200h.72875c29.66125.2425%2058.21125%203.45375%2074.8375%2011.09%200%200%2032.975%2014.7525%2032.975%2065.0825%200%200%20.41375%2037.13375-4.59875%2062.915%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M177.50984%2080.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025%200-17.4175%207.5075-17.4175%2022.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375%200-15.74%206.32875-15.74%2018.7975v59.15H38.90484V80.077c0-12.455%203.17125-22.3525%209.54125-29.675%206.56875-7.3225%2015.17125-11.07625%2025.85-11.07625%2012.355%200%2021.71125%204.74875%2027.8975%2014.2475l6.01375%2010.08125%206.015-10.08125c6.185-9.49875%2015.54125-14.2475%2027.8975-14.2475%2010.6775%200%2019.28%203.75375%2025.85%2011.07625%206.36875%207.3225%209.54%2017.22%209.54%2029.675%22/%3E%3C/svg%3E")
|
2021-12-22 05:00:21 -08:00
|
|
|
no-repeat;
|
|
|
|
}
|
|
|
|
|
2022-11-12 08:44:39 -08:00
|
|
|
html[data-theme="dark"] .header-mastodon-link:before {
|
|
|
|
background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20216.4144%20232.00976%22%3E%3Cpath%20fill%3D%22%232b90d9%22%20d%3D%22M211.80734%20139.0875c-3.18125%2016.36625-28.4925%2034.2775-57.5625%2037.74875-15.15875%201.80875-30.08375%203.47125-45.99875%202.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125%200%202.53375.15625%204.94625.46875%207.2025%203.38375%2025.68625%2025.47%2027.225%2046.39125%2027.9425%2021.11625.7225%2039.91875-5.20625%2039.91875-5.20625l.8675%2019.09s-14.77%207.93125-41.08125%209.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234%20213.82%201.40609%20165.31125.20859%20116.09125c-.365-14.61375-.14-28.39375-.14-39.91875%200-50.33%2032.97625-65.0825%2032.97625-65.0825C49.67234%203.45375%2078.20359.2425%20107.86484%200h.72875c29.66125.2425%2058.21125%203.45375%2074.8375%2011.09%200%200%2032.975%2014.7525%2032.975%2065.0825%200%200%20.41375%2037.13375-4.59875%2062.915%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M177.50984%2080.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025%200-17.4175%207.5075-17.4175%2022.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375%200-15.74%206.32875-15.74%2018.7975v59.15H38.90484V80.077c0-12.455%203.17125-22.3525%209.54125-29.675%206.56875-7.3225%2015.17125-11.07625%2025.85-11.07625%2012.355%200%2021.71125%204.74875%2027.8975%2014.2475l6.01375%2010.08125%206.015-10.08125c6.185-9.49875%2015.54125-14.2475%2027.8975-14.2475%2010.6775%200%2019.28%203.75375%2025.85%2011.07625%206.36875%207.3225%209.54%2017.22%209.54%2029.675%22/%3E%3C/svg%3E")
|
2021-12-22 05:00:21 -08:00
|
|
|
no-repeat;
|
|
|
|
}
|
2021-12-22 05:43:10 -08:00
|
|
|
|
|
|
|
.header-gk-link:hover {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-gk-link:before {
|
2022-07-17 12:11:23 -07:00
|
|
|
content: "";
|
2021-12-22 05:43:10 -08:00
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
display: flex;
|
|
|
|
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 182 182' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 176.70092,47.979262 a 3.6,3.6 0 0 0 -7,1.3 2.5,2.5 0 0 0 0.2,1.2 82.6,82.6 0 0 1 5.3,29.5 83.8,83.8 0 0 1 -72.7,82.999998 v -39.1 a 60.2,60.2 0 0 0 7.3,-1.9 v 32.8 a 77,77 0 0 0 19,-142.199998 3.7,3.7 0 0 0 -5.1,1.6 4.5,4.5 0 0 0 -0.3,1.6 3.6,3.6 0 0 0 1.8,3.2 69.7,69.7 0 0 1 -8.1,125.899998 v -29.1 a 11.2,11.2 0 0 0 7.8,-10.6 11,11 0 0 0 -5.5,-9.699998 c 2.6,-25.1 14.1,-18.5 14.1,-26.5 v -4.6 c 0,-12.1 -27.8,-51.1 -40.799999,-52.1 h -2.4 c -13,1 -40.8,40 -40.8,52.1 v 4.6 c 0,8 11.5,1.4 14.1,26.5 a 11.2,11.2 0 0 0 2.4,20.299998 v 29.1 a 69.7,69.7 0 0 1 -8.2,-125.899998 3.6,3.6 0 0 0 1.5,-4.8 3.5,3.5 0 0 0 -3.3,-2 3.3,3.3 0 0 0 -1.7,0.4 77,77 0 0 0 19,142.199998 v -32.8 a 60.2,60.2 0 0 0 7.3,1.9 v 39.1 A 83.8,83.8 0 0 1 7.8009215,79.979262 a 84.8,84.8 0 0 1 5.2999995,-29.5 3.6,3.6 0 0 0 -1.9,-4.6 4,4 0 0 0 -1.4999998,-0.3 3.7,3.7 0 0 0 -3.3999997,2.4 91,91 0 0 0 81.4999995,122.899998 v -46 h 7.4 v 46 a 90.9,90.9 0 0 0 87.299999,-90.899998 89.1,89.1 0 0 0 -5.8,-32 z m -68.4,51.9 a 7.5,7.5 0 1 1 10.6,10.599998 7.5,7.5 0 1 1 -10.6,-10.599998 z M 74.700921,110.47926 a 7.4,7.4 0 0 1 -10.5,0 7.5,7.5 0 0 1 0,-10.599998 7.4,7.4 0 0 1 10.5,0 7.5,7.5 0 0 1 0,10.599998 z'/%3E%3C/svg%3E")
|
|
|
|
no-repeat;
|
|
|
|
}
|
|
|
|
|
2022-07-17 12:11:23 -07:00
|
|
|
html[data-theme="dark"] .header-gk-link:before {
|
2021-12-22 05:43:10 -08:00
|
|
|
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 182 182' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='m 176.70092,47.979262 a 3.6,3.6 0 0 0 -7,1.3 2.5,2.5 0 0 0 0.2,1.2 82.6,82.6 0 0 1 5.3,29.5 83.8,83.8 0 0 1 -72.7,82.999998 v -39.1 a 60.2,60.2 0 0 0 7.3,-1.9 v 32.8 a 77,77 0 0 0 19,-142.199998 3.7,3.7 0 0 0 -5.1,1.6 4.5,4.5 0 0 0 -0.3,1.6 3.6,3.6 0 0 0 1.8,3.2 69.7,69.7 0 0 1 -8.1,125.899998 v -29.1 a 11.2,11.2 0 0 0 7.8,-10.6 11,11 0 0 0 -5.5,-9.699998 c 2.6,-25.1 14.1,-18.5 14.1,-26.5 v -4.6 c 0,-12.1 -27.8,-51.1 -40.799999,-52.1 h -2.4 c -13,1 -40.8,40 -40.8,52.1 v 4.6 c 0,8 11.5,1.4 14.1,26.5 a 11.2,11.2 0 0 0 2.4,20.299998 v 29.1 a 69.7,69.7 0 0 1 -8.2,-125.899998 3.6,3.6 0 0 0 1.5,-4.8 3.5,3.5 0 0 0 -3.3,-2 3.3,3.3 0 0 0 -1.7,0.4 77,77 0 0 0 19,142.199998 v -32.8 a 60.2,60.2 0 0 0 7.3,1.9 v 39.1 A 83.8,83.8 0 0 1 7.8009215,79.979262 a 84.8,84.8 0 0 1 5.2999995,-29.5 3.6,3.6 0 0 0 -1.9,-4.6 4,4 0 0 0 -1.4999998,-0.3 3.7,3.7 0 0 0 -3.3999997,2.4 91,91 0 0 0 81.4999995,122.899998 v -46 h 7.4 v 46 a 90.9,90.9 0 0 0 87.299999,-90.899998 89.1,89.1 0 0 0 -5.8,-32 z m -68.4,51.9 a 7.5,7.5 0 1 1 10.6,10.599998 7.5,7.5 0 1 1 -10.6,-10.599998 z M 74.700921,110.47926 a 7.4,7.4 0 0 1 -10.5,0 7.5,7.5 0 0 1 0,-10.599998 7.4,7.4 0 0 1 10.5,0 7.5,7.5 0 0 1 0,10.599998 z'/%3E%3C/svg%3E")
|
|
|
|
no-repeat;
|
|
|
|
}
|
2022-03-18 05:38:20 -07:00
|
|
|
|
2022-09-23 11:45:26 -07:00
|
|
|
div.theme-admonition.theme-admonition-tip.alert.alert--success {
|
|
|
|
background-color: #9ccfd8;
|
|
|
|
border-color: #56949f;
|
2022-03-18 05:38:20 -07:00
|
|
|
}
|
2022-03-20 13:25:47 -07:00
|
|
|
|
|
|
|
iframe.youtube {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 350px) {
|
|
|
|
iframe.youtube {
|
2022-07-17 12:11:23 -07:00
|
|
|
height: 200px;
|
2022-03-20 13:25:47 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 350px) {
|
|
|
|
iframe.youtube {
|
2022-07-17 12:11:23 -07:00
|
|
|
height: 300px;
|
2022-03-20 13:25:47 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 600px) {
|
|
|
|
iframe.youtube {
|
2022-07-17 12:11:23 -07:00
|
|
|
height: 400px;
|
2022-03-20 13:25:47 -07:00
|
|
|
}
|
|
|
|
}
|
2022-06-02 02:28:56 -07:00
|
|
|
|
|
|
|
.winstore {
|
|
|
|
width: 200px;
|
|
|
|
border-radius: 8px;
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
2022-07-11 05:41:50 -07:00
|
|
|
|
|
|
|
.withings {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
2022-07-17 12:11:23 -07:00
|
|
|
[data-theme="light"] .withings path {
|
|
|
|
fill: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-theme="dark"] .withings path {
|
2022-07-11 05:41:50 -07:00
|
|
|
fill: black;
|
|
|
|
}
|
|
|
|
|
2022-07-17 12:11:23 -07:00
|
|
|
[data-theme="dark"] div.withings {
|
|
|
|
background: white;
|
|
|
|
padding: 17px 10px 10px 10px;
|
|
|
|
display: inline;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-theme="light"] div.withings {
|
|
|
|
background: black;
|
|
|
|
padding: 17px 10px 10px 10px;
|
|
|
|
display: inline;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1.hero__title {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.hero__subtitle {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2022-07-27 03:08:37 -07:00
|
|
|
a.getStarted_Sjon {
|
2022-07-17 12:11:23 -07:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2022-07-27 03:08:37 -07:00
|
|
|
[data-theme="light"] .themedImage_ToTc {
|
2022-09-16 07:32:48 -07:00
|
|
|
filter: invert(0%) sepia(8%) saturate(2885%) hue-rotate(67deg) brightness(84%)
|
|
|
|
contrast(87%);
|
2022-07-17 12:11:23 -07:00
|
|
|
}
|
|
|
|
|
2022-07-27 03:08:37 -07:00
|
|
|
[data-theme="dark"] .themedImage_ToTc {
|
2022-09-16 07:32:48 -07:00
|
|
|
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(226deg)
|
|
|
|
brightness(102%) contrast(101%);
|
2022-07-27 03:08:37 -07:00
|
|
|
}
|
|
|
|
|
2022-07-27 04:24:48 -07:00
|
|
|
/* Fonts */
|
|
|
|
|
|
|
|
:root {
|
|
|
|
--ifm-font-family-monospace: "Inter";
|
2022-09-16 07:32:48 -07:00
|
|
|
--ifm-font-family-base: "Inter";
|
2022-07-27 04:24:48 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2022-09-16 07:32:48 -07:00
|
|
|
font-family: "Fira Code", monospace;
|
2022-07-27 04:24:48 -07:00
|
|
|
}
|
|
|
|
|
2022-09-16 07:32:48 -07:00
|
|
|
code[class*="language-"],
|
|
|
|
pre[class*="language-"] {
|
|
|
|
font-family: "Fira Code", monospace;
|
2022-07-27 04:24:48 -07:00
|
|
|
}
|
|
|
|
|
2022-07-27 03:08:37 -07:00
|
|
|
/* Dev settings */
|
|
|
|
|
2022-09-16 07:32:48 -07:00
|
|
|
[data-theme="dark"]
|
|
|
|
.themedImage_node_modules-\@docusaurus-theme-classic-lib-theme-ThemedImage-styles-module {
|
|
|
|
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(226deg)
|
|
|
|
brightness(102%) contrast(101%);
|
2022-07-11 05:41:50 -07:00
|
|
|
}
|
2022-07-27 03:08:37 -07:00
|
|
|
|
2022-09-16 07:32:48 -07:00
|
|
|
[data-theme="light"]
|
|
|
|
.themedImage_node_modules-\@docusaurus-theme-classic-lib-theme-ThemedImage-styles-module {
|
|
|
|
filter: invert(0%) sepia(8%) saturate(2885%) hue-rotate(67deg) brightness(84%)
|
|
|
|
contrast(87%);
|
2022-07-27 03:08:37 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
a.getStarted_src-pages-styles-module {
|
|
|
|
color: white;
|
|
|
|
}
|
2022-09-16 07:32:48 -07:00
|
|
|
|
|
|
|
table {
|
|
|
|
/* We need this to be able to use border-radius. */
|
|
|
|
border-collapse: separate;
|
|
|
|
|
|
|
|
/* Add a 1px border spacing for out box-shadow to fit into. Increase this if you want to increase the border width. */
|
|
|
|
border-spacing: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table th,
|
|
|
|
table td {
|
|
|
|
/* Remove any borders from our stylesheet. */
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
/* Use the spread value on the box-shadow to set the border width. */
|
|
|
|
box-shadow: 0 0 0 1px #c8c9cc;
|
|
|
|
}
|
|
|
|
|
|
|
|
table th:first-child {
|
|
|
|
border-top-left-radius: 6.4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table th:last-child {
|
|
|
|
border-top-right-radius: 6.4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tr:last-child td:first-child {
|
|
|
|
border-bottom-left-radius: 6.4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tr:last-child td:last-child {
|
|
|
|
border-bottom-right-radius: 6.4px;
|
|
|
|
}
|