File: pyinstaller.css

package info (click to toggle)
pyinstaller 6.13.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,520 kB
  • sloc: python: 41,347; ansic: 11,334; makefile: 176; sh: 136; xml: 19
file content (21 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import url("theme.css");

/* --- Inline literals. --- */
html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple).option > dt,
.rst-content code.literal, .rst-content tt.literal {
  color: #000;
  border: unset;
  font-size: 90%;
}
/* Inline literals with link targets
 * (usually generated with :func:`PyInstaller.foo.bar`). */
html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple).option > dt,
.rst-content a code.literal, .rst-content tt.literal {
  border-bottom: solid 1px #0001;
}

/* Space the bullet list entries out slightly only in the changelog to make
them more readable. */
.rst-content .section[id="changelog-for-pyinstaller"] ul li { margin-bottom: 14px; }
/* But don't space out lists within lists because they look stupid. */
.rst-content .section[id="changelog-for-pyinstaller"] ul li ul li { margin-bottom: unset; }