deploy: 80016b6ab6ee0a3175bc7794e3e870edd1ffff85

This commit is contained in:
github-actions[bot]
2024-08-14 05:44:59 +00:00
parent 9044d6e6f3
commit 04d2a110a9
4 changed files with 133 additions and 79 deletions
+44 -26
View File
@@ -262,7 +262,7 @@
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }
html { line-height: 1.15; /* 1 */ text-size-adjust: 100%; /* 2 */ }
/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
@@ -279,7 +279,7 @@ h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }
pre { font-family: monospace; /* 1 */ font-size: 1em; /* 2 */ }
/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
@@ -292,7 +292,7 @@ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ t
b, strong { font-weight: bolder; }
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }
code, kbd, samp { font-family: monospace; /* 1 */ font-size: 1em; /* 2 */ }
/** Add the correct font size in all browsers. */
small { font-size: 80%; }
@@ -319,7 +319,7 @@ button, input { /* 1 */ overflow: visible; }
button, select { /* 1 */ text-transform: none; }
/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
@@ -346,13 +346,13 @@ textarea { overflow: auto; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }
[type="search"] { appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }
/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
[type="search"]::-webkit-search-decoration { appearance: none; }
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }
::-webkit-file-upload-button { appearance: button; /* 1 */ font: inherit; /* 2 */ }
/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
@@ -372,7 +372,8 @@ template { display: none; }
* { box-sizing: border-box; }
html { font-size: 0.875rem !important; scroll-behavior: smooth; }
html { scroll-behavior: smooth; }
html { font-size: 0.875rem !important; }
@media (min-width: 31.25rem) { html { font-size: 1rem !important; } }
body { font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji"; font-size: inherit; line-height: 1.4; color: #e6e1e8; background-color: #27262b; overflow-wrap: break-word; }
@@ -413,7 +414,7 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
.main { margin: auto; }
@media (min-width: 50rem) { .main { position: relative; max-width: 50rem; } }
.main-content-wrap { padding-right: 1rem; padding-left: 1rem; padding-top: 1rem; padding-bottom: 1rem; }
.main-content-wrap { padding-top: 1rem; padding-bottom: 1rem; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .main-content-wrap { padding-right: 2rem; padding-left: 2rem; } }
@media (min-width: 50rem) { .main-content-wrap { padding-top: 2rem; padding-bottom: 2rem; } }
@@ -430,8 +431,9 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
.site-header { display: flex; min-height: 3.75rem; align-items: center; }
@media (min-width: 50rem) { .site-header { height: 3.75rem; max-height: 3.75rem; border-bottom: 1px solid #44434d; } }
.site-title { padding-right: 1rem; padding-left: 1rem; flex-grow: 1; display: flex; height: 100%; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; color: #f5f6fa; font-size: 1.125rem !important; }
.site-title { flex-grow: 1; display: flex; height: 100%; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; color: #f5f6fa; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .site-title { padding-right: 2rem; padding-left: 2rem; } }
.site-title { font-size: 1.125rem !important; }
@media (min-width: 31.25rem) { .site-title { font-size: 1.5rem !important; line-height: 1.25; } }
@media (min-width: 50rem) { .site-title { padding-top: 0.5rem; padding-bottom: 0.5rem; } }
@@ -445,8 +447,9 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
@media (min-width: 50rem) { body { position: static; padding-bottom: 0; } }
.site-footer { padding-right: 1rem; padding-left: 1rem; position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; font-size: 0.6875rem !important; }
.site-footer { position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } }
.site-footer { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .site-footer { font-size: 0.75rem !important; } }
@media (min-width: 50rem) { .site-footer { position: static; justify-self: end; } }
@@ -459,7 +462,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.main-content li .highlight { margin-top: 0.25rem; }
.main-content ol { list-style-type: none; counter-reset: step-counter; }
.main-content ol > li { position: relative; }
.main-content ol > li::before { position: absolute; top: 0.2em; left: -1.6em; color: #959396; content: counter(step-counter); counter-increment: step-counter; font-size: 0.75rem !important; }
.main-content ol > li::before { position: absolute; top: 0.2em; left: -1.6em; color: #959396; content: counter(step-counter); counter-increment: step-counter; }
.main-content ol > li::before { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { .main-content ol > li::before { font-size: 0.875rem !important; } }
@media (min-width: 31.25rem) { .main-content ol > li::before { top: 0.11em; } }
.main-content ol > li ol { counter-reset: sub-counter; }
@@ -488,7 +492,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.main-content > h1:first-child, .main-content > h2:first-child, .main-content > h3:first-child, .main-content > h4:first-child, .main-content > h5:first-child, .main-content > h6:first-child, .main-content > .sect1:first-child > h2, .main-content > .sect2:first-child > h3, .main-content > .sect3:first-child > h4, .main-content > .sect4:first-child > h5, .main-content > .sect5:first-child > h6 { margin-top: 0.5rem; }
.nav-list { padding: 0; margin-top: 0; margin-bottom: 0; list-style: none; }
.nav-list .nav-list-item { font-size: 0.875rem !important; position: relative; margin: 0; }
.nav-list .nav-list-item { position: relative; margin: 0; }
.nav-list .nav-list-item { font-size: 0.875rem !important; }
@media (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 1rem !important; } }
@media (min-width: 50rem) { .nav-list .nav-list-item { font-size: 0.75rem !important; } }
@media (min-width: 50rem) and (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 0.875rem !important; } }
@@ -509,7 +514,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.nav-list .nav-list-item.active > .nav-list-expander svg { transform: rotate(-90deg); }
.nav-list .nav-list-item.active > .nav-list { display: block; }
.nav-category { padding: 0.5rem 1rem; font-weight: 600; text-align: start; text-transform: uppercase; border-bottom: 1px solid #44434d; font-size: 0.6875rem !important; }
.nav-category { padding: 0.5rem 1rem; font-weight: 600; text-align: start; text-transform: uppercase; border-bottom: 1px solid #44434d; }
.nav-category { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .nav-category { font-size: 0.75rem !important; } }
@media (min-width: 50rem) { .nav-category { padding: 0.5rem 2rem; margin-top: 1rem; text-align: start; }
.nav-category:first-child { margin-top: 0; } }
@@ -519,7 +525,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-link { color: #2c84fa; }
.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-expander { color: #2c84fa; }
.aux-nav { height: 100%; overflow-x: auto; font-size: 0.6875rem !important; }
.aux-nav { height: 100%; overflow-x: auto; }
.aux-nav { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .aux-nav { font-size: 0.75rem !important; } }
.aux-nav .aux-nav-list { display: flex; height: 100%; padding: 0; margin: 0; list-style: none; }
.aux-nav .aux-nav-list-item { display: inline-block; height: 100%; padding: 0; margin: 0; }
@@ -529,13 +536,15 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.breadcrumb-nav-list { padding-left: 0; margin-bottom: 0.75rem; list-style: none; }
.breadcrumb-nav-list-item { display: table-cell; font-size: 0.6875rem !important; }
.breadcrumb-nav-list-item { display: table-cell; }
.breadcrumb-nav-list-item { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .breadcrumb-nav-list-item { font-size: 0.75rem !important; } }
.breadcrumb-nav-list-item::before { display: none; }
.breadcrumb-nav-list-item::after { display: inline-block; margin-right: 0.5rem; margin-left: 0.5rem; color: #959396; content: "/"; }
.breadcrumb-nav-list-item:last-child::after { content: ""; }
h1, .text-alpha { font-size: 2rem !important; line-height: 1.25; font-weight: 300; }
h1, .text-alpha { font-weight: 300; }
h1, .text-alpha { font-size: 2rem !important; line-height: 1.25; }
@media (min-width: 31.25rem) { h1, .text-alpha { font-size: 2.25rem !important; } }
h2, .text-beta, #toctitle { font-size: 1.125rem !important; }
@@ -544,7 +553,8 @@ h2, .text-beta, #toctitle { font-size: 1.125rem !important; }
h3, .text-gamma { font-size: 1rem !important; }
@media (min-width: 31.25rem) { h3, .text-gamma { font-size: 1.125rem !important; } }
h4, .text-delta { font-size: 0.6875rem !important; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
h4, .text-delta { font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
h4, .text-delta { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { h4, .text-delta { font-size: 0.75rem !important; } }
h4 code { text-transform: none; }
@@ -566,7 +576,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.text-right { text-align: right !important; }
.label:not(g), .label-blue:not(g) { display: inline-block; padding: 0.16em 0.56em; margin-right: 0.5rem; margin-left: 0.5rem; color: #fff; text-transform: uppercase; vertical-align: middle; background-color: #2869e6; font-size: 0.6875rem !important; border-radius: 12px; }
.label:not(g), .label-blue:not(g) { display: inline-block; padding: 0.16em 0.56em; margin-right: 0.5rem; margin-left: 0.5rem; color: #fff; text-transform: uppercase; vertical-align: middle; background-color: #2869e6; border-radius: 12px; }
.label:not(g), .label-blue:not(g) { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .label:not(g), .label-blue:not(g) { font-size: 0.75rem !important; } }
.label-green:not(g) { background-color: #009c7b; }
@@ -631,7 +642,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-results { position: absolute; left: 0; display: none; width: 100%; max-height: calc(100% - 4rem); overflow-y: auto; background-color: #302d36; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); }
@media (min-width: 50rem) { .search-results { top: 100%; width: 33.5rem; max-height: calc(100vh - 200%) !important; } }
.search-results-list { padding-left: 0; margin-bottom: 0.25rem; list-style: none; font-size: 0.875rem !important; }
.search-results-list { padding-left: 0; margin-bottom: 0.25rem; list-style: none; }
.search-results-list { font-size: 0.875rem !important; }
@media (min-width: 31.25rem) { .search-results-list { font-size: 1rem !important; } }
@media (min-width: 50rem) { .search-results-list { font-size: 0.75rem !important; } }
@media (min-width: 50rem) and (min-width: 31.25rem) { .search-results-list { font-size: 0.875rem !important; } }
@@ -645,7 +657,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .search-result-title { display: inline-block; width: 40%; padding-right: 0.5rem; vertical-align: top; } }
.search-result-doc { display: flex; align-items: center; word-wrap: break-word; }
.search-result-doc.search-result-doc-parent { opacity: 0.5; font-size: 0.75rem !important; }
.search-result-doc.search-result-doc-parent { opacity: 0.5; }
.search-result-doc.search-result-doc-parent { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 0.875rem !important; } }
@media (min-width: 50rem) { .search-result-doc.search-result-doc-parent { font-size: 0.6875rem !important; } }
@media (min-width: 50rem) and (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 0.75rem !important; } }
@@ -655,10 +668,12 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-result-section { margin-left: 1.5rem; word-wrap: break-word; }
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; font-size: 0.5625rem !important; }
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; }
.search-result-rel-url { font-size: 0.5625rem !important; }
@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } }
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #44434d; font-size: 0.6875rem !important; }
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #44434d; }
.search-result-previews { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } }
@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }
@@ -666,7 +681,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-result-highlight { font-weight: bold; }
.search-no-result { padding: 0.5rem 0.75rem; font-size: 0.75rem !important; }
.search-no-result { padding: 0.5rem 0.75rem; }
.search-no-result { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { .search-no-result { font-size: 0.875rem !important; } }
.search-button { position: fixed; right: 1rem; bottom: 1rem; display: flex; width: 3.5rem; height: 3.5rem; background-color: #302d36; border: 1px solid rgba(44, 132, 250, 0.3); border-radius: 1.75rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); align-items: center; justify-content: center; }
@@ -689,7 +705,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
table { display: table; min-width: 100%; border-collapse: separate; }
th, td { font-size: 0.75rem !important; min-width: 7.5rem; padding: 0.5rem 0.75rem; background-color: #302d36; border-bottom: 1px solid rgba(68, 67, 77, 0.5); border-left: 1px solid #44434d; }
th, td { min-width: 7.5rem; padding: 0.5rem 0.75rem; background-color: #302d36; border-bottom: 1px solid rgba(68, 67, 77, 0.5); border-left: 1px solid #44434d; }
th, td { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { th, td { font-size: 0.875rem !important; } }
th:first-of-type, td:first-of-type { border-left: 0; }
@@ -719,7 +736,8 @@ div.listingblock div.content > pre, div.listingblock code { padding: 0; margin:
figure.highlight pre, figure.highlight :not(pre) > code { overflow-x: auto; padding: 0.75rem; margin: 0; border: 0; }
.highlight .table-wrapper { padding: 0.75rem 0; margin: 0; border: 0; box-shadow: none; }
.highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 0.6875rem !important; min-width: 0; padding: 0; background-color: #31343f; border: 0; }
.highlight .table-wrapper td, .highlight .table-wrapper pre { min-width: 0; padding: 0; background-color: #31343f; border: 0; }
.highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 0.75rem !important; } }
.highlight .table-wrapper td.gl { width: 1em; padding-right: 0.75rem; padding-left: 0.75rem; }
.highlight .table-wrapper pre { margin: 0; line-height: 2; }
+44 -26
View File
@@ -142,7 +142,7 @@
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }
html { line-height: 1.15; /* 1 */ text-size-adjust: 100%; /* 2 */ }
/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
@@ -159,7 +159,7 @@ h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }
pre { font-family: monospace; /* 1 */ font-size: 1em; /* 2 */ }
/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
@@ -172,7 +172,7 @@ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ t
b, strong { font-weight: bolder; }
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }
code, kbd, samp { font-family: monospace; /* 1 */ font-size: 1em; /* 2 */ }
/** Add the correct font size in all browsers. */
small { font-size: 80%; }
@@ -199,7 +199,7 @@ button, input { /* 1 */ overflow: visible; }
button, select { /* 1 */ text-transform: none; }
/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
@@ -226,13 +226,13 @@ textarea { overflow: auto; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }
[type="search"] { appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }
/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
[type="search"]::-webkit-search-decoration { appearance: none; }
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }
::-webkit-file-upload-button { appearance: button; /* 1 */ font: inherit; /* 2 */ }
/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
@@ -252,7 +252,8 @@ template { display: none; }
* { box-sizing: border-box; }
html { font-size: 0.875rem !important; scroll-behavior: smooth; }
html { scroll-behavior: smooth; }
html { font-size: 0.875rem !important; }
@media (min-width: 31.25rem) { html { font-size: 1rem !important; } }
body { font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji"; font-size: inherit; line-height: 1.4; color: #5c5962; background-color: #fff; overflow-wrap: break-word; }
@@ -293,7 +294,7 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
.main { margin: auto; }
@media (min-width: 50rem) { .main { position: relative; max-width: 50rem; } }
.main-content-wrap { padding-right: 1rem; padding-left: 1rem; padding-top: 1rem; padding-bottom: 1rem; }
.main-content-wrap { padding-top: 1rem; padding-bottom: 1rem; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .main-content-wrap { padding-right: 2rem; padding-left: 2rem; } }
@media (min-width: 50rem) { .main-content-wrap { padding-top: 2rem; padding-bottom: 2rem; } }
@@ -310,8 +311,9 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
.site-header { display: flex; min-height: 3.75rem; align-items: center; }
@media (min-width: 50rem) { .site-header { height: 3.75rem; max-height: 3.75rem; border-bottom: 1px solid #eeebee; } }
.site-title { padding-right: 1rem; padding-left: 1rem; flex-grow: 1; display: flex; height: 100%; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; color: #27262b; font-size: 1.125rem !important; }
.site-title { flex-grow: 1; display: flex; height: 100%; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; color: #27262b; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .site-title { padding-right: 2rem; padding-left: 2rem; } }
.site-title { font-size: 1.125rem !important; }
@media (min-width: 31.25rem) { .site-title { font-size: 1.5rem !important; line-height: 1.25; } }
@media (min-width: 50rem) { .site-title { padding-top: 0.5rem; padding-bottom: 0.5rem; } }
@@ -325,8 +327,9 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
@media (min-width: 50rem) { body { position: static; padding-bottom: 0; } }
.site-footer { padding-right: 1rem; padding-left: 1rem; position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; font-size: 0.6875rem !important; }
.site-footer { position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } }
.site-footer { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .site-footer { font-size: 0.75rem !important; } }
@media (min-width: 50rem) { .site-footer { position: static; justify-self: end; } }
@@ -339,7 +342,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.main-content li .highlight { margin-top: 0.25rem; }
.main-content ol { list-style-type: none; counter-reset: step-counter; }
.main-content ol > li { position: relative; }
.main-content ol > li::before { position: absolute; top: 0.2em; left: -1.6em; color: #959396; content: counter(step-counter); counter-increment: step-counter; font-size: 0.75rem !important; }
.main-content ol > li::before { position: absolute; top: 0.2em; left: -1.6em; color: #959396; content: counter(step-counter); counter-increment: step-counter; }
.main-content ol > li::before { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { .main-content ol > li::before { font-size: 0.875rem !important; } }
@media (min-width: 31.25rem) { .main-content ol > li::before { top: 0.11em; } }
.main-content ol > li ol { counter-reset: sub-counter; }
@@ -368,7 +372,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.main-content > h1:first-child, .main-content > h2:first-child, .main-content > h3:first-child, .main-content > h4:first-child, .main-content > h5:first-child, .main-content > h6:first-child, .main-content > .sect1:first-child > h2, .main-content > .sect2:first-child > h3, .main-content > .sect3:first-child > h4, .main-content > .sect4:first-child > h5, .main-content > .sect5:first-child > h6 { margin-top: 0.5rem; }
.nav-list { padding: 0; margin-top: 0; margin-bottom: 0; list-style: none; }
.nav-list .nav-list-item { font-size: 0.875rem !important; position: relative; margin: 0; }
.nav-list .nav-list-item { position: relative; margin: 0; }
.nav-list .nav-list-item { font-size: 0.875rem !important; }
@media (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 1rem !important; } }
@media (min-width: 50rem) { .nav-list .nav-list-item { font-size: 0.75rem !important; } }
@media (min-width: 50rem) and (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 0.875rem !important; } }
@@ -389,7 +394,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.nav-list .nav-list-item.active > .nav-list-expander svg { transform: rotate(-90deg); }
.nav-list .nav-list-item.active > .nav-list { display: block; }
.nav-category { padding: 0.5rem 1rem; font-weight: 600; text-align: start; text-transform: uppercase; border-bottom: 1px solid #eeebee; font-size: 0.6875rem !important; }
.nav-category { padding: 0.5rem 1rem; font-weight: 600; text-align: start; text-transform: uppercase; border-bottom: 1px solid #eeebee; }
.nav-category { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .nav-category { font-size: 0.75rem !important; } }
@media (min-width: 50rem) { .nav-category { padding: 0.5rem 2rem; margin-top: 1rem; text-align: start; }
.nav-category:first-child { margin-top: 0; } }
@@ -399,7 +405,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-link { color: #2869e6; }
.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-expander { color: #2869e6; }
.aux-nav { height: 100%; overflow-x: auto; font-size: 0.6875rem !important; }
.aux-nav { height: 100%; overflow-x: auto; }
.aux-nav { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .aux-nav { font-size: 0.75rem !important; } }
.aux-nav .aux-nav-list { display: flex; height: 100%; padding: 0; margin: 0; list-style: none; }
.aux-nav .aux-nav-list-item { display: inline-block; height: 100%; padding: 0; margin: 0; }
@@ -409,13 +416,15 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.breadcrumb-nav-list { padding-left: 0; margin-bottom: 0.75rem; list-style: none; }
.breadcrumb-nav-list-item { display: table-cell; font-size: 0.6875rem !important; }
.breadcrumb-nav-list-item { display: table-cell; }
.breadcrumb-nav-list-item { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .breadcrumb-nav-list-item { font-size: 0.75rem !important; } }
.breadcrumb-nav-list-item::before { display: none; }
.breadcrumb-nav-list-item::after { display: inline-block; margin-right: 0.5rem; margin-left: 0.5rem; color: #959396; content: "/"; }
.breadcrumb-nav-list-item:last-child::after { content: ""; }
h1, .text-alpha { font-size: 2rem !important; line-height: 1.25; font-weight: 300; }
h1, .text-alpha { font-weight: 300; }
h1, .text-alpha { font-size: 2rem !important; line-height: 1.25; }
@media (min-width: 31.25rem) { h1, .text-alpha { font-size: 2.25rem !important; } }
h2, .text-beta, #toctitle { font-size: 1.125rem !important; }
@@ -424,7 +433,8 @@ h2, .text-beta, #toctitle { font-size: 1.125rem !important; }
h3, .text-gamma { font-size: 1rem !important; }
@media (min-width: 31.25rem) { h3, .text-gamma { font-size: 1.125rem !important; } }
h4, .text-delta { font-size: 0.6875rem !important; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
h4, .text-delta { font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
h4, .text-delta { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { h4, .text-delta { font-size: 0.75rem !important; } }
h4 code { text-transform: none; }
@@ -446,7 +456,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.text-right { text-align: right !important; }
.label:not(g), .label-blue:not(g) { display: inline-block; padding: 0.16em 0.56em; margin-right: 0.5rem; margin-left: 0.5rem; color: #fff; text-transform: uppercase; vertical-align: middle; background-color: #2869e6; font-size: 0.6875rem !important; border-radius: 12px; }
.label:not(g), .label-blue:not(g) { display: inline-block; padding: 0.16em 0.56em; margin-right: 0.5rem; margin-left: 0.5rem; color: #fff; text-transform: uppercase; vertical-align: middle; background-color: #2869e6; border-radius: 12px; }
.label:not(g), .label-blue:not(g) { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .label:not(g), .label-blue:not(g) { font-size: 0.75rem !important; } }
.label-green:not(g) { background-color: #009c7b; }
@@ -511,7 +522,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-results { position: absolute; left: 0; display: none; width: 100%; max-height: calc(100% - 4rem); overflow-y: auto; background-color: #fff; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); }
@media (min-width: 50rem) { .search-results { top: 100%; width: 33.5rem; max-height: calc(100vh - 200%) !important; } }
.search-results-list { padding-left: 0; margin-bottom: 0.25rem; list-style: none; font-size: 0.875rem !important; }
.search-results-list { padding-left: 0; margin-bottom: 0.25rem; list-style: none; }
.search-results-list { font-size: 0.875rem !important; }
@media (min-width: 31.25rem) { .search-results-list { font-size: 1rem !important; } }
@media (min-width: 50rem) { .search-results-list { font-size: 0.75rem !important; } }
@media (min-width: 50rem) and (min-width: 31.25rem) { .search-results-list { font-size: 0.875rem !important; } }
@@ -525,7 +537,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .search-result-title { display: inline-block; width: 40%; padding-right: 0.5rem; vertical-align: top; } }
.search-result-doc { display: flex; align-items: center; word-wrap: break-word; }
.search-result-doc.search-result-doc-parent { opacity: 0.5; font-size: 0.75rem !important; }
.search-result-doc.search-result-doc-parent { opacity: 0.5; }
.search-result-doc.search-result-doc-parent { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 0.875rem !important; } }
@media (min-width: 50rem) { .search-result-doc.search-result-doc-parent { font-size: 0.6875rem !important; } }
@media (min-width: 50rem) and (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 0.75rem !important; } }
@@ -535,10 +548,12 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-result-section { margin-left: 1.5rem; word-wrap: break-word; }
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; font-size: 0.5625rem !important; }
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; }
.search-result-rel-url { font-size: 0.5625rem !important; }
@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } }
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; font-size: 0.6875rem !important; }
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; }
.search-result-previews { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } }
@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }
@@ -546,7 +561,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-result-highlight { font-weight: bold; }
.search-no-result { padding: 0.5rem 0.75rem; font-size: 0.75rem !important; }
.search-no-result { padding: 0.5rem 0.75rem; }
.search-no-result { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { .search-no-result { font-size: 0.875rem !important; } }
.search-button { position: fixed; right: 1rem; bottom: 1rem; display: flex; width: 3.5rem; height: 3.5rem; background-color: #fff; border: 1px solid rgba(40, 105, 230, 0.3); border-radius: 1.75rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); align-items: center; justify-content: center; }
@@ -569,7 +585,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
table { display: table; min-width: 100%; border-collapse: separate; }
th, td { font-size: 0.75rem !important; min-width: 7.5rem; padding: 0.5rem 0.75rem; background-color: #fff; border-bottom: 1px solid rgba(238, 235, 238, 0.5); border-left: 1px solid #eeebee; }
th, td { min-width: 7.5rem; padding: 0.5rem 0.75rem; background-color: #fff; border-bottom: 1px solid rgba(238, 235, 238, 0.5); border-left: 1px solid #eeebee; }
th, td { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { th, td { font-size: 0.875rem !important; } }
th:first-of-type, td:first-of-type { border-left: 0; }
@@ -599,7 +616,8 @@ div.listingblock div.content > pre, div.listingblock code { padding: 0; margin:
figure.highlight pre, figure.highlight :not(pre) > code { overflow-x: auto; padding: 0.75rem; margin: 0; border: 0; }
.highlight .table-wrapper { padding: 0.75rem 0; margin: 0; border: 0; box-shadow: none; }
.highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 0.6875rem !important; min-width: 0; padding: 0; background-color: #f5f6fa; border: 0; }
.highlight .table-wrapper td, .highlight .table-wrapper pre { min-width: 0; padding: 0; background-color: #f5f6fa; border: 0; }
.highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 0.75rem !important; } }
.highlight .table-wrapper td.gl { width: 1em; padding-right: 0.75rem; padding-left: 0.75rem; }
.highlight .table-wrapper pre { margin: 0; line-height: 2; }
+44 -26
View File
@@ -134,7 +134,7 @@
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }
html { line-height: 1.15; /* 1 */ text-size-adjust: 100%; /* 2 */ }
/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
@@ -151,7 +151,7 @@ h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }
pre { font-family: monospace; /* 1 */ font-size: 1em; /* 2 */ }
/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
@@ -164,7 +164,7 @@ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ t
b, strong { font-weight: bolder; }
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }
code, kbd, samp { font-family: monospace; /* 1 */ font-size: 1em; /* 2 */ }
/** Add the correct font size in all browsers. */
small { font-size: 80%; }
@@ -191,7 +191,7 @@ button, input { /* 1 */ overflow: visible; }
button, select { /* 1 */ text-transform: none; }
/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
@@ -218,13 +218,13 @@ textarea { overflow: auto; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }
[type="search"] { appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }
/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
[type="search"]::-webkit-search-decoration { appearance: none; }
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }
::-webkit-file-upload-button { appearance: button; /* 1 */ font: inherit; /* 2 */ }
/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
@@ -244,7 +244,8 @@ template { display: none; }
* { box-sizing: border-box; }
html { font-size: 0.875rem !important; scroll-behavior: smooth; }
html { scroll-behavior: smooth; }
html { font-size: 0.875rem !important; }
@media (min-width: 31.25rem) { html { font-size: 1rem !important; } }
body { font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji"; font-size: inherit; line-height: 1.4; color: #5c5962; background-color: #fff; overflow-wrap: break-word; }
@@ -285,7 +286,7 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
.main { margin: auto; }
@media (min-width: 50rem) { .main { position: relative; max-width: 50rem; } }
.main-content-wrap { padding-right: 1rem; padding-left: 1rem; padding-top: 1rem; padding-bottom: 1rem; }
.main-content-wrap { padding-top: 1rem; padding-bottom: 1rem; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .main-content-wrap { padding-right: 2rem; padding-left: 2rem; } }
@media (min-width: 50rem) { .main-content-wrap { padding-top: 2rem; padding-bottom: 2rem; } }
@@ -302,8 +303,9 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
.site-header { display: flex; min-height: 3.75rem; align-items: center; }
@media (min-width: 50rem) { .site-header { height: 3.75rem; max-height: 3.75rem; border-bottom: 1px solid #eeebee; } }
.site-title { padding-right: 1rem; padding-left: 1rem; flex-grow: 1; display: flex; height: 100%; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; color: #27262b; font-size: 1.125rem !important; }
.site-title { flex-grow: 1; display: flex; height: 100%; align-items: center; padding-top: 0.75rem; padding-bottom: 0.75rem; color: #27262b; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .site-title { padding-right: 2rem; padding-left: 2rem; } }
.site-title { font-size: 1.125rem !important; }
@media (min-width: 31.25rem) { .site-title { font-size: 1.5rem !important; line-height: 1.25; } }
@media (min-width: 50rem) { .site-title { padding-top: 0.5rem; padding-bottom: 0.5rem; } }
@@ -317,8 +319,9 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
@media (min-width: 50rem) { body { position: static; padding-bottom: 0; } }
.site-footer { padding-right: 1rem; padding-left: 1rem; position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; font-size: 0.6875rem !important; }
.site-footer { position: absolute; bottom: 0; left: 0; padding-top: 1rem; padding-bottom: 1rem; color: #959396; padding-right: 1rem; padding-left: 1rem; }
@media (min-width: 50rem) { .site-footer { padding-right: 2rem; padding-left: 2rem; } }
.site-footer { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .site-footer { font-size: 0.75rem !important; } }
@media (min-width: 50rem) { .site-footer { position: static; justify-self: end; } }
@@ -331,7 +334,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.main-content li .highlight { margin-top: 0.25rem; }
.main-content ol { list-style-type: none; counter-reset: step-counter; }
.main-content ol > li { position: relative; }
.main-content ol > li::before { position: absolute; top: 0.2em; left: -1.6em; color: #959396; content: counter(step-counter); counter-increment: step-counter; font-size: 0.75rem !important; }
.main-content ol > li::before { position: absolute; top: 0.2em; left: -1.6em; color: #959396; content: counter(step-counter); counter-increment: step-counter; }
.main-content ol > li::before { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { .main-content ol > li::before { font-size: 0.875rem !important; } }
@media (min-width: 31.25rem) { .main-content ol > li::before { top: 0.11em; } }
.main-content ol > li ol { counter-reset: sub-counter; }
@@ -360,7 +364,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.main-content > h1:first-child, .main-content > h2:first-child, .main-content > h3:first-child, .main-content > h4:first-child, .main-content > h5:first-child, .main-content > h6:first-child, .main-content > .sect1:first-child > h2, .main-content > .sect2:first-child > h3, .main-content > .sect3:first-child > h4, .main-content > .sect4:first-child > h5, .main-content > .sect5:first-child > h6 { margin-top: 0.5rem; }
.nav-list { padding: 0; margin-top: 0; margin-bottom: 0; list-style: none; }
.nav-list .nav-list-item { font-size: 0.875rem !important; position: relative; margin: 0; }
.nav-list .nav-list-item { position: relative; margin: 0; }
.nav-list .nav-list-item { font-size: 0.875rem !important; }
@media (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 1rem !important; } }
@media (min-width: 50rem) { .nav-list .nav-list-item { font-size: 0.75rem !important; } }
@media (min-width: 50rem) and (min-width: 31.25rem) { .nav-list .nav-list-item { font-size: 0.875rem !important; } }
@@ -381,7 +386,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.nav-list .nav-list-item.active > .nav-list-expander svg { transform: rotate(-90deg); }
.nav-list .nav-list-item.active > .nav-list { display: block; }
.nav-category { padding: 0.5rem 1rem; font-weight: 600; text-align: start; text-transform: uppercase; border-bottom: 1px solid #eeebee; font-size: 0.6875rem !important; }
.nav-category { padding: 0.5rem 1rem; font-weight: 600; text-align: start; text-transform: uppercase; border-bottom: 1px solid #eeebee; }
.nav-category { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .nav-category { font-size: 0.75rem !important; } }
@media (min-width: 50rem) { .nav-category { padding: 0.5rem 2rem; margin-top: 1rem; text-align: start; }
.nav-category:first-child { margin-top: 0; } }
@@ -391,7 +397,8 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-link { color: #7253ed; }
.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-expander { color: #7253ed; }
.aux-nav { height: 100%; overflow-x: auto; font-size: 0.6875rem !important; }
.aux-nav { height: 100%; overflow-x: auto; }
.aux-nav { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .aux-nav { font-size: 0.75rem !important; } }
.aux-nav .aux-nav-list { display: flex; height: 100%; padding: 0; margin: 0; list-style: none; }
.aux-nav .aux-nav-list-item { display: inline-block; height: 100%; padding: 0; margin: 0; }
@@ -401,13 +408,15 @@ body { position: relative; padding-bottom: 4rem; overflow-y: scroll; }
.breadcrumb-nav-list { padding-left: 0; margin-bottom: 0.75rem; list-style: none; }
.breadcrumb-nav-list-item { display: table-cell; font-size: 0.6875rem !important; }
.breadcrumb-nav-list-item { display: table-cell; }
.breadcrumb-nav-list-item { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .breadcrumb-nav-list-item { font-size: 0.75rem !important; } }
.breadcrumb-nav-list-item::before { display: none; }
.breadcrumb-nav-list-item::after { display: inline-block; margin-right: 0.5rem; margin-left: 0.5rem; color: #959396; content: "/"; }
.breadcrumb-nav-list-item:last-child::after { content: ""; }
h1, .text-alpha { font-size: 2rem !important; line-height: 1.25; font-weight: 300; }
h1, .text-alpha { font-weight: 300; }
h1, .text-alpha { font-size: 2rem !important; line-height: 1.25; }
@media (min-width: 31.25rem) { h1, .text-alpha { font-size: 2.25rem !important; } }
h2, .text-beta, #toctitle { font-size: 1.125rem !important; }
@@ -416,7 +425,8 @@ h2, .text-beta, #toctitle { font-size: 1.125rem !important; }
h3, .text-gamma { font-size: 1rem !important; }
@media (min-width: 31.25rem) { h3, .text-gamma { font-size: 1.125rem !important; } }
h4, .text-delta { font-size: 0.6875rem !important; font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
h4, .text-delta { font-weight: 400; text-transform: uppercase; letter-spacing: 0.1em; }
h4, .text-delta { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { h4, .text-delta { font-size: 0.75rem !important; } }
h4 code { text-transform: none; }
@@ -438,7 +448,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.text-right { text-align: right !important; }
.label:not(g), .label-blue:not(g) { display: inline-block; padding: 0.16em 0.56em; margin-right: 0.5rem; margin-left: 0.5rem; color: #fff; text-transform: uppercase; vertical-align: middle; background-color: #2869e6; font-size: 0.6875rem !important; border-radius: 12px; }
.label:not(g), .label-blue:not(g) { display: inline-block; padding: 0.16em 0.56em; margin-right: 0.5rem; margin-left: 0.5rem; color: #fff; text-transform: uppercase; vertical-align: middle; background-color: #2869e6; border-radius: 12px; }
.label:not(g), .label-blue:not(g) { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .label:not(g), .label-blue:not(g) { font-size: 0.75rem !important; } }
.label-green:not(g) { background-color: #009c7b; }
@@ -503,7 +514,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-results { position: absolute; left: 0; display: none; width: 100%; max-height: calc(100% - 4rem); overflow-y: auto; background-color: #fff; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); }
@media (min-width: 50rem) { .search-results { top: 100%; width: 33.5rem; max-height: calc(100vh - 200%) !important; } }
.search-results-list { padding-left: 0; margin-bottom: 0.25rem; list-style: none; font-size: 0.875rem !important; }
.search-results-list { padding-left: 0; margin-bottom: 0.25rem; list-style: none; }
.search-results-list { font-size: 0.875rem !important; }
@media (min-width: 31.25rem) { .search-results-list { font-size: 1rem !important; } }
@media (min-width: 50rem) { .search-results-list { font-size: 0.75rem !important; } }
@media (min-width: 50rem) and (min-width: 31.25rem) { .search-results-list { font-size: 0.875rem !important; } }
@@ -517,7 +529,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .search-result-title { display: inline-block; width: 40%; padding-right: 0.5rem; vertical-align: top; } }
.search-result-doc { display: flex; align-items: center; word-wrap: break-word; }
.search-result-doc.search-result-doc-parent { opacity: 0.5; font-size: 0.75rem !important; }
.search-result-doc.search-result-doc-parent { opacity: 0.5; }
.search-result-doc.search-result-doc-parent { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 0.875rem !important; } }
@media (min-width: 50rem) { .search-result-doc.search-result-doc-parent { font-size: 0.6875rem !important; } }
@media (min-width: 50rem) and (min-width: 31.25rem) { .search-result-doc.search-result-doc-parent { font-size: 0.75rem !important; } }
@@ -527,10 +540,12 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-result-section { margin-left: 1.5rem; word-wrap: break-word; }
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; font-size: 0.5625rem !important; }
.search-result-rel-url { display: block; margin-left: 1.5rem; overflow: hidden; color: #959396; text-overflow: ellipsis; white-space: nowrap; }
.search-result-rel-url { font-size: 0.5625rem !important; }
@media (min-width: 31.25rem) { .search-result-rel-url { font-size: 0.625rem !important; } }
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; font-size: 0.6875rem !important; }
.search-result-previews { display: block; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; margin-left: 0.5rem; color: #959396; word-wrap: break-word; border-left: 1px solid; border-left-color: #eeebee; }
.search-result-previews { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .search-result-previews { font-size: 0.75rem !important; } }
@media (min-width: 31.25rem) { .search-result-previews { display: inline-block; width: 60%; padding-left: 0.5rem; margin-left: 0; vertical-align: top; } }
@@ -538,7 +553,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
.search-result-highlight { font-weight: bold; }
.search-no-result { padding: 0.5rem 0.75rem; font-size: 0.75rem !important; }
.search-no-result { padding: 0.5rem 0.75rem; }
.search-no-result { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { .search-no-result { font-size: 0.875rem !important; } }
.search-button { position: fixed; right: 1rem; bottom: 1rem; display: flex; width: 3.5rem; height: 3.5rem; background-color: #fff; border: 1px solid rgba(114, 83, 237, 0.3); border-radius: 1.75rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); align-items: center; justify-content: center; }
@@ -561,7 +577,8 @@ h6, .text-zeta { font-size: 0.6875rem !important; }
table { display: table; min-width: 100%; border-collapse: separate; }
th, td { font-size: 0.75rem !important; min-width: 7.5rem; padding: 0.5rem 0.75rem; background-color: #fff; border-bottom: 1px solid rgba(238, 235, 238, 0.5); border-left: 1px solid #eeebee; }
th, td { min-width: 7.5rem; padding: 0.5rem 0.75rem; background-color: #fff; border-bottom: 1px solid rgba(238, 235, 238, 0.5); border-left: 1px solid #eeebee; }
th, td { font-size: 0.75rem !important; }
@media (min-width: 31.25rem) { th, td { font-size: 0.875rem !important; } }
th:first-of-type, td:first-of-type { border-left: 0; }
@@ -591,7 +608,8 @@ div.listingblock div.content > pre, div.listingblock code { padding: 0; margin:
figure.highlight pre, figure.highlight :not(pre) > code { overflow-x: auto; padding: 0.75rem; margin: 0; border: 0; }
.highlight .table-wrapper { padding: 0.75rem 0; margin: 0; border: 0; box-shadow: none; }
.highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 0.6875rem !important; min-width: 0; padding: 0; background-color: #f5f6fa; border: 0; }
.highlight .table-wrapper td, .highlight .table-wrapper pre { min-width: 0; padding: 0; background-color: #f5f6fa; border: 0; }
.highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 0.6875rem !important; }
@media (min-width: 31.25rem) { .highlight .table-wrapper td, .highlight .table-wrapper pre { font-size: 0.75rem !important; } }
.highlight .table-wrapper td.gl { width: 1em; padding-right: 0.75rem; padding-left: 0.75rem; }
.highlight .table-wrapper pre { margin: 0; line-height: 2; }
+1 -1
View File
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="/sfall/feed.xml" rel="self" type="application/atom+xml" /><link href="/sfall/" rel="alternate" type="text/html" /><updated>2024-08-02T03:27:39+00:00</updated><id>/sfall/feed.xml</id><title type="html">sfall</title><subtitle>Sfall documentation</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="/sfall/feed.xml" rel="self" type="application/atom+xml" /><link href="/sfall/" rel="alternate" type="text/html" /><updated>2024-08-14T05:44:52+00:00</updated><id>/sfall/feed.xml</id><title type="html">sfall</title><subtitle>Sfall documentation</subtitle></feed>