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