More CSS tweaking.
[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: #68a;
7     font-weight: bold;
8     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
9 }
10
11 h1 {
12     background: #e0e8f8;
13     padding: 0.2em;
14     font-weight: normal;
15 }
16
17 h2.author {
18     font-size: 120%;
19     color: black
20 }
21
22 h3.date {
23     font-size: 100%;
24     color: black
25 }
26
27 body > p, ul, pre {
28     margin-left: 10%;
29 }
30
31 p, ul {
32     max-width: 40em;
33 }
34
35 pre {
36     background: #eee;
37 }
38
39 /*
40  * Works with the HTML emitted by pandoc. It would better if pandoc
41  * were to emit class names that we can use. But it doesn't.
42  */  
43 body > p:last-of-type {
44     font-size: small;
45     max-width: none;
46     text-align: right;
47 }