=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.18 retrieving revision 1.22 diff -u -p -r1.18 -r1.22 --- mandoc/Attic/example.style.css 2009/11/15 06:45:31 1.18 +++ mandoc/Attic/example.style.css 2010/12/15 15:32:01 1.22 @@ -1,3 +1,5 @@ +/* $Id: example.style.css,v 1.22 2010/12/15 15:32:01 kristaps Exp $ */ + div.body { font-family: monospace; min-width: 580px; width: 580px; } /* Top-most div tag. */ @@ -9,7 +11,7 @@ div.ssec-head { font-weight: bold; font-style: normal; div.ssec-body { } div.ssec-block { } -span.addr { } /* Address (Ad). */ +span.addr { font-style: italic; font-weight: normal; } /* Address (Ad). */ span.arg { font-style: italic; font-weight: normal; } /* Command argument (Ar). */ span.author { } /* Author name (An). */ span.bold { font-weight: bold; font-style: normal; } /* Generically bold (SB, BI, IB, BR, RB, B). */ @@ -45,7 +47,7 @@ span.ref-opt { } /* Reference optionals (%O). */ span.ref-page { } /* Reference page (%P). */ span.ref-corp { } /* Reference corporate/foreign author (%Q). */ span.ref-rep { } /* Reference report (%R). */ -span.ref-title { } /* Reference title (%T). */ +span.ref-title { text-decoration: underline; } /* Reference title (%T). */ span.ref-vol { } /* Reference volume (%V). */ span.roman { font-style: normal; font-weight: normal; } /* Generic font. */ span.small { font-size: smaller; } /* Generically small (SB, SM). */ @@ -68,3 +70,44 @@ div.symb { font-weight: bold; font-style: normal; } /* table.footer { } /* Document footer. */ table.header { } /* Document header. */ + +/* Formatting for lists. */ + +dl.list-diag { } +dt.list-diag { } +dd.list-diag { } + +dl.list-hang { } +dt.list-hang { } +dd.list-hang { } + +dl.list-inset { } +dt.list-inset { } +dd.list-inset { } + +dl.list-ohang { } +dt.list-ohang { } +dd.list-ohang { } + +dl.list-tag { } +dt.list-tag { } +dd.list-tag { } + +table.list-col { } +tr.list-col { } +td.list-col { } + +ul.list-bul { } +li.list-bul { } + +ul.list-dash { } +li.list-dash { } + +ul.list-hyph { } +li.list-hyph { } + +ul.list-item { } +li.list-item { } + +ol.list-enum { } +li.list-enum { }