| |
| |
| |
| @media print { |
|
|
| html, |
| body { |
| background: #fff; |
| } |
|
|
| |
| body { |
| margin: 0; |
| } |
|
|
| |
| #theme-toggle { |
| display: none !important; |
| } |
|
|
| |
| .content-grid main a { |
| text-decoration: none; |
| background: none; |
| border-bottom: 1px solid rgba(0, 0, 0, .2); |
| } |
|
|
| |
| .content-grid main pre, |
| .content-grid main blockquote, |
| .content-grid main table, |
| .content-grid main figure { |
| break-inside: avoid; |
| page-break-inside: avoid; |
| } |
|
|
| |
| .content-grid main h2 { |
| page-break-before: auto; |
| page-break-after: avoid; |
| break-after: avoid-page; |
| } |
|
|
| |
| .code-lang-chip { |
| display: none !important; |
| } |
|
|
| |
| :root { |
| --surface-bg: #fff; |
| --border-color: rgba(0, 0, 0, .2); |
| --link-underline: rgba(0, 0, 0, .3); |
| --link-underline-hover: rgba(0, 0, 0, .4); |
| } |
|
|
| |
| .content-grid { |
| grid-template-columns: 1fr !important; |
| } |
|
|
| .table-of-contents, |
| .right-aside, |
| .toc-mobile-toggle, |
| .toc-mobile-backdrop, |
| .toc-mobile-sidebar { |
| display: none !important; |
| } |
|
|
| main>nav:first-of-type { |
| display: none !important; |
| } |
|
|
| |
| .hero, |
| .hero-banner, |
| .html-embed__card, |
| .js-plotly-plot, |
| figure, |
| pre, |
| table, |
| blockquote, |
| .wide, |
| .full-width, |
| .stack > *, |
| .card, |
| .palettes, |
| .palette-card, |
| .color-picker, |
| .note { |
| break-inside: avoid; |
| page-break-inside: avoid; |
| } |
|
|
| |
| .hero { |
| page-break-after: avoid; |
| } |
|
|
| |
| .hero-banner { |
| width: 100% !important; |
| max-width: 980px !important; |
| margin-left: auto !important; |
| margin-right: auto !important; |
| overflow: hidden; |
| } |
|
|
| .hero-banner > *, |
| .hero-banner svg, |
| .hero-banner canvas, |
| .hero-banner img, |
| .hero-banner video { |
| max-width: 100% !important; |
| width: 100% !important; |
| height: auto !important; |
| margin-left: auto !important; |
| margin-right: auto !important; |
| display: block; |
| } |
| } |
|
|
|
|
| @media print { |
| .meta-container-cell--pdf { |
| display: none !important; |
| } |
| } |