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