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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
a {
color: #027bab;
}
a:hover {
color: #750076;
}
div.body h1 {
color: #003d45;
font-family: 'Annie Use Your Telescope', cursive;
font-weight: bold;
font-size: 300%;
}
div.sphinxsidebarwrapper h1.logo {
text-align: center;
margin: 0 0 -20px 0;
}
div.sphinxsidebar p.blurb {
font-size: 130%;
text-align: center;
font-family: 'Annie Use Your Telescope', cursive;
}
div.sphinxsidebar h1 a {
font-size: 160%;
color: #003d45;
text-decoration: none;
border: none;
font-family: 'Annie Use Your Telescope', cursive;
}
div.sphinxsidebar h1 a:hover {
border: none;
}
div.sphinxsidebar h3 {
display: none;
}
div.sphinxsidebar a {
color: #003d45;
}
code.descname {
color: #6840ab;
}
th.field-name {
min-width: 100px;
color: #c5a3ff;
}
tt, code {
color: #F8F8F2;
background: #015259;
border-radius: 0.3em;
padding: 0.0em 0.3em;
}
a.reference.internal code.xref span.pre {
color: #F8F8F2;
background: #015259;
border-bottom: none;
border-radius: 0;
padding: 0;
}
a.reference.internal, a.reference.internal:hover {
border-bottom: none;
}
a.reference.internal:hover code {
background: #027bab
}
a.reference.internal:hover code.xref span.pre {
color: #F8F8F2;
background: #027bab;
border-bottom: none;
}
tt.xref, code.xref, a tt {
background: none;
border-bottom: none;
}
code.literal {
color: #F8F8F2;
background: #015259;
}
pre {
padding: 20px 30px;
background: #003038;
}
div > dl {
border-left: 2px solid #00384021;
padding-left: 5px;
}
dt {
color: #027bab;
}
div.footer::before {
display: block;
content: '';
border-top: 1px solid #f8a5a9;
width: 50%;
margin: 2em auto 2em auto;
}
div.footer {
text-align: center;
color: #029be2;
}
div.footer a {
color: #027bab;
text-decoration: none;
}
@media screen and (max-width: 875px) {
body {
margin: 0;
}
div.body {
min-width: 0;
}
div.highlight {
padding: 0px 5px;
}
div.sphinxsidebar {
background: #003039;
text-align: center;
}
div.sphinxsidebar h1.logo, div.sphinxsidebar p.blurb{
}
div.sphinxsidebar h1 a {
color: #1bc5e0;
}
div.sphinxsidebar a {
color: #ceb1ff;
}
div.sphinxsidebar ul {
color: #ceb1ff;
}
div.sphinxsidebar ul ul {
display: none;
}
div > dl {
border: none;
padding-left: none;
}
}
|