Clarify cql2rpn specification.
[yazproxy-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: 94%;
7         margin-left: auto;
8         margin-right: 0;
9 }
10
11 .author {
12         font-style: italic;
13 }
14
15 .TITLEPAGE, .LOT, .TOC {
16         font-family: sans-serif;
17 }
18
19 .TITLEPAGE .abstract {
20         margin: 0 150px 1em 0;  
21         font-style: oblique;
22 }
23
24 .TITLEPAGE .inlinemediaobject {
25         position: absolute;
26         top: 60px;
27         right: 0;
28         width: 140px;
29 }
30
31 .table th {
32         padding: 3px 6px;
33         border: 1px solid black;
34 }
35 .table td {
36         text-align: left;
37         padding: 3px 6px;
38 }
39
40 h1, h3, h4 {
41         font-family: sans-serif;
42 }
43
44 h2 {
45         font-style: italic;
46         font-family: sans-serif;
47 }
48
49 .figure b, .table b, .example b {
50         font-style: italic;
51 }
52
53 .example , .figure {
54         margin-left: 3%;
55 }
56
57 .screen, .synopsis, .programlisting {
58         margin-left: 6%;
59         padding: 4px;
60         border-style: solid;
61         border-width: 1px;
62         border-color: #bbbbbb;
63 }