4e302c5be2b38e2a2e6f26b5d7e51a29657daba6
[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: 0px;
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 {
103 position: absolute;
104 left: 225px;
105 top: 25px;
106 }
107
108 input.search {
109 background-color: #ffffff;
110 color: #000000;
111 border: 1px solid #a5acb2;
112 height: 17px;
113 line-height: 17px;
114 width: 500px;
115 margin-top: -1px;
116 }
117
118 div.main {
119 width: 100%;
120 background-color:#f0f0f9; /*changed from #ffffff;*/
121 /*removed background-image: url(../gfx/background.gif);*/
122 /*removed background-position: 0px 271px;*/
123 /*removed background-repeat: repeat-y;*/
124 color: #002863;
125 position: relative;
126 top: 105px; /*change from 108*/
127 left: 0px;
128 }
129
130 div.clear {
131 clear: both;
132 }
133
134 div.leftbar {
135 float: left;
136 background-color: #e1e5ec; /*added*/
137 width: 209px;
138 height: 100%;
139 margin-bottom: 10px;
140 margin-right: 17px;
141 padding-bottom: 20px; /*added*/
142 color: #000000;
143 }
144
145 div.head {
146 padding: 0px;
147 width: 100%;
148 height: 25px;
149 background-color: #c1cbd9;
150 font-size: 10px;
151 margin-bottom: 3px;
152 color: #002863;
153 }
154
155 div.margin {
156 padding-left: 13px;
157 padding-top: 5px;
158 padding-right: 13px;
159 }
160
161 div.content {
162 float: right;
163 width: 754px;
164 background-color: #ffffff;
165 color: #002863;
166 }
167
168 input.button {
169 color: #ffffff;
170 font: bold 11px verdana;
171 vertical-align: top;
172 margin-left: 8px;
173 }
174
175 div.search a {
176 margin-left: 30px;
177 color: #31568c;
178 text-decoration: underline;
179 font-weight: normal;
180 line-height: 15px;
181 }
182
183 a {
184 cursor: pointer;
185 color: #5d82b7;
186 text-decoration: none;
187 }
188
189 a:visited {
190 color: #a0689d;
191 }
192
193 a:hover {
194 text-decoration: underline;
195 }
196
197 div.clear {
198 clear: both;
199 }
200
201 div.resultNum {
202 width: 44px;
203 float: left;
204 line-height: 20px;
205 margin-bottom: 10px;
206 text-indent: 10px;
207 font-size: 10px;
208 font-weight: bold;
209 clear: both;
210 }
211
212 div.record {
213 font-size: 12px;
214 float: left;
215 width: 675px;
216 margin-bottom: 10px;
217 line-height: 20px;
218 }
219
220 div.record a.recTitle{
221 font-weight: bold;    
222 }
223
224 div.record a.recAuthor{
225 font-style: italic;
226 }
227
228 a.close {
229 float: left;
230 padding: 5px;
231 width: 18px;
232 height: 20px;
233 border: 1px solid #aec0db;
234 border-left: 0px;
235 text-align: center;
236 margin-top: -6px;
237 }
238
239 a.close img {
240 margin-top: 6px;
241 }
242
243 div.records a.select {
244 float: left;
245 width: 651px;
246 font-weight: bold;
247 line-height: 20px;
248 padding: 5px;
249 margin-top: -6px;
250 border: 1px solid #aec0db;
251 }
252
253 div.detail {
254 border-top: 1px solid #aec0db;
255 border-bottom: 1px solid #aec0db;
256 padding: 5px 5px 5px 10px;
257 background-color: #e1e5ec;
258 /*removed border: 1px solid #aec0db;*/
259 /*removed border-top: 0px;*/
260 /*removed margin-left: 44px;*/
261 /*removed margin-bottom: 5px;*/
262 width: 475px;
263 float: left;
264 clear: left;
265 }
266
267 div.results {
268 float: left;
269 color: #002863;
270 background-color: #e1e5ec;
271 padding-left: 10px;
272 padding-right: 20px;
273 padding-top: 5px;
274 height: 50px;
275 line-height: 25px;
276 margin-bottom: 12px;
277 }
278
279 div.bottom {
280 float: left;
281 color: #000000;
282 background-color: #e1e5ec;
283 padding-left: 10px;
284 padding-right: 20px;
285 height: 28px;
286 line-height: 28px;
287 }
288
289 table {
290 padding: 0px;
291 margin: 0px;
292 border-collapse: collapse;
293 }
294
295 td {
296 color: #000000;
297 }
298
299 td.item {
300 width: 100px;
301 color: #31568c;
302 }
303
304 div.detail a {
305 background: none;
306 padding: 0px;
307 margin: 0px;
308 }
309
310 div.showing {
311 float: left;
312 clear: left;
313 }
314
315 div.pages {
316 float: right;
317 }
318
319 div.pages a.page, div.pages a.select  {
320 text-decoration: underline;
321 padding-left: 2px;
322 padding-right: 2px;
323 }
324
325 div.pages a.select {
326 text-decoration: none;
327 font-weight: bold;
328 }
329
330 a.previous_inactive {
331 background-image: url(../gfx/previous_inactive.gif);
332 color: #757575;
333 }
334
335 a.previous_active {
336 background-image: url(../gfx/previous_active.gif);
337 }
338
339 a.next_inactive {
340 background-image: url(../gfx/next_inactive.gif);
341 color: #757575;
342 }
343
344 a.next_active {
345 background-image: url(../gfx/next_active.gif);
346 }
347
348 a.previous_active, a.previous_inactive {
349 margin-right: 10px;
350 text-decoration: none;
351 padding-left: 10px;
352 background-position: 0px 4px;
353 background-repeat: no-repeat;
354 }
355
356 a.next_inactive, a.next_active {
357 margin-left: 10px;
358 padding-right: 10px;
359 background-position: 100% 4px;
360 background-repeat: no-repeat;
361 text-decoration: none;
362 }
363
364 div.leftbar a {
365 display: block;
366 padding-left: 20px;
367 }
368
369 a span {
370 color: #959595;
371 }
372
373 a.selected {
374 background-image: url(../gfx/minus.gif);
375 background-position: 0px 2px;
376 background-repeat: no-repeat;
377 text-transform: capitalize;
378 font-weight: bold;
379 font-size: 10px;
380 line-height: 13px;
381 }
382
383 a.unselected {
384 background-image: url(../gfx/plus.gif);
385 background-position: 0px 2px;
386 background-repeat: no-repeat;
387 text-transform: capitalize;
388 font-weight: bold;
389 font-size: 10px;
390 line-height: 13px;
391 }
392
393 a.sub {
394 text-indent: 15px;
395 font-size: 10px;
396 line-height: 13px;
397 }
398
399 span.green {
400 color: #63b05d;
401 font-weight: bold;
402 }
403
404 hr { /*removed div.leftbar*/
405 border: 0px;
406 border-bottom: 1px solid #c5cedc;
407 height: 1px;
408 line-height: 8px;
409 }
410
411 div.trailer {
412 border-top: 1px solid #e1e5ec;
413 border-bottom: 2px solid #f4f4f9;
414 background-color: #f6f6f9; /* #ffffff;*/
415 width: 100%;
416 height: 24px; /*change from 37*/
417 padding-top: 4px;
418 text-indent: 227px;
419 }