diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-16 18:02:39 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-16 18:02:39 +1000 |
| commit | 9f3606a2c12d7c66e136283ae68855c2f70b2ed1 (patch) | |
| tree | 09a80c1eaac914fa668d43d076bbc6447afb5bc2 /docs/book/css/print-9e4910d8.css | |
| parent | 056996cf5914978a7a0051d11bf5bc4570705fa8 (diff) | |
feat(docs): Add mdbook docs
Diffstat (limited to 'docs/book/css/print-9e4910d8.css')
| -rw-r--r-- | docs/book/css/print-9e4910d8.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/book/css/print-9e4910d8.css b/docs/book/css/print-9e4910d8.css new file mode 100644 index 0000000..2004384 --- /dev/null +++ b/docs/book/css/print-9e4910d8.css @@ -0,0 +1,50 @@ + +#mdbook-sidebar, +#mdbook-menu-bar, +.nav-chapters, +.mobile-nav-chapters { + display: none; +} + +#mdbook-page-wrapper.page-wrapper { + transform: none !important; + margin-inline-start: 0px; + overflow-y: initial; +} + +#mdbook-content { + max-width: none; + margin: 0; + padding: 0; +} + +.page { + overflow-y: initial; +} + +code { + direction: ltr !important; +} + +pre > .buttons { + z-index: 2; +} + +a, a:visited, a:active, a:hover { + color: #4183c4; + text-decoration: none; +} + +h1, h2, h3, h4, h5, h6 { + page-break-inside: avoid; + page-break-after: avoid; +} + +pre, code { + page-break-inside: avoid; + white-space: pre-wrap; +} + +.fa { + display: none !important; +} |
