navigation path: removed / and 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: 600;
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 div#breadcrumb {
313 border-bottom: 1px solid #e1e5ec;
314 float: left;
315 background-color: #f6f6f9;
316 padding-left: 0px;
317 padding-right: 0px;
318 margin-bottom: 10px;
319 height: 28px;
320 width: inherit;
321 line-height: 28px;
322 }
323
324 div#breadcrumb span{
325 margin-right: 1px;
326 margin-left: 5px;
327 }
328
329 div#breadcrumb a:hover {
330 text-decoration: line-through;
331 }
332
333 strong#filter{
334 margin-right: -5px;
335 margin-left: 5px;
336 }
337
338 table {
339 padding: 0px;
340 margin: 0px;
341 border-collapse: collapse;
342 }
343
344 td {
345 color: #000000;
346 }
347
348 td.item {
349 width: 100px;
350 color: #31568c;
351 }
352
353 div.detail a {
354 background: none;
355 padding: 0px;
356 margin: 0px;
357 }
358
359 div.sortBox{
360 float: right;
361 }
362
363 div.showing {
364 padding-top: 3px; /*added*/
365 float: left;
366 clear: left;
367 }
368
369 div.pages {
370 float: right;
371 }
372
373 div.pages a.page, div.pages a.select  {
374 text-decoration: underline;
375 padding-left: 2px;
376 padding-right: 2px;
377 }
378
379 div.pages a.select {
380 text-decoration: none;
381 font-weight: bold;
382 }
383
384 a.previous_inactive {
385 background-image: url(../gfx/previous_inactive.gif);
386 color: #757575;
387 }
388
389 a.previous_active {
390 background-image: url(../gfx/previous_active.gif);
391 }
392
393 a.next_inactive {
394 background-image: url(../gfx/next_inactive.gif);
395 color: #757575;
396 }
397
398 a.next_active {
399 background-image: url(../gfx/next_active.gif);
400 }
401
402 a.previous_active, a.previous_inactive {
403 margin-right: 10px;
404 text-decoration: none;
405 padding-left: 10px;
406 background-position: 0px 4px;
407 background-repeat: no-repeat;
408 }
409
410 a.next_inactive, a.next_active {
411 margin-left: 10px;
412 padding-right: 10px;
413 background-position: 100% 4px;
414 background-repeat: no-repeat;
415 text-decoration: none;
416 }
417
418 div.leftbar a {
419 display: block;
420 padding-left: 20px;
421 }
422
423 a span {
424 color: #959595;
425 }
426
427 a.selected {
428 background-image: url(../gfx/minus.gif);
429 background-position: 0px 2px;
430 background-repeat: no-repeat;
431 text-transform: capitalize;
432 font-weight: bold;
433 font-size: 10px;
434 line-height: 13px;
435 }
436
437 a.unselected {
438 background-image: url(../gfx/plus.gif);
439 background-position: 0px 2px;
440 background-repeat: no-repeat;
441 text-transform: capitalize;
442 font-weight: bold;
443 font-size: 10px;
444 line-height: 13px;
445 }
446
447 a.sub {
448 text-indent: -10px;
449 font-size: 10px;
450 line-height: 13px;
451 }
452
453 span.green {
454 color: #63b05d;
455 font-weight: bold;
456 }
457
458 hr { /*removed div.leftbar*/
459 border: 0px;
460 border-bottom: 1px solid #c5cedc;
461 height: 1px;
462 line-height: 8px;
463 }
464
465 div.trailer {
466 border-top: 1px solid #e1e5ec;
467 border-bottom: 2px solid #f4f4f9;
468 background-color: #f6f6f9; /* #ffffff;*/
469 width: 100%;
470 height: 24px; /*change from 37*/
471 padding-top: 4px;
472 text-indent: 227px;
473 }