Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tt / 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 }
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 : 99%;
102 }
103
104 td {
105         background-color : #FFF;
106         border-bottom : 1px solid #CCCCCC;
107         border-right : 1px solid #CCCCCC;
108         padding : 5px 5px 5px 5px;
109         vertical-align : top;
110 }
111
112 td:last-child {
113         background-color : #FFF;
114         border-bottom : 1px solid #CCCCCC;
115         border-right : 0px solid #CCCCCC;
116         padding : 5px 5px 5px 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 5px 5px 5px;
126 }
127
128 th:last-child {
129         background-color : #E9E9E9;
130         border-bottom : 1px solid #CCCCCC;
131         border-right : 0px solid #CCCCCC;
132         font-weight : bold;
133         padding : 5px 5px 5px 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-top : 1px solid #EEE;
150         border-left : 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 .inline {
189         display : inline;
190 }
191
192 .screen {
193         display : none;
194 }
195
196 #bookcover {
197         float:left;
198         margin:0pt;
199         padding:0pt;
200 }
201
202 #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 {
203         display : none;
204 }
205 div#yui-main div.yui-b {
206         display : block;
207 }
208
209 div#userupdate input,div#userupdate textarea {
210         display : inline;
211         border : 0;
212 }