Path: blob/develop/src/doc/common/static/custom-jupyter-sphinx.css
4111 views
div.jupyter_container {1border: 0;2}34div.jupyter_container + div.jupyter_container {5margin: 0 0 .5rem 0;6}78div.jupyter_container div.cell_input pre {9margin: .5rem;10}1112div.jupyter_container div.cell_output div.output {13margin: .5rem;14}1516.thebelab-cell .jp-OutputArea {17margin: 0 .5rem;18}1920.thebelab-cell .jp-OutputArea-output {21margin: 0 0 .5rem 0;22overflow-x: auto;23}2425.thebelab-button {26margin: .5rem 0 .5rem .5rem;27padding: 0 .5rem;28min-width: 2rem;29}3031.thebelab-button:active {32color: #0f0fff;33}3435.thebelab-busy {36margin-left: .5rem;37}3839#thebelab-activate-button {40position: fixed;41right: -5.1rem;42top: calc(50% - 1.5rem);43width: 6rem;44border-radius: 1rem;45transition-property: right;46transition-duration: 300ms;47transition-timing-function: ease-out;48z-index: 100;49}5051#thebelab-activate-button:hover {52right: .4rem;53}5455#thebelab-activate-button:active {56color: #0f0fff;57}5859body[data-theme="dark"] {60.jupyter_container {61color: white;62background-color: black;63}6465.jupyter_container .highlight {66background-color: black;67}6869.thebelab-button {70color: #d0d0d0;71background-color: #383838;72}7374.thebelab-button:active {75color: #368ce2;76}7778#thebelab-activate-button {79background-color: #383838;80}8182#thebelab-activate-button:active {83color: #368ce2;84}8586.thebelab-cell .jp-OutputArea-output {87color: white;88background-color: black;89}9091.thebelab-cell .jp-OutputArea-output pre {92color: white;93background-color: black;94}95}9697@media (prefers-color-scheme: dark) {98body[data-theme="auto"] { /* the same styles with body[data-theme="dark"] */99.jupyter_container {100color: white;101background-color: black;102}103104.jupyter_container .highlight {105background-color: black;106}107108.thebelab-button {109color: #d0d0d0;110background-color: #383838;111}112113.thebelab-button:active {114color: #368ce2;115}116117#thebelab-activate-button {118background-color: #383838;119}120121#thebelab-activate-button:active {122color: #368ce2;123}124125.thebelab-cell .jp-OutputArea-output {126color: white;127background-color: black;128}129130.thebelab-cell .jp-OutputArea-output pre {131color: white;132background-color: black;133}134}135}136137138