File: default.css

package info (click to toggle)
calcium 0.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,756 kB
  • sloc: ansic: 62,836; python: 2,827; sh: 518; makefile: 163
file content (26 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
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
@import url("classic.css");
@import url('https://fonts.googleapis.com/css?family=Roboto');

div .toctree-wrapper { column-count: 2; }

div .toctree-wrapper > ul { margin: 0; }

ul .toctree-l1 { 
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

div.body {
    min-width: 450px;
    max-width: 100%;
}

li p { margin: 0.2em; }

.citation dd {
    margin-left: 6em;
}

code { padding: 0.1em; background-color: #f8f8f8; border: 1px solid #eee; }