]>
git.cameronkatri.com Git - mandoc.git/blob - example.style.css
1 div
.body
{ } /* Wraps entire body file. */
3 span
.sec-head
{ font-weight: bold
; } /* Sections (Sh). */
8 span
.ssec-head
{ font-weight: bold
; } /* Sub-sections (Ss). */
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
.cmd
{ font-weight: bold
; } /* Command (Cm). */
17 span
.config
{ font-weight: bold
; } /* Config statement (Cd). */
18 span
.define
{ } /* Defines (Dv). */
19 span
.desc
{ } /* Nd. After em-dash. */
20 span
.diag
{ font-weight: bold
; } /* Diagnostic (Bl -diag). */
21 span
.emph
{ font-style: italic
; } /* Emphasis (Em). */
22 span
.env
{ } /* Environment variables (Ev). */
23 span
.errno
{ } /* Error string (Er). */
24 span
.farg
{ text-decoration: underline
; } /* Function argument (Fa, Fn). */
25 span
.fname
{ text-decoration: underline
; } /* Function name (Fa, Fn, Rv). */
26 span
.file
{ font-style: italic
; } /* File (Pa). */
27 span
.flag
{ font-weight: bold
; } /* Flag (Fl, Cm). */
28 span
.includes
{ font-weight: bold
; } /* Header includes (In). */
29 span
.macro
{ } /* Macro-ish thing (Fd). */
30 span
.name
{ font-weight: bold
; } /* Name of utility (Nm). */
31 span
.opt
{ } /* Options (Op, Oo/Oc). */
32 span
.type
{ font-style: italic
; } /* Variable types (Vt, Ft, Fn). */
33 span
.unix
{ } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
34 span
.utility
{ font-weight: bold
; } /* Name of utility (Ex). */
35 span
.var
{ font-weight: bold
; } /* Variables (Rv). */
37 a
.link-man
{ } /* Manual links (Xr). */
38 a
.link-sec
{ } /* Section links (Sx). */
39 a
.link-mail
{ } /* Mailto links (Mt). */
40 a
.link-ext
{ } /* Off-site link (Lk). */
42 div
.lit-block
{ font-family: monospace
; } /* Literal block (D1, Bd -literal, Dl). */
44 table
.header
{ } /* Document header. */
45 table
.footer
{ } /* Document footer. */