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