lexer: Add tokens for '{', '}', ':', ';' for use in the matrix language.
[pspp.git] / doc / pspp-manual.css
blob70bd6aa8b942afa8e5b47357775514b8f076b218
1 /* Use a sans-serif font for the Syntax descriptions of each command. */
2 pre.display {
3 font-family: sans-serif;
6 .pspp h1 {
7 font-size: 150%;
8 margin-left: -1.33em
10 .pspp h2 {
11 font-size: 125%;
12 font-weight: bold;
13 margin-left: -.8em
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
23 .pspp h1, .pspp h2, .pspp h3, .pspp h4, .pspp h5, .pspp h6 {
24 font-family: sans-serif;
25 color: blue
28 .pspp code {
29 font-family: sans-serif
31 .pspp table {
32 border-collapse: collapse;
33 margin-bottom: 1em
36 /* Simple cartouche for syntax examples */
37 .pspp-syntax table {
38 border-collapse: collapse;
39 border: 1px solid black;
40 padding: 10px;
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;