more muttng -> madmutt
[apps/madmutt.git] / doc / madmutt.css
1 @media screen {
2
3   body {
4     color: black;
5     background: transparent;
6     text-align: justify;
7     margin-left: 1cm;
8     margin-right: 1cm;
9   }
10
11   h1,h2,h3,h4,h5,p.title,div.toc,span.appendix,
12   span.chapter,span.sect1,span.sect2,span.sect3,
13   div.list-of-tables {
14     font-family: sans-serif;
15   }
16
17   h1.title,div.author,p.pubdate,div.abstract {
18     text-align: center;
19   }
20
21   pre.screen {
22     margin-left: 1cm;
23     margin-right: 1cm;
24     padding: 2mm;
25     border-width: 0.4pt;
26     border-style: solid;
27     border-color: black;
28     background-color: #efefef;
29   }
30
31   thead {
32     background-color: #efefef;
33   }
34
35   thead,span.term {
36     font-weight: bold;
37   }
38
39   tr {
40     border-width: 0.4pt;
41     border-color: black;
42     border-style: solid;
43   }
44 }