Advnced search view added.
[pazpar2-moved-to-github.git] / www / masterkey / css / styles.css
1 html {
2 overflow-y: scroll;
3 }
4
5 html, body {
6 background-color:#f0f0f9; /*#335382;*/
7 color: #002863;
8 font: 11px verdana, arial, sans-serif;
9 }
10
11 div.container {
12 position: relative;
13 width: 980px;
14 background-color: #f0f0f9;/* changed from #ffffff; */
15 color: #002863;
16 margin-left: auto;
17 margin-right: auto;
18 height: 100%;
19 }
20
21 img {
22 border: none;
23 }
24
25 strong {
26 color: #31568c;
27 font-weight: bold;
28 }
29
30 h2 {
31 font-size: 11px;
32 margin: 0px;
33 padding-top: 3px;
34 /*line-height: 13px;*/
35 }
36
37 select {
38 border: 1px solid #7f9db9;
39 }
40
41 div.topbar {
42 background-color: #002863;
43 color: #ffffff;
44 height: 85px;
45 position: absolute;
46 left: 0px;
47 top: 0px;
48 width: 100%;
49 border-bottom: 3px solid #5272ab; /*change from #335382*/
50 }
51
52 #logo {
53 position: relative;
54 left: 39px;
55 top: 28px;
56 }
57
58 div.topmenu {
59 position: absolute;
60 left: 245px;
61 top: 53px;
62 text-align: right;
63 width: 573px;
64 padding-top: 4px;
65 border-top: 1px solid #335382;
66 height: 25px;
67 }
68
69 div.topmenu a {
70 color: #ffffff;
71 font: bold 11px verdana, arial, sans-serif;
72 padding-left: 41px;
73 }
74
75 div.bluebox {
76 width: 124px;
77 height: 59px;
78 background-color: #31568c;
79 position: absolute;
80 right: 19px;
81 top: 14px;
82 }
83
84 div.search {
85 position: relative;
86 border-top: 3px solid #9bb3e0; /*added*/
87 top: 88px; /*change from 90 */
88 left: 0px;
89 width: 100%;
90 height: 73px; /*change from 63 */
91 background-color: #e1e5ec;
92 color: #31568c;
93 font-weight: bold;
94 }
95
96 div.search span {
97 position: absolute;
98 left: 74px;
99 top: 28px;
100 }
101
102 div.search div.simple {
103 position: absolute;
104 left: 225px;
105 top: 25px;
106 }
107
108 div.search div.advanced {
109 position: absolute;
110 right: 249px;
111 top: 47px;
112 text-align: right;
113 }
114
115
116 input.search {
117 background-color: #ffffff;
118 color: #000000;
119 border: 1px solid #a5acb2;
120 height: 17px;
121 line-height: 17px;
122 width: 500px;
123 margin-top: -1px;
124 }
125
126 input.advSearch {
127 background-color: #ffffff;
128 color: #000000;
129 border: 1px solid #a5acb2;
130 height: 17px;
131 line-height: 17px;
132 width: 400px;
133 margin-top: 5px;
134 }
135
136 div.main {
137 width: 100%;
138 background-color:#f0f0f9; /*changed from #ffffff;*/
139 /*removed background-image: url(../gfx/background.gif);*/
140 /*removed background-position: 0px 271px;*/
141 /*removed background-repeat: repeat-y;*/
142 color: #002863;
143 position: relative;
144 top: 105px; /*change from 108*/
145 left: 0px;
146 }
147
148 div.clear {
149 clear: both;
150 }
151
152 div.leftbar {
153 float: left;
154 background-color: #e1e5ec; /*added*/
155 width: 209px;
156 height: 100%;
157 margin-bottom: 10px;
158 margin-right: 17px;
159 padding-bottom: 20px; /*added*/
160 color: #000000;
161 }
162
163 div.head {
164 padding: 0px;
165 width: 100%;
166 height: 25px;
167 background-color: #c1cbd9;
168 font-size: 11px;
169 /*removed margin-bottom: 3px;*/
170 color: #002863;
171 }
172
173 div.margin {
174 padding-left: 13px;
175 padding-top: 2px;
176 padding-right: 13px;
177 }
178
179 div.content {
180 float: right;
181 width: 754px;
182 background-color: #ffffff;
183 color: #002863;
184 }
185
186 input.button {
187 color: #ffffff;
188 font: bold 11px verdana;
189 vertical-align: top;
190 margin-left: 8px;
191 }
192
193 div.search a {
194 margin-left: 30px;
195 color: #31568c;
196 text-decoration: underline;
197 font-weight: normal;
198 line-height: 15px;
199 }
200
201 a {
202 cursor: pointer;
203 color: #5d82b7;
204 text-decoration: none;
205 }
206
207 a:visited {
208 color: #a0689d;
209 }
210
211 a:hover {
212 text-decoration: underline;
213 }
214
215 div.clear {
216 clear: both;
217 }
218
219 div.resultNum {
220 width: 44px;
221 float: left;
222 line-height: 20px;
223 margin-bottom: 10px;
224 text-indent: 10px;
225 font-size: 10px;
226 font-weight: bold;
227 clear: both;
228 }
229
230 div.record {
231 font-size: 12px;
232 float: left;
233 width: 675px;
234 margin-bottom: 10px;
235 line-height: 20px;
236 }
237
238 div.record a.recTitle{
239 font-weight: bold;    
240 }
241
242 div.record a.recAuthor{
243 font-style: italic;
244 }
245
246 a.close {
247 float: left;
248 padding: 5px;
249 width: 18px;
250 height: 20px;
251 border: 1px solid #aec0db;
252 border-left: 0px;
253 text-align: center;
254 margin-top: -6px;
255 }
256
257 a.close img {
258 margin-top: 6px;
259 }
260
261 /*added*/
262 div.records {
263     margin-top: 10px;
264 }
265
266 div.records a.select {
267 float: left;
268 width: 651px;
269 font-weight: bold;
270 line-height: 20px;
271 padding: 5px;
272 margin-top: -6px;
273 border: 1px solid #aec0db;
274 }
275
276 div.detail {
277 border-top: 1px solid #aec0db;
278 border-bottom: 1px solid #aec0db;
279 padding: 5px 5px 5px 10px;
280 background-color: #e1e5ec;
281 /*removed border: 1px solid #aec0db;*/
282 /*removed border-top: 0px;*/
283 /*removed margin-left: 44px;*/
284 /*removed margin-bottom: 5px;*/
285 width: 475px;
286 float: left;
287 clear: left;
288 }
289
290 div.results {
291 float: left;
292 color: #002863;
293 background-color: #e1e5ec;
294 padding-left: 10px;
295 padding-right: 20px;
296 padding-top: 5px;
297 height: 50px;
298 line-height: 25px;
299 margin-bottom: 12px;
300 }
301
302 div.bottom {
303 float: left;
304 color: #000000;
305 background-color: #e1e5ec;
306 padding-left: 10px;
307 padding-right: 20px;
308 height: 28px;
309 line-height: 28px;
310 }
311
312 table {
313 padding: 0px;
314 margin: 0px;
315 border-collapse: collapse;
316 }
317
318 td {
319 color: #000000;
320 }
321
322 td.item {
323 width: 100px;
324 color: #31568c;
325 }
326
327 div.detail a {
328 background: none;
329 padding: 0px;
330 margin: 0px;
331 }
332
333 div.sortBox{
334 float: right;
335 }
336
337 div.showing {
338 padding-top: 3px; /*added*/
339 float: left;
340 clear: left;
341 }
342
343 div.pages {
344 float: right;
345 }
346
347 div.pages a.page, div.pages a.select  {
348 text-decoration: underline;
349 padding-left: 2px;
350 padding-right: 2px;
351 }
352
353 div.pages a.select {
354 text-decoration: none;
355 font-weight: bold;
356 }
357
358 a.previous_inactive {
359 background-image: url(../gfx/previous_inactive.gif);
360 color: #757575;
361 }
362
363 a.previous_active {
364 background-image: url(../gfx/previous_active.gif);
365 }
366
367 a.next_inactive {
368 background-image: url(../gfx/next_inactive.gif);
369 color: #757575;
370 }
371
372 a.next_active {
373 background-image: url(../gfx/next_active.gif);
374 }
375
376 a.previous_active, a.previous_inactive {
377 margin-right: 10px;
378 text-decoration: none;
379 padding-left: 10px;
380 background-position: 0px 4px;
381 background-repeat: no-repeat;
382 }
383
384 a.next_inactive, a.next_active {
385 margin-left: 10px;
386 padding-right: 10px;
387 background-position: 100% 4px;
388 background-repeat: no-repeat;
389 text-decoration: none;
390 }
391
392 div.leftbar a {
393 display: block;
394 padding-left: 20px;
395 }
396
397 a span {
398 color: #959595;
399 }
400
401 a.selected {
402 background-image: url(../gfx/minus.gif);
403 background-position: 0px 2px;
404 background-repeat: no-repeat;
405 text-transform: capitalize;
406 font-weight: bold;
407 font-size: 10px;
408 line-height: 13px;
409 }
410
411 a.unselected {
412 background-image: url(../gfx/plus.gif);
413 background-position: 0px 2px;
414 background-repeat: no-repeat;
415 text-transform: capitalize;
416 font-weight: bold;
417 font-size: 10px;
418 line-height: 13px;
419 }
420
421 a.sub {
422 text-indent: 15px;
423 font-size: 10px;
424 line-height: 13px;
425 }
426
427 span.green {
428 color: #63b05d;
429 font-weight: bold;
430 }
431
432 hr { /*removed div.leftbar*/
433 border: 0px;
434 border-bottom: 1px solid #c5cedc;
435 height: 1px;
436 line-height: 8px;
437 }
438
439 div.trailer {
440 border-top: 1px solid #e1e5ec;
441 border-bottom: 2px solid #f4f4f9;
442 background-color: #f6f6f9; /* #ffffff;*/
443 width: 100%;
444 height: 24px; /*change from 37*/
445 padding-top: 4px;
446 text-indent: 227px;
447 }