]> git.proxmox.com Git - proxmox-backup.git/blob - docs/custom.css
docs: conf: fix conf for new alabaster theme version
[proxmox-backup.git] / docs / custom.css
1 div.sphinxsidebar {
2 height: calc(100% - 20px);
3 overflow: auto;
4 }
5
6 h1.logo-name {
7 font-size: 24px;
8 }
9
10 div.body img {
11 width: 250px;
12 }
13 pre {
14 padding: 5px 10px;
15 }
16
17 li a.current {
18 font-weight: bold;
19 border-bottom: 1px solid #000;
20 }
21 ul li.toctree-l1 {
22 margin-top: 0.5em;
23 }
24 ul li.toctree-l1 > a {
25 color: #000;
26 }
27
28 div.sphinxsidebar form.search {
29 margin-bottom: 5px;
30 }
31
32 div.sphinxsidebar h3 {
33 width: 100%;
34 }