]> git.cameronkatri.com Git - mandoc.git/blob - example.style.css
Accent marks sync'd with current groff.
[mandoc.git] / example.style.css
1 div.body { } /* Wraps entire body file. */
2
3 span.sec-head { font-weight: bold; } /* Sections (Sh). */
4 div.sec-head { }
5 div.sec-body { }
6 div.sec-block { }
7
8 span.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */
9 div.ssec-head { }
10 div.ssec-body { }
11 div.ssec-block { }
12
13 span.addr { text-decoration: underline; } /* Address (Ad). */
14 span.arg { font-style: italic; } /* Command argument (Ar). */
15 span.author { } /* Author name (An). */
16 span.config { font-weight: bold; } /* Config statement (Cd). */
17 span.define { } /* Defines (Dv). */
18 span.desc { } /* Nd. After em-dash. */
19 span.diag { font-weight: bold; } /* Diagnostic (Bl -diag). */
20 span.emph { font-style: italic; } /* Emphasis (Em). */
21 span.env { } /* Environment variables (Ev). */
22 span.errno { } /* Error string (Er). */
23 span.farg { text-decoration: underline; } /* Function argument (Fa, Fn). */
24 span.file { font-style: italic; } /* File (Pa). */
25 span.flag { font-weight: bold; } /* Flag (Fl, Cm). */
26 span.macro { } /* Macro-ish thing (Fd). */
27 span.name { font-weight: bold; } /* Name of utility (Nm). */
28 span.opt { } /* Options (Op, Oo/Oc). */
29 span.type { font-style: italic; } /* Variable types (Vt, Ft, Fn). */
30 span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
31 span.utility { font-weight: bold; } /* Name of utility (Ex). */
32
33 a.link-man { } /* Manual links (Xr). */
34 a.link-sec { } /* Section links (Sx). */
35 a.link-mail { } /* Mailto links (Mt). */
36 a.link-ext { } /* Off-site link (Lk). */
37
38 div.lit-block { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */
39
40 table.header { } /* Document header. */
41 table.footer { } /* Document footer. */
42