Bug 34119: (Preliminary) Run stylelint fixes on print.css
[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: 0 0 0 0;
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: 0;
34     padding: 0;
35 }
36
37 h1 {
38     color: #000000;
39     font-size: 22px;
40     font-weight: bold;
41     margin-bottom: 3px;
42     margin-top: 3px;
43 }
44
45 h1#logo {
46     display: none;
47 }
48
49 h2 {
50     color: #000000;
51     font-size: 20px;
52     font-weight: bold;
53     margin-bottom: 3px;
54     margin-top: 3px;
55 }
56
57 h3 {
58     color: #000000;
59     font-size: 18px;
60     font-weight: bold;
61     margin-bottom: 3px;
62     margin-top: 3px;
63 }
64
65 h4 {
66     color: #000000;
67     font-size: 16px;
68     font-weight: bold;
69     margin-bottom: 3px;
70     margin-top: 3px;
71 }
72
73 h5 {
74     color: #000000;
75     font-size: 15px;
76     font-weight: bold;
77     margin-bottom: 1px;
78     margin-top: 1px;
79 }
80
81 h6 {
82     color: #000000;
83     font-size: 14px;
84     font-weight: bold;
85     margin-bottom: 1px;
86     margin-top: 1px;
87 }
88
89 table {
90     background-color: #FFFFFF;
91     border-bottom: 1px solid #CCCCCC;
92     border-collapse: collapse;
93     border-left: 1px solid #CCCCCC;
94     margin: 3px 0 5px 0;
95     padding: 0;
96     width: 99%;
97 }
98
99 table.list {
100     background-color: #FFFFFF;
101     border: 0;
102     border-collapse: collapse;
103     margin: 3px 0 5px 0;
104     padding: 0;
105     width: 99%;
106 }
107
108 td {
109     background-color: #FFF;
110     border-bottom: 1px solid #CCCCCC;
111     border-left: 0;
112     border-right: 1px solid #CCCCCC;
113     border-top: 0;
114     font-size: 12px;
115     padding: 5px 5px 5px 5px;
116 }
117
118 td:last-child {
119     background-color: #FFF;
120     border-bottom: 1px solid #CCCCCC;
121     border-left: 0;
122     border-right: 0 solid #CCCCCC;
123     border-top: 0;
124     font-size: 12px;
125     padding: 5px 5px 5px 5px;
126 }
127
128 table.list th {
129     background-color: #FFFFFF;
130     border-left: 0;
131     border-top: 0;
132     font-size: 12px;
133     font-weight: bold;
134     padding: 5px;
135     text-align: left;
136     width: 25%;
137 }
138
139 th {
140     background-color: #E9E9E9;
141     border-bottom: 1px solid #CCCCCC;
142     border-left: 0;
143     border-right: 1px solid #CCCCCC;
144     border-top: 0;
145     font-size: 14px;
146     font-weight: bold;
147     padding: 5px 5px 5px 5px;
148     text-align: left;
149 }
150
151 th:last-child {
152     background-color: #E9E9E9;
153     border-bottom: 1px solid #CCCCCC;
154     border-left: 0;
155     border-right: 0 solid #CCCCCC;
156     border-top: 0;
157     font-size: 14px;
158     font-weight: bold;
159     padding: 5px 5px 5px 5px;
160 }
161
162 td.input,
163 div.form td,
164 div.details td {
165     border-bottom: 1px solid #CCCCCC;
166     border-left: 0;
167     border-right: 0;
168     color: #000000;
169     line-height: 1.5em;
170     padding: 4px;
171     text-align: left;
172 }
173
174 td.label,
175 div.form th,
176 div.details th {
177     background-color: #FFF;
178     border-bottom: 1px solid #CCCCCC;
179     border-left: 1px solid #CCCCCC;
180     border-right: 0;
181     border-top: 0;
182     color: #000088;
183     font-weight: bold;
184     line-height: 1.5em;
185     padding: 4px;
186     text-align: right;
187     vertical-align: top;
188 }
189
190 tr.highlight {
191     background-color: #CCCCCC;
192 }
193
194 .error {
195     font-weight: bold;
196 }
197
198 .ex {
199     font-family: "Courier New", Courier, monospace;
200 }
201
202 .inline {
203     display: inline;
204 }
205
206 tr.overdue {
207     font-weight: bold;
208 }
209
210 tfoot {
211     font-weight: bold;
212 }
213
214 tfoot td,
215 tfoot td:last-child {
216     background-color: #EEEEEE;
217     border-bottom: 1px solid #666666;
218     border-right: 1px solid #666666;
219 }
220
221 td.credit,
222 td.debit,
223 td.sum {
224     color: #000;
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 0 0 0;
238     padding: 0;
239     position: relative;
240 }
241
242 #receipt a:link {
243     color: #000000;
244     text-decoration: none;
245 }
246
247 #receipt a:visited {
248     color: #000000;
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,
270 #receipt caption,
271 #receipt h4 {
272     background-color: transparent;
273     color: #000000;
274     font-size: 1em;
275     font-weight: bold;
276     margin-bottom: 3px;
277     margin-top: 3px;
278 }
279
280 #receipt table {
281     background-color: transparent;
282     border: 0;
283     border-collapse: collapse;
284     width: auto;
285 }
286
287 #receipt td,
288 #receipt th {
289     background-color: transparent;
290     border: 0;
291     font-size: 1em;
292     font-weight: normal;
293     padding: 1px;
294 }
295
296 #receipt th {
297     font-weight: bold;
298     text-align: left;
299 }
300
301 #breadcrumbs,
302 #toplevelnav,
303 #login,
304 #header,
305 #header_search,
306 #toolbar,
307 #changelanguage,
308 #menu,
309 #limitselect,
310 #batchModify,
311 #navmenu,
312 .gradient,
313 .noprint,
314 form#sortbyform,
315 #cartDetails,
316 fieldset.action,
317 .list-actions,
318 .print,
319 .ui-tabs-nav,
320 .browse-controls,
321 .cart-controls,
322 button.dt-button {
323     display: none;
324 }
325
326 .ui-tabs .ui-tabs-panel,
327 .ui-tabs .ui-tabs-hide {
328     display: block !important;
329 }
330
331 fieldset {
332     border: 0;
333 }
334
335 #cataloguing_additem_itemlist {
336     overflow: visible !important;
337 }
338
339 #catalogue_detail_marc_preview,
340 p#upload_image {
341     display: none;
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-bottom: 1px solid #DDD;
360     border-collapse: collapse;
361 }
362
363 .container {
364     width: 100%;
365 }
366
367 #catalog_detail .col-sm-push-2 {
368     left: 0;
369 }