File: custom.css

package info (click to toggle)
gemmi 0.5.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,344 kB
  • sloc: cpp: 48,972; python: 4,352; ansic: 3,428; sh: 302; makefile: 69; f90: 42; javascript: 12
file content (19 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

.highlight-pycon .highlight, .highlight-pycon3 .highlight, .highlight-python .highlight {
 background: #fcfcce;
}
.highlight-cpp .highlight {
 background: #e2ffef;
}
.highlight-cpp .highlight .cl {
 color: #486878
}

/* overwrite 12px margin that adds extra spacing before a nested list */
.rst-content .section ul p { margin-bottom: 0; }
/* in sphinx_rtd_theme=1.0 this works, but only in Contents */
.rst-content .section ul li > p { margin-bottom: 0; }

/* roles used in mol.rst */
.orange-fg { color:#d50; }
.blue-bg { background-color:#ace; }