Bug 13385: Add field 508 to XSLT (OPAC and staff)
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / print.css
1 .noprint {
2         display : none;
3 }
4
5 a:link {
6         color : #000066;
7         text-decoration: none;
8 }
9
10 a:visited {
11         color : #000066;
12         text-decoration: none;
13 }
14
15 a:hover {
16         color : #993300;
17         text-decoration: none;
18 }
19
20 a[href]:after { display:none; }
21
22 body {
23         background-color : #FFF;
24         color : #333333;
25         font-family : arial, geneva, sans-serif;
26         font-size : 14px;
27         margin : 0px 0px 0px 0px;
28     word-wrap : break-word;
29 }
30
31 caption {
32         color : #000066;
33         font-size : 18px;
34         font-weight : bold;
35         margin-top : 5px;
36         text-align : left;
37 }
38
39 div.table {
40         width : 100%;
41 }
42
43 form {
44         margin : 0px;
45         padding : 0px;
46 }
47
48 h1
49         {
50         color : #000066;
51         font-size : 22px;
52         font-weight : bold;
53         margin-bottom : 3px;
54         margin-top : 3px;
55 }
56
57 h2 {
58         color : #000066;
59         font-size : 20px;
60         font-weight : bold;
61         margin-bottom : 3px;
62         margin-top : 3px;
63 }
64
65 h3 {
66         color : #000066;
67         font-size : 18px;
68         font-weight : bold;
69         margin-bottom : 3px;
70         margin-top : 3px;
71 }
72
73 h4 {
74         color : #000066;
75         font-size : 16px;
76         font-weight : bold;
77         margin-bottom : 3px;
78         margin-top : 3px;
79 }
80
81 h5 {
82         color : #000066;
83         font-size : 15px;
84         font-weight : bold;
85         margin-bottom : 1px;
86         margin-top : 1px;
87 }
88
89 h6 {
90         color : #000066;
91         font-size : 14px;
92         font-weight : bold;
93         margin-bottom : 1px;
94         margin-top : 1px;
95 }
96
97 p {
98         margin-top : 0px;
99 }
100
101 table {
102         background-color : #FFFFFF;
103         border-bottom : 0px solid #CCCCCC;
104         border-collapse : collapse;
105         border-left : 0px solid #CCCCCC;
106         margin : 3px 0px 5px 0px;
107         padding : 0px;
108         width : 99%;
109 }
110
111 td {
112         background-color : #FFF;
113         border-bottom : 1px solid #CCCCCC;
114         border-right : 1px solid #CCCCCC;
115         padding : 5px 5px 5px 5px;
116         vertical-align : top;
117 }
118
119 td:last-child {
120         background-color : #FFF;
121         border-bottom : 1px solid #CCCCCC;
122         border-right : 0px solid #CCCCCC;
123         padding : 5px 5px 5px 5px;
124         vertical-align : top;
125 }
126
127 th {
128         background-color : #E9E9E9;
129         border-bottom : 1px solid #CCCCCC;
130         border-right : 1px solid #CCCCCC;
131         font-weight : bold;
132         padding : 5px 5px 5px 5px;
133 }
134
135 th:last-child {
136         background-color : #E9E9E9;
137         border-bottom : 1px solid #CCCCCC;
138         border-right : 0px solid #CCCCCC;
139         font-weight : bold;
140         padding : 5px 5px 5px 5px;
141 }
142
143 tr.highlight {
144         background-color: #e9e9e9;
145 }
146
147 body#basket tr.highlight {
148         background-color : transparent;
149 }
150
151 body#basket a {
152         font-weight : bold;
153 }
154
155 body#basket table {
156         border-top : 1px solid #EEE;
157         border-left : 1px solid #EEE;
158 }
159 body#basket td,
160 body#basket th {
161         background-color : transparent;
162         padding : 2px;
163 }
164
165 body#basket th {
166         background-color : #EEE;
167 }
168
169 body#basket th,
170 body#basket th[scope=col] {
171         text-align : center;
172         vertical-align : middle;
173 }
174
175 body#basket th[scope=row] {
176         font-size : 89%;
177         text-align : right;
178         vertical-align : top;
179         width : 10%;
180 }
181
182 body#basket p {
183         font-size : 85%;
184         margin : .2em 0;
185         text-indent : .5em;
186 }
187
188 .error {
189         font-weight: bold;
190 }
191
192 .ex {
193         font-family : "Courier New", Courier, monospace;
194 }
195 .inline {
196         display : inline;
197 }
198
199 .screen {
200         display : none;
201 }
202
203 #bookcover {
204         float:left;
205         margin:0pt;
206         padding:0pt;
207 }
208
209 #members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft, #facetcontainer,.results_summary.actions,.koha_url,.yui-b {
210         display : none;
211 }
212
213 #userresults {
214     position : absolute;
215     right : 0px;
216     word-wrap : break-word;
217         display : block;
218 }
219
220 div#userupdate input,div#userupdate textarea {
221         display : inline;
222         border : 0;
223 }
224
225 #yui-main,
226 #yui-main .yui-b,
227 .yui-t1 #yui-main .yui-b {
228     display : block !important;
229     margin : 0 !important;
230     padding : 0 !important;
231     width : auto !important;
232     float : none !important;
233 }