Bug 11014 - Slip Print Problem in Chrome
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / print.css
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 : 0px 0px 0px 0px;
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 div.table {
34         width : 100%;
35 }
36
37 form {
38         margin : 0px;
39         padding : 0px;
40 }
41
42 h1
43         {
44         color : #000066;
45         font-size : 22px;
46         font-weight : bold;
47         margin-bottom : 3px;
48         margin-top : 3px;
49 }
50
51 h2 {
52         color : #000066;
53         font-size : 20px;
54         font-weight : bold;
55         margin-bottom : 3px;
56         margin-top : 3px;
57 }
58
59 h3 {
60         color : #000066;
61         font-size : 18px;
62         font-weight : bold;
63         margin-bottom : 3px;
64         margin-top : 3px;
65 }
66
67 h4 {
68         color : #000066;
69         font-size : 16px;
70         font-weight : bold;
71         margin-bottom : 3px;
72         margin-top : 3px;
73 }
74
75 h5 {
76         color : #000066;
77         font-size : 15px;
78         font-weight : bold;
79         margin-bottom : 1px;
80         margin-top : 1px;
81 }
82
83 h6 {
84         color : #000066;
85         font-size : 14px;
86         font-weight : bold;
87         margin-bottom : 1px;
88         margin-top : 1px;
89 }
90
91 p {
92         margin-top : 0px;
93 }
94
95 table {
96         background-color : #FFFFFF;
97         border-bottom : 0px solid #CCCCCC;
98         border-collapse : collapse;
99         border-left : 0px solid #CCCCCC;
100         margin : 3px 0px 5px 0px;
101         padding : 0px;
102         width : 99%;
103 }
104
105 td {
106         background-color : #FFF;
107         border-bottom : 1px solid #CCCCCC;
108         border-right : 1px solid #CCCCCC;
109         padding : 5px 5px 5px 5px;
110         vertical-align : top;
111 }
112
113 td:last-child {
114         background-color : #FFF;
115         border-bottom : 1px solid #CCCCCC;
116         border-right : 0px solid #CCCCCC;
117         padding : 5px 5px 5px 5px;
118         vertical-align : top;
119 }
120
121 th {
122         background-color : #E9E9E9;
123         border-bottom : 1px solid #CCCCCC;
124         border-right : 1px solid #CCCCCC;
125         font-weight : bold;
126         padding : 5px 5px 5px 5px;
127 }
128
129 th:last-child {
130         background-color : #E9E9E9;
131         border-bottom : 1px solid #CCCCCC;
132         border-right : 0px solid #CCCCCC;
133         font-weight : bold;
134         padding : 5px 5px 5px 5px;
135 }
136
137 tr.highlight {
138         background-color: #e9e9e9;
139 }
140
141 body#basket tr.highlight {
142         background-color : transparent;
143 }
144
145 body#basket a {
146         font-weight : bold;
147 }
148
149 body#basket table {
150         border-top : 1px solid #EEE;
151         border-left : 1px solid #EEE;
152 }
153 body#basket td,
154 body#basket th {
155         background-color : transparent;
156         padding : 2px;
157 }
158
159 body#basket th {
160         background-color : #EEE;
161 }
162
163 body#basket th,
164 body#basket th[scope=col] {
165         text-align : center;
166         vertical-align : middle;
167 }
168
169 body#basket th[scope=row] {
170         font-size : 89%;
171         text-align : right;
172         vertical-align : top;
173         width : 10%;
174 }
175
176 body#basket p {
177         font-size : 85%;
178         margin : .2em 0;
179         text-indent : .5em;
180 }
181
182 .error {
183         font-weight: bold;
184 }
185
186 .ex {
187         font-family : "Courier New", Courier, monospace;
188 }
189 .inline {
190         display : inline;
191 }
192
193 .screen {
194         display : none;
195 }
196
197 #bookcover {
198         float:left;
199         margin:0pt;
200         padding:0pt;
201 }
202
203 #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 {
204         display : none;
205 }
206
207 #userresults {
208     position : absolute;
209     right : 0px;
210     word-wrap : break-word;
211         display : block;
212 }
213
214 div#userupdate input,div#userupdate textarea {
215         display : inline;
216         border : 0;
217 }
218
219 #yui-main,
220 #yui-main .yui-b,
221 .yui-t1 #yui-main .yui-b {
222     display : block !important;
223     margin : 0 !important;
224     padding : 0 !important;
225     width : auto !important;
226     float : none !important;
227 }