Code

doc: Added a minimalistic custom CSS for manpages.
[sysdb.git] / doc / sysdb-man.css
1 /*
2  * SysDB - CSS stylesheet for manpages
3  */
5 body {
6         margin: 1em 5% 1em 5%;
7         line-height: 1.2;
8 }
10 h1, h2, h3, h4, h5, h6 {
11         color: #527bbd;
12         font-family: sans-serif;
13 }
15 body h1 {
16         border-bottom: 2px solid silver;
17 }
19 body h2 {
20         border-bottom: 2px solid silver;
21 }
23 body pre {
24         margin: 0.5em 10% 0.5em 1em;
25         line-height: 1.0;
26         color: navy;
27 }
29 /* vim: set tw=78 sw=4 ts=4 noexpandtab : */