]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/kcls-wire/css/style.css
advanced page getting there
[Evergreen.git] / Open-ILS / web / opac / skin / kcls-wire / css / style.css
1 body {
2         margin:0;
3         font-family: Arial, Helvetica, sans-serif;
4         font-size: 12px;
5         background:#333;
6 }
7
8 img {
9         border: none;
10 }
11
12 a {
13         color: #003399;
14         text-decoration: none;
15 }
16
17 a:hover {
18         text-decoration: underline;
19 }
20
21 #search-wrapper input[type=text] {
22         border:none;
23         margin:0;
24         padding:0;
25 }
26
27 #search-wrapper select {
28         border:1px solid #e9ebf3;
29         margin:0;
30         padding:0;
31         width:168px;
32 }
33
34 /*
35 #search-wrapper select {
36         border:0px solid black;
37         filter:alpha(opacity=0);
38         -moz-opacity:0;
39         -khtml-opacity:0;
40         opacity:0;
41         padding:0;
42         margin:0;
43         height:18px;
44         font-size: 12px;
45 }
46 */
47 h1 {
48         margin:0;
49         margin-bottom: 5px;
50         font-size: 20px;
51         font-weight:normal;
52 }
53
54 h2 {
55         margin:0;
56         margin-bottom: 5px;
57         font-size: 14px;
58         font-weight:bold;
59 }
60
61 .hide_me {
62         display: none;
63         visibility: hidden;
64 }
65
66 div.select-box-wrapper {
67         position:absolute;
68         padding-top:2px;
69         padding-left:3px;
70         overflow:hidden;
71         text-align:left;
72 }
73
74 div.select-wrapper {
75         border:1px solid #4C8AB0;
76         display:inline-block;
77         position:relative;
78         z-index:2;
79         background:url('/opac/skin/kcls/graphics/dropdown.gif') no-repeat right center;
80 }
81
82 div.select-wrapper:hover {
83         background:url('/opac/skin/kcls/graphics/dropdown-hover.gif') no-repeat right center;
84 }
85
86 #dash_wrapper {
87         width:500px;
88         position:relative;
89         top:-26px;
90 }
91
92 #dashboard {
93         clear:both;
94         float:right;
95         width:384px;
96 }
97
98 #dashboard span {
99         font-weight:bold;
100         position:relative;
101         left:-1px;
102 }
103
104 #dash_user {
105         font-weight:bold;
106         text-transform:capitalize;
107 }
108
109 #header {
110         color: #fff;
111         padding: 26px 0px 26px 0px;
112         width: 974px;
113         margin: auto;
114         font-size:11px;
115 }
116
117 #header a {
118         color: #fff;
119 }
120
121 #header a:hover {
122         color: white;
123         text-decoration: none;
124 }
125
126 #header-links {
127         color: #afafaf;
128         font-size: 11px;
129         font-weight: bold;
130         position: relative;
131         top:4px;
132         
133 }
134
135 #header-links a {
136         color: #afafaf;
137         display: block;
138         float:left;
139         margin-right:22px;
140 }
141
142 #header-links a:hover {
143         color: white;
144         text-decoration: none;
145 }
146
147 #header #header-links2 {
148         position:relative;
149         top:-8px;
150         color: white;
151         padding-bottom: 15px;
152 }
153
154 #header #header-links2 a {
155         color: white;
156 }
157
158 #header #header-links2 a:hover {
159         text-decoration: underline;
160 }
161
162 #header #your-acct-login {
163         padding-top:10px;
164 }
165
166 #gold-links {
167         margin:auto;
168         width:974px;
169         padding-left:0px;
170 }
171
172 #util-bar {
173         margin:auto;
174         width:974px;
175         padding-left:0px;
176         height:0px;
177 }
178
179 #search-wrapper {
180         border-bottom: 1px solid #e9ebf3;
181         padding-bottom: 5px;
182         background: white;
183 }
184
185 #search_box_wrapper {
186         border:1px solid #e9ebf3;
187         padding: 1px;
188         padding-left:3px;
189 }
190
191 #search-wrapper #breadcrumb {
192         margin-top:0px;
193         font-size: 10px;
194         float:left;
195 }
196
197 #search-wrapper #search-within {
198         margin-top:10px;
199         float:right;
200         position:relative;
201         left:-173px;
202 }
203
204 #search-wrapper #breadcrumb a {
205         color: black;
206 }
207
208 #search-wrapper #search_frm label {
209         font-size: 10px;
210 }
211
212 #search-wrapper #search-box {
213         width:974px;
214         margin:auto;
215         padding-left: 0px;
216 }
217
218 #utils {
219         float:right;
220         z-index:1;
221         width:150px;
222         height:30px;
223         background:url('/opac/skin/kcls/graphics/utils-corner-left.png') no-repeat left top;
224         padding-left: 3px;
225         color: white;
226         position:relative;
227 }
228
229 #utils a {
230         color: white;
231         font-size: 10px;
232 }
233 #adv_search_tabs {
234         height:33px;
235         width:974px;
236         margin:auto;
237 }
238
239 #adv_search_tabs a {
240         float: left;
241         display: block;
242         height:33px;
243         margin-right:7px;
244 }
245
246 #adv_search {
247         width:156px;
248         background:url('/opac/skin/kcls/graphics/adv_search_on.gif') no-repeat bottom;
249 }
250
251 #num_search {
252         width:156px;
253         background:url('/opac/skin/kcls/graphics/num_search_off.gif') no-repeat bottom;
254 }
255
256 #expert_search {
257         width:156px;
258         background:url('/opac/skin/kcls/graphics/expert_search_off.gif') no-repeat bottom;
259 }
260
261 #acct_tabs {
262         height:33px;
263         width:974px;
264         margin:auto;
265 }
266
267 #acct_tabs a {
268         float: left;
269         display: block;
270         height:33px;
271         margin-right:7px;
272 }
273
274 #acct_summary {
275         width:156px;
276         background:url('/opac/skin/kcls/graphics/acct_summary_on.gif') no-repeat bottom;
277 }
278
279 #acct_checked_out {
280         width:156px;
281         background:url('/opac/skin/kcls/graphics/acct_checked_out_off.gif') no-repeat bottom;
282 }
283
284 #acct_holds {
285         width:156px;
286         background:url('/opac/skin/kcls/graphics/acct_holds_off.gif') no-repeat bottom;
287 }
288
289 #acct_prefs {
290         width:156px;
291         background:url('/opac/skin/kcls/graphics/acct_prefs_off.gif') no-repeat bottom;
292 }
293
294 #acct_favs {
295         width:156px;
296         background:url('/opac/skin/kcls/graphics/acct_favs_off.gif') no-repeat bottom;
297 }
298
299 #acct_lists {
300         width:156px;
301         background:url('/opac/skin/kcls/graphics/acct_lists_off.gif') no-repeat bottom;
302 }
303
304 #rdetail_header {
305         font-size:14px;
306         font-weight:bold;
307         color:#074079;
308         padding: 5px 7px 6px 0px;
309         border-bottom: 1px dotted #ccc;
310 }
311
312 #rdetail_result_count {
313         color: black;
314         font-size: 11px;
315         font-weight: normal;
316 }
317
318 #rdetail_result_nav {
319         float:right;
320         font-size: 11px;
321         font-weight:normal;
322 }
323
324 #rdetail_details_table {
325         margin-top: 15px;
326 }
327
328 #rdetail_title {
329         font-size: 18px;
330 }
331
332 #rdetail_image_cell {
333         padding-top: 3px;
334         padding-right: 10px;
335 }
336
337 .rdetail_aux_utils {
338         border-left:1px dotted #ccc;
339         padding-left: 17px;
340         padding-bottom: 6px;
341         padding-right: 70px;
342 }
343
344 .results_aux_utils {
345         border-left:1px dotted #ccc;
346         padding-left: 17px;
347         padding-bottom: 6px;
348         padding-right: 50px;
349 }
350
351 #rdetails_status td, #rdetails_status2 td {
352         white-space:nowrap !important;
353         padding: 7px 0px 3px 13px;
354 }
355
356 #rdetails_status_head td {
357         background-color: #d8d8d8;
358         padding: 13px 0px 13px 13px;
359         font-size: 10px;
360         text-transform: uppercase;
361         font-weight: bold;
362 }
363
364 #rdetails_status_head2 td {
365         padding: 0px;
366 }
367
368 .rdetail_extras {
369         height: 29px;
370         background: #9ad0f1;
371         padding-top:1px;
372         margin-bottom: 10px;
373         margin-top: 10px;
374         clear:both;
375 }
376
377 .rdetail_extras_hr {
378         height: 1px;
379         background: #b7def5;
380         margin-left: 1px;
381         margin-right: 1px;
382 }
383
384 .rdetail_extras_link {
385         padding-top: 4px;
386         padding-left: 12px;
387         font-size: 10px;
388         text-transform: uppercase;
389         font-weight: bold;
390 }
391
392 .rdetail_extras_lbl {
393         position: relative;
394         top: -4px;
395         left: 7px;
396 }
397
398 #paginate-homebanner a.toc {
399         display:block;
400         width:20px;
401         height:20px;
402         background:gray;
403         float:left;
404         margin-left:2px;
405         margin-right:2px;
406         margin-top:2px;
407 }
408
409 #rdetail_extras_expand, #rdetail_extras_collapse, #rdetail_locs_collapse {
410         margin-left: 13px;
411 }
412
413 #rdetail_locs_expand, #rdetail_locs_collapse {
414         padding-bottom:3px;
415         margin-top:15px;
416         margin-left:13px;
417 }
418
419 #rdetail_anotes_div .biography {
420         margin:0;
421 }
422
423 #paginate-homebanner a.selected {
424         border: 2px solid black;
425         margin-top:0px;
426         margin-left:0px;
427         margin-right:0px;
428 }
429
430 #hp-buttons {
431         margin: auto;
432         margin-top: 6px;
433         width: 974px;
434 }
435
436 #hp-welcome {
437         position:absolute;
438         width:295px;
439         height:192px;
440         background: url('/opac/skin/kcls/graphics/banner-bg.png') no-repeat;
441         color: #fff;
442         padding-left: 33px;
443         padding-top: 21px;
444         z-index:9999999999;
445 }
446
447 #hp-welcome h1 {
448         font-size: 25px;
449         margin-bottom:15px;
450 }
451
452 #hp-welcome a {
453         color: #fff;
454         text-decoration: underline;
455 }
456
457 #hp-banner {
458         margin: auto;
459         width:974px;
460         height: 213px;
461 }
462
463 #hp-ql-table {
464         margin-left: 2px;
465         padding-top: 3px;
466 }
467
468 #hp-ql-table a {
469         color: #333;
470         font-weight: bold;
471         font-size: 13px;
472         text-transform: uppercase;
473         text-decoration: none;
474         display: block;
475         width: 144px;
476         height: 25px;
477         padding-top: 9px;
478         padding-left: 15px;
479         background: url('/opac/skin/kcls/graphics/button-bg.png') no-repeat;
480 }
481
482 #hp-ql-bottom {
483         width: 640px;
484         height: 31px;
485         padding-left: 24px;
486         padding-top: 13px;
487         background: url('/opac/skin/kcls/graphics/hp-links-mid.jpg') repeat-x;
488 }
489
490 #hp-ql-bottom a {
491         display: inline-block;
492         text-decoration: none;
493         color: white;
494         font-size: 15px;
495         font-weight: bold;
496 }
497
498 #content-wrapper {
499         background: white;
500         min-height: 260px;
501         border-bottom: 1px solid black;
502 }
503
504 #main-content {
505         width: 974px;
506         margin:auto;
507         padding-left:0px;
508 }
509
510 #main-content .login_boxes {
511         border: 1px solid #dedede;
512         background:url('/opac/skin/kcls/graphics/login-bg.jpg') top repeat-x;
513         color: #333;
514 }
515
516 #main-content .login_boxes h1 {
517         font-weight: normal;
518         font-size: 25px;
519         margin:0;
520 }
521
522 #main-content .left_brain {
523         padding-left:28px;
524         padding-top:25px;
525 }
526
527 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
528         width:167px;
529         height:18px;
530         margin:0;
531         padding:0;
532         border:none;
533         background: none;
534         font-size: 15px;
535         color: #666;
536 }
537
538 #main-content .left_brain .input_bg {
539         padding:10px 10px 0px 13px;
540         background: url('/opac/skin/kcls/graphics/login-box-bg.jpg') no-repeat;
541         width:167px;
542         height:29px;
543 }
544
545 #home-buttons-inner {
546         width:664px;
547         height:117px;
548         background:#bda964;
549 }
550
551 #holds_temp_parent td {
552         border-bottom:1px solid #dcdbdb;
553 }
554
555 #holds_temp_parent input, #holds_temp_parent select {
556         margin:0;
557 }
558
559
560
561
562 #results_header_bar {
563         background: #929292;
564         border-top:1px solid #8b8b8b;
565 }
566
567 #results_header_inner {
568         height:32px;
569         width:974px;
570         margin:auto;
571         padding-top:6px;
572 }
573
574 .results_header_btns {
575         float:left;
576         margin-right: 6px;
577 }
578
579 .results_header_div {
580         float: left;
581         width: 0px;
582         height: 25px;
583         border-left: 1px solid #7c7c7c;
584         border-right: 1px solid #9c9c9c;
585         margin: 0px 13px;
586 }
587
588 .results_header_lbl {
589         font-weight: bold;
590         float: left;
591         font-size: 11px;
592         color: #191919;
593         position: relative;
594         top: 5px;
595         margin-right: 6px;
596 }
597
598 .results_header_sel {
599         float:left;
600         position: relative;
601         top: 2px;
602         margin:0;
603 }
604
605 #results_header_nav1 {
606         padding: 5px 7px 6px 0px;
607         border-bottom: 1px dotted #ccc;
608 }
609
610 #results_header_nav1 .h1 {
611         font-size:14px;
612         font-weight:bold;
613         color:#074079;
614 }
615
616 #start_end_links_span {
617         font-size: 11px;
618 }
619
620 #start_end_links_span2 {
621         font-size: 11px;
622 }
623
624 .nav_arrow_fix {
625         font-size:8px;
626         position:relative;
627         top:-1px;
628 }
629
630 #result_table_div {
631         margin-top: 20px;
632 }
633
634 #result_numbers1 {
635         font-size: 11px;
636         padding-left:15px;
637 }
638
639
640
641
642
643
644 .icon_text {
645         text-transform:capitalize;
646 }
647
648 .result_table_title_cell {
649         padding-left: 7px;
650 }
651
652 #myopac_summary_div p {
653         margin:0;
654         margin-bottom: 10px;
655 }
656
657 #acct_sum_checked_table td {
658         padding-bottom:5px;
659 }
660
661 #zero_search_hits p {
662         margin-top:0;
663 }
664
665 #zero_hits_term {
666         text-transform: uppercase;
667 }
668
669 #zero_search_hits #spell_check_link {
670         text-transform: uppercase;
671 }
672
673 #zero_search_hits #zero_hits_suggestions {
674         text-transform: uppercase;
675 }
676
677 .results_info_table td {
678         padding-right: 10px;
679 }
680
681 #myopac_holds_main_table {
682         border-collapse: collapse;
683 }
684
685 #myopac_holds_main_table td {
686         border: 1px solid black;
687         
688 }
689
690 #myopac_prefs_div .data_grid {
691         border-collapse:collapse;
692 }
693
694 #myopac_prefs_div .data_grid td {
695         background:#f0f0f0;
696         border-bottom:3px solid white;
697         padding:6px 0px 7px 17px;
698 }
699
700 .header_middle {
701         height:22px;
702         font-size:14px;
703         font-weight:bold;
704         color:#074079;
705         padding: 0px 7px 0px 0px;
706         border-bottom: 1px dotted #ccc;
707 }
708
709 .header_middle a {
710         font-size: 12px;
711         font-weight: normal;
712 }
713
714 .acct_sum_row {
715         padding: 7px 15px;
716         width: 712px;
717         background: #f0f0f0;
718         margin-bottom: 2px;
719         font-size: 10px;
720         font-weight: bold;
721         text-transform: uppercase;
722 }
723
724 .acct_sum_row a {
725         text-transform: none;
726         font-size: 12px;
727         position:relative;
728         top:-1px;
729 }
730
731 .acct_sum_row .view_link {
732         font-weight: normal;
733         font-size:12px;
734 }
735
736 #myopac_sum_fines {
737         float:right;
738         padding: 15px 0px 0px 23px;
739         background: #f0f0f0;
740         width: 177px;
741         height: 166px;
742 }
743
744 .acct_holds_temp td {
745         text-align: left;
746 }
747
748 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
749         float:left;
750         /*padding-left:10px;*/
751 }
752
753 #acct_checked_tabs .selected, #acct_holds_tabs .selected, #acct_prefs_tabs .selected {
754         /*background:url('/opac/skin/kcls/graphics/gray-arrow.png') left 3px no-repeat;*/
755 }
756
757 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
758         font-weight:bold;
759         text-transform:uppercase;
760         font-size: 10px;
761 }
762
763 #acct_checked_main_header td, #acct_holds_main_header td, #acct_checked_hist_header td, #acct_list_header td, #acct_list_header_anon td, #temp_list_holds td {
764         background: #d8d8d8;
765         padding: 8px 0px 7px 0px;
766 }
767
768 #acct_list_header select, #acct_list_header_anon select {
769         font-weight:normal;
770         text-transform:none;
771 }
772
773 #acct_holds_activates_table label {
774         font-weight: bold;
775         font-size: 11px;
776         text-transform:uppercase;
777         padding-right: 5px;
778 }
779
780 .adv_search_font {
781         font-size: 10px;
782 }
783
784 .search_catalog_lbl {
785         font-size: 14px;
786 }
787
788 .lbl1 {
789         font-size:14px;
790         font-weight:bold;
791 }
792
793 .lbl2 {
794         font-size:10px;
795         font-weight:normal;
796         position:relative;
797         top:3px;
798 }
799
800 #myopac_tabs, #adv_search_parent {
801         background: #929292;
802         border-top:1px solid #8b8b8b;
803         padding-top:5px;
804         margin-bottom:20px;
805 }
806
807 #adv_search_parent {
808         margin-bottom:0px;
809 }
810
811 #myopac_loading {
812         width:100%;
813         text-align:center;
814         padding-top:20px;
815         font-size:16px;
816         font-weight:bold;
817 }
818
819 .chili_link {
820         width:100px !important;
821         text-align: center !important;
822 }
823
824 .chili_review div.chili_link div {
825         margin: auto;
826 }
827
828 /* some facet styling */
829 .facetClassContainer { margin: 2px; border: 1px solid #CCC; }
830 .facetClassLabelContainer { border: 1px solid #CCC; }
831 .facetClassLabel { font-weight: bold; text-align: center; }
832 .facetFieldContainer {  }
833 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
834 .extraFacetFieldsWrapper { }
835 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
836 .facetFieldLineCount { display: inline-block; border-right: 1px solid #CCC; color: gray; width: 3em; margin-right: 3px }
837 .facetField { border-top: 1px solid #CCC; }
838 .facetFields { padding-left: 5px; }
839 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
840
841 #footer {
842         padding-top:5px;
843         padding-bottom: 10px;
844         color: white;
845         margin: auto;
846         width: 974px;
847         color: #afafaf;
848         font-size: 11px;
849 }
850
851 #footer a {
852         color: white;
853         color: #afafaf;
854 }
855
856 .color_4 {
857         text-transform: uppercase;
858         font-weight: bold;
859         font-size: 10px;
860 }