]>
git.cameronkatri.com Git - mandoc.git/blob - mandoc.css
7ea4d9752ff780094939631aaf463c21421cbd4d
1 /* $Id: mandoc.css,v 1.15 2017/02/05 19:29:19 schwarze Exp $ */
3 * Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
8 html
{ max-width: 100ex; }
9 body
{ font-family: Helvetica
,Arial
,sans-serif
; }
10 table
{ margin-top: 0em;
12 td
{ vertical-align: top
; }
13 ul
, ol
, dl
{ margin-top: 0em;
15 li
, dt
{ margin-top: 1em; }
17 /* Search form and search results. */
19 fieldset
{ border: thin solid silver
;
25 table
.results
{ margin-top: 1em;
29 /* Header and footer lines. */
31 table
.head
{ width: 100%;
32 border-bottom: 1px dotted
#808080;
35 td
.head-vol
{ text-align: center
; }
40 table
.foot
{ width: 100%;
41 border-top: 1px dotted
#808080;
44 td
.foot-os
{ text-align: right
; }
46 /* Sections and paragraphs. */
50 h1
.Sh
{ margin-top: 2ex;
54 h2
.Ss
{ margin-top: 2ex;
58 div
.Pp
{ margin: 1ex 0ex; }
62 /* Displays and lists. */
65 div
.D1
{ margin-left: 5ex; }
67 ul
.Bl-bullet
{ list-style-type: disc
;
70 ul
.Bl-dash
{ list-style-type: none
;
74 ul
.Bl-item
{ list-style-type: none
;
78 ol
.Bl-enum
{ padding-left: 2em; }
84 b
.It-diag
{ font-style: normal
; }
93 dd
.It-ohang
{ margin-left: 0ex; }
94 dl
.Bl-tag
{ margin-left: 8ex; }
95 dt
.It-tag
{ float: left
;
100 vertical-align: top
; }
101 dd
.It-tag
{ width: 100%;
109 td
.It-column
{ margin-top: 1em; }
111 cite
.Rs
{ font-style: normal
;
112 font-weight: normal
; }
114 i
.RsB
{ font-weight: normal
; }
117 i
.RsI
{ font-weight: normal
; }
118 i
.RsJ
{ font-weight: normal
; }
124 span
.RsT
{ text-decoration: underline
; }
131 /* Semantic markup for command line utilities. */
134 b
.Nm
{ font-style: normal
; }
135 b
.Fl
{ font-style: normal
; }
136 b
.Cm
{ font-style: normal
; }
137 i
.Ar
{ font-weight: normal
; }
139 b
.Ic
{ font-style: normal
; }
140 code
.Ev
{ font-style: normal
;
142 font-family: monospace
; }
143 i
.Pa
{ font-weight: normal
; }
145 /* Semantic markup for function libraries. */
148 b
.In
{ font-style: normal
; }
150 b
.Fd
{ font-style: normal
; }
151 i
.Ft
{ font-weight: normal
; }
152 b
.Fn
{ font-style: normal
; }
153 i
.Fa
{ font-weight: normal
; }
154 i
.Vt
{ font-weight: normal
; }
155 i
.Va
{ font-weight: normal
; }
156 code
.Dv
{ font-style: normal
;
158 font-family: monospace
; }
159 code
.Er
{ font-style: normal
;
161 font-family: monospace
; }
163 /* Various semantic markup. */
168 b
.Cd
{ font-style: normal
; }
169 i
.Ad
{ font-weight: normal
; }
170 b
.Ms
{ font-style: normal
; }
173 /* Physical markup. */
175 .No { font-style: normal
;
176 font-weight: normal
; }
177 .Em { font-style: italic
;
178 font-weight: normal
; }
179 .Sy { font-style: normal
;
181 .Li { font-style: normal
;
183 font-family: monospace
; }