BTRFS: Implement some copy relevant helpers.
[haiku.git] / docs / interface_guidelines / haiku.css
blobcdd108d91d1a719d48345968524d56c7b0ca2344
1 /*
2 * Copyright 2016 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Augustin Cavalier <waddlesplash>
7 */
9 *, title {
10 font-family: "Noto Sans", Arial, sans-serif;
11 color: #333333;
13 cmdsynopsis, code, command, computeroutput, envar, filename, keycode, keysym,
14 literal, option, parameter, sgmltag, systemitem {
15 font-family: "Noto Mono", Courier, "Courier New", monospace, fixed;
17 term {
18 font-weight: bold;
21 chapter, appendix {
22 max-width: 849.6px;
23 margin: 10px auto;
24 align-content: center !important;
26 chapter:first-of-type {
27 margin-top: 0 !important;
29 chapter title, appendix title {
30 font-size: 22px !important;
32 sect1 title {
33 font-size: 18px !important;
34 font-weight: unset;
36 title {
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;
44 para {
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;