File: custom.css

package info (click to toggle)
python-installer 0.6.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 416 kB
  • sloc: python: 2,576; makefile: 11; sh: 8
file content (29 lines) | stat: -rw-r--r-- 453 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
20
21
22
23
24
25
26
27
28
29
/*** GENERAL ***/

/* Make inline code blocks nicer to look at */
code.literal {
  border-radius: 0.3em;
  padding: 0em 0.3em;
}

div.highlight pre {
  border-radius: 0.2em;
  padding: 0.75em;
  margin: 0 -0.5em;
}

/*** API REFERENCE ***/

/* Space things out properly */
dl > dd:last-child {
  margin-bottom: 10px;
}

/* Add a tiny dash of color to names of things */
dt > .property {
  color: #a02000;
}
.sig-name,
.sig-prename {
  color: #0066bb;
}