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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
/*
https://github.com/bitprophet/alabaster
*/
/* Roboto (Sans), Roboto Slab ("serif"), Roboto Mono*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,600;1,400&family=Roboto+Slab:wght@700&family=Roboto:ital@0;1&display=swap');
.logo {
font-family: "Roboto Slab";
}
img.logo {
width: 80%;
}
div.document {
margin-top: 0pt;
}
div.related.top {
margin-top: -1em;
}
div.related.top nav {
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.sphinxsidebarwrapper .caption {
margin-top: 1em;
margin-bottom: -0.75em;
}
.section h1 {
font-weight: 700;
}
.py.class {
margin-top: 1.5em;
}
.py.method {
padding-top: 0.25em;
padding-bottom: 1.25em;
border-top: 1px solid #EEE;
}
.py.function{
padding-top: 1.25em;
}
.related.bottom {
margin-top: 1em;
}
body {
font-weight: 400;
}
nav#rellinks {
float: left;
width: 100%;
}
nav#rellinks li:first-child {
float: left;
text-align: left;
width: 50%;
}
nav#rellinks li:last-child {
float: right;
text-align: right;
width: 50%;
}
nav#rellinks li+li:before {
content: "";
}
div.related.top nav::after {
float: none;
}
|