mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-04-29 14:46:39 +00:00
deploy: 0cb97716e0
This commit is contained in:
parent
f969b2207f
commit
b44a82b10a
273 changed files with 10252 additions and 8334 deletions
|
@ -1,2 +1,2 @@
|
|||
@import "chroma-relearn-light.css?1725050074" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1725050074" screen and (prefers-color-scheme: dark);
|
||||
@import "chroma-relearn-light.css?1725191906" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1725191906" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "chroma-learn.css?1725050074" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-neon.css?1725050074" screen and (prefers-color-scheme: dark);
|
||||
@import "chroma-learn.css?1725191906" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-neon.css?1725191906" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "chroma-relearn-light.css?1725050074" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1725050074" screen and (prefers-color-scheme: dark);
|
||||
@import "chroma-relearn-light.css?1725191906" screen and (prefers-color-scheme: light);
|
||||
@import "chroma-relearn-dark.css?1725191906" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@import "theme-relearn-light.css?1725050074";
|
||||
@import "chroma-relearn-light.css?1725050074";
|
||||
@import "theme-relearn-light.css?1725191906";
|
||||
@import "chroma-relearn-light.css?1725191906";
|
||||
|
||||
#R-sidebar {
|
||||
display: none;
|
||||
|
|
|
@ -1 +1 @@
|
|||
@import "format-print.css?1725050074";
|
||||
@import "format-print.css?1725191906";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* Styles to make Swagger-UI fit into our theme */
|
||||
|
||||
@import "fonts.css?1725050074";
|
||||
@import "variables.css?1725050074";
|
||||
@import "fonts.css?1725191906";
|
||||
@import "variables.css?1725191906";
|
||||
|
||||
body{
|
||||
line-height: 1.574;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "theme-relearn-light.css?1725050074" screen and (prefers-color-scheme: light);
|
||||
@import "theme-relearn-dark.css?1725050074" screen and (prefers-color-scheme: dark);
|
||||
@import "theme-relearn-light.css?1725191906" screen and (prefers-color-scheme: light);
|
||||
@import "theme-relearn-dark.css?1725191906" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "theme-learn.css?1725050074" screen and (prefers-color-scheme: light);
|
||||
@import "theme-neon.css?1725050074" screen and (prefers-color-scheme: dark);
|
||||
@import "theme-learn.css?1725191906" screen and (prefers-color-scheme: light);
|
||||
@import "theme-neon.css?1725191906" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import "theme-zen-light.css?1725050074" screen and (prefers-color-scheme: light);
|
||||
@import "theme-zen-dark.css?1725050074" screen and (prefers-color-scheme: dark);
|
||||
@import "theme-zen-light.css?1725191906" screen and (prefers-color-scheme: light);
|
||||
@import "theme-zen-dark.css?1725191906" screen and (prefers-color-scheme: dark);
|
||||
|
|
|
@ -710,7 +710,9 @@ div.box {
|
|||
|
||||
div.box > .box-label {
|
||||
font-weight: 500;
|
||||
padding: .2rem .6rem;
|
||||
margin-left: .6rem;
|
||||
margin-right: .6rem;
|
||||
padding: .2rem 0;
|
||||
}
|
||||
|
||||
div.box > .box-content {
|
||||
|
@ -732,8 +734,8 @@ p:empty {
|
|||
#R-body table td > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),
|
||||
#R-body div.box > .box-content > :nth-child(1 of :not(:empty)),
|
||||
#R-body div.box > .box-content > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),
|
||||
#R-body div.expand > .expand-content-text > :nth-child(1 of :not(:empty)),
|
||||
#R-body div.expand > .expand-content-text > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),
|
||||
#R-body div.expand > .expand-content > :nth-child(1 of :not(:empty)),
|
||||
#R-body div.expand > .expand-content > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),
|
||||
#R-body div.tab-content > .tab-content-text > :nth-child(1 of :not(:empty)),
|
||||
#R-body div.tab-content > .tab-content-text > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)) {
|
||||
margin-top: 0;
|
||||
|
@ -748,9 +750,9 @@ p:empty {
|
|||
#R-body div.box > .box-content > :nth-last-child(1 of :not(:empty)),
|
||||
#R-body div.box > .box-content > :nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),
|
||||
#R-body div.box > .box-content > div:last-child pre:not(.mermaid),
|
||||
#R-body div.expand > .expand-content-text > :nth-last-child(1 of :not(:empty)),
|
||||
#R-body div.expand > .expand-content-text > :nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),
|
||||
#R-body div.expand > .expand-content-text > div:last-child pre:not(.mermaid),
|
||||
#R-body div.expand > .expand-content > :nth-last-child(1 of :not(:empty)),
|
||||
#R-body div.expand > .expand-content > :nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),
|
||||
#R-body div.expand > .expand-content > div:last-child pre:not(.mermaid),
|
||||
#R-body div.tab-content > .tab-content-text > :nth-last-child(1 of :not(:empty)),
|
||||
#R-body div.tab-content > .tab-content-text > :nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),
|
||||
#R-body div.tab-content > .tab-content-text > div:last-child pre:not(.mermaid) {
|
||||
|
@ -1390,8 +1392,6 @@ option {
|
|||
display: inline;
|
||||
font-weight: 300;
|
||||
inset-inline-start: 0;
|
||||
line-height: 1.1;
|
||||
margin-top: .2rem;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
@ -1401,7 +1401,7 @@ option {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.expand > label > .fas {
|
||||
.expand > label > .expander-icon {
|
||||
font-size: .8rem;
|
||||
width: .6rem;
|
||||
}
|
||||
|
@ -1410,8 +1410,16 @@ option {
|
|||
margin-inline-start: 1rem;
|
||||
margin-top: .5rem;
|
||||
}
|
||||
.box.expand > .expand-content {
|
||||
margin-inline-start: 0;
|
||||
margin-top: .4rem;
|
||||
}
|
||||
.box.expand > .box-spacer {
|
||||
margin-bottom: .4rem;
|
||||
}
|
||||
|
||||
/* closed expander */
|
||||
.expand > input + label + div {
|
||||
.expand > input + label ~ .expand-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -1423,7 +1431,7 @@ option {
|
|||
}
|
||||
|
||||
/* open expander */
|
||||
.expand > input:checked + label + div {
|
||||
.expand > input:checked + label ~ .expand-content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "variables.css?1725050074";
|
||||
@import "variables.css?1725191906";
|
||||
|
||||
html {
|
||||
color-scheme: only var(--INTERNAL-BROWSER-theme);
|
||||
|
@ -329,16 +329,16 @@ pre:not(.mermaid) .copy-to-clipboard-button:hover {
|
|||
color: var(--INTERNAL-CODE-BLOCK-BG-color);
|
||||
}
|
||||
|
||||
.expand > label {
|
||||
.expand:not(.box) > label {
|
||||
color: var(--INTERNAL-MAIN-LINK-color);
|
||||
}
|
||||
|
||||
.expand > label:hover,
|
||||
.expand > label:active,
|
||||
.expand > label:focus,
|
||||
.expand > input:hover + label,
|
||||
.expand > input:active + label,
|
||||
.expand > input:focus + label{
|
||||
.expand:not(.box) > label:hover,
|
||||
.expand:not(.box) > label:active,
|
||||
.expand:not(.box) > label:focus,
|
||||
.expand:not(.box) > input:hover + label,
|
||||
.expand:not(.box) > input:active + label,
|
||||
.expand:not(.box) > input:focus + label{
|
||||
color: var(--INTERNAL-MAIN-LINK-HOVER-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue