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
|
@import "sphinxdoc.css";
.menuselection {
background-color: #f2f2f2; /* same as .kbd */
border-bottom: 1px solid #ddd; /* same as .kbd */
color: #333; /* same as .kbd */
}
/* same as in release notes */
h1, h2, h3, h4 {color: #369}
h2 { margin-top: 60px; margin-bottom: 20px}
h3 { margin-bottom: 15px }
div.bodywrapper {
/* Limit width to make more readable */
max-width: 700px;
}
div.sphinxsidebar {
width: auto;
max-width: 400px;
}
div.sphinxsidebar ul ul {
list-style: none;
}
.toctree-l1 a, .toctree-l2 a, .toctree-l3 a,
.toctree-l1 a tt, .toctree-l2 a tt, .toctree-l3 a tt
{
color: #369;
}
|