=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.2 retrieving revision 1.7 diff -u -p -r1.2 -r1.7 --- mandoc/Attic/style.css 2009/03/24 10:28:06 1.2 +++ mandoc/Attic/style.css 2009/09/21 13:06:13 1.7 @@ -1,56 +1,40 @@ -body { color: #333333; - font-size: smaller; - font-family: Verdana, Tahoma, Arial, sans-serif; } +div.body { } /* Wraps entire body file. */ -p { margin-left: 40px; - text-align: justify; } +span.sec-head { font-weight: bold; } /* Sections (Sh). */ +div.sec-head { } +div.sec-body { } +div.sec-block { } -table { margin-left: 40px; } +span.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */ +div.ssec-head { } +div.ssec-body { } +div.ssec-block { } -ul { margin-left: 40px; } +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). */ -p.boxed { border: 1px solid #cccccc; - margin-left: 40px; - text-align: justify; - padding: 2px; - color: black; } +a.link-man { } /* Manual links (Xr). */ +a.link-sec { } /* Section links (Sx). */ -h1 { font-weight: bold; - font-size: small; - font-family: Verdana, Tahoma, Arial, sans-serif; } +div.lit-block { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */ -h2 { font-weight: bold; - font-size: small; - margin-left: 20px; - margin-bottom: 0px; - font-family: Verdana, Tahoma, Arial, sans-serif; } - -h3 { font-size: small; - font-weight: normal; - margin-left: 20px; - margin-bottom: 0px; - font-family: Verdana, Tahoma, Arial, sans-serif; } - -span.man { color: #000000; border-bottom: 1px dotted #999999; } - -span.path { color: #000000; } - -span.nm { color: #000000; font-weight: bold; } - -span.attn { color: #000000; font-weight: bold; } - -span.fl { font-weight: bold; } - -span.ar { text-decoration: underline; } - -div.head { border-bottom: 1px dotted #cccccc; - padding-bottom: 5px; - text-align: right; } - -div.foot { border-top: 1px dotted #cccccc; - padding-top: 5px; - font-size: smaller; - text-align: right; } - -a.external { background: transparent url(external.png) center right no-repeat; padding-right: 12px; } +table.header { } /* Document header. */ +table.footer { } /* Document footer. */