Add background-colour for <pre>
[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 }
15
16 p, ul, pre {
17     margin-left: 10em;
18 }
19
20 p, ul {
21     max-width: 40em;
22 }
23
24 pre {
25     background: #eee;
26 }
27
28 /*
29  * Works with the HTML emitted by pandoc. It would better if pandoc
30  * were to emit class names that we can use. But it doesn't.
31  */
32 body p:last-of-type {
33     font-size: small;
34     text-align: right;
35 }