Initial work to add gem background

This commit is contained in:
Matt Vanderpol
2024-12-16 11:52:39 -08:00
parent 77a52a5c8f
commit a4b88dc911
2 changed files with 15 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
--ifm-heading-color: #041834; --ifm-heading-color: #041834;
--ifm-font-weight-bold: 500; --ifm-font-weight-bold: 500;
--ifm-footer-padding-vertical: 2.375rem; --ifm-footer-padding-vertical: 2.375rem;
--ifm-footer-background-color: transparent;
--ifm-breadcrumb-separator: url("data:image/svg+xml, %3Csvg%20width=%228%22%20height=%2213%22%20viewBox=%220%200%208%2013%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d=%22M1%2012L7%206.5L1%201%22%20stroke=%22%23415067%22%20stroke-width=%221.25%22%2F%3E%0A%3C%2Fsvg%3E%0A"); --ifm-breadcrumb-separator: url("data:image/svg+xml, %3Csvg%20width=%228%22%20height=%2213%22%20viewBox=%220%200%208%2013%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d=%22M1%2012L7%206.5L1%201%22%20stroke=%22%23415067%22%20stroke-width=%221.25%22%2F%3E%0A%3C%2Fsvg%3E%0A");
--ifm-breadcrumb-item-background-active: #FFF; --ifm-breadcrumb-item-background-active: #FFF;
--ifm-breadcrumb-spacing: 0.875rem; --ifm-breadcrumb-spacing: 0.875rem;
@@ -75,6 +76,10 @@ figure figcaption {
background-color: black; background-color: black;
} }
#__docusaurus {
overflow: clip;
}
.theme-doc-sidebar-item-link > strong { .theme-doc-sidebar-item-link > strong {
text-transform: uppercase; text-transform: uppercase;
} }
@@ -113,6 +118,16 @@ figure figcaption {
[class^=docMainContainer_] [class^=generatedIndexPage_] { [class^=docMainContainer_] [class^=generatedIndexPage_] {
--ifm-spacing-horizontal: 1.625rem; --ifm-spacing-horizontal: 1.625rem;
position: relative;
}
[class^=docMainContainer_] [class^=generatedIndexPage_]::before {
position: absolute;
background: url(/img/gems-bg.webp) no-repeat 0 0;
width: 1322px;
height: 1070px;
z-index: -1;
content: '';
} }
[class^=docMainContainer_] [class^=generatedIndexPage_] .margin-top--lg { [class^=docMainContainer_] [class^=generatedIndexPage_] .margin-top--lg {

BIN
static/img/gems-bg.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB