diff --git a/www/api/data/generated.html b/www/api/data/generated.html index 9c9739b..575cc82 100644 --- a/www/api/data/generated.html +++ b/www/api/data/generated.html @@ -33,18 +33,18 @@ } /* style */ @import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i'); - + :root { --highlight-dark: #f16623; --highlight-light: #ff8003; --highlight-color: #fff; --highlight-background: linear-gradient( to left, var(--highlight-light), var(--highlight-dark) ); - + --support-dark: #444; --support-light: #484848; --support-color: #eee; --support-background: linear-gradient( to left, var(--support-light), var(--support-dark) ); - + --grey-dark: #38393c; --grey-medium: #7f8185; --grey-light: #e9ebec; @@ -52,23 +52,23 @@ --black: #000; --white: #fff; --grey-background: var(--grey-dark); - + --font-family: 'Alegreya Sans', sans-serif; --font-size: 14px; --line-height: 1.5em; --color: #7f8185; --background: #333; } - + /* general styling on default elements */ - + html, body { margin: 0; padding: 0; font-family: var(--font-family); font-size: var(--font-size); line-height: var(--line-height); - color: var(--color); + color: var(--color); background-color: var(--background); } body { @@ -84,7 +84,7 @@ margin: 0; margin-bottom: 0.5em; } - + h2 { font-size: 1.6em; font-weight: 400; @@ -92,25 +92,25 @@ margin: 0; margin-bottom: 0.5em; } - + * { box-sizing: border-box; } - + img { display: block; max-width: 100%; } - + a { color: var(--highlight-dark); } a:visited { color: var(--highlight-dark); } - + /* custom styling for custom elements */ - + .sb-button, a.sb-button { background: var(--support-background); @@ -120,7 +120,7 @@ border: 1px solid #ccc; text-decoration: none; } - + .sb-button:first-child { margin-left: 0; } @@ -131,7 +131,7 @@ background: var(--highlight-background); color: var(--highlight-color); } - + .text-content { padding: 2.2375em; max-width: 50em; @@ -139,13 +139,13 @@ .text-content *:first-child { margin-top: 0; } - + body { - display: grid; - grid-template-columns: 210px 2fr 2fr; - grid-template-rows: 60px 2fr 2fr; - gap: 0px 0px; - grid-template-areas: + display: grid; + grid-template-columns: 210px 2fr 2fr; + grid-template-rows: 60px 2fr 2fr; + gap: 0px 0px; + grid-template-areas: "header header header" "nav pane pane" "nav pane pane" @@ -171,7 +171,7 @@ nav ul ul { padding: 0 1.7em; } - + nav > ul > li[data-simply-command=expandMenu][open]::before { content: "[-] "; font-family: monospace; @@ -183,7 +183,7 @@ .sb-part { margin-top: 1em; } - + .sb-part-header { display: grid; grid-template-columns: 1fr 1fr; @@ -273,7 +273,7 @@ .sb-editor-code textarea { margin-top: -1px; } - + ul.sb-components-list { list-style: none; padding: 0; @@ -289,9 +289,9 @@ padding: 10px; border-radius: 2px; } - + /* Components: Toast */ - + :root { --simply-toast-height: 60px; --simply-toast-hide-delay: 3s; @@ -313,7 +313,7 @@ --simply-heading-weight: 900; --simply-heading-multiplier: 1.1; } - + ul.simply-toasts, ol.simply-toasts, .simply-toasts { @@ -354,7 +354,7 @@ li.simply-toast-warning { border-color: var(--simply-warning-color); } - + @keyframes simply-toast-show { 0% { transform: scaleX(0); @@ -413,7 +413,7 @@ animation: simply-toast-move var(--simply-toast-show-duration), simply-toast-hide var(--simply-toast-hide-duration) forwards; animation-delay: 0s, var(--simply-toast-hide-delay); } - + /* QUnit iframe */ .qunit-code { display: none; @@ -538,14 +538,14 @@ border: 0; z-index: 10; } - body:has(main.sb-fullscreen-preview) header, + body:has(main.sb-fullscreen-preview) header, body:has(main.sb-fullscreen-preview) nav { display: none; } - + @@ -4223,18 +4235,18 @@