Fixing zebra-striping of z3950 search results, YUI-ing z3950 search button, tweaking...
[koha.git] / koha-tmpl / intranet-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 form {
33         margin : 0px;
34         padding : 0px;
35 }
36
37 h1
38         {
39         color : #000066;
40         font-size : 22px;
41         font-weight : bold;
42         margin-bottom : 3px;
43         margin-top : 3px;
44 }
45
46 h2 {
47         color : #000066;
48         font-size : 20px;
49         font-weight : bold;
50         margin-bottom : 3px;
51         margin-top : 3px;
52 }
53
54 h3 {
55         color : #000066;
56         font-size : 18px;
57         font-weight : bold;
58         margin-bottom : 3px;
59         margin-top : 3px;
60 }
61
62 h4 {
63         color : #000066;
64         font-size : 16px;
65         font-weight : bold;
66         margin-bottom : 3px;
67         margin-top : 3px;
68 }
69
70 h5 {
71         color : #000066;
72         font-size : 15px;
73         font-weight : bold;
74         margin-bottom : 1px;
75         margin-top : 1px;
76 }
77
78 h6 {
79         color : #000066;
80         font-size : 14px;
81         font-weight : bold;
82         margin-bottom : 1px;
83         margin-top : 1px;
84 }
85
86 table {
87         background-color : #FFFFFF;
88         border-bottom : 1px solid #CCCCCC;
89         border-collapse : collapse;
90         border-left : 1px solid #CCCCCC;
91         margin : 3px 0px 5px 0px;
92         padding : 0px;
93         width : 99%;
94 }
95
96 table.list {
97         background-color : #FFFFFF;
98         border : 0;
99         border-collapse : collapse;
100         margin : 3px 0px 5px 0px;
101         padding : 0px;
102         width : 99%;
103 }
104
105 td {
106         background-color : #FFF;
107         border-bottom : 1px solid #CCCCCC;
108         border-right : 1px solid #CCCCCC;
109         border-top : 0;
110         border-left : 0;
111         font-size : 12px;
112         padding : 5px 5px 5px 5px;
113 }
114
115 td:last-child {
116         background-color : #FFF;
117         border-bottom : 1px solid #CCCCCC;
118         border-right : 0px solid #CCCCCC;
119         border-top : 0;
120         border-left : 0;
121         font-size : 12px;
122         padding : 5px 5px 5px 5px;
123 }
124
125 table.list th {
126         background-color : #FFFFFF;
127         border-top : 0;
128         border-left : 0;
129         text-align: left;
130         font-size: 12px;
131         font-weight: bold;
132         padding: 5px;
133         width : 25%;
134 }
135
136 th {
137         background-color : #E9E9E9;
138         border-bottom : 1px solid #CCCCCC;
139         border-right : 1px solid #CCCCCC;
140         border-top : 0;
141         border-left : 0;
142         font-size : 14px;
143         font-weight : bold;
144         padding : 5px 5px 5px 5px;
145 }
146
147 th:last-child {
148         background-color : #E9E9E9;
149         border-bottom : 1px solid #CCCCCC;
150         border-right : 0px solid #CCCCCC;
151         border-top : 0;
152         border-left : 0;
153         font-size : 14px;
154         font-weight : bold;
155         padding : 5px 5px 5px 5px;
156 }
157
158 td.input, div.form td, div.details td {
159         border-bottom : 1px solid #CCCCCC;
160         border-left : 0px;
161         border-right : 0px;
162         color : #000000;
163         line-height : 1.5em;
164         padding : 4px;
165         text-align : left;
166 }
167
168 td.label, div.form th, div.details th {
169         background-color : #FFF;
170         border-bottom : 1px solid #CCCCCC;
171         border-left : 1px solid #CCCCCC;
172         border-right : 0px;
173         border-top : 0px;
174         color : #000088;
175         font-weight : bold;
176         line-height : 1.5em;
177         padding : 4px;
178         text-align : right;
179         vertical-align : top;
180 }
181
182 tr.highlight {
183         background-color: #CCCCCC;
184 }
185
186 .cancel {
187         background-color : #993300;
188         color : #FFFFCC;
189         font-size : 12px;
190         font-weight : bold;
191         padding : 2px;
192 }
193
194 .error {
195         font-weight: bold;
196 }
197
198 .ex {
199         font-family : "Courier New", Courier, monospace;
200 }
201 .inline {
202         display : inline;
203 }
204
205 .print {
206         display : none;
207 }
208
209 .submit {
210         background-color : #669999;
211         color : #FFFFCC;
212         font-size : 12px;
213         font-weight : bold;
214         padding : 2px;
215 }
216
217 #main {
218         background-color : #FFF;
219         border-left : 0px solid #CCCC99;
220         margin-left : 2%;
221         margin-right : 2%;
222         margin-top : 1%;
223         padding : 5px;
224         position : relative;
225 }
226
227 tr.overdue {
228         font-weight : bold;
229 }
230
231 tfoot {
232         font-weight : bold;
233 }
234
235 tfoot td, tfoot td:last-child {
236         background-color : #EEEEEE;     
237         border-right : 1px solid #666666;
238         border-bottom : 1px solid #666666;
239 }
240
241 td.credit, td.debit, td.sum {
242         font-family : "Courier New", Courier, monospace;
243         text-align : right;
244 }
245
246 td.debit {
247         color : #990000;
248 }
249
250 #receipt {
251         background-color : #FFFFFF;
252         font-family : serif;
253         font-size : .9em;
254         margin : 0 0px 0px 0;
255         padding : 0px;
256         position : relative;
257 }
258
259 #receipt a:link {
260         color : #000066;
261         text-decoration: none;
262 }
263
264 #receipt a:visited {
265         color : #000066;
266         text-decoration: none;
267 }
268
269 #receipt a:hover {
270         color : #993300;
271         text-decoration: none;
272 }
273
274 #receipt caption {
275         color : #000000;
276         font-weight : bold;
277         margin-top : 5px;
278         text-align : left;
279 }
280
281 #receipt div.table {
282         background-color : transparent;
283         font-weight: normal;
284 }
285
286 #receipt h3, #receipt caption {
287         background-color : transparent;
288         color : #000000;
289         font-size : 1em;
290         font-weight : bold;
291         margin-bottom : 3px;
292         margin-top : 3px;
293 }
294
295 #receipt table {
296         background-color : transparent;
297         border : 0;
298         border-collapse : collapse;
299         width : auto;
300 }
301
302 #receipt td, #receipt th {
303         background-color : transparent;
304         border : 0;
305         font-size : 1em;
306         font-weight : normal;
307         padding : 1px;
308         }
309         
310 #receipt th {
311         font-weight : bold;
312         text-align : left;
313         }