Merge remote-tracking branch 'kc/new/bug_5995' into kcmaster
[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 : 12px;
21         margin : 0px 0px 0px 0px;
22 }
23
24 caption {
25         color : #000066;
26         font-size : 18px;
27         font-weight : bold;
28         margin-top : 5px;
29         text-align : left;
30 }
31
32 div.table {
33         width : 100%;
34 }
35
36 form {
37         margin : 0px;
38         padding : 0px;
39 }
40
41 h1
42         {
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 : 0px;
92 }
93
94 table {
95         background-color : #FFFFFF;
96         border-bottom : 0px solid #CCCCCC;
97         border-collapse : collapse;
98         border-left : 0px solid #CCCCCC;
99         margin : 3px 0px 5px 0px;
100         padding : 0px;
101         width : 100%;
102         height : 100%;
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         width : 100%;
112         height : 100%;
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         width: 100%;
130         height : 100%;
131 }
132
133 th:last-child {
134         background-color : #E9E9E9;
135         border-bottom : 1px solid #CCCCCC;
136         border-right : 0px solid #CCCCCC;
137         font-weight : bold;
138         padding : 5px 5px 5px 5px;
139 }
140
141 tr.highlight {
142         background-color: #e9e9e9;
143 }
144
145 body#basket tr.highlight {
146         background-color : transparent;
147 }
148
149 body#basket a {
150         font-weight : bold;
151 }
152
153 body#basket table {
154         border-top : 1px solid #EEE;
155         border-left : 1px solid #EEE;
156 }
157 body#basket td,
158 body#basket th {
159         background-color : transparent;
160         padding : 2px;
161 }
162
163 body#basket th {
164         background-color : #EEE;
165 }
166
167 body#basket th,
168 body#basket th[scope=col] {
169         text-align : center;
170         vertical-align : middle;
171 }
172
173 body#basket th[scope=row] {
174         font-size : 89%;
175         text-align : right;
176         vertical-align : top;
177         width : 10%;
178 }
179
180 body#basket p {
181         font-size : 85%;
182         margin : .2em 0;
183         text-indent : .5em;
184 }
185
186 .error {
187         font-weight: bold;
188 }
189
190 .ex {
191         font-family : "Courier New", Courier, monospace;
192 }
193 .inline {
194         display : inline;
195 }
196
197 .screen {
198         display : none;
199 }
200
201 #bookcover {
202         float:left;
203         margin:0pt;
204         padding:0pt;
205 }
206
207 #members,#opac-main-search,#opac-user-views .ui-tabs-nav,input,div.yui-b,h2 span.hint,td.resultscontrol,.pages,.suggestion,.views,#action,#export,#bibliodescriptions .ui-tabs-nav,#addshelf,fieldset.action, .list-actions, .ft {
208         display : none;
209 }
210 div#yui-main div.yui-b {
211         display : block;
212 }
213
214 div#userupdate input,div#userupdate textarea {
215         display : inline;
216         border : 0;
217 }