]>
git.cameronkatri.com Git - mandoc.git/blob - mandoc.css
1 /* $Id: mandoc.css,v 1.18 2017/03/13 20:22:18 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 a
.selflink
{ border-bottom: thin dotted
;
20 text-decoration: inherit
; }
22 /* Search form and search results. */
24 fieldset
{ border: thin solid silver
;
30 table
.results
{ margin-top: 1em;
34 /* Header and footer lines. */
36 table
.head
{ width: 100%;
37 border-bottom: 1px dotted
#808080;
40 td
.head-vol
{ text-align: center
; }
45 table
.foot
{ width: 100%;
46 border-top: 1px dotted
#808080;
49 td
.foot-os
{ text-align: right
; }
51 /* Sections and paragraphs. */
55 h1
.Sh
{ margin-top: 2ex;
59 h2
.Ss
{ margin-top: 2ex;
63 div
.Pp
{ margin: 1ex 0ex; }
67 /* Displays and lists. */
70 div
.D1
{ margin-left: 5ex; }
72 ul
.Bl-bullet
{ list-style-type: disc
;
75 ul
.Bl-dash
{ list-style-type: none
;
79 ul
.Bl-item
{ list-style-type: none
;
83 ol
.Bl-enum
{ padding-left: 2em; }
89 b
.It-diag
{ font-style: normal
; }
98 dd
.It-ohang
{ margin-left: 0ex; }
99 dl
.Bl-tag
{ margin-left: 8ex; }
100 dt
.It-tag
{ float: left
;
105 vertical-align: top
; }
106 dd
.It-tag
{ width: 100%;
114 td
.It-column
{ margin-top: 1em; }
116 cite
.Rs
{ font-style: normal
;
117 font-weight: normal
; }
119 i
.RsB
{ font-weight: normal
; }
122 i
.RsI
{ font-weight: normal
; }
123 i
.RsJ
{ font-weight: normal
; }
129 span
.RsT
{ text-decoration: underline
; }
136 /* Semantic markup for command line utilities. */
139 b
.Nm
{ font-style: normal
; }
140 b
.Fl
{ font-style: normal
; }
141 b
.Cm
{ font-style: normal
; }
142 var
.Ar
{ font-style: italic
;
143 font-weight: normal
; }
145 b
.Ic
{ font-style: normal
; }
146 code
.Ev
{ font-style: normal
;
148 font-family: monospace
; }
149 i
.Pa
{ font-weight: normal
; }
151 /* Semantic markup for function libraries. */
154 b
.In
{ font-style: normal
; }
156 b
.Fd
{ font-style: normal
; }
157 var
.Ft
{ font-style: italic
;
158 font-weight: normal
; }
159 b
.Fn
{ font-style: normal
; }
160 var
.Fa
{ font-style: italic
;
161 font-weight: normal
; }
162 var
.Vt
{ font-style: italic
;
163 font-weight: normal
; }
164 var
.Va
{ font-style: italic
;
165 font-weight: normal
; }
166 code
.Dv
{ font-style: normal
;
168 font-family: monospace
; }
169 code
.Er
{ font-style: normal
;
171 font-family: monospace
; }
173 /* Various semantic markup. */
178 b
.Cd
{ font-style: normal
; }
179 i
.Ad
{ font-weight: normal
; }
180 b
.Ms
{ font-style: normal
; }
184 /* Physical markup. */
186 .No { font-style: normal
;
187 font-weight: normal
; }
188 .Em { font-style: italic
;
189 font-weight: normal
; }
190 .Sy { font-style: normal
;
192 .Li { font-style: normal
;
194 font-family: monospace
; }