Merge commit 'koha-biblibre/master' into bl-acq
[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 h1#logo {
47         display: none;
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 table {
91         background-color : #FFFFFF;
92         border-bottom : 1px solid #CCCCCC;
93         border-collapse : collapse;
94         border-left : 1px solid #CCCCCC;
95         margin : 3px 0px 5px 0px;
96         padding : 0px;
97         width : 99%;
98 }
99
100 table.list {
101         background-color : #FFFFFF;
102         border : 0;
103         border-collapse : collapse;
104         margin : 3px 0px 5px 0px;
105         padding : 0px;
106         width : 99%;
107 }
108
109 td {
110         background-color : #FFF;
111         border-bottom : 1px solid #CCCCCC;
112         border-right : 1px solid #CCCCCC;
113         border-top : 0;
114         border-left : 0;
115         font-size : 12px;
116         padding : 5px 5px 5px 5px;
117 }
118
119 td:last-child {
120         background-color : #FFF;
121         border-bottom : 1px solid #CCCCCC;
122         border-right : 0px solid #CCCCCC;
123         border-top : 0;
124         border-left : 0;
125         font-size : 12px;
126         padding : 5px 5px 5px 5px;
127 }
128
129 table.list th {
130         background-color : #FFFFFF;
131         border-top : 0;
132         border-left : 0;
133         text-align: left;
134         font-size: 12px;
135         font-weight: bold;
136         padding: 5px;
137         width : 25%;
138 }
139
140 th {
141         background-color : #E9E9E9;
142         border-bottom : 1px solid #CCCCCC;
143         border-right : 1px solid #CCCCCC;
144         border-top : 0;
145         border-left : 0;
146         font-size : 14px;
147         font-weight : bold;
148         padding : 5px 5px 5px 5px;
149 }
150
151 th:last-child {
152         background-color : #E9E9E9;
153         border-bottom : 1px solid #CCCCCC;
154         border-right : 0px solid #CCCCCC;
155         border-top : 0;
156         border-left : 0;
157         font-size : 14px;
158         font-weight : bold;
159         padding : 5px 5px 5px 5px;
160 }
161
162 td.input, div.form td, div.details td {
163         border-bottom : 1px solid #CCCCCC;
164         border-left : 0px;
165         border-right : 0px;
166         color : #000000;
167         line-height : 1.5em;
168         padding : 4px;
169         text-align : left;
170 }
171
172 td.label, div.form th, div.details th {
173         background-color : #FFF;
174         border-bottom : 1px solid #CCCCCC;
175         border-left : 1px solid #CCCCCC;
176         border-right : 0px;
177         border-top : 0px;
178         color : #000088;
179         font-weight : bold;
180         line-height : 1.5em;
181         padding : 4px;
182         text-align : right;
183         vertical-align : top;
184 }
185
186 tr.highlight {
187         background-color: #CCCCCC;
188 }
189
190 .error {
191         font-weight: bold;
192 }
193
194 .ex {
195         font-family : "Courier New", Courier, monospace;
196 }
197 .inline {
198         display : inline;
199 }
200
201 .print {
202         display : none;
203 }
204
205 input, fieldset.action, .list-actions {
206     display: none;
207 }
208
209
210 tr.overdue {
211         font-weight : bold;
212 }
213
214 tfoot {
215         font-weight : bold;
216 }
217
218 tfoot td, tfoot td:last-child {
219         background-color : #EEEEEE;     
220         border-right : 1px solid #666666;
221         border-bottom : 1px solid #666666;
222 }
223
224 td.credit, td.debit, td.sum {
225         font-family : "Courier New", Courier, monospace;
226         text-align : right;
227 }
228
229 td.debit {
230         color : #990000;
231 }
232
233 #receipt {
234         background-color : #FFFFFF;
235         font-family : serif;
236         font-size : .9em;
237         margin : 0 0px 0px 0;
238         padding : 0px;
239         position : relative;
240 }
241
242 #receipt a:link {
243         color : #000066;
244         text-decoration: none;
245 }
246
247 #receipt a:visited {
248         color : #000066;
249         text-decoration: none;
250 }
251
252 #receipt a:hover {
253         color : #993300;
254         text-decoration: none;
255 }
256
257 #receipt caption {
258         color : #000000;
259         font-weight : bold;
260         margin-top : 5px;
261         text-align : left;
262 }
263
264 #receipt div.table {
265         background-color : transparent;
266         font-weight: normal;
267 }
268
269 #receipt h3, #receipt caption, #receipt h4 {
270         background-color : transparent;
271         color : #000000;
272         font-size : 1em;
273         font-weight : bold;
274         margin-bottom : 3px;
275         margin-top : 3px;
276 }
277
278 #receipt table {
279         background-color : transparent;
280         border : 0;
281         border-collapse : collapse;
282         width : auto;
283 }
284
285 #receipt td, #receipt th {
286         background-color : transparent;
287         border : 0;
288         font-size : 1em;
289         font-weight : normal;
290         padding : 1px;
291         }
292         
293 #receipt th {
294         font-weight : bold;
295         text-align : left;
296         }
297
298 div#breadcrumbs,
299 div#toplevelnav,
300 div#login,
301 div#header_search,
302 div#toolbar,
303 div#changelanguage,
304 div#menu,
305 div.yui-b,
306 .noprint,
307 form#sortbyform {
308     display:none;
309 }
310
311 div#yui-main div.yui-b {
312         display : block;
313 }
314
315 .yui-t1 #yui-main div.yui-b,
316 .yui-t2 #yui-main div.yui-b,
317 .yui-t7 #yui-main div.yui-b {
318         margin-left : 0;
319 }