Finishing adding additional markup for increased flexibility in stylesheet customizat...
[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 }
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, body#basket td, body#basket th {
149         background-color : transparent;
150         border : 0;
151         padding : 2px;
152 }
153
154 body#basket th {
155         text-align : right;
156         vertical-align : top;
157         width : 10%;
158 }
159
160 body#basket p {
161         font-size : 85%;
162         margin : .2em 0;
163         text-indent : .5em;
164 }
165
166 .error {
167         font-weight: bold;
168 }
169
170 .ex {
171         font-family : "Courier New", Courier, monospace;
172 }
173 .inline {
174         display : inline;
175 }
176
177 .screen {
178         display : none;
179 }
180
181 #bookcover {
182         float:left;
183         margin:0pt;
184         padding:0pt;
185 }
186
187 #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 {
188         display : none;
189 }
190 div#yui-main div.yui-b {
191         display : block;
192 }
193
194 div#userupdate input,div#userupdate textarea {
195         display : inline;
196         border : 0;
197 }