1/*
2 * Copyright 2016 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Augustin Cavalier <waddlesplash>
7 */
8
9*, title {
10  font-family: "Noto Sans", Arial, sans-serif;
11  color: #333333;
12}
13cmdsynopsis, code, command, computeroutput, envar, filename, keycode, keysym,
14literal, option, parameter, sgmltag, systemitem {
15	font-family: "Noto Sans Mono", Courier, "Courier New", monospace, fixed;
16}
17term {
18  font-weight: bold;
19}
20
21chapter, appendix {
22  max-width: 849.6px;
23  margin: 10px auto;
24  align-content: center !important;
25}
26chapter:first-of-type {
27  margin-top: 0 !important;
28}
29chapter title, appendix title {
30  font-size: 22px !important;
31}
32sect1 title {
33  font-size: 18px !important;
34  font-weight: unset;
35}
36title {
37  color: #0c3762;
38  font-weight: bold;
39  border-bottom: dotted thin #c0c0c0;
40  margin-top: 13px !important;
41  margin-bottom: 13px !important;
42  text-align: left !important;
43}
44para {
45  margin-top: 0.5em !important;
46  margin-bottom: 0.5em !important;
47  margin-left: 0 !important;
48  margin-right: 0 !important;
49  font-size: 14.4px;
50  line-height: 21.6px !important;
51}
52