5d28acb9f2cb716fbc30781542559c8553525449
[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 p, ul {
21     max-width: 40em;
22 }
23
24 /*
25  * Works with the HTML emitted by pandoc. It would better if pandoc
26  * were to emit class names that we can use. But it doesn't.
27  */
28 body p:last-of-type {
29     font-size: small;
30     text-align: right;
31 }