Implement ZOOM_scanset_display_term
[yaz-moved-to-github.git] / doc / yaz.css
1
2 .table table {
3         border-collapse;
4         border: 1px solid black;
5         border-spacing: 0;      
6         width: 92%;
7         margin-left: auto;
8         margin-right: auto;
9 }
10
11 .author {
12         font-style: italic;
13 }
14
15 .TITLEPAGE, .LOT, .TOC {
16         font-family: sans-serif;
17 }
18
19 .table th {
20         padding: 3px 6px;
21         border: 1px solid black;
22 }
23 .table td {
24         text-align: left;
25         padding: 3px 6px;
26 }
27
28 h1, h3, h4 {
29         font-family: sans-serif;
30 }
31
32 h2 {
33         font-style: italic;
34         font-family: sans-serif;
35 }
36
37 .figure b, .table b, .example b {
38         font-style: italic;
39 }
40
41 .example , .figure {
42         margin-left: 2%;
43 }
44
45 .screen, .synopsis, .programlisting {
46         margin-left: 4%;
47         margin-right: 4%;
48         padding: 4px;
49         border-style: solid;
50         border-width: 1px;
51         border-color: #bbbbbb;
52 }