123456789101112131415161718192021222324252627282930 |
- body { color: black; background-color: white; margin: 0.5cm; }
- a:link, a:visited { color: #900000; }
- h1 { text-transform:uppercase; font-size: 18pt; color: #00009F; }
- p { margin-left:1cm; margin-right:1cm; }
- .cmd { font-family:monospace; }
- .file { font-family:monospace; }
- .arg { text-transform:uppercase; font-family:monospace; font-style: italic; }
- .opt { font-family:monospace; font-weight: bold; }
- .manref { font-family:monospace; }
- .option .optdesc { margin-left:2cm; }
|