Update to current version
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s

This commit is contained in:
2025-11-05 23:14:41 +01:00
parent a8304db3e2
commit 05f0b104d4
300 changed files with 40464 additions and 6492 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"Target":"css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css","MediaType":"text/css","Data":{"Integrity":"sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8="}}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"Target":"css/coder.min.6445a802b9389c9660e1b07b724dcf5718b1065ed2d71b4eeaf981cc7cc5fc46.css","MediaType":"text/css","Data":{"Integrity":"sha256-ZEWoArk4nJZg4bB7ck3PVxixBl7S1xtO6vmBzHzF/EY="}}

View File

@@ -1 +0,0 @@
{"Target":"css/coder-dark.min.002ee2378e14c7a68f1f0a53d9694ed252090987c4e768023fac694a4fc5f793.css","MediaType":"text/css","Data":{"Integrity":"sha256-AC7iN44Ux6aPHwpT2WlO0lIJCYfE52gCP6xpSk/F95M="}}

View File

@@ -37,14 +37,6 @@ body.colorscheme-dark {
color: inherit;
font-weight: inherit;
text-decoration: none; }
body.colorscheme-dark code {
background-color: #424242;
color: #dadada; }
body.colorscheme-dark .highlight pre {
color: #212121; }
body.colorscheme-dark pre code {
background-color: inherit;
color: inherit; }
body.colorscheme-dark blockquote {
border-left: 2px solid #424242; }
body.colorscheme-dark th,
@@ -106,14 +98,6 @@ body.colorscheme-dark {
color: inherit;
font-weight: inherit;
text-decoration: none; }
body.colorscheme-auto code {
background-color: #424242;
color: #dadada; }
body.colorscheme-auto .highlight pre {
color: #212121; }
body.colorscheme-auto pre code {
background-color: inherit;
color: inherit; }
body.colorscheme-auto blockquote {
border-left: 2px solid #424242; }
body.colorscheme-auto th,
@@ -233,6 +217,27 @@ body.colorscheme-dark .navigation .menu-button i:hover, body.colorscheme-dark .n
body.colorscheme-auto .navigation .menu-button i:hover, body.colorscheme-auto .navigation .menu-button i:focus {
color: #dadada; } }
body.colorscheme-dark .tabs label.tab-label {
background-color: #424242;
border-color: #4f4f4f; }
body.colorscheme-dark .tabs input.tab-input:checked + label.tab-label {
background-color: #212121; }
body.colorscheme-dark .tabs .tab-content {
background-color: #212121;
border-color: #4f4f4f; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .tabs label.tab-label {
background-color: #424242;
border-color: #4f4f4f; }
body.colorscheme-auto .tabs input.tab-input:checked + label.tab-label {
background-color: #212121; }
body.colorscheme-auto .tabs .tab-content {
background-color: #212121;
border-color: #4f4f4f; } }
body.colorscheme-dark .taxonomy-element {
background-color: #424242; }
body.colorscheme-dark .taxonomy-element a {

View File

@@ -1 +0,0 @@
{"Target":"css/coder.min.d9fddbffe6f27e69985dc5fe0471cdb0e57fbf4775714bc3d847accb08f4a1f6.css","MediaType":"text/css","Data":{"Integrity":"sha256-2f3b/+byfmmYXcX+BHHNsOV/v0d1cUvD2Eesywj0ofY="}}

View File

@@ -3042,7 +3042,7 @@ html {
body {
color: #212121;
background-color: #fafafa;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-size: 1.8em;
font-weight: 400;
line-height: 1.8em; }
@@ -3050,6 +3050,9 @@ body {
body {
font-size: 1.6em;
line-height: 1.6em; } }
iframe[src*=disqus] {
color-scheme: light; }
a {
font-weight: 500;
color: #1565c0;
@@ -3067,7 +3070,7 @@ h3,
h4,
h5,
h6 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-weight: 600;
color: #000;
margin: 4rem 0 2.5rem 0; }
@@ -3145,9 +3148,9 @@ b,
strong {
font-weight: 700; }
.highlight > div,
.highlight > pre {
margin: 0 0 2rem;
.highlight div,
.highlight pre {
margin: 2rem 0 2rem;
padding: 1rem;
border-radius: 1rem; }
@@ -3158,18 +3161,16 @@ pre {
font-weight: 400;
line-height: 2.6rem;
overflow-x: auto;
margin: 0; }
margin: 2rem 0 2rem;
padding: 1rem;
border-radius: 1rem; }
pre code {
display: inline-block;
background-color: inherit;
color: inherit; }
display: inline-block; }
code {
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
font-size: 1.6rem;
font-weight: 400;
background-color: #e0e0e0;
color: #212121;
border-radius: 0.6rem;
padding: 0.3rem 0.6rem; }
@@ -3211,6 +3212,9 @@ img {
figure {
text-align: center; }
.footnotes ol li p {
margin: 0; }
.preload-transitions * {
-webkit-transition: none !important;
-moz-transition: none !important;
@@ -3254,19 +3258,21 @@ figure {
display: flex;
margin-top: 1.6rem;
margin-bottom: 3.2rem; }
.content article details summary {
cursor: pointer; }
.content article header {
.content header {
margin-top: 6.4rem;
margin-bottom: 3.2rem; }
.content article header h1 {
.content header h1 {
font-size: 4.2rem;
line-height: 4.6rem;
margin: 0; }
@media only screen and (max-width: 768px) {
.content article header h1 {
.content header h1 {
font-size: 4rem;
line-height: 4.4rem; } }
.content article a:where(.external-link)::after {
content: "⬈"; }
.content article details summary {
cursor: pointer; }
.content article footer {
margin-top: 4rem; }
.content article footer .see-also {
@@ -3336,7 +3342,7 @@ figure {
font-size: 1.8rem;
flex: 2;
color: #212121;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-weight: 700; }
.list ul li .title:hover, .list ul li .title:focus {
color: #1565c0; }
@@ -3472,7 +3478,7 @@ figure {
.navigation span {
display: inline;
font-size: 1.7rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
font-weight: 600;
color: #212121; }
.navigation a:hover, .navigation a:focus {
@@ -3560,7 +3566,7 @@ figure {
.pagination {
margin-top: 6rem;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif; }
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "游ゴシック", "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif; }
.pagination li {
display: inline;
text-align: center;
@@ -3576,6 +3582,55 @@ figure {
text-align: center;
width: 3.2rem; }
.tabs {
display: flex;
flex-wrap: wrap;
margin: 2rem 0 2rem 0;
position: relative; }
.tabs.tabs-left {
justify-content: flex-start; }
.tabs.tabs-left label.tab-label {
margin-right: 0.5rem; }
.tabs.tabs-left .tab-content {
border-radius: 0px 4px 4px 4px; }
.tabs.tabs-right {
justify-content: flex-end; }
.tabs.tabs-right label.tab-label {
margin-left: 0.5rem; }
.tabs.tabs-right .tab-content {
border-radius: 4px 0px 4px 4px; }
.tabs input.tab-input {
display: none; }
.tabs label.tab-label {
background-color: #e0e0e0;
border-color: #ccc;
border-radius: 4px 4px 0px 0px;
border-style: solid;
border-bottom-style: hidden;
border-width: 1px;
cursor: pointer;
display: inline-block;
order: 1;
padding: 0.3rem 0.6rem;
position: relative;
top: 1px;
user-select: none; }
.tabs input.tab-input:checked + label.tab-label {
background-color: #fafafa; }
.tabs .tab-content {
background-color: #fafafa;
border-color: #ccc;
border-style: solid;
border-width: 1px;
display: none;
order: 2;
padding: 1rem;
width: 100%; }
.tabs.tabs-code .tab-content {
padding: 0.5rem; }
.tabs.tabs-code .tab-content pre {
margin: 0; }
.taxonomy li {
display: inline-block;
margin: 0.9rem; }
@@ -3614,15 +3669,15 @@ figure {
color: #000;
background-color: #e0e0e0;
border-radius: 0.2rem;
opacity: 50%;
opacity: 0.5;
transition: all 0.25s ease-in; }
.float-container a:hover, .float-container a:focus {
color: #1565c0;
opacity: 100%; }
opacity: 1; }
@media only screen and (max-width: 768px) {
.float-container a:hover, .float-container a:focus {
color: #000;
opacity: 50%; } }
opacity: 0.5; } }
.float-container a i {
position: absolute;
top: 50%;