Bug 31529: [OPAC] Fix errors in SCSS files raised by stylelint
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / print.scss
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: #333333;
19     font-family: arial, geneva, sans-serif;
20     font-size: 14px;
21     margin: 0;
22     word-wrap: break-word;
23 }
24
25 caption {
26     color: #000000;
27     font-size: 18px;
28     font-weight: bold;
29     margin-top: 5px;
30     text-align: left;
31 }
32
33 .table {
34     width: 100%;
35 }
36
37 form {
38     margin: 0;
39     padding: 0;
40 }
41
42 h1 {
43     color: #000000;
44     font-size: 22px;
45     font-weight: bold;
46     margin-bottom: 3px;
47     margin-top: 3px;
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 p {
91     margin-top: 0;
92 }
93
94 table {
95     background-color: #FFFFFF;
96     border-bottom: 0 solid #CCCCCC;
97     border-collapse: collapse;
98     border-left: 0 solid #CCCCCC;
99     margin: 3px 0 5px 0;
100     padding: 0;
101     width: 99%;
102 }
103
104 td {
105     background-color: #FFF;
106     border-bottom: 1px solid #CCCCCC;
107     border-right: 1px solid #CCCCCC;
108     padding: 5px;
109     vertical-align: top;
110 }
111
112 td:last-child {
113     background-color: #FFF;
114     border-bottom: 1px solid #CCCCCC;
115     border-right: 0 solid #CCCCCC;
116     padding: 5px;
117     vertical-align: top;
118 }
119
120 th {
121     background-color: #E9E9E9;
122     border-bottom: 1px solid #CCCCCC;
123     border-right: 1px solid #CCCCCC;
124     font-weight: bold;
125     padding: 5px;
126 }
127
128 th:last-child {
129     background-color: #E9E9E9;
130     border-bottom: 1px solid #CCCCCC;
131     border-right: 0 solid #CCCCCC;
132     font-weight: bold;
133     padding: 5px;
134 }
135
136 tr.highlight {
137     background-color: #E9E9E9;
138 }
139
140 body#basket tr.highlight {
141     background-color: transparent;
142 }
143
144 body#basket a {
145     font-weight: bold;
146 }
147
148 body#basket table {
149     border-collapse: collapse;
150 }
151
152 body#basket td,
153 body#basket th {
154     background-color: transparent;
155     border: 0;
156     padding: 2px;
157 }
158
159 body#basket th {
160     background-color: #EEE;
161     border: 0;
162 }
163
164 body#basket th,
165 body#basket th[scope="col"] {
166     border: 0;
167     text-align: center;
168     vertical-align: middle;
169 }
170
171 body#basket th[scope="row"] {
172     border: 0;
173     font-size: 89%;
174     text-align: right;
175     vertical-align: top;
176     width: 10%;
177 }
178
179 #basket {
180     tr {
181         border-bottom: 1px solid #DDD;
182     }
183 }
184
185 body#basket p {
186     font-size: 85%;
187     margin: .2em 0;
188     text-indent: .5em;
189 }
190
191 .error {
192     font-weight: bold;
193 }
194
195 .ex {
196     font-family: "Courier New", Courier, monospace;
197 }
198
199 .inline {
200     display: inline;
201 }
202
203 #bookcover {
204     float: left;
205     margin: 0;
206     padding: 0;
207 }
208
209 #userresults {
210     display: block;
211     left: 1;
212     position: absolute;
213     word-wrap: break-word;
214 }
215
216 #userupdate input,
217 #userupdate textarea {
218     border: 0;
219     display: inline;
220 }
221
222 #action,
223 #addshelf,
224 #bibliodescriptions .ui-tabs-nav,
225 #maincontent > .row-fluid > .span2,
226 #export,
227 #facetcontainer,
228 #members,
229 #navigation,
230 #opac-main-search,
231 #opaccredits,
232 #moresearches,
233 #opac-user-views .ui-tabs-nav,
234 #remove-selected,
235 #selections-toolbar,
236 #toolbar,
237 .actions,
238 .breadcrumb,
239 .ft,
240 .koha_url,
241 .list-actions,
242 .navbar,
243 .noprint,
244 .pages,
245 .results_summary.actions,
246 .screen,
247 .suggestion,
248 .views,
249 a[href]::after,
250 fieldset.action,
251 h2 span.hint,
252 input,
253 td.resultscontrol,
254 .cart-control {
255     display: none;
256 }
257
258 .row-fluid {
259     margin-top: 30px;
260 }
261
262 #views,
263 #ulactioncontainer {
264     display: none;
265 }
266
267 .main,
268 .table-bordered {
269     border: 0;
270 }
271
272 @page {
273     margin: 1cm;
274 }
275
276 #changelanguage {
277     display: none;
278 }
279
280 #cartmenulink {
281     display: none;
282 }
283
284 #listsmenu {
285     display: none;
286 }
287
288 #koha_url {
289     display: none;
290 }
291
292 .breadcrumb {
293     display: none;
294 }
295
296 a[href]::after {
297     display: none;
298 }
299
300 #social_networks {
301     display: none;
302 }
303
304 a.tag_add {
305     display: none;
306 }
307
308 .results_summary.online_resources {
309     display: none;
310 }
311
312 a#Normalview,
313 a#MARCview,
314 a#ISBDview {
315     display: none;
316 }
317
318 .ui-tabs-panel {
319     border: none !important;
320 }
321
322 #addcomment {
323     display: none;
324 }
325
326 #ulactioncontainer {
327     display: none;
328 }
329
330 #usermenu {
331     display: none;
332 }
333
334 #didyoumean {
335     display: none;
336 }
337
338 #top-pages,
339 #bottom-pages {
340     display: none;
341 }
342
343 #selections-toolbar {
344     display: none;
345 }
346
347 .actions-menu {
348     display: none;
349 }
350
351 #numresults a {
352     display: none;
353 }
354
355 #numresults {
356     float: left;
357 }