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
|
@import "sphinxdoc.css";
.feature {
font-size: 60%;
font-style: italic;
}
.toctree-l1 .feature {
display: none;
}
h1, h2, h3, h4 {color: #369}
h2 { margin-top: 60px; }
img.screenshot {
height: auto !important;
max-width: 300px;
margin: 15px;
margin-bottom: 4px;
border: 1px solid #bbb;
-moz-box-shadow: 2px 2px 2px 3px #eee;
-webkit-box-shadow: 2px 2px 2px 3px #eee;
box-shadow: 2px 2px 2px 3px #eee;
}
div.figure {
display: inline-block;
vertical-align: middle;
}
div.figure p.caption {
/* display: inline; */
margin: 0 0 0 20px;
font-size: 80%;
text-align: center;
}
div.bodywrapper {
/* Limit width to make more readable */
max-width: 1000px;
}
span.guilabel {
font-style: italic;
color: rgb(124, 171, 255);
}
span.menuselection {
font-style: italic;
color: rgb(255, 79, 74);
}
code.kbd {
padding: 3px;
border-radius: 8px;
border: 1px solid #BBB;
}
div.sphinxsidebar {
width: auto;
max-width: 210px;
}
.toctree-l1 a, .toctree-l2 a, .toctree-l3 a,
.toctree-l1 a tt, .toctree-l2 a tt, .toctree-l3 a tt
{
color: #369;
}
|