1ea5722b8f
highlighting the current chapter and some other small formatting improvements Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
35 lines
443 B
CSS
35 lines
443 B
CSS
div.sphinxsidebar {
|
|
height: calc(100% - 20px);
|
|
overflow: auto;
|
|
}
|
|
|
|
h1.logo-name {
|
|
font-size: 24px;
|
|
}
|
|
|
|
div.body img {
|
|
width: 250px;
|
|
}
|
|
pre {
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
li a.current {
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
ul li.toctree-l1 {
|
|
margin-top: 0.5em;
|
|
}
|
|
ul li.toctree-l1 > a {
|
|
color: #000;
|
|
}
|
|
|
|
div.sphinxsidebar form.search {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
div.sphinxsidebar h3 {
|
|
width: 100%;
|
|
}
|