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
|
@import url("./sphinxdoc.css");
body {
background-color: #E5E2E2;
min-width: 70em;
}
div.sphinxsidebar h4, div.sphinxsidebar h3 {
background-color: #2F83C8;
}
h1 {
color: #2F83C8;
}
div.footer {
background-color: #CEC890;
}
div.body {
background-color: white;
}
div.highlight-python pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
p.graphviz img {
max-width: 100%;
}
th.field-name {
white-space: nowrap;
}
div.doc2.container tbody {
vertical-align: top;
}
div.doc2.container li {
list-style-type: none;
}
div.doc2.container p.first{
font-weight: bold;
font-size: 14px;
}
div.doc2.container ul{
margin: 10px;
}
div.doc2 .reference.internal{
font-size: 14px;
}
|