]> git.cameronkatri.com Git - mandoc.git/blob - style.css
Explicitly account for \*(Ba when checking for delims. Noted by Jason McIntyre via...
[mandoc.git] / style.css
1 div.body { color: #333333;
2 max-width: 800px;
3 padding-left: 10px;
4 font-size: smaller;
5 font-family: Verdana, Tahoma, Arial, sans-serif; }
6
7 div.sec-head { color: #000000;
8 font-weight: bold; }
9 div.sec-body { }
10 div.sec-block { padding-bottom: 1em; }
11 div.ssec-head { color: #000000;
12 font-weight: bold; }
13 div.ssec-body { }
14 div.ssec-block { }
15
16 span.addr { } /* Address (Ad). */
17 span.arg { font-style: italic; } /* Command argument (Ar). */
18 span.author { } /* Author name (An). */
19 span.cmd { font-weight: bold; } /* Command (Cm). */
20 span.config { font-weight: bold; } /* Config statement (Cd). */
21 span.define { } /* Defines (Dv). */
22 span.desc { } /* Nd. After em-dash. */
23 span.diag { font-weight: bold; } /* Diagnostic (Bl -diag). */
24 span.emph { font-style: italic; } /* Emphasis (Em). */
25 span.env { } /* Environment variables (Ev). */
26 span.errno { } /* Error string (Er). */
27 span.farg { font-style: italic; } /* Function argument (Fa, Fn). */
28 span.file { font-style: italic; } /* File (Pa). */
29 span.flag { font-weight: bold; } /* Flag (Fl, Cm). */
30 span.fname { font-weight: bold; } /* Function name (Fa, Fn, Rv). */
31 span.ftype { font-style: italic; } /* Function types (Ft, Fn). */
32 span.includes { font-weight: bold; } /* Header includes (In). */
33 span.lib { } /* Library (Lb). */
34 span.lit { font-family: monospace; } /* Literals (Bf -literal). */
35 span.macro { font-weight: bold; } /* Macro-ish thing (Fd). */
36 span.name { color: #003333; font-weight: bold; } /* Name of utility (Nm). */
37 span.opt { } /* Options (Op, Oo/Oc). */
38 span.ref { } /* Citations (Rs). */
39 span.ref-auth { } /* Reference author (%A). */
40 span.ref-book { font-style: italic; } /* Reference book (%B). */
41 span.ref-city { } /* Reference city (%C). */
42 span.ref-date { } /* Reference date (%D). */
43 span.ref-issue { font-style: italic; } /* Reference issuer/publisher (%I). */
44 span.ref-jrnl { font-style: italic; } /* Reference journal (%J). */
45 span.ref-num { } /* Reference number (%N). */
46 span.ref-opt { } /* Reference optionals (%O). */
47 span.ref-page { } /* Reference page (%P). */
48 span.ref-corp { } /* Reference corporate/foreign author (%Q). */
49 span.ref-rep { } /* Reference report (%R). */
50 span.ref-title { } /* Reference title (%T). */
51 span.ref-vol { } /* Reference volume (%V). */
52 span.symb { font-weight: bold; } /* Symbols. */
53 span.type { font-style: italic; } /* Variable types (Vt). */
54 span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
55 span.utility { font-weight: bold; } /* Name of utility (Ex). */
56 span.var { font-weight: bold; } /* Variables (Rv). */
57
58 a.link-ext { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Off-site link (Lk). */
59 a.link-includes { } /* Include-file link (In). */
60 a.link-mail { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Mailto links (Mt). */
61 a.link-man { } /* Manual links (Xr). */
62 a.link-sec { text-decoration: none; border-bottom: 1px dotted #339999; } /* Section links (Sx). */
63
64 div.emph { font-style: italic; } /* Emphasis (Bl -emphasis). */
65 div.lit { margin: 3px;
66 padding: 3px;
67 background-color: #EEEEEE;
68 border: 1px solid #339999;
69 color: #000000;
70 font-family: monospace; }
71 div.symb { font-weight: bold; } /* Symbols (Bl -symbolic). */
72
73 table.header { border-bottom: 1px dotted #dddddd;
74 color: #999999; }
75 table.footer { border-top: 1px dotted #dddddd;
76 color: #999999; }
77