work on docs
[pspp] / doc / pspp-manual.css
1 /* Use a sans-serif font for the Syntax descriptions of each command. */
2 pre.display {
3     font-family: sans-serif;
4 }
5
6 .pspp h1 {
7     font-size: 150%;
8     margin-left: -1.33em
9 }
10 .pspp h2 {
11     font-size: 125%;
12     font-weight: bold;
13     margin-left: -.8em
14 }
15 .pspp h3 {
16     font-size: 100%;
17     font-weight: bold;
18     margin-left: -.5em }
19 .pspp h4 {
20     font-size: 100%;
21     margin-left: 0em
22 }
23 .pspp h1, .pspp h2, .pspp h3, .pspp h4, .pspp h5, .pspp h6 {
24     font-family: sans-serif;
25     color: blue
26 }
27
28 .pspp code {
29     font-family: sans-serif
30 }
31 .pspp table {
32     border-collapse: collapse;
33     margin-bottom: 1em
34 }
35
36 /* Simple cartouche for syntax examples */
37 .pspp-syntax table {
38     border-collapse: collapse;
39     border: 1px solid black;
40     padding: 10px;
41 }
42
43
44 .pspp th { background: #dddddd; font-weight: normal; font-style: oblique }
45 .pspp caption {
46     font-family: sans-serif;
47     text-align: left;
48     color: dark-grey;
49 }
50