File: doc.css

package info (click to toggle)
ftplib 4.0-1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 560 kB
  • sloc: ansic: 1,711; makefile: 66
file content (29 lines) | stat: -rw-r--r-- 492 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
body {
 font-family: Georgia, "Times New Roman", serif;
 font-size: 0.9em;
 background-color: #F8F8F8;
 color: #000000;
}
h1, h2, h3 {
 font-family: Verdana, Tahoma, "Lucida Grande", Arial, sans-serif;
 margin-bottom: .5em;
}
pre, code {
 font-family: "Lucida Console", monospace;
 font-size: smaller;
}
table, pre, p, li, dt {
 margin-left: 2em;
 margin-right: 2em;
}
dt {
 font-weight: bolder;
}
dd {
 margin-left: 4em;
 margin-right: 2em;
}
td {
 padding-left: 1em;
 padding-right: 1em;
}