A few minor changes: Tweaking amazon image js to try to fix spotty behavior (not...
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / print.css
1 a:link {
2         color : #000066;
3         text-decoration: none;
4 }
5
6 a:visited {
7         color : #000066;
8         text-decoration: none;
9 }
10
11 a:hover {
12         color : #993300;
13         text-decoration: none;
14 }
15
16 body {
17         background-color : #FFF;
18         color : #333333;
19         font-family : arial, geneva, sans-serif;
20         font-size : 14px;
21         margin : 0px 0px 0px 0px;
22 }
23
24 caption {
25         color : #000066;
26         font-size : 18px;
27         font-weight : bold;
28         margin-top : 5px;
29         text-align : left;
30 }
31
32 div.table {
33         width : 100%;
34 }
35
36 form {
37         margin : 0px;
38         padding : 0px;
39 }
40
41 h1
42         {
43         color : #000066;
44         font-size : 22px;
45         font-weight : bold;
46         margin-bottom : 3px;
47         margin-top : 3px;
48 }
49
50 h2 {
51         color : #000066;
52         font-size : 20px;
53         font-weight : bold;
54         margin-bottom : 3px;
55         margin-top : 3px;
56 }
57
58 h3 {
59         color : #000066;
60         font-size : 18px;
61         font-weight : bold;
62         margin-bottom : 3px;
63         margin-top : 3px;
64 }
65
66 h4 {
67         color : #000066;
68         font-size : 16px;
69         font-weight : bold;
70         margin-bottom : 3px;
71         margin-top : 3px;
72 }
73
74 h5 {
75         color : #000066;
76         font-size : 15px;
77         font-weight : bold;
78         margin-bottom : 1px;
79         margin-top : 1px;
80 }
81
82 h6 {
83         color : #000066;
84         font-size : 14px;
85         font-weight : bold;
86         margin-bottom : 1px;
87         margin-top : 1px;
88 }
89
90 p {
91         margin-top : 0px;
92 }
93
94 table {
95         background-color : #FFFFFF;
96         border-bottom : 0px solid #CCCCCC;
97         border-collapse : collapse;
98         border-left : 0px solid #CCCCCC;
99         margin : 3px 0px 5px 0px;
100         padding : 0px;
101         width : 99%;
102 }
103
104 td {
105         background-color : #FFF;
106         border-bottom : 1px solid #CCCCCC;
107         border-right : 1px solid #CCCCCC;
108         font-size : 12px;
109         padding : 5px 5px 5px 5px;
110         vertical-align : top;
111 }
112
113 td:last-child {
114         background-color : #FFF;
115         border-bottom : 1px solid #CCCCCC;
116         border-right : 0px solid #CCCCCC;
117         font-size : 12px;
118         padding : 5px 5px 5px 5px;
119         vertical-align : top;
120 }
121
122 th {
123         background-color : #E9E9E9;
124         border-bottom : 1px solid #CCCCCC;
125         border-right : 1px solid #CCCCCC;
126         font-size : 14px;
127         font-weight : bold;
128         padding : 5px 5px 5px 5px;
129 }
130
131 th:last-child {
132         background-color : #E9E9E9;
133         border-bottom : 1px solid #CCCCCC;
134         border-right : 0px solid #CCCCCC;
135         font-size : 14px;
136         font-weight : bold;
137         padding : 5px 5px 5px 5px;
138 }
139
140 td.input, div.form td, div.details td {
141         border-bottom : 1px solid #CCCCCC;
142         border-left : 0px;
143         border-right : 0px;
144         color : #000000;
145         line-height : 1.5em;
146         padding : 4px;
147         text-align : left;
148 }
149
150 td.label, div.form th, div.details th {
151         background-color : #FFF;
152         border-bottom : 1px solid #CCCCCC;
153         border-left : 1px solid #CCCCCC;
154         border-right : 0px;
155         border-top : 0px;
156         color : #000088;
157         font-weight : bold;
158         line-height : 1.5em;
159         padding : 4px;
160         text-align : right;
161         vertical-align : top;
162 }
163
164 tr.highlight {
165         background-color: #CCCCCC;
166 }
167
168 .class {
169         font-weight : bold;
170 }
171
172 .cancel {
173         background-color : #993300;
174         color : #FFFFCC;
175         font-size : 12px;
176         font-weight : bold;
177         padding : 2px;
178 }
179
180 .error {
181         font-weight: bold;
182 }
183
184 .ex {
185         font-family : "Courier New", Courier, monospace;
186 }
187 .inline {
188         display : inline;
189 }
190
191 .print {
192         display : none;
193 }
194
195 .submit {
196         background-color : #669999;
197         color : #FFFFCC;
198         font-size : 12px;
199         font-weight : bold;
200         padding : 2px;
201 }
202
203 #main {
204         background-color : #FFF;
205         border-left : 0px solid #CCCC99;
206         margin-left : 2%;
207         margin-right : 2%;
208         margin-top : 1%;
209         padding : 5px;
210         position : relative;
211 }