| | :root { |
| | --pst-color-link: var(--pst-color-primary); |
| | --pst-color-link-hover: var(--pst-color-secondary); |
| | --sd-color-primary: var(--pst-color-primary); |
| | --sd-color-primary-text: var(--pst-color-text-base); |
| | } |
| |
|
| | .simple li>p { |
| | margin: 0; |
| | } |
| |
|
| | |
| | #unreleased-message.bd-header-announcement { |
| | border-bottom: solid var(--pst-color-danger-highlight); |
| | color: var(--pst-color-danger-text); |
| | font-weight: var(--pst-admonition-font-weight-heading); |
| | position: sticky; |
| | top: 0; |
| | z-index: 1050; |
| | } |
| |
|
| | #unreleased-message.bd-header-announcement:after { |
| | background-color: var(--pst-color-danger); |
| | opacity: 1; |
| | } |
| |
|
| | #unreleased-message.bd-header-announcement a { |
| | color: var(--pst-color-danger-text); |
| | } |
| |
|
| | #unreleased-message.bd-header-announcement + .bd-navbar { |
| | top: 3rem; |
| | } |
| |
|
| | |
| | .contents ul { |
| | list-style-type: none; |
| | padding-left: 2em; |
| | } |
| |
|
| | .contents > ul { |
| | padding-left: 0; |
| | } |
| |
|
| | .multicol-toc > ul { |
| | column-width: 250px; |
| | column-gap: 60px; |
| | -webkit-column-width: 250px; |
| | -moz-column-width: 250px; |
| | column-rule: 1px solid #ccc; |
| | } |
| |
|
| | .multicol-toc > li { |
| | |
| | break-inside: avoid-column; |
| | -moz-break-inside: avoid-column; |
| | -webkit-break-inside: avoid-column; |
| | } |
| |
|
| | .contents > ul > li > a { |
| | font-size: 1.0em; |
| | } |
| |
|
| | |
| | |
| | |
| | |
| | |
| | .sphx-glr-thumbcontainer p.caption:hover > a.headerlink{ |
| | visibility: hidden; |
| | } |
| |
|
| | |
| | |
| | .sphx-glr-thumbcontainer { |
| | margin: 5px 2px; |
| | } |
| |
|
| | html[data-theme="dark"] .sphx-glr-thumbcontainer { |
| | background-color: rgb(63, 63, 63); |
| | } |
| |
|
| | |
| | .sphx-glr-thumbcontainer .figure { |
| | padding: 0; |
| | } |
| |
|
| | |
| | |
| | |
| | div.sphx-glr-download-link-note { |
| | display: none; |
| | } |
| |
|
| | |
| | div.sphx-glr-download a { |
| | background-color: #E3F0F6; |
| | background-image: none; |
| | color: #11557c; |
| | border: 0; |
| | } |
| |
|
| | div.sphx-glr-download a:hover { |
| | background-color: #BCD4DF; |
| | } |
| |
|
| | |
| | img.sphx-glr-multi-img { |
| | max-width: 100%; |
| | } |
| |
|
| | table.property-table th, |
| | table.property-table td { |
| | padding: 4px 10px; |
| | } |
| |
|
| | |
| | |
| | |
| | .classifier:before { |
| | display: inline-block; |
| | margin: 0 0.5em; |
| | } |
| |
|
| | |
| | div.graphviz { |
| | border: 1px solid lightgrey; |
| | max-height: 50em; |
| | overflow: auto; |
| | } |
| | img.graphviz.inheritance { |
| | max-width: none; |
| | } |
| |
|
| | |
| | div.wide-table { |
| | overflow-x: auto; |
| | } |
| |
|
| | div.wide-table table th.stub { |
| | background-color: var(--pst-color-background); |
| | background-clip: padding-box; |
| | left: 0; |
| | position: sticky; |
| | } |
| |
|
| | .imrot-img { |
| | display: flex; |
| | margin: auto; |
| | max-width:15em; |
| | align-self: center; |
| | } |
| |
|
| | .imrot-cap { |
| | text-align: center; |
| | font-style: italic; |
| | font-size: large; |
| | } |
| |
|