Bug 20427: Convert OPAC LESS to SCSS
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / print.scss
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: 0;
22     word-wrap: break-word;
23 }
24
25 caption {
26     color: #000066;
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: #000066;
44     font-size: 22px;
45     font-weight: bold;
46     margin-bottom: 3px;
47     margin-top: 3px;
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 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-left: 1px solid #EEE;
150     border-top: 1px solid #EEE;
151 }
152 body#basket td,
153 body#basket th {
154     background-color: transparent;
155     padding: 2px;
156 }
157
158 body#basket th {
159     background-color: #EEE;
160 }
161
162 body#basket th,
163 body#basket th[scope=col] {
164     text-align: center;
165     vertical-align: middle;
166 }
167
168 body#basket th[scope=row] {
169     font-size: 89%;
170     text-align: right;
171     vertical-align: top;
172     width: 10%;
173 }
174
175 body#basket p {
176     font-size: 85%;
177     margin: .2em 0;
178     text-indent: .5em;
179 }
180
181 .error {
182     font-weight: bold;
183 }
184
185 .ex {
186     font-family: "Courier New", Courier, monospace;
187 }
188
189 .inline {
190     display: inline;
191 }
192
193 #bookcover {
194     float: left;
195     margin: 0;
196     padding: 0;
197 }
198
199 #userresults {
200     display: block;
201     position: absolute;
202     right: 0;
203     word-wrap: break-word;
204 }
205
206 #userupdate input,
207 #userupdate textarea {
208     border: 0;
209     display: inline;
210 }
211
212 #action,
213 #addshelf,
214 #bibliodescriptions .ui-tabs-nav,
215 #export,
216 #facetcontainer,
217 #members,
218 #navigation,
219 #opac-main-search,
220 #opac-user-views .ui-tabs-nav,
221 #remove-selected,
222 #selections-toolbar,
223 #toolbar,
224 .actions,
225 .breadcrumb,
226 .ft,
227 .koha_url,
228 .list-actions,
229 .navbar,
230 .noprint,
231 .pages,
232 .results_summary.actions,
233 .screen,
234 .suggestion,
235 .views,
236 a[href]:after,
237 fieldset.action,
238 h2 span.hint,
239 input,
240 td.resultscontrol {
241     display: none;
242 }
243
244 .row-fluid {
245     margin-top: 30px;
246 }
247
248 #views,
249 #ulactioncontainer {
250     display: none;
251 }