New file, mkws-doc.css
[mkws-moved-to-github.git] / tools / htdocs / mkws-doc.css
1 body {
2     font-family: Times, "Times Roman", "Times New Roman";
3 }
4
5 h1, h2, h3 {
6     color: #666;
7     font-weight: bold;
8     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
9 }
10
11 h1 {
12     background: #eee;
13     padding: 0.2em;
14 }
15
16 p, ul, pre {
17     margin-left: 10em;
18 }
19
20 /*
21  * Works with the HTML emitted by pandoc. It would better if pandoc
22  * were to emit class names that we can use. But it doesn't.
23  */
24 body p:last-of-type {
25     font-size: small;
26     text-align: right;
27 }