Imported Upstream version 2.6.0p2
[debian/amanda] / man / amanda.css
1 /* Taken from the Zmanda wiki, for at least a little bit of visual continuity */
2 body {
3     font: small sans-serif;
4     background: #82B1C8 0 0 no-repeat;
5     color: black;
6 }
7
8 div.refentry {
9     background: white;
10     margin-left: 11em;
11     margin-top: 2em;
12     padding: .6em;
13     padding-top: 0;
14     border: thin gray ridge;
15 }
16
17 pre {
18     padding: 1em;
19     border: 1px dashed #2f6fab;
20     color: black;
21     background-color: #f9f9f9;
22     line-height: 1.1em;
23 }
24
25 /* browsers override this for some reason */
26 table {
27     font-size: small;
28 }
29
30 h1, h2, h3, h4, h5, h6 {
31     color: black;
32     background: none;
33     font-weight: normal;
34     margin: 0;
35     padding-top: .5em;
36     padding-bottom: .17em;
37     border-bottom: 1px solid #5C706D;
38 }
39 h1 { font-size: 188%; }
40 h2 { font-size: 150%; }
41 h3, h4, h5, h6 {
42     border-bottom: none;
43     font-weight: bold;
44 }
45 h3 { font-size: 132%; }
46 h4 { font-size: 116%; }
47 h5 { font-size: 100%; }
48 h6 { font-size: 80%;  }