Lines Matching refs:style

1 /* $Id: example.style.css,v 1.49 2011/12/15 12:18:57 kristaps Exp $ */
3 * This is an example style-sheet provided for mandoc(1) and the -Thtml
33 div.mandoc .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
34 div.mandoc .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
35 div.mandoc .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
39 div.mandoc b.cmd { font-style: normal; } /* Command (Cm). */
40 div.mandoc b.config { font-style: normal; } /* Config statement (Cd). */
43 div.mandoc b.diag { font-style: normal; } /* Diagnostic (Bl -diag). */
48 div.mandoc b.flag { font-style: normal; } /* Flag (Fl, Cm). */
49 div.mandoc b.fname { font-style: normal; } /* Function name (Fa, Fn, Rv). */
51 div.mandoc b.includes { font-style: normal; } /* Header includes (In). */
54 div.mandoc b.macro { font-style: normal; } /* Macro-ish thing (Fd). */
55 div.mandoc b.name { font-style: normal; } /* Name of utility (Nm). */
71 div.mandoc span.type { font-style: italic; font-weight: normal; } /* Variable types (Vt). */
73 div.mandoc b.utility { font-style: normal; } /* Name of utility (Ex). */
74 div.mandoc b.var { font-style: normal; } /* Variables (Rv). */
99 div.mandoc ul.list-bul { list-style-type: disc; padding-left: 1em; }
101 div.mandoc ul.list-dash { list-style-type: none; padding-left: 0em; }
103 div.mandoc ul.list-hyph { list-style-type: none; padding-left: 0em; }
105 div.mandoc ul.list-item { list-style-type: none; padding-left: 0em; }