]>
git.cameronkatri.com Git - mandoc.git/blob - mandoc.css
1 /* $Id: mandoc.css,v 1.21 2017/07/15 17:29:31 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
;
85 ol
.Bl-enum
{ padding-left: 2em; }
92 dd
.It-diag
{ margin-left: 0ex; }
93 b
.It-diag
{ font-style: normal
; }
96 dd
.It-hang
{ margin-left: 10.2ex; }
99 dd
.It-inset
{ margin-left: 0ex; }
102 dd
.It-ohang
{ margin-left: 0ex; }
103 dl
.Bl-tag
{ margin-left: 10.2ex; }
104 dt
.It-tag
{ float: left
;
107 margin-left: -10.2ex;
109 vertical-align: top
; }
110 dd
.It-tag
{ width: 100%;
120 td
.It-column
{ margin-top: 1em; }
121 table
.Bl-compact
> tbody
> tr
> td
{
124 cite
.Rs
{ font-style: normal
;
125 font-weight: normal
; }
127 i
.RsB
{ font-weight: normal
; }
130 i
.RsI
{ font-weight: normal
; }
131 i
.RsJ
{ font-weight: normal
; }
137 span
.RsT
{ text-decoration: underline
; }
144 /* Semantic markup for command line utilities. */
147 b
.Nm
{ font-style: normal
; }
148 b
.Fl
{ font-style: normal
; }
149 b
.Cm
{ font-style: normal
; }
150 var
.Ar
{ font-style: italic
;
151 font-weight: normal
; }
153 b
.Ic
{ font-style: normal
; }
154 code
.Ev
{ font-style: normal
;
156 font-family: monospace
; }
157 i
.Pa
{ font-weight: normal
; }
159 /* Semantic markup for function libraries. */
162 b
.In
{ font-style: normal
; }
164 b
.Fd
{ font-style: normal
; }
165 var
.Ft
{ font-style: italic
;
166 font-weight: normal
; }
167 b
.Fn
{ font-style: normal
; }
168 var
.Fa
{ font-style: italic
;
169 font-weight: normal
; }
170 var
.Vt
{ font-style: italic
;
171 font-weight: normal
; }
172 var
.Va
{ font-style: italic
;
173 font-weight: normal
; }
174 code
.Dv
{ font-style: normal
;
176 font-family: monospace
; }
177 code
.Er
{ font-style: normal
;
179 font-family: monospace
; }
181 /* Various semantic markup. */
186 b
.Cd
{ font-style: normal
; }
187 i
.Ad
{ font-weight: normal
; }
188 b
.Ms
{ font-style: normal
; }
192 /* Physical markup. */
194 .No { font-style: normal
;
195 font-weight: normal
; }
196 .Em { font-style: italic
;
197 font-weight: normal
; }
198 .Sy { font-style: normal
;
200 .Li { font-style: normal
;
202 font-family: monospace
; }