]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/css/style.css.tt2
c394e5781f14de46b92ed2476921e8be3e4ee274
[working/Evergreen.git] / Open-ILS / src / templates / opac / css / style.css.tt2
1 [%-
2     PROCESS "opac/parts/css/colors.tt2";
3     PROCESS "opac/parts/css/fonts.tt2";
4 %]
5
6 body {
7     margin:0;
8     font-family: Arial, Helvetica, sans-serif;
9     font-size: [% css_fonts.size_base %];
10     background: [% css_colors.primary %];
11 }
12
13 img {
14     border: none;
15 }
16
17 #topnav_logo {
18     padding-bottom: 25px;
19 }
20
21 #homesearch_main_logo {
22     padding-top: 60px;
23 }
24
25 a {
26     color: [% css_colors.primary %];
27 }
28
29 #search-wrapper input[type=text] {
30     margin:0;
31     padding:0;
32 }
33
34 #search-wrapper select, .results_header_lbl select {
35     border:1px solid [% css_colors.border_standard %];
36     margin:0;
37     padding:0;
38     width: 12em;
39 }
40
41 .searchbar {
42     font-weight: bold;
43     padding-top: 10px;
44 }
45
46 /*
47 #search-wrapper select {
48     border:0px solid [% css_colors.border_dark %];
49     filter:alpha(opacity=0);
50     -moz-opacity:0;
51     -khtml-opacity:0;
52     opacity:0;
53     padding:0;
54     margin:0;
55     height:18px;
56 }
57 */
58 h1 {
59     margin:0;
60     margin-bottom: 5px;
61     font-size: [% css_fonts.size_biggest %];
62     font-weight:normal;
63 }
64
65 h2 {
66     font-size: [% css_fonts.size_bigger %];
67     font-weight:bold;
68 }
69
70 .hide_me, .hidden {
71     display: none;
72     visibility: hidden;
73 }
74
75 div.select-box-wrapper {
76     position:absolute;
77     padding-top:2px;
78     padding-left:3px;
79     overflow:hidden;
80     text-align:left;
81 }
82
83 #dash_wrapper {
84     position: relative;
85     top: -2em;
86 }
87
88 #dash_wrapper div {
89     position: relative;
90     vertical-align: middle;
91     background: [% css_colors.primary %];
92     border-radius: 5px;
93     height: 3em;
94     padding: 0em 1em 0em 1em;
95 }
96
97 span.dash_divider {
98     margin: 0em 1em 0em 1em;
99     position: relative;
100     top: 10px;
101     color: [% css_colors.primary_fade %];
102 }
103
104 #dashboard {
105     clear:both;
106     float:right;
107     margin-top: 1em;
108     background: [% css_colors.primary %];
109     border-radius: 5px;
110     height: 3em;
111 }
112
113 #dashboard span.dash-align a {
114     font-weight: bold;
115     text-decoration: none;
116     position: relative;
117     top: 10px;
118 }
119
120 #dash_user {
121     font-weight: bold;
122     text-transform: capitalize;
123     position: relative;
124     top: 10px;
125 }
126
127 #logout_link { left: 1px; }
128
129 #dash_checked { color: [% css_colors.text_attention %]; }
130 #dash_holds { color: [% css_colors.text_attention %]; }
131 #dash_pickup { color: [% css_colors.text_goodnews %]; }
132 #dash_fines { color: [% css_colors.text_badnews %]; }
133 #header-wrap {
134     background: linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
135     background: -moz-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
136     background: -o-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
137     background: -webkit-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
138     background-color: [% css_colors.primary_fade %];
139 }
140 #header {
141     color: [% css_colors.background %];
142     padding-top: 26px;
143     margin-left: 1em;
144     font-size: [% css_fonts.size_small %];
145 }
146
147 #header a {
148     color: [% css_colors.background %];
149 }
150
151 #header a:hover {
152     color: [% css_colors.text_invert %];
153     text-decoration: none;
154 }
155
156 #header-links {
157     color: [% css_colors.text_invert %];
158     font-size: [% css_fonts.size_small %];
159     font-weight: bold;
160     position: relative;
161     top:4px;
162     
163 }
164
165 #header-links a {
166     color: [% css_colors.text_invert %];
167     display: block;
168     float:left;
169     margin-right:22px;
170     text-decoration: none;
171 }
172
173 #header-links a:hover {
174     color: [% css_colors.text_invert %];
175     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
176     text-decoration: none;
177 }
178
179 #header #header-links2 {
180     position:relative;
181     top:-8px;
182     color: [% css_colors.text_invert %];
183     padding-bottom: 15px;
184 }
185
186 #header #header-links2 a {
187     color: [% css_colors.text_invert %];
188 }
189
190 #header #header-links2 a:hover {
191     text-decoration: underline;
192 }
193
194 #header #your-acct-login {
195     padding-top:10px;
196 }
197
198 #gold-links {
199     margin-left: 1em;
200     padding-left:0px;
201 }
202
203 #gold-links-home {
204     margin:auto;
205     padding-left:0px;
206 }
207
208 #gold-links-holder {
209     height: 24px;
210     background: [% css_colors.background_invert %];
211 }
212
213 #util-bar {
214     margin-left: 1em;
215     padding-left:0px;
216     height:0px;
217 }
218
219 #search-wrapper {
220     border-bottom: 1px solid [% css_colors.border_standard %];
221     padding-bottom: 5px;
222     background: [% css_colors.background %];
223 }
224
225 .search_box_wrapper {
226     padding: 10px 5px 5px 3px;
227 }
228
229 #search-wrapper #breadcrumb {
230     margin-top:0px;
231     font-size: [% css_fonts.size_smaller %];
232     float:left;
233 }
234
235 #search-wrapper #search-within {
236     margin-top:10px;
237     float:right;
238     position:relative;
239     left:-173px;
240 }
241
242 #search-wrapper #breadcrumb a {
243     color: [% css_colors.text %];
244 }
245
246 #search-wrapper #search_frm label {
247     font-size: [% css_fonts.size_smaller %];
248 }
249
250 #search-wrapper #search-box {
251     margin-left: 1em;
252     padding-left: 0px;
253     padding-top: 10px;
254     padding-bottom: 10px;
255 }
256
257 #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{
258     height: 40px;
259     margin-left: 1em;
260 }
261
262 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a, #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
263     float: left;
264     text-align: center;
265     vertical-align: middle;
266     display: block;
267     margin: 10px 7px 10px 0px;
268     padding: 10px 0px 10px 0px;
269     -moz-border-radius: 10px 10px 0px 0px; 
270     border-radius: 10px 10px 0px 0px;
271     font-weight: bold;
272     color: [% css_colors.text_invert %];
273     background: [% css_colors.control %];
274     font-weight: bold;
275     text-decoration: none;
276 }
277
278 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a {
279     padding: 1em 1em 0.5em;
280 }
281
282 #adv_search_tabs a:hover, #acct_tabs a:hover, #acct_fines_tabs a:hover, #acct_checked_tabs a:hover, #acct_holds_tabs a:hover, #acct_prefs_tabs a:hover {
283     background: [% css_colors.primary %]; 
284     color: [% css_colors.text_invert %];
285     text-decoration: none;
286 }
287
288 #adv_search.on, #num_search.on, #expert_search.on {
289     color: [% css_colors.accent_darker %];
290     background: [% css_colors.background %];
291     text-decoration: none;
292 }
293
294 #adv_search_tabs a.acct-tab-on, #acct_tabs a.acct-tab-on, #acct_fines_tabs a.acct-tab-on {
295     color: [% css_colors.accent_darker %];
296     background: [% css_colors.background %];
297     text-decoration: none;
298 }
299
300 .acct-tab-off {
301     background: [% css_colors.control %];
302 }
303
304 #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
305     margin-top: 0px;
306     font-size: [% css_fonts.size_smaller %];
307     color: [% css_colors.accent_darker %];
308     padding: 10px 10px 10px 10px;
309 }
310
311 #acct_checked_tabs div.selected a, #acct_holds_tabs div.selected a, #acct_prefs_tabs div.selected a {
312     background: [% css_colors.accent_lightest %];
313     color: [% css_colors.accent_darker %];
314 }
315
316 #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs {
317     padding-bottom: 12px;
318     color: [% css_colors.accent_medium %];
319 }
320
321 .rdetail_header {
322     padding: 5px 7px 6px 0px;
323     margin-left: 1em;
324     border-bottom: 1px dotted [% css_colors.accent_light %];
325 }
326
327 .rdetail_results a {
328     color:[% css_colors.primary_fade %];
329     font-weight:bold;
330     font-size: [% css_fonts.size_bigger %];
331 }
332
333 .rdetail_result_count {
334     color: [% css_colors.text %];
335     font-weight: normal;
336     padding-left: 1em;
337     display: inline-block;
338 }
339
340 .rdetail_result_nav {
341     font-weight:normal;
342     padding-left: 1em;
343     display: inline-block;
344 }
345
346 #rdetail_details_table {
347     margin-top: 15px;
348 }
349
350 #rdetail_image { border: none; }
351 #rdetail_image_cell {
352     padding-top: 3px;
353     padding-right: 10px;
354 }
355
356 h2.rdetail_uris {
357     margin-top: 1em;
358 }
359 div.rdetail_uris {
360     padding: 0.5em 1em 0.5em 1em;
361     background-color: [% css_colors.accent_lighter2 %];
362 }
363 div.rdetail_uris ul li {
364     position: relative;
365     left: 1em;
366 }
367
368 div.rdetail_show_copies {
369     margin-top: 1em;
370 }
371
372 div#rdetail_actions_div {
373     float: right;
374     background: [% css_colors.background %];
375 }
376
377 span#rdetail_copy_counts {
378     display: inline-block;
379     border-right: thin;
380     vertical-align: top;
381     margin-right: 1em;
382     padding-right: 1em;
383 }
384
385 span#rdetail_hold_counts {
386     display: inline-block;
387     vertical-align: top;
388 }
389
390 #rdetail_image_div {
391     float: left;
392     margin-right: 1em;
393 }
394
395 .rdetail_aux_utils {
396     border-left:1px dotted [% css_colors.accent_light %];
397     padding-left: 17px;
398     padding-bottom: 6px;
399     padding-right: 70px;
400 }
401
402 div.place_hold {
403     border-bottom: 1px dotted [% css_colors.accent_light %];
404     padding-top: 10px;
405 }
406
407 span.place_hold {
408     position:relative;
409     top:-3px;
410     left:3px;
411 }
412
413 div.toggle_list { padding-top: 6px; }
414
415 div.format_icon {
416     float: right;
417     margin-right: 17px;
418 }
419
420 .results_aux_utils {
421     border-left:1px dotted [% css_colors.accent_light %];
422     padding-left: 17px;
423     padding-bottom: 6px;
424     padding-right: 50px;
425 }
426
427 .result_util {
428     border-bottom: 1px dotted [% css_colors.accent_light %];
429     padding-top: 6px;
430 }
431
432 .results_reviews {
433     position: relative;
434     top: -5px;
435 }
436
437 #rdetail_copies {
438     padding-top: 1.5em;
439 }
440
441 #rdetails_status td, #rdetails_status2 td {
442     white-space:nowrap !important;
443     padding: 7px 0px 3px 13px;
444 }
445
446 #rdetails_status thead th {
447     background-color: [% css_colors.accent_lighter2 %];
448     padding: 13px 0px 13px 13px;
449     font-size: [% css_fonts.size_smaller %];
450     text-transform: uppercase;
451     font-weight: bold;
452     text-align: left;
453 }
454
455 #rdetails_status tbody td {
456     padding-left: 13px;
457     text-align: left;
458 }
459
460 .rdetail_extras {
461     height: 29px;
462     background: [% css_colors.primary %];
463     padding-top:1px;
464     margin-bottom: 10px;
465     margin-top: 10px;
466     clear:both;
467 }
468
469 .rdetail_extras_hr {
470     height: 1px;
471     background: [% css_colors.accent_light %];
472     margin-left: 1px;
473     margin-right: 1px;
474 }
475
476 .rdetail_extras_link {
477     padding-top: 4px;
478     padding-left: 12px;
479     font-size: [% css_fonts.size_smaller %];
480     text-transform: uppercase;
481     font-weight: bold;
482 }
483
484 .rdetail_extras_lbl {
485     position: relative;
486     top: -4px;
487     left: 7px;
488     color: [% css_colors.text_invert %];
489 }
490
491 ##rdetail_extras_expand, #rdetail_extras_collapse, #rdetail_locs_collapse {
492     margin-left: 13px;
493 }
494
495 #rdetail_locs_expand, #rdetail_locs_collapse {
496     padding-bottom:3px;
497     margin-top:15px;
498     margin-left:13px;
499 }
500
501 #rdetail_anotes_div .biography {
502     margin:0;
503 }
504
505 .almost-content-wrapper {
506     background: [% css_colors.background %];
507 }
508
509 #content-wrapper {
510     background: [% css_colors.background %];
511     min-height: 260px;
512     border-bottom: 1px solid [% css_colors.border_dark %];
513 }
514
515 .content-wrapper-record-page { top: -15px; position: relative; }
516
517 #main-content-home {
518     padding-left: 17px;
519     margin-left: 1em;
520 }
521 #main-content {
522     padding-left: 0px;
523     margin-left: 1em;
524 }
525
526 #main-content-after-bar {
527     margin-left: 1em;
528     padding-left: 4px;
529 }
530
531 #results-side-bar { float: left; width: 174px; margin-right: 5px; background: [% css_colors.background %]; }
532
533 #main-content .login_boxes {
534     border: 1px solid [% css_colors.accent_lighter %];
535     background: linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
536     background: -moz-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
537     background: -ms-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
538     background: -o-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
539     background: -webkit-linear-gradient(bottom, [% css_colors.accent_ultralight %] 15%, [% css_colors.accent_lightest %] 55%, [% css_colors.accent_ultralight %] 85%);
540
541     color: [% css_colors.accent_darker %];
542 }
543
544 #main-content .login_boxes h1 {
545     font-weight: normal;
546     font-size: [% css_fonts.size_biggest %];
547     margin:0;
548 }
549
550 #main-content .left_brain {
551     padding-left:28px;
552     padding-top:25px;
553 }
554
555 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
556     width:167px;
557     height:18px;
558     margin:0;
559     padding:0;
560     background: none;
561     font-size: [% css_fonts.size_bigger %];
562     color: [% css_colors.accent_medium %];
563 }
564
565 #main-content .left_brain .input_bg {
566     padding:10px 10px 0px 13px;
567     background: [% css_colors.background %];
568     width:167px;
569     height:29px;
570 }
571
572 #login-failed-message {
573     font-size: [% css_fonts.size_bigger %];
574     font-weight: bold;
575     color: [% css_colors.text_alert %];
576     padding-top: 1em;
577 }
578
579 #holds_temp_parent td {
580     border-bottom:1px solid [% css_colors.border_standard %];
581 }
582
583 #holds_temp_parent input, #holds_temp_parent select {
584     margin:0;
585 }
586
587 #results_header_bar {
588     background: [% css_colors.accent_medium %];
589     border-top:1px solid [% css_colors.accent_mediumdark %];
590 }
591
592 #results_header_inner {
593     height: 32px;
594     padding-top:6px;
595 }
596
597 .cached_list_div { height: 25px; }
598
599 .results_header_div {
600     float: left;
601     width: 0px;
602     height: 25px;
603     border-left: 1px solid [% css_colors.accent_mediumdark %];
604     border-right: 1px solid [% css_colors.accent_medium %];
605     margin: 0px 13px;
606 }
607
608 .results_header_lbl {
609     font-weight: bold;
610     float: left;
611     font-size: [% css_fonts.size_small %];
612     color: [% css_colors.text %];
613     background: [% css_colors.accent_medium %];
614     margin-right: 6px;
615 }
616
617 .results_header_sel {
618     /* width: 88px; */
619     float:left;
620     margin:0;
621 }
622
623 .results_header_nav1 {
624     padding: 5px 7px 6px 0px;
625     border-bottom: 1px dotted [% css_colors.accent_light %];
626 }
627
628 .results_header_nav1 .h1 {
629     font-size: [% css_fonts.size_bigger %];
630     font-weight:bold;
631     color:[% css_colors.primary_fade %];
632 }
633
634 .start_end_links_span {
635     font-size: [% css_fonts.size_small %];
636 }
637
638 #result_table_div {
639     margin-top: 1em;
640 }
641
642 tr.result_table_row > td.results_row_count,
643 tr.result_table_row > td.result_table_pic_header,
644 tr.result_table_row > td.result_table_title_cell {
645     vertical-align: top;
646 }
647
648 tr.result_table_row:nth-child(n+2) > td {
649     border-top: 1px solid [% css_colors.accent_lighter2 %];
650 }
651
652 tr.result_table_row > td.result_table_pic_header {
653     white-space: nowrap;
654     width: 78px;
655     padding-left: 1em;
656 }
657
658 .result_numbers {
659     font-size: [% css_fonts.size_small %]; padding-left:15px; white-space: nowrap; width: 320px;
660 }
661
662 .result_table_subtable {
663     width: 100%;
664     padding-top: 1em;
665 }
666
667 div.result_table_utils_cont {
668     width: 250px;
669     text-align:left;
670 }
671
672 div.result_table_utils {
673     float: right;
674 }
675
676 div.result_place_hold {
677     position: relative;
678     top: -3px;
679     left:3px;
680 }
681
682 .icon_text {
683     text-transform:capitalize;
684 }
685
686 #myopac_summary_div p {
687     margin:0;
688     margin-bottom: 10px;
689 }
690
691 #acct_sum_checked_table td {
692     padding-bottom:5px;
693 }
694
695 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
696 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
697
698 #zero_search_hits p {
699     margin-top:0;
700 }
701
702 #zero_hits_term {
703     text-transform: uppercase;
704     font-weight: bold;
705 }
706
707 #zero_search_hits #spell_check_link {
708     text-transform: uppercase;
709 }
710
711 #zero_search_hits #zero_hits_suggestions {
712     text-transform: uppercase;
713 }
714
715 .results_info_table td {
716     padding-right: 10px;
717 }
718
719 #myopac_holds_main_table {
720     border-collapse: collapse;
721 }
722
723 #myopac_holds_main_table td {
724     border: 1px solid [% css_colors.border_dark %];
725     
726 }
727
728 #myopac_prefs_div .data_grid {
729     border-collapse:collapse;
730 }
731
732 #myopac_prefs_div .data_grid td {
733     background:[% css_colors.accent_ultralight %];
734     border-bottom:3px solid [% css_colors.background %];
735     padding:6px 0px 7px 17px;
736 }
737
738 .header_middle {
739     height:22px;
740     font-size: [% css_fonts.size_bigger %];
741     font-weight:bold;
742     color:[% css_colors.primary_fade %];
743     padding: 0px 7px 0px 0px;
744     border-bottom: 1px dotted [% css_colors.accent_light %];
745 }
746
747 .header_middle a {
748     font-weight: normal;
749 }
750
751 .acct_sum_row {
752     padding: 7px 15px;
753     background: [% css_colors.accent_ultralight %];
754     margin-bottom: 2px;
755     font-size: [% css_fonts.size_smaller %];
756     font-weight: bold;
757     text-transform: uppercase;
758 }
759
760 .acct_sum_row a {
761     text-transform: none;
762     position:relative;
763     top:-1px;
764 }
765
766 .acct_sum_row .view_link {
767     font-weight: normal;
768 }
769
770 table.acct_notes {
771     border-collapse: collapse;
772     margin: -1em 0 0.5em 0;
773 }
774
775 table.acct_notes * {
776     border: solid thin;
777     padding: 0.5em; 
778 }
779
780 table.acct_notes th {
781     font-weight: bold;
782 }
783
784 #myopac_sum_fines {
785     float:right;
786     padding: 15px 0px 0px 23px;
787     background: [% css_colors.accent_ultralight %];
788     width: 177px;
789     height: 166px;
790 }
791
792 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
793
794 .acct_holds_temp td {
795     text-align: left;
796 }
797
798 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
799     float:left;
800     /*padding-left:10px;*/
801 }
802
803 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
804     font-weight:bold;
805     text-transform:uppercase;
806     font-size: [% css_fonts.size_smaller %];
807 }
808
809 #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 {
810     background: [% css_colors.accent_lighter2 %];
811     padding: 8px 0px 7px 0px;
812 }
813
814 #acct_list_header select, #acct_list_header_anon select {
815     font-weight:normal;
816     text-transform:none;
817 }
818
819 #acct_holds_activates_table label {
820     font-weight: bold;
821     font-size: [% css_fonts.size_small %];
822     text-transform:uppercase;
823     padding-right: 5px;
824 }
825
826 .adv_search_font {
827     font-size: [% css_fonts.size_smaller %];
828 }
829
830 .search_catalog_lbl {
831     font-size: [% css_fonts.size_bigger %];
832 }
833
834 .lbl1 {
835     font-size: [% css_fonts.size_bigger %];
836     font-weight:bold;
837 }
838
839 .lbl2 {
840     font-size: [% css_fonts.size_smaller %];
841     font-weight:normal;
842     position:relative;
843     top:3px;
844 }
845
846 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
847     background: [% css_colors.primary_fade %];
848     padding-top:5px;
849     margin-bottom:20px;
850 }
851
852 #fines_payments_wrapper {
853     padding-left: 5px; 
854     padding-right: 5px;
855 }
856
857 .myopac_payments_table th { text-align: left; }
858 .myopac_payments_table thead th { border-bottom: 1px dashed [% css_colors.accent_darker %]; }
859 .myopac_payments_table thead th:first-child { width: 8em; }
860 .myopac_payments_table tbody tr:nth-child(odd) { background-color: [% css_colors.accent_lighter %]; }
861 .myopac_payments_table form { display: inline; }
862 .myopac_payments_table input[type="submit"] { padding: 1px; }
863
864 .payment-error {
865     font-weight: bold; color: [% css_colors.text_alert %];
866     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
867 }
868
869 .payment-processing {
870     font-weight: bold;
871     color: [% css_colors.text_greatnews %];
872     font-size: [% css_fonts.size_bigger %];
873     padding: 10px; border: 1px solid [% css_colors.accent_medium_dark %];
874     text-align: center;
875 }
876
877 #adv_search_parent {
878     margin-bottom:0px;
879 }
880
881 #myopac_loading {
882     width:100%;
883     text-align:center;
884     padding-top:20px;
885     font-size: [% css_fonts.size-bigger %];
886     font-weight:bold;
887 }
888
889 .chili_link {
890     width:100px !important;
891     text-align: center !important;
892 }
893
894 .chili_review div.chili_link div {
895     margin: auto;
896 }
897
898 [%- IF we_want_to_turn_on_facet_styling.defined; %]
899 /* some facet styling */
900 .facetClassContainer { margin: 2px; border: 1px solid [% css_colors.accent_light %]; }
901 .facetClassLabelContainer { border: 1px solid [% css_colors.accent_light %]; }
902 .facetClassLabel { font-weight: bold; text-align: center; }
903 .facetFieldContainer {  }
904 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
905 .extraFacetFieldsWrapper { }
906 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
907 .facetFieldLineCount {
908     display: inline-block;
909     border-right: 1px solid [% css_colors.accent_light %];
910     color: [% css_colors.accent_mediumdark %];
911     width: 3em;
912     margin-right: 3px
913 }
914 .facetField { border-top: 1px solid [% css_colors.accent_light %]; }
915 .facetFields { padding-left: 5px; }
916 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
917 [%- END -%]
918
919 div.facet_sidebar {
920     float: left;
921     border-right: 1px solid [% css_colors.border_standard %];
922     margin-right: 1em;
923 }
924
925 .facet_box_temp {
926     padding-bottom:3px;
927     width: 15em;
928     overflow:hidden;
929 }
930
931 .facet_box_temp .header {
932     height:31px;
933     overflow:hidden;
934     background:[% css_colors.primary %];
935     -moz-border-top-left-radius: 5px;
936     border-top-left-radius: 5px;
937     -moz-border-top-right-radius: 5px;
938     border-top-right-radius: 5px;
939     font-weight:bold;
940     color:[% css_colors.text_invert %];
941     padding-top:4px;
942 }
943
944 .facet_box_temp .header .title {
945     float:left;
946     padding-top:6px;
947     padding-left:12px;
948     overflow:hidden;
949 }
950
951 .facet_box_temp .header .button {
952     float:right;
953     padding-right:6px;
954 }
955
956 .facet_box_wrapper .box_wrapper {
957     position:relative;
958     top:-4px;
959     margin-bottom:-5px;
960     *margin-bottom:-6px;
961 }
962
963 .facet_box_wrapper .box_wrapper .box {
964     width: 14em;
965     border-top:1px solid [% css_colors.border_standard %];
966     border-left:1px solid [% css_colors.border_standard %];
967     border-right:1px solid [% css_colors.border_standard %];
968     background:[% css_colors.background %];
969     padding-left:12px;
970     padding-top:6px;
971 }
972
973 .facet_template {
974     padding-bottom:5px;
975 }
976
977 .facet_template .facet {
978     float:left;
979     width:124px;
980 }
981
982 .facet_template .count {
983     float:right;
984     color: [% css_colors.accent_mediumdark %];
985     padding-right:11px;
986 }
987
988 .facet_template_selected {
989     background-color: [% css_colors.accent_lighter2 %];
990 }
991
992 .facet_border {
993     border-left: 1px solid [% css_colors.border_standard %];
994     padding-right: 0.5em;
995 }
996
997 #footer-wrap {
998     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
999     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1000     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1001     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1002     background-color: [% css_colors.primary %];
1003 }
1004
1005 #footer {
1006     padding-top:5px;
1007     padding-bottom: 10px;
1008     margin-left: 1em;
1009     font-size: [% css_fonts.size_small %];
1010 }
1011
1012 #footer a {
1013     color: [% css_colors.text_invert %];
1014     text-decoration: none;
1015     text-shadow: 0 0 0.2em [% css_colors.primary %], 0 0 0.2em [% css_colors.primary %];
1016 }
1017
1018 #copyright_text, #footer_logo {
1019     color: [% css_colors.text_invert %];
1020 }
1021
1022 .color_4 {
1023     text-transform: uppercase;
1024     font-weight: bold;
1025     font-size: [% css_fonts.size_smaller %];
1026 }
1027
1028 .advanced_div { padding-top: 15px; }
1029 #adv_global_search select { width: 13em; }
1030 #adv_global_input_table select { width: 7em; }
1031 .adv_adv_link {
1032     font-size: [% css_fonts.size_smaller %];
1033     color: [% css_colors.text_alert %];
1034 }
1035 #acct_prefs_header { float: left; }
1036 .search_page_nav_link { cursor: pointer; }
1037 #opac.result.sort { width: 160px; }
1038 .renew-summary { font-size: [% css_fonts.size_bigger %]; font-style: italic; margin: 0.5ex 0; }
1039 .failure-text { margin-left: 4em; font-style: italic; color: [% css_colors.text_alert %]; }
1040 .refine-controls { font-size: [% css_fonts.size_bigger %]; padding: 0.5ex 0; }
1041 #adv_search_refine input[type=text] { border: 1px inset [% css_colors.accent_light %] !important; }
1042 #adv_search_refine select { border: 1px inset [% css_colors.accent_light %] !important; }
1043 #adv_search_refine {
1044     padding-left: 5em; background-color: [% css_colors.accent_lighter2 %]; margin: 2ex 0;
1045 }
1046 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1047 .subtle-button {
1048     background-color: [% css_colors.background %];
1049     color: [% css_colors.primary %]; text-decoration: none;
1050     padding: 0; border: 0; margin: 0;
1051     vertical-align: middle;
1052 }
1053 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1054 .no-dec:hover { text-decoration: none; }
1055 .pending-addr td { background-color: [% css_colors.background_alert %] !important; border: 0 !important; }
1056
1057 #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; }
1058 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid [% css_colors.accent_lighter %]; text-align: left;}
1059 #account-update-email-error { font-size: [% css_fonts.size_biggest %]; padding: 10px; border:1px solid [% css_colors.border_standard %];}
1060 a.dash-link:hover { text-decoration: underline !important; }
1061 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1062 #list_create_table {
1063     background-color: [% css_colors.accent_light %];
1064     padding-bottom: 4px;
1065     margin-bottom: 10px;
1066     border-bottom: 1px dotted [% css_colors.accent_medium %];
1067 }
1068 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1069 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1070 .results_row_count { font-weight: bold; }
1071 #hold_editor h1 { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1072 #hold_editor h2 { font-size: [% css_fonts.size_big %]; font-weight: normal; text-indent: 2em; font-style: italic; }
1073 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1074 #hold_editor_table { background-color: [% css_colors.accent_lighter %]; padding: 0.5em; }
1075 #hold_editor_table th { text-align: right; padding-right: 1em; }
1076 #hold_editor_table td { padding: 0.25em 0; }
1077 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1078 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1079 .hold-editor-controls a { padding-left: 2em; }
1080
1081 .text-right { text-align: right; }
1082 .text-right-top { text-align: right; vertical-align: top; }
1083 .rdetail-author-div { padding-bottom: 10px; }
1084
1085 .invisible { visibility: hidden; }
1086 .rdetail-extras-summary { margin: 10px; }
1087 .staff-hold { background-color: [% css_colors.accent_lightest %]; }
1088 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1089 .expert-search-row { padding-top: 10px; }
1090 .bookshelf thead tr td {
1091     border-bottom: 1px dashed [% css_colors.accent_dark %];
1092     padding-bottom: 1ex;
1093 }
1094 .cn_browse_item { padding: 2ex; }
1095
1096 .results-paginator-selected { color: [% css_colors.text_alert %]; }
1097 .inactive-hold { background: [% css_colors.accent_lightest %]; }
1098
1099 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1100 .hold-items-list-title { font-size: [% css_fonts.size_bigger %]; }
1101 .hold-items-list-problem { color: [% css_colors.text_alert %]; }
1102
1103 .big-strong {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1104
1105 .results_header_btns, .results_header_sel {
1106     float:left;
1107     margin-right: 6px;
1108     height: 26px;
1109 }
1110
1111 .opac-button, .results_header_btns, #simple-detail-view-links { 
1112     color: [% css_colors.button_text %];
1113     font-weight: bold; 
1114     text-decoration: none;
1115     text-shadow: 1px 1px 1px [% css_colors.button_text_shadow %];
1116     cursor: pointer !important;
1117     -moz-border-radius: 5px;
1118     border-radius: 5px;
1119     border: 1px solid [% css_colors.primary_fade %];
1120     background: linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1121     background: -moz-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1122     background: -o-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1123     background: -webkit-linear-gradient([% css_colors.primary_fade %], [% css_colors.primary %]);
1124     background-color: [% css_colors.primary %];
1125 }
1126
1127 .opac-button-header {
1128     background: [% css_colors.control %];
1129     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1130 }
1131
1132 .results_header_btns a, #simple-detail-view-links a {
1133     margin: 10px;
1134     padding: 5px 10px 5px 10px;
1135     color: [% css_colors.text_invert %];
1136     vertical-align: middle;
1137     display: table-cell;
1138 }
1139
1140 a.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1141     background: [% css_colors.primary %];
1142     text-decoration: none;
1143 }
1144
1145 a.opac-button, input.opac-button {
1146     margin: 10px;
1147     padding: 5px 10px 5px 10px;
1148 }
1149
1150 #dash_wrapper .opac-button {
1151     position: relative;
1152     top: 10px;
1153 }
1154
1155 #myopac_checked_div {
1156     padding: 0px;
1157 }
1158
1159 .rdetail-mfhd-head {
1160     margin-top: 5px;
1161     padding-top: 5px;
1162     background-color: [% css_colors.table_heading %];
1163 }
1164
1165 .rdetail-mfhd-type {
1166     padding-left: 1em;
1167 }
1168
1169 .rdetail-mfhd-bottom {
1170     border-bottom: thin solid [% css_colors.border_dark %];
1171     width: 100%;
1172 }
1173
1174 #rdetail_record_details {
1175     clear: both;
1176     margin-top: 1em;
1177 }
1178
1179 .rdetail_subject_type {
1180     vertical-align: top;
1181     font-weight: bold;
1182 }
1183
1184 .bookbag-item-row td { vertical-align: top; }
1185
1186 .error { color: [% css_colors.text_alert %]; font-weight: bold; }
1187 .success {
1188     color: [% css_colors.text_greatnews %];
1189     font-weight: bold;
1190 }
1191
1192 .rdetail_related_subjects {
1193     margin-top: 1.5em;
1194 }
1195
1196 .rdetail_related_series {
1197     margin-top: 1.5em;
1198 }
1199
1200 #rdetail_openurl {
1201     margin-top: 1em;
1202 }
1203
1204 .rdetail_openurl_entry {
1205     margin-left: 1em;
1206     padding-left: 1em;
1207 }
1208 .bookbag-controls-holder { width: 100%; }
1209 .bookbag-controls-holder:nth-child(odd) { background-color: [% css_colors.accent_lighter2 %]; }
1210 .bookbag-controls-holder:nth-child(even) { background-color: [% css_colors.accent_lightest %]; }
1211 .bookbag-controls-holder .most {
1212     padding-left: 0;
1213     margin-right: 5em;
1214 }
1215 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1216 .bookbag-share .fixed { min-width: 4em; }
1217 .bookbag-specific { margin-left: 1em; }
1218 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1219 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1220 #bbag-name-desc-form tr th { vertical-align: middle; }
1221 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1222 .bookbag-description {
1223     padding-top: 0em;
1224     font-style: italic;
1225     max-width: 40em;
1226 }
1227 #bbag-edit-description { width: 20em; }
1228 #bbag-edit-name { width: 20em; }
1229 textarea { font-family: sans-serif; }
1230 table.bookbag-specific {
1231     border-right: 1px solid [% css_colors.accent_dark %];
1232     border-bottom: 1px solid [% css_colors.accent_medium %];
1233     margin-bottom: 2ex;
1234 }
1235 .bookbag-share {
1236     float: left;
1237     padding: 5px 0;
1238 }
1239 .bookbag-controls {
1240     float: left;
1241     padding: 5px 0px 0px 10px;
1242 }
1243
1244 .bookbag-specific td.list_checkbox {
1245     padding-left: 10px !important;
1246 }
1247 .bookbag-specific td.list_entry {
1248     min-width: 10em;
1249     padding-left: 5px !important;
1250 }
1251 .bookbag-specific td.list_actions {
1252     white-space: nowrap !important;
1253 }
1254
1255 .list_is_empty {
1256     padding: 8px 0px 6px 0px;
1257     width: 100%;
1258     border: 0;
1259     font-size: [% css_fonts.size_bigger %];
1260     text-align: center;
1261     font-style: italic;
1262 }
1263 .save-notes { padding-bottom: 1.5ex; }
1264
1265 /* Moved from semiauto.css */
1266 .adv_global_input_container { border-bottom: none; }
1267 .opac-auto-013 {
1268     border-bottom: none;
1269     *height: 0px;
1270 }
1271 .adv_global_filter_sort {
1272     border: none;
1273     width: 100%;
1274 }
1275 .clear-both { clear: both; }
1276 .common-no-pad {
1277     clear: both;
1278     height: 0px;
1279     margin: 0px;
1280     padding: 0px;
1281 }
1282 .common-full-pad {
1283     clear: both;
1284     height: 15px;
1285 }
1286 .alert { color: [% css_colors.text_alert %]; }
1287 .float-left { float: left; }
1288 .float-right { float: right; }
1289
1290 .saved-searches-header { width: 100%; font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1291 .saved-searches-header .button { float: right; width: 28px; }
1292 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1293 .saved-searches-header {font-weight: bold; font-size: [% css_fonts.size_bigger %]; }
1294 .saved-searches { border-bottom: 1px solid [% css_colors.accent_medium %]; padding-right: 1em; }
1295 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1296     border-right: 1px solid [% css_colors.accent_darker %];
1297 }
1298 .result_item_circulated {
1299     padding-top: 4px;
1300 }
1301
1302 .result_item_circulated span {
1303     position: relative;
1304     top:-3px;
1305     left:3px;
1306 }
1307
1308 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1309 #result-bookbag-heading { text-align: center; margin: 2ex; }
1310
1311 .result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
1312 .result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
1313 .result-bookbag-item-note { font-style: italic; }
1314 .lowhits-bookbag-name { font-weight: bold; }
1315 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
1316 .oils_AS_match_term { text-align: left; color: [% css_colors.text %]; }
1317 .oils_AS_match_field {
1318     font-size: [% css_fonts.size_smallest %]; padding: 0.65em 0;
1319     text-align: right; color: [% css_colors.accent_medium %];
1320 }
1321 table.result_holdings_table {
1322     margin-top: 1em;
1323     margin-bottom: 1em;
1324 }
1325 table.result_holdings_table thead tr {
1326     background: [% css_colors.table_heading %];
1327 }
1328 table.result_holdings_table thead tr th {
1329     font-weight: bold;
1330 }
1331 span.preflib {
1332     margin: 0 2em 0 2em;
1333 }
1334 a.preflib_change {
1335   vertical-align: super;
1336   font-size: [% css_fonts.size_smaller %];
1337   line-height: normal;
1338   text-decoration: none;
1339 }
1340 .rdetail-holding-group { margin-left: 1.5em; }
1341 .rdetail-holding-group span { margin-left: 1.5em; }
1342 .rdetail-holding-group .paging { margin-left: 1.5em; }
1343 #rdetail_deleted_exp {
1344     font-weight: bold;
1345     padding: 1em;
1346     margin: 1em;
1347     border: thick solid [% css_colors.border_alert %];
1348 }
1349
1350 #ac_tab_wrapper { width : 100%; }
1351 .ac_tab { float: left; padding-right: 10px; font-size: [% css_fonts.size_big %]; padding: 5px; border: 1px solid [% css_colors.primary_offset %]; }
1352 .ac_tab_selected { background-color: [% css_colors.primary_offset %]; }
1353 .ac_tab_selected a { color: [% css_colors.text_invert %]; }
1354 #ac_content { clear: both; width: 100%; margin-top: 10px; }
1355
1356 /* Popmenu styles used for making css menus. */
1357 .popmenu {
1358     margin: 0;
1359     padding: 0;
1360 }
1361 .popmenu li {
1362     list-style: none;
1363 }
1364 .popmenu li a {
1365     display: block;
1366     padding: 3px 5px;
1367 }
1368 .popmenu li ul {
1369     display: none; 
1370     width: 10em; /* Width to help Opera out */
1371     background-color: [% css_colors.primary %];
1372 }
1373 .popmenu li:hover ul {
1374     display: block;
1375     position: absolute;
1376     margin: 0;
1377     padding: 0;
1378     border-color: [% css_colors.border_dark %];
1379     border-width: 1px;
1380     border-style: solid;
1381 }
1382 .popmenu li:hover li {
1383     float: none;
1384 }
1385 .popmenu li:hover li a {
1386     background-color: [% css_colors.primary %]; 
1387     color: [% css_colors.accent_ultralight %];
1388 }
1389 .popmenu li li a:hover {
1390     background-color: [% css_colors.accent_ultralight %]; 
1391     color: [% css_colors.primary %];
1392 }
1393 /* Styles for the temporary list entry. */
1394 .popmenu li:hover li[class~="temporary"] a {
1395     background-color: [% css_colors.primary %]; 
1396     color: [% css_colors.accent_ultralight %];
1397 }
1398 .popmenu li li[class~="temporary"] a:hover {
1399     background-color: [% css_colors.accent_ultralight %]; 
1400     color: [% css_colors.primary %];
1401 }
1402 /* Styles for the default list entry. */
1403 .popmenu li:hover li[class~="default"] a {
1404     background-color: [% css_colors.primary %]; 
1405     color: [% css_colors.accent_ultralight %];
1406 }
1407 .popmenu li li[class~="default"] a:hover {
1408     background-color: [% css_colors.accent_ultralight %]; 
1409     color: [% css_colors.primary %];
1410 }
1411 /* Styles for the new list entry. */
1412 .popmenu li:hover li[class~="new"] a {
1413     background-color: [% css_colors.primary %]; 
1414     color: [% css_colors.accent_ultralight %];
1415 }
1416 .popmenu li li[class~="new"] a:hover {
1417     background-color: [% css_colors.accent_ultralight %]; 
1418     color: [% css_colors.primary %];
1419 }
1420 /* Style to add a divider on the menu. */
1421 .popmenu li li[class~="divider"] {
1422     border-bottom-width: 1px;
1423     border-bottom-color: [% css_colors.border_dark %];
1424     border-bottom-style: solid;
1425 }
1426     
1427 #locale_picker_form {
1428     float: right;
1429     padding: 0.5em 1em 0.5em 0;
1430     border-right: thin [% css_colors.control %] solid;
1431 }
1432
1433 #locale_picker_form * {
1434     margin: 0;
1435     padding: 0;
1436     vertical-align: middle;
1437 }