1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
div.sphinxsidebar p.caption {
font-weight: 300;
font-size: 1.4rem;
}
details {
margin-block-start: 1em;
margin-block-end: 1em;
}
div.admonition {
padding-bottom: 0;
}
div.admonition p.admonition-title {
font-size: 17px;
font-weight: bold;
}
div.tip {
background-color: #DFD;
border-color: #ACA;
}
div.scroll-y pre {
max-height: 20em;
overflow-y: auto;
}
div.tutorial pre {
border-left: 5px solid #5A5;
}
@media screen and (min-width: 875px) {
div.document {
width: 100%;
}
}
@media screen and (min-width: 1095px) {
div.document {
width: 1095px;
}
}
|