=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.5 retrieving revision 1.8 diff -u -p -r1.5 -r1.8 --- mandoc/Attic/example.style.css 2009/09/24 09:20:02 1.5 +++ mandoc/Attic/example.style.css 2009/09/24 11:55:28 1.8 @@ -1,4 +1,5 @@ -div.body { } /* Wraps entire body file. */ +div.body { font-family: monospace; + min-width: 580px; width: 580px; } /* Top-most div tag. */ span.sec-head { font-weight: bold; } /* Sections (Sh). */ div.sec-head { } @@ -10,7 +11,7 @@ div.ssec-head { } div.ssec-body { } div.ssec-block { } -span.addr { text-decoration: underline; } /* Address (Ad). */ +span.addr { } /* Address (Ad). */ span.arg { font-style: italic; } /* Command argument (Ar). */ span.author { } /* Author name (An). */ span.cmd { font-weight: bold; } /* Command (Cm). */ @@ -21,26 +22,31 @@ span.diag { font-weight: bold; } /* Diagnostic (Bl -di span.emph { font-style: italic; } /* Emphasis (Em). */ span.env { } /* Environment variables (Ev). */ span.errno { } /* Error string (Er). */ -span.farg { text-decoration: underline; } /* Function argument (Fa, Fn). */ -span.fname { text-decoration: underline; } /* Function name (Fa, Fn, Rv). */ +span.farg { font-style: italic; } /* Function argument (Fa, Fn). */ span.file { font-style: italic; } /* File (Pa). */ span.flag { font-weight: bold; } /* Flag (Fl, Cm). */ +span.fname { font-weight: bold; } /* Function name (Fa, Fn, Rv). */ +span.ftype { font-style: italic; } /* Function types (Ft, Fn). */ span.includes { font-weight: bold; } /* Header includes (In). */ -span.macro { } /* Macro-ish thing (Fd). */ +span.lib { } /* Library (Lb). */ +span.lit { font-family: monospace; } /* Literals (Bf -literal). */ +span.macro { font-weight: bold; } /* Macro-ish thing (Fd). */ span.name { font-weight: bold; } /* Name of utility (Nm). */ span.opt { } /* Options (Op, Oo/Oc). */ -span.type { font-style: italic; } /* Variable types (Vt, Ft, Fn). */ +span.symb { font-weight: bold; } /* Symbols. */ +span.type { font-style: italic; } /* Variable types (Vt). */ span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */ span.utility { font-weight: bold; } /* Name of utility (Ex). */ span.var { font-weight: bold; } /* Variables (Rv). */ +a.link-ext { } /* Off-site link (Lk). */ +a.link-mail { } /* Mailto links (Mt). */ a.link-man { } /* Manual links (Xr). */ a.link-sec { } /* Section links (Sx). */ -a.link-mail { } /* Mailto links (Mt). */ -a.link-ext { } /* Off-site link (Lk). */ -div.lit-block { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */ +div.emph { font-style: italic; } /* Emphasis (Bl -emphasis). */ +div.lit { } /* Literal (D1, Bd -literal, Dl, Bd -literal). */ +div.symb { font-weight: bold; } /* Symbols (Bl -symbolic). */ -table.header { } /* Document header. */ table.footer { } /* Document footer. */ - +table.header { } /* Document header. */