mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-22 11:26:07 +00:00
deploy
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -251,4 +251,4 @@
|
||||
initAutoSlide();
|
||||
}
|
||||
})();
|
||||
/*! update cache: 20260721202939 */
|
||||
/*! update cache: 20260722174014 */
|
||||
|
||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
||||
],
|
||||
});
|
||||
});
|
||||
/*! update cache: 20260721202939 */
|
||||
/*! update cache: 20260722174014 */
|
||||
|
||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise();
|
||||
});
|
||||
/*! update cache: 20260721202939 */
|
||||
/*! update cache: 20260722174014 */
|
||||
|
||||
@@ -469,4 +469,4 @@
|
||||
|
||||
return Starfield;
|
||||
});
|
||||
/*! update cache: 20260721202939 */
|
||||
/*! update cache: 20260722174014 */
|
||||
|
||||
@@ -176,4 +176,4 @@
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721202939 */
|
||||
/*! update cache: 20260722174014 */
|
||||
|
||||
@@ -264,69 +264,115 @@ html:has(body[data-md-color-scheme="default"]) {
|
||||
|
||||
.md-typeset .admonition,
|
||||
.md-typeset details {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border: 0.08rem solid transparent;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.note,
|
||||
.md-typeset details.note {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border-color: #448aff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.abstract,
|
||||
.md-typeset details.abstract {
|
||||
--hello-algo-callout-color: #00b0ff;
|
||||
border-color: #00b0ff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.info,
|
||||
.md-typeset details.info {
|
||||
--hello-algo-callout-color: #00b8d4;
|
||||
border-color: #00b8d43d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.tip,
|
||||
.md-typeset details.tip {
|
||||
--hello-algo-callout-color: #00bfa5;
|
||||
border-color: #00bfa53d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.success,
|
||||
.md-typeset details.success {
|
||||
--hello-algo-callout-color: #00c853;
|
||||
border-color: #00c8533d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.question,
|
||||
.md-typeset details.question {
|
||||
--hello-algo-callout-color: #64dd17;
|
||||
border-color: #64dd173d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.warning,
|
||||
.md-typeset details.warning {
|
||||
--hello-algo-callout-color: #ff9100;
|
||||
border-color: #ff91003d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.failure,
|
||||
.md-typeset details.failure {
|
||||
--hello-algo-callout-color: #ff5252;
|
||||
border-color: #ff52523d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.danger,
|
||||
.md-typeset details.danger {
|
||||
--hello-algo-callout-color: #ff1744;
|
||||
border-color: #ff17443d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.bug,
|
||||
.md-typeset details.bug {
|
||||
--hello-algo-callout-color: #f50057;
|
||||
border-color: #f500573d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.example,
|
||||
.md-typeset details.example {
|
||||
--hello-algo-callout-color: #7c4dff;
|
||||
border-color: #7c4dff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.quote,
|
||||
.md-typeset details.quote {
|
||||
--hello-algo-callout-color: #9e9e9e;
|
||||
border-color: #9e9e9e3d;
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 3%, var(--md-default-bg-color));
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 10%, var(--md-default-bg-color));
|
||||
border-radius: 0.32rem 0.32rem 0 0;
|
||||
margin: 0 -0.8rem;
|
||||
padding-bottom: 0.4rem;
|
||||
padding-top: 0.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-left: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-right: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
left: 0.8rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
right: 0.8rem;
|
||||
}
|
||||
|
||||
.md-typeset details:not([open], .pythontutor) > summary {
|
||||
border-radius: 0.32rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.pythontutor,
|
||||
.md-typeset details.pythontutor {
|
||||
border-color: color-mix(in srgb, var(--md-code-bg-color) 88%, var(--md-default-fg-color) 12%);
|
||||
@@ -857,4 +903,4 @@ a:hover .device-on-hover {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721202939 */
|
||||
/*! update cache: 20260722174014 */
|
||||
|
||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721202939 */
|
||||
/*! update cache: 20260722174014 */
|
||||
|
||||
@@ -153,4 +153,4 @@ main {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721202939 */
|
||||
/*! update cache: 20260722174014 */
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -251,4 +251,4 @@
|
||||
initAutoSlide();
|
||||
}
|
||||
})();
|
||||
/*! update cache: 20260721203924 */
|
||||
/*! update cache: 20260722174025 */
|
||||
|
||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
||||
],
|
||||
});
|
||||
});
|
||||
/*! update cache: 20260721203924 */
|
||||
/*! update cache: 20260722174025 */
|
||||
|
||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise();
|
||||
});
|
||||
/*! update cache: 20260721203924 */
|
||||
/*! update cache: 20260722174025 */
|
||||
|
||||
@@ -469,4 +469,4 @@
|
||||
|
||||
return Starfield;
|
||||
});
|
||||
/*! update cache: 20260721203924 */
|
||||
/*! update cache: 20260722174025 */
|
||||
|
||||
@@ -176,4 +176,4 @@
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721203924 */
|
||||
/*! update cache: 20260722174025 */
|
||||
|
||||
@@ -264,69 +264,115 @@ html:has(body[data-md-color-scheme="default"]) {
|
||||
|
||||
.md-typeset .admonition,
|
||||
.md-typeset details {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border: 0.08rem solid transparent;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.note,
|
||||
.md-typeset details.note {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border-color: #448aff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.abstract,
|
||||
.md-typeset details.abstract {
|
||||
--hello-algo-callout-color: #00b0ff;
|
||||
border-color: #00b0ff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.info,
|
||||
.md-typeset details.info {
|
||||
--hello-algo-callout-color: #00b8d4;
|
||||
border-color: #00b8d43d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.tip,
|
||||
.md-typeset details.tip {
|
||||
--hello-algo-callout-color: #00bfa5;
|
||||
border-color: #00bfa53d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.success,
|
||||
.md-typeset details.success {
|
||||
--hello-algo-callout-color: #00c853;
|
||||
border-color: #00c8533d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.question,
|
||||
.md-typeset details.question {
|
||||
--hello-algo-callout-color: #64dd17;
|
||||
border-color: #64dd173d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.warning,
|
||||
.md-typeset details.warning {
|
||||
--hello-algo-callout-color: #ff9100;
|
||||
border-color: #ff91003d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.failure,
|
||||
.md-typeset details.failure {
|
||||
--hello-algo-callout-color: #ff5252;
|
||||
border-color: #ff52523d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.danger,
|
||||
.md-typeset details.danger {
|
||||
--hello-algo-callout-color: #ff1744;
|
||||
border-color: #ff17443d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.bug,
|
||||
.md-typeset details.bug {
|
||||
--hello-algo-callout-color: #f50057;
|
||||
border-color: #f500573d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.example,
|
||||
.md-typeset details.example {
|
||||
--hello-algo-callout-color: #7c4dff;
|
||||
border-color: #7c4dff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.quote,
|
||||
.md-typeset details.quote {
|
||||
--hello-algo-callout-color: #9e9e9e;
|
||||
border-color: #9e9e9e3d;
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 3%, var(--md-default-bg-color));
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 10%, var(--md-default-bg-color));
|
||||
border-radius: 0.32rem 0.32rem 0 0;
|
||||
margin: 0 -0.8rem;
|
||||
padding-bottom: 0.4rem;
|
||||
padding-top: 0.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-left: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-right: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
left: 0.8rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
right: 0.8rem;
|
||||
}
|
||||
|
||||
.md-typeset details:not([open], .pythontutor) > summary {
|
||||
border-radius: 0.32rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.pythontutor,
|
||||
.md-typeset details.pythontutor {
|
||||
border-color: color-mix(in srgb, var(--md-code-bg-color) 88%, var(--md-default-fg-color) 12%);
|
||||
@@ -857,4 +903,4 @@ a:hover .device-on-hover {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721203924 */
|
||||
/*! update cache: 20260722174025 */
|
||||
|
||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721203924 */
|
||||
/*! update cache: 20260722174025 */
|
||||
|
||||
@@ -153,4 +153,4 @@ main {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721203924 */
|
||||
/*! update cache: 20260722174025 */
|
||||
|
||||
@@ -251,4 +251,4 @@
|
||||
initAutoSlide();
|
||||
}
|
||||
})();
|
||||
/*! update cache: 20260721202919 */
|
||||
/*! update cache: 20260722173953 */
|
||||
|
||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
||||
],
|
||||
});
|
||||
});
|
||||
/*! update cache: 20260721202919 */
|
||||
/*! update cache: 20260722173953 */
|
||||
|
||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise();
|
||||
});
|
||||
/*! update cache: 20260721202919 */
|
||||
/*! update cache: 20260722173953 */
|
||||
|
||||
@@ -469,4 +469,4 @@
|
||||
|
||||
return Starfield;
|
||||
});
|
||||
/*! update cache: 20260721202919 */
|
||||
/*! update cache: 20260722173953 */
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -251,4 +251,4 @@
|
||||
initAutoSlide();
|
||||
}
|
||||
})();
|
||||
/*! update cache: 20260721203938 */
|
||||
/*! update cache: 20260722174038 */
|
||||
|
||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
||||
],
|
||||
});
|
||||
});
|
||||
/*! update cache: 20260721203938 */
|
||||
/*! update cache: 20260722174038 */
|
||||
|
||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise();
|
||||
});
|
||||
/*! update cache: 20260721203938 */
|
||||
/*! update cache: 20260722174038 */
|
||||
|
||||
@@ -469,4 +469,4 @@
|
||||
|
||||
return Starfield;
|
||||
});
|
||||
/*! update cache: 20260721203938 */
|
||||
/*! update cache: 20260722174038 */
|
||||
|
||||
@@ -176,4 +176,4 @@
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721203938 */
|
||||
/*! update cache: 20260722174038 */
|
||||
|
||||
@@ -264,69 +264,115 @@ html:has(body[data-md-color-scheme="default"]) {
|
||||
|
||||
.md-typeset .admonition,
|
||||
.md-typeset details {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border: 0.08rem solid transparent;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.note,
|
||||
.md-typeset details.note {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border-color: #448aff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.abstract,
|
||||
.md-typeset details.abstract {
|
||||
--hello-algo-callout-color: #00b0ff;
|
||||
border-color: #00b0ff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.info,
|
||||
.md-typeset details.info {
|
||||
--hello-algo-callout-color: #00b8d4;
|
||||
border-color: #00b8d43d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.tip,
|
||||
.md-typeset details.tip {
|
||||
--hello-algo-callout-color: #00bfa5;
|
||||
border-color: #00bfa53d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.success,
|
||||
.md-typeset details.success {
|
||||
--hello-algo-callout-color: #00c853;
|
||||
border-color: #00c8533d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.question,
|
||||
.md-typeset details.question {
|
||||
--hello-algo-callout-color: #64dd17;
|
||||
border-color: #64dd173d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.warning,
|
||||
.md-typeset details.warning {
|
||||
--hello-algo-callout-color: #ff9100;
|
||||
border-color: #ff91003d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.failure,
|
||||
.md-typeset details.failure {
|
||||
--hello-algo-callout-color: #ff5252;
|
||||
border-color: #ff52523d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.danger,
|
||||
.md-typeset details.danger {
|
||||
--hello-algo-callout-color: #ff1744;
|
||||
border-color: #ff17443d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.bug,
|
||||
.md-typeset details.bug {
|
||||
--hello-algo-callout-color: #f50057;
|
||||
border-color: #f500573d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.example,
|
||||
.md-typeset details.example {
|
||||
--hello-algo-callout-color: #7c4dff;
|
||||
border-color: #7c4dff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.quote,
|
||||
.md-typeset details.quote {
|
||||
--hello-algo-callout-color: #9e9e9e;
|
||||
border-color: #9e9e9e3d;
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 3%, var(--md-default-bg-color));
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 10%, var(--md-default-bg-color));
|
||||
border-radius: 0.32rem 0.32rem 0 0;
|
||||
margin: 0 -0.8rem;
|
||||
padding-bottom: 0.4rem;
|
||||
padding-top: 0.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-left: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-right: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
left: 0.8rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
right: 0.8rem;
|
||||
}
|
||||
|
||||
.md-typeset details:not([open], .pythontutor) > summary {
|
||||
border-radius: 0.32rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.pythontutor,
|
||||
.md-typeset details.pythontutor {
|
||||
border-color: color-mix(in srgb, var(--md-code-bg-color) 88%, var(--md-default-fg-color) 12%);
|
||||
@@ -857,4 +903,4 @@ a:hover .device-on-hover {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721203938 */
|
||||
/*! update cache: 20260722174038 */
|
||||
|
||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721203938 */
|
||||
/*! update cache: 20260722174038 */
|
||||
|
||||
@@ -153,4 +153,4 @@ main {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721203938 */
|
||||
/*! update cache: 20260722174038 */
|
||||
|
||||
@@ -176,4 +176,4 @@
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721202919 */
|
||||
/*! update cache: 20260722173953 */
|
||||
|
||||
+47
-1
@@ -264,69 +264,115 @@ html:has(body[data-md-color-scheme="default"]) {
|
||||
|
||||
.md-typeset .admonition,
|
||||
.md-typeset details {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border: 0.08rem solid transparent;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.note,
|
||||
.md-typeset details.note {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border-color: #448aff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.abstract,
|
||||
.md-typeset details.abstract {
|
||||
--hello-algo-callout-color: #00b0ff;
|
||||
border-color: #00b0ff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.info,
|
||||
.md-typeset details.info {
|
||||
--hello-algo-callout-color: #00b8d4;
|
||||
border-color: #00b8d43d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.tip,
|
||||
.md-typeset details.tip {
|
||||
--hello-algo-callout-color: #00bfa5;
|
||||
border-color: #00bfa53d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.success,
|
||||
.md-typeset details.success {
|
||||
--hello-algo-callout-color: #00c853;
|
||||
border-color: #00c8533d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.question,
|
||||
.md-typeset details.question {
|
||||
--hello-algo-callout-color: #64dd17;
|
||||
border-color: #64dd173d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.warning,
|
||||
.md-typeset details.warning {
|
||||
--hello-algo-callout-color: #ff9100;
|
||||
border-color: #ff91003d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.failure,
|
||||
.md-typeset details.failure {
|
||||
--hello-algo-callout-color: #ff5252;
|
||||
border-color: #ff52523d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.danger,
|
||||
.md-typeset details.danger {
|
||||
--hello-algo-callout-color: #ff1744;
|
||||
border-color: #ff17443d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.bug,
|
||||
.md-typeset details.bug {
|
||||
--hello-algo-callout-color: #f50057;
|
||||
border-color: #f500573d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.example,
|
||||
.md-typeset details.example {
|
||||
--hello-algo-callout-color: #7c4dff;
|
||||
border-color: #7c4dff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.quote,
|
||||
.md-typeset details.quote {
|
||||
--hello-algo-callout-color: #9e9e9e;
|
||||
border-color: #9e9e9e3d;
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 3%, var(--md-default-bg-color));
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 10%, var(--md-default-bg-color));
|
||||
border-radius: 0.32rem 0.32rem 0 0;
|
||||
margin: 0 -0.8rem;
|
||||
padding-bottom: 0.4rem;
|
||||
padding-top: 0.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-left: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-right: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
left: 0.8rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
right: 0.8rem;
|
||||
}
|
||||
|
||||
.md-typeset details:not([open], .pythontutor) > summary {
|
||||
border-radius: 0.32rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.pythontutor,
|
||||
.md-typeset details.pythontutor {
|
||||
border-color: color-mix(in srgb, var(--md-code-bg-color) 88%, var(--md-default-fg-color) 12%);
|
||||
@@ -857,4 +903,4 @@ a:hover .device-on-hover {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721202919 */
|
||||
/*! update cache: 20260722173953 */
|
||||
|
||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721202919 */
|
||||
/*! update cache: 20260722173953 */
|
||||
|
||||
@@ -153,4 +153,4 @@ main {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721202919 */
|
||||
/*! update cache: 20260722173953 */
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -251,4 +251,4 @@
|
||||
initAutoSlide();
|
||||
}
|
||||
})();
|
||||
/*! update cache: 20260721202929 */
|
||||
/*! update cache: 20260722174004 */
|
||||
|
||||
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
|
||||
],
|
||||
});
|
||||
});
|
||||
/*! update cache: 20260721202929 */
|
||||
/*! update cache: 20260722174004 */
|
||||
|
||||
@@ -15,4 +15,4 @@ window.MathJax = {
|
||||
document$.subscribe(() => {
|
||||
MathJax.typesetPromise();
|
||||
});
|
||||
/*! update cache: 20260721202929 */
|
||||
/*! update cache: 20260722174004 */
|
||||
|
||||
@@ -469,4 +469,4 @@
|
||||
|
||||
return Starfield;
|
||||
});
|
||||
/*! update cache: 20260721202929 */
|
||||
/*! update cache: 20260722174004 */
|
||||
|
||||
@@ -176,4 +176,4 @@
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721202929 */
|
||||
/*! update cache: 20260722174004 */
|
||||
|
||||
@@ -264,69 +264,115 @@ html:has(body[data-md-color-scheme="default"]) {
|
||||
|
||||
.md-typeset .admonition,
|
||||
.md-typeset details {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border: 0.08rem solid transparent;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.note,
|
||||
.md-typeset details.note {
|
||||
--hello-algo-callout-color: #448aff;
|
||||
border-color: #448aff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.abstract,
|
||||
.md-typeset details.abstract {
|
||||
--hello-algo-callout-color: #00b0ff;
|
||||
border-color: #00b0ff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.info,
|
||||
.md-typeset details.info {
|
||||
--hello-algo-callout-color: #00b8d4;
|
||||
border-color: #00b8d43d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.tip,
|
||||
.md-typeset details.tip {
|
||||
--hello-algo-callout-color: #00bfa5;
|
||||
border-color: #00bfa53d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.success,
|
||||
.md-typeset details.success {
|
||||
--hello-algo-callout-color: #00c853;
|
||||
border-color: #00c8533d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.question,
|
||||
.md-typeset details.question {
|
||||
--hello-algo-callout-color: #64dd17;
|
||||
border-color: #64dd173d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.warning,
|
||||
.md-typeset details.warning {
|
||||
--hello-algo-callout-color: #ff9100;
|
||||
border-color: #ff91003d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.failure,
|
||||
.md-typeset details.failure {
|
||||
--hello-algo-callout-color: #ff5252;
|
||||
border-color: #ff52523d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.danger,
|
||||
.md-typeset details.danger {
|
||||
--hello-algo-callout-color: #ff1744;
|
||||
border-color: #ff17443d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.bug,
|
||||
.md-typeset details.bug {
|
||||
--hello-algo-callout-color: #f50057;
|
||||
border-color: #f500573d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.example,
|
||||
.md-typeset details.example {
|
||||
--hello-algo-callout-color: #7c4dff;
|
||||
border-color: #7c4dff3d;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.quote,
|
||||
.md-typeset details.quote {
|
||||
--hello-algo-callout-color: #9e9e9e;
|
||||
border-color: #9e9e9e3d;
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 3%, var(--md-default-bg-color));
|
||||
}
|
||||
|
||||
.md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
background-color: color-mix(in srgb, var(--hello-algo-callout-color) 10%, var(--md-default-bg-color));
|
||||
border-radius: 0.32rem 0.32rem 0 0;
|
||||
margin: 0 -0.8rem;
|
||||
padding-bottom: 0.4rem;
|
||||
padding-top: 0.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-left: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary) {
|
||||
padding-right: 2.4rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
left: 0.8rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .md-typeset :is(.admonition, details):not(.pythontutor) > :is(.admonition-title, summary)::before {
|
||||
right: 0.8rem;
|
||||
}
|
||||
|
||||
.md-typeset details:not([open], .pythontutor) > summary {
|
||||
border-radius: 0.32rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.pythontutor,
|
||||
.md-typeset details.pythontutor {
|
||||
border-color: color-mix(in srgb, var(--md-code-bg-color) 88%, var(--md-default-fg-color) 12%);
|
||||
@@ -857,4 +903,4 @@ a:hover .device-on-hover {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260721202929 */
|
||||
/*! update cache: 20260722174004 */
|
||||
|
||||
@@ -122,4 +122,4 @@ main .gsc-loading-image {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721202929 */
|
||||
/*! update cache: 20260722174004 */
|
||||
|
||||
@@ -153,4 +153,4 @@ main {
|
||||
.gsc-reply-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
/*! update cache: 20260721202929 */
|
||||
/*! update cache: 20260722174004 */
|
||||
|
||||
Reference in New Issue
Block a user