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