71915fc930ff278c4824690a8ab027779c8d62a3
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / print.css
1 a:link {
2         color : #000000;
3         text-decoration: none;
4 }
5
6 a:visited {
7         color : #000000;
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 : #000000;
19         font-family : arial, geneva, sans-serif;
20         font-size : 14px;
21         margin : 0px 0px 0px 0px;
22 }
23
24 caption {
25         color : #000000;
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 : #000000;
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 : #000000;
52         font-size : 20px;
53         font-weight : bold;
54         margin-bottom : 3px;
55         margin-top : 3px;
56 }
57
58 h3 {
59         color : #000000;
60         font-size : 18px;
61         font-weight : bold;
62         margin-bottom : 3px;
63         margin-top : 3px;
64 }
65
66 h4 {
67         color : #000000;
68         font-size : 16px;
69         font-weight : bold;
70         margin-bottom : 3px;
71         margin-top : 3px;
72 }
73
74 h5 {
75         color : #000000;
76         font-size : 15px;
77         font-weight : bold;
78         margin-bottom : 1px;
79         margin-top : 1px;
80 }
81
82 h6 {
83         color : #000000;
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 tr.overdue {
202         font-weight : bold;
203 }
204
205 tfoot {
206         font-weight : bold;
207 }
208
209 tfoot td, tfoot td:last-child {
210         background-color : #EEEEEE;     
211         border-right : 1px solid #666666;
212         border-bottom : 1px solid #666666;
213 }
214
215 td.credit, td.debit, td.sum {
216     color: #000;
217         font-family : "Courier New", Courier, monospace;
218         text-align : right;
219 }
220
221 td.debit {
222         color : #990000;
223 }
224
225 #receipt {
226         background-color : #FFFFFF;
227         font-family : serif;
228         font-size : .9em;
229         margin : 0 0px 0px 0;
230         padding : 0px;
231         position : relative;
232 }
233
234 #receipt a:link {
235         color : #000000;
236         text-decoration: none;
237 }
238
239 #receipt a:visited {
240         color : #000000;
241         text-decoration: none;
242 }
243
244 #receipt a:hover {
245         color : #993300;
246         text-decoration: none;
247 }
248
249 #receipt caption {
250         color : #000000;
251         font-weight : bold;
252         margin-top : 5px;
253         text-align : left;
254 }
255
256 #receipt div.table {
257         background-color : transparent;
258         font-weight: normal;
259 }
260
261 #receipt h3, #receipt caption, #receipt h4 {
262         background-color : transparent;
263         color : #000000;
264         font-size : 1em;
265         font-weight : bold;
266         margin-bottom : 3px;
267         margin-top : 3px;
268 }
269
270 #receipt table {
271         background-color : transparent;
272         border : 0;
273         border-collapse : collapse;
274         width : auto;
275 }
276
277 #receipt td, #receipt th {
278         background-color : transparent;
279         border : 0;
280         font-size : 1em;
281         font-weight : normal;
282         padding : 1px;
283         }
284         
285 #receipt th {
286         font-weight : bold;
287         text-align : left;
288         }
289
290 #breadcrumbs,
291 #toplevelnav,
292 #login,
293 #header,
294 #header_search,
295 #toolbar,
296 #changelanguage,
297 #menu,
298 #limitselect,
299 #batchModify,
300 #navmenu,
301 .gradient,
302 div.yui-b,
303 .noprint,
304 form#sortbyform,
305 #cartDetails,
306 fieldset.action,
307 .list-actions,
308 .print,
309 .ui-tabs-nav,
310 .browse-controls,
311 .cart-controls,
312 button.dt-button {
313     display: none;
314 }
315
316 div#yui-main div.yui-b,
317 .ui-tabs .ui-tabs-panel,
318 .ui-tabs .ui-tabs-hide {
319     display : block !important;
320 }
321
322 .yui-t1 #yui-main div.yui-b,
323 .yui-t2 #yui-main div.yui-b,
324 .yui-t7 #yui-main div.yui-b {
325         margin-left : 0;
326 }
327 fieldset {
328         border : 0;
329 }
330 #cataloguing_additem_itemlist {
331         overflow : visible !important;
332 }
333
334 #catalogue_detail_marc_preview,
335 p#upload_image
336 {
337     display: none;
338 }
339
340 th {
341     text-align: left;
342 }
343
344 #cart_basket .container,
345 #cart_basket table,
346 #cart_basket tr,
347 #cart_basket th,
348 #cart_basket td,
349 #cart_basket .sorting_asc,
350 #cart_basket .sorting,
351 #cart_basket .sorting_desc,
352 #cart_basket .sorting_disabled,
353 #cart_basket tbody tr:nth-child(2n+1) td {
354     background: transparent none;
355     border: 0;
356 }
357
358 #cart_basket tr {
359     border-collapse: collapse;
360     border-bottom: 1px solid #DDD;
361 }
362
363 .container {
364     width:100%;
365 }
366
367 #catalog_detail .col-sm-push-2 {
368     left: 0;
369 }