blob: ceb5cc74fc86bf0c05d8d4053d666b8bf330b64d (
plain) (
blame)
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
30
31
32
33
34
35
36
37
38
39
40
|
div.body { } /* Wraps entire body file. */
span.sec-head { font-weight: bold; } /* Sections (Sh). */
div.sec-head { }
div.sec-body { }
div.sec-block { }
span.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */
div.ssec-head { }
div.ssec-body { }
div.ssec-block { }
span.addr { text-decoration: underline; } /* Address (Ad). */
span.arg { font-style: italic; } /* Command argument (Ar). */
span.author { } /* Author name (An). */
span.config { font-weight: bold; } /* Config statement (Cd). */
span.define { } /* Defines (Dv). */
span.desc { } /* Nd. After em-dash. */
span.diag { font-weight: bold; } /* Diagnostic (Bl -diag). */
span.emph { font-style: italic; } /* Emphasis (Em). */
span.env { } /* Environment variables (Ev). */
span.errno { } /* Error string (Er). */
span.farg { font-style: underline; } /* Function argument (Fa, Fn). */
span.file { font-style: italic; } /* File (Pa). */
span.flag { font-weight: bold; } /* Flag (Fl, Cm). */
span.macro { } /* Macro-ish thing (Fd). */
span.name { font-weight: bold; } /* Name of utility (Nm). */
span.opt { } /* Options (Op, Oo/Oc). */
span.type { font-weight: italic; } /* Variable types (Vt, Ft, Fn). */
span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
span.utility { font-weight: bold; } /* Name of utility (Ex). */
a.link-man { } /* Manual links (Xr). */
a.link-sec { } /* Section links (Sx). */
div.lit-block { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */
table.header { } /* Document header. */
table.footer { } /* Document footer. */
|