xref: /OpenGrok/opengrok-web/src/main/webapp/default/mandoc-1.0.0.css (revision ae44c5b1ed9161a97b0b40c64c192042b3f655be)
1/*
2 * Portions Copyright (c) 2017, Chris Fraire <cfraire@me.com>.
3 */
4/* $Id: mandoc.css,v 1.22 2017/07/16 18:45:00 schwarze Exp $ */
5/*
6 * Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
7 */
8
9/* Global defaults. */
10
11/*<<<< OPENGROK REVISED
12html {		max-width: 100ex; }
13body {		font-family: Helvetica,Arial,sans-serif; }
14table {		margin-top: 0em;
15		margin-bottom: 0em; }
16td {		vertical-align: top; }
17ul, ol, dl {	margin-top: 0em;
18		margin-bottom: 0em; }
19li, dt {	margin-top: 1em; }
20========*/
21div#mandoc {	max-width: 100ex;
22		font-family: Helvetica,Arial,sans-serif; }
23div#mandoc table {
24		margin-top: 0em;
25		margin-bottom: 0em; }
26div#mandoc td {	vertical-align: top; }
27div#mandoc ul, div#mandoc ol, div#mandoc dl {
28		margin-top: 0em;
29		margin-bottom: 0em; }
30div#mandoc li, div#mandoc dt {
31		margin-top: 1em; }
32/*>>>> OPENGROK REVISED */
33
34a.selflink {	border-bottom: thin dotted;
35		color: inherit;
36		font: inherit;
37		text-decoration: inherit; }
38/*<<<< OPENGROK REVISED
39* {		clear: both }
40========*/
41div#mandoc * {	clear: both }
42/*>>>> OPENGROK REVISED */
43
44/* Search form and search results. */
45
46/*<<<< OPENGROK DISABLED
47fieldset {	border: thin solid silver;
48		border-radius: 1em;
49		text-align: center; }
50input[name=expr] {
51		width: 25%; }
52
53table.results {	margin-top: 1em;
54		margin-left: 2em;
55		font-size: smaller; }
56>>>> OPENGROK DISABLED */
57
58/* Header and footer lines. */
59
60table.head {	width: 100%;
61		border-bottom: 1px dotted #808080;
62		margin-bottom: 1em;
63		font-size: smaller; }
64td.head-vol {	text-align: center; }
65td.head-rtitle {
66		text-align: right; }
67span.Nd { }
68
69table.foot {	width: 100%;
70		border-top: 1px dotted #808080;
71		margin-top: 1em;
72		font-size: smaller; }
73td.foot-os {	text-align: right; }
74
75/* Sections and paragraphs. */
76
77div.manual-text {
78		margin-left: 5ex; }
79h1.Sh {		margin-top: 2ex;
80		margin-bottom: 1ex;
81		margin-left: -4ex;
82		font-size: 110%; }
83h2.Ss {		margin-top: 2ex;
84		margin-bottom: 1ex;
85		margin-left: -2ex;
86		font-size: 105%; }
87div.Pp {	margin: 1ex 0ex; }
88a.Sx { }
89a.Xr { }
90
91/* Displays and lists. */
92
93div.Bd { }
94div.D1 {	margin-left: 5ex; }
95
96ul.Bl-bullet {	list-style-type: disc;
97		padding-left: 1em; }
98li.It-bullet { }
99ul.Bl-dash {	list-style-type: none;
100		padding-left: 0em; }
101li.It-dash:before {
102		content: "\2014  "; }
103ul.Bl-item {	list-style-type: none;
104		padding-left: 0em; }
105li.It-item { }
106ul.Bl-compact > li {
107		margin-top: 0ex; }
108
109ol.Bl-enum {	padding-left: 2em; }
110li.It-enum { }
111ol.Bl-compact > li {
112		margin-top: 0ex; }
113
114dl.Bl-diag { }
115dt.It-diag { }
116dd.It-diag {	margin-left: 0ex; }
117b.It-diag {	font-style: normal; }
118dl.Bl-hang { }
119dt.It-hang { }
120dd.It-hang {	margin-left: 10.2ex; }
121dl.Bl-inset { }
122dt.It-inset { }
123dd.It-inset {	margin-left: 0ex; }
124dl.Bl-ohang { }
125dt.It-ohang { }
126dd.It-ohang {	margin-left: 0ex; }
127dl.Bl-tag {	margin-left: 10.2ex; }
128dt.It-tag {	float: left;
129		margin-top: 0ex;
130		margin-left: -10.2ex;
131		padding-right: 2ex;
132		vertical-align: top; }
133dd.It-tag {	clear: right;
134		width: 100%;
135		margin-top: 0ex;
136		margin-left: 0ex;
137		vertical-align: top;
138		overflow: auto; }
139dl.Bl-compact > dt {
140		margin-top: 0ex; }
141
142table.Bl-column { }
143tr.It-column { }
144td.It-column {	margin-top: 1em; }
145table.Bl-compact > tbody > tr > td {
146		margin-top: 0ex; }
147
148cite.Rs {	font-style: normal;
149		font-weight: normal; }
150span.RsA { }
151i.RsB {		font-weight: normal; }
152span.RsC { }
153span.RsD { }
154i.RsI {		font-weight: normal; }
155i.RsJ {		font-weight: normal; }
156span.RsN { }
157span.RsO { }
158span.RsP { }
159span.RsQ { }
160span.RsR { }
161span.RsT {	text-decoration: underline; }
162a.RsU { }
163span.RsV { }
164
165span.eqn { }
166table.tbl { }
167
168/* Semantic markup for command line utilities. */
169
170table.Nm { }
171b.Nm {		font-style: normal; }
172b.Fl {		font-style: normal; }
173b.Cm {		font-style: normal; }
174var.Ar {	font-style: italic;
175		font-weight: normal; }
176span.Op { }
177b.Ic {		font-style: normal; }
178code.Ev {	font-style: normal;
179		font-weight: normal;
180		font-family: monospace; }
181i.Pa {		font-weight: normal; }
182
183/* Semantic markup for function libraries. */
184
185span.Lb { }
186b.In {		font-style: normal; }
187a.In { }
188b.Fd {		font-style: normal; }
189var.Ft {	font-style: italic;
190		font-weight: normal; }
191b.Fn {		font-style: normal; }
192var.Fa {	font-style: italic;
193		font-weight: normal; }
194var.Vt {	font-style: italic;
195		font-weight: normal; }
196var.Va {	font-style: italic;
197		font-weight: normal; }
198code.Dv {	font-style: normal;
199		font-weight: normal;
200		font-family: monospace; }
201code.Er {	font-style: normal;
202		font-weight: normal;
203		font-family: monospace; }
204
205/* Various semantic markup. */
206
207span.An { }
208a.Lk { }
209a.Mt { }
210b.Cd {		font-style: normal; }
211i.Ad {		font-weight: normal; }
212b.Ms {		font-style: normal; }
213span.St { }
214a.Ux { }
215
216/* Physical markup. */
217
218.No {		font-style: normal;
219		font-weight: normal; }
220.Em {		font-style: italic;
221		font-weight: normal; }
222.Sy {		font-style: normal;
223		font-weight: bold; }
224.Li {		font-style: normal;
225		font-weight: normal;
226		font-family: monospace; }
227