Lines 429-448
a .term {
Link Here
|
429 |
} |
429 |
} |
430 |
|
430 |
|
431 |
#action a.print { |
431 |
#action a.print { |
432 |
background-image: url("../../images/sprite.png"); |
432 |
background-image: url("../../images/sprite.png"); /* Print */ |
433 |
background-position: -5px -186px; |
433 |
background-position: -5px -186px; |
434 |
background-repeat: no-repeat; |
434 |
background-repeat: no-repeat; |
435 |
} |
435 |
} |
436 |
|
436 |
|
437 |
#action a.highlight_toggle { |
437 |
#action a.highlight_toggle { |
438 |
background-image: url("../../images/sprite.png"); /* place hold icon */ |
438 |
background-image: url("../../images/sprite.png"); /* Highlight */ |
439 |
background-position: -5px -841px; |
439 |
background-position: -5px -841px; |
440 |
background-repeat: no-repeat; |
440 |
background-repeat: no-repeat; |
441 |
display: none; |
441 |
display: none; |
442 |
} |
442 |
} |
443 |
|
443 |
|
444 |
#action a#furthersearches { |
444 |
#action a#furthersearches { |
445 |
background-image: url("../../images/sprite.png"); |
445 |
background-image: url("../../images/sprite.png"); /* Menu arrow */ |
446 |
background-position: 106px -295px; |
446 |
background-position: 106px -295px; |
447 |
background-repeat: no-repeat; |
447 |
background-repeat: no-repeat; |
448 |
border : 1px solid #F3F3F3; |
448 |
border : 1px solid #F3F3F3; |
Lines 460-478
a .term {
Link Here
|
460 |
|
460 |
|
461 |
#action a.reserve, |
461 |
#action a.reserve, |
462 |
.searchresults a.reserve { |
462 |
.searchresults a.reserve { |
463 |
background-image: url("../../images/sprite.png"); |
463 |
background-image: url("../../images/sprite.png"); /* Place hold */ |
464 |
background-position: -5px -144px; |
464 |
background-position: -5px -144px; |
465 |
background-repeat: no-repeat; |
465 |
background-repeat: no-repeat; |
466 |
} |
466 |
} |
467 |
|
467 |
|
468 |
#action a.addtoshelf, #toolbar a.addtoshelf { |
468 |
#action a.addtoshelf, #toolbar a.addtoshelf { |
469 |
background-image: url("../../images/sprite.png"); |
469 |
background-image: url("../../images/sprite.png"); /* Virtual shelf */ |
470 |
background-position: -5px -225px; |
470 |
background-position: -5px -225px; |
471 |
background-repeat: no-repeat; |
471 |
background-repeat: no-repeat; |
472 |
} |
472 |
} |
473 |
|
473 |
|
474 |
#action a.addtocart, #toolbar a.addtocart { |
474 |
#action a.addtocart, #toolbar a.addtocart { |
475 |
background-image: url("../../images/sprite.png"); |
475 |
background-image: url("../../images/sprite.png"); /* Cart */ |
476 |
background-position: -5px -265px; |
476 |
background-position: -5px -265px; |
477 |
background-repeat: no-repeat; |
477 |
background-repeat: no-repeat; |
478 |
} |
478 |
} |
Lines 485-491
a .term {
Link Here
|
485 |
} |
485 |
} |
486 |
|
486 |
|
487 |
#action a.incart { |
487 |
#action a.incart { |
488 |
background-image: url("../../images/sprite.png"); |
488 |
background-image: url("../../images/sprite.png"); /* Cart */ |
489 |
background-position: -5px -265px; |
489 |
background-position: -5px -265px; |
490 |
background-repeat: no-repeat; |
490 |
background-repeat: no-repeat; |
491 |
color : #666; |
491 |
color : #666; |
Lines 546-552
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
546 |
|
546 |
|
547 |
|
547 |
|
548 |
#toolbar a.print { |
548 |
#toolbar a.print { |
549 |
background-image: url("../../images/sprite.png"); |
549 |
background-image: url("../../images/sprite.png"); /* Toolbar print */ |
550 |
background-position : 0px -423px; |
550 |
background-position : 0px -423px; |
551 |
background-repeat: no-repeat; |
551 |
background-repeat: no-repeat; |
552 |
text-decoration : none; |
552 |
text-decoration : none; |
Lines 554-560
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
554 |
} |
554 |
} |
555 |
|
555 |
|
556 |
#toolbar a.brief { |
556 |
#toolbar a.brief { |
557 |
background-image : url("../../images/sprite.png"); |
557 |
background-image : url("../../images/sprite.png"); /* Zoom out */ |
558 |
background-position : -2px -868px; |
558 |
background-position : -2px -868px; |
559 |
background-repeat: no-repeat; |
559 |
background-repeat: no-repeat; |
560 |
text-decoration : none; |
560 |
text-decoration : none; |
Lines 562-568
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
562 |
} |
562 |
} |
563 |
|
563 |
|
564 |
#toolbar a.detail { |
564 |
#toolbar a.detail { |
565 |
background-image : url("../../images/sprite.png"); |
565 |
background-image : url("../../images/sprite.png"); /* Zoom in */ |
566 |
background-position : -2px -898px; |
566 |
background-position : -2px -898px; |
567 |
background-repeat: no-repeat; |
567 |
background-repeat: no-repeat; |
568 |
text-decoration : none; |
568 |
text-decoration : none; |
Lines 570-576
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
570 |
} |
570 |
} |
571 |
|
571 |
|
572 |
#toolbar a.download { |
572 |
#toolbar a.download { |
573 |
background-image : url("../../images/sprite.png"); |
573 |
background-image : url("../../images/sprite.png"); /* Download */ |
574 |
background-position : 2px -348px; |
574 |
background-position : 2px -348px; |
575 |
background-repeat: no-repeat; |
575 |
background-repeat: no-repeat; |
576 |
padding-left : 28px; |
576 |
padding-left : 28px; |
Lines 578-584
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
578 |
} |
578 |
} |
579 |
|
579 |
|
580 |
#toolbar a.editshelf { |
580 |
#toolbar a.editshelf { |
581 |
background-image : url("../../images/sprite.png"); |
581 |
background-image : url("../../images/sprite.png"); /* List edit */ |
582 |
background-position : 2px -348px; |
582 |
background-position : 2px -348px; |
583 |
background-repeat: no-repeat; |
583 |
background-repeat: no-repeat; |
584 |
padding-left : 26px; |
584 |
padding-left : 26px; |
Lines 586-592
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
586 |
} |
586 |
} |
587 |
|
587 |
|
588 |
#toolbar a.empty { |
588 |
#toolbar a.empty { |
589 |
background-image : url("../../images/sprite.png"); |
589 |
background-image : url("../../images/sprite.png"); /* Trash */ |
590 |
background-position : 2px -598px; |
590 |
background-position : 2px -598px; |
591 |
background-repeat: no-repeat; |
591 |
background-repeat: no-repeat; |
592 |
text-decoration : none; |
592 |
text-decoration : none; |
Lines 594-600
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
594 |
} |
594 |
} |
595 |
|
595 |
|
596 |
#toolbar a.hide { |
596 |
#toolbar a.hide { |
597 |
background-image : url("../../images/sprite.png"); |
597 |
background-image : url("../../images/sprite.png"); /* Close */ |
598 |
background-position: -3px -814px; |
598 |
background-position: -3px -814px; |
599 |
background-repeat: no-repeat; |
599 |
background-repeat: no-repeat; |
600 |
text-decoration : none; |
600 |
text-decoration : none; |
Lines 603-609
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
603 |
|
603 |
|
604 |
#toolbar a.hold, |
604 |
#toolbar a.hold, |
605 |
#selections-toolbar a.hold { |
605 |
#selections-toolbar a.hold { |
606 |
background-image: url("../../images/sprite.png"); |
606 |
background-image: url("../../images/sprite.png"); /* Toolbar place hold */ |
607 |
background-position : -5px -453px; |
607 |
background-position : -5px -453px; |
608 |
background-repeat: no-repeat; |
608 |
background-repeat: no-repeat; |
609 |
text-decoration : none; |
609 |
text-decoration : none; |
Lines 611-624
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
611 |
} |
611 |
} |
612 |
|
612 |
|
613 |
#selections-toolbar a.hold.disabled { |
613 |
#selections-toolbar a.hold.disabled { |
614 |
background-image: url("../../images/sprite.png"); |
614 |
background-image: url("../../images/sprite.png"); /* Place hold disabled */ |
615 |
background-position : -5px -621px; |
615 |
background-position : -5px -621px; |
616 |
background-repeat: no-repeat; |
616 |
background-repeat: no-repeat; |
617 |
} |
617 |
} |
618 |
|
618 |
|
619 |
#selections-toolbar a.removeitems, |
619 |
#selections-toolbar a.removeitems, |
620 |
#selections-toolbar a.deleteshelf { |
620 |
#selections-toolbar a.deleteshelf { |
621 |
background-image : url("../../images/sprite.png"); |
621 |
background-image : url("../../images/sprite.png"); /* Delete */ |
622 |
background-position : 2px -690px; |
622 |
background-position : 2px -690px; |
623 |
background-repeat: no-repeat; |
623 |
background-repeat: no-repeat; |
624 |
text-decoration : none; |
624 |
text-decoration : none; |
Lines 628-641
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', end
Link Here
|
628 |
|
628 |
|
629 |
#selections-toolbar a.removeitems.disabled, |
629 |
#selections-toolbar a.removeitems.disabled, |
630 |
#selections-toolbar a.deleteshelf.disabled { |
630 |
#selections-toolbar a.deleteshelf.disabled { |
631 |
background-image: url("../../images/sprite.png"); |
631 |
background-image: url("../../images/sprite.png"); /* Delete disabled */ |
632 |
background-position : 2px -712px; |
632 |
background-position : 2px -712px; |
633 |
background-repeat: no-repeat; |
633 |
background-repeat: no-repeat; |
634 |
} |
634 |
} |
635 |
|
635 |
|
636 |
#toolbar a.send, |
636 |
#toolbar a.send, |
637 |
a.send { |
637 |
a.send { |
638 |
background-image: url("../../images/sprite.png"); |
638 |
background-image: url("../../images/sprite.png"); /* Email */ |
639 |
background-position : 2px -386px; |
639 |
background-position : 2px -386px; |
640 |
background-repeat: no-repeat; |
640 |
background-repeat: no-repeat; |
641 |
text-decoration : none; |
641 |
text-decoration : none; |
Lines 643-649
a.send {
Link Here
|
643 |
} |
643 |
} |
644 |
|
644 |
|
645 |
#toolbar a.new { |
645 |
#toolbar a.new { |
646 |
background-image : url("../../images/sprite.png"); |
646 |
background-image : url("../../images/sprite.png"); /* New */ |
647 |
background-position : -4px -922px; |
647 |
background-position : -4px -922px; |
648 |
background-repeat : no-repeat; |
648 |
background-repeat : no-repeat; |
649 |
padding-left : 23px; |
649 |
padding-left : 23px; |
Lines 652-658
a.send {
Link Here
|
652 |
|
652 |
|
653 |
#toolbar input.editshelf, |
653 |
#toolbar input.editshelf, |
654 |
input.editshelf { |
654 |
input.editshelf { |
655 |
background : transparent url("../../images/sprite.png") 2px -732px no-repeat; |
655 |
background-image : url("../../images/sprite.png"); /* List edit */ |
|
|
656 |
background-position : 2px -732px; |
657 |
background-repeat: no-repeat; |
656 |
border : 0; |
658 |
border : 0; |
657 |
color : #006699; |
659 |
color : #006699; |
658 |
cursor : pointer; |
660 |
cursor : pointer; |
Lines 665-671
input.editshelf {
Link Here
|
665 |
#toolbar input.newshelf, |
667 |
#toolbar input.newshelf, |
666 |
#toolbar a.newshelf, |
668 |
#toolbar a.newshelf, |
667 |
a.newshelf { |
669 |
a.newshelf { |
668 |
background-image: url("../../images/sprite.png"); /* add to list icon */ |
670 |
background-image: url("../../images/sprite.png"); /* List new */ |
669 |
background-position: -4px -764px; |
671 |
background-position: -4px -764px; |
670 |
background-repeat: no-repeat; |
672 |
background-repeat: no-repeat; |
671 |
border : 0; |
673 |
border : 0; |
Lines 679-692
a.newshelf {
Link Here
|
679 |
} |
681 |
} |
680 |
|
682 |
|
681 |
a.newshelf.disabled { |
683 |
a.newshelf.disabled { |
682 |
background-image: url("../../images/sprite.png"); /* add to list icon */ |
684 |
background-image: url("../../images/sprite.png"); /* List new disabled */ |
683 |
background-position: -4px -791px; |
685 |
background-position: -4px -791px; |
684 |
background-repeat: no-repeat; |
686 |
background-repeat: no-repeat; |
685 |
} |
687 |
} |
686 |
|
688 |
|
687 |
#toolbar input.deleteshelf, |
689 |
#toolbar input.deleteshelf, |
688 |
input.deleteshelf { |
690 |
input.deleteshelf { |
689 |
background : transparent url("../../images/sprite.png") 2px -685px no-repeat; |
691 |
background-image : url("../../images/sprite.png"); /* Delete */ |
|
|
692 |
background-position : 2px -685px; |
693 |
background-repeat: no-repeat; |
690 |
border : 0; |
694 |
border : 0; |
691 |
color : #006699; |
695 |
color : #006699; |
692 |
cursor : pointer; |
696 |
cursor : pointer; |
Lines 714-720
input.deleteshelf:active {
Link Here
|
714 |
|
718 |
|
715 |
#tagsel_span input.submit, |
719 |
#tagsel_span input.submit, |
716 |
#tagsel_tag { |
720 |
#tagsel_tag { |
717 |
background-image : url("../../images/sprite.png"); /* tag icon */ |
721 |
background-image : url("../../images/sprite.png"); /* Tags */ |
718 |
background-position : 7px -640px; |
722 |
background-position : 7px -640px; |
719 |
background-repeat : no-repeat; |
723 |
background-repeat : no-repeat; |
720 |
padding-left : 25px; |
724 |
padding-left : 25px; |
Lines 732-748
input.deleteshelf:active {
Link Here
|
732 |
#tagslist li { display : inline; } |
736 |
#tagslist li { display : inline; } |
733 |
|
737 |
|
734 |
a.tag_add { |
738 |
a.tag_add { |
735 |
background-image: url(../../images/tag-small.png); |
739 |
background-image: url("../../images/sprite.png"); /* Tag results */ |
736 |
background-position : -1px center; |
740 |
background-position: -10px -1104px; |
737 |
background-repeat : no-repeat; |
741 |
background-repeat: no-repeat; |
738 |
padding-left : 13px; |
742 |
padding-left : 13px; |
739 |
text-decoration: none; |
743 |
text-decoration: none; |
740 |
} |
744 |
} |
741 |
|
745 |
|
742 |
#login4tags { |
746 |
#login4tags { |
743 |
background-image: url(../../images/tag-small-disabled.png); |
747 |
background-image: url("../../images/sprite.png"); /* Tag results disabled */ |
744 |
background-position : -1px center; |
748 |
background-position: -10px -1124px; |
745 |
background-repeat : no-repeat; |
749 |
background-repeat: no-repeat; |
746 |
padding-left : 13px; |
750 |
padding-left : 13px; |
747 |
text-decoration: none; |
751 |
text-decoration: none; |
748 |
margin-left: 1em; |
752 |
margin-left: 1em; |
Lines 763-778
a.tag_add {
Link Here
|
763 |
max-width : 10em; |
767 |
max-width : 10em; |
764 |
} |
768 |
} |
765 |
|
769 |
|
|
|
770 |
/* Search results add to cart (lists disabled) */ |
766 |
.addto a.addtocart { |
771 |
.addto a.addtocart { |
767 |
background-image: url("../../images/sprite.png"); /* cart icon */ |
772 |
background-image: url("../../images/sprite.png"); /* Cart */ |
768 |
background-position: -5px -265px; |
773 |
background-position: -5px -266px; |
769 |
background-repeat: no-repeat; |
774 |
background-repeat: no-repeat; |
770 |
text-decoration : none; |
775 |
text-decoration : none; |
771 |
padding-left : 33px; |
776 |
padding-left : 33px; |
772 |
} |
777 |
} |
773 |
|
778 |
/* Search results place hold link */ |
774 |
#placehold input.submit { |
779 |
#placehold input.submit { |
775 |
background-image: url("../../images/sprite.png"); /* place hold icon */ |
780 |
background-image: url("../../images/sprite.png"); /* Place hold */ |
776 |
background-position: -1px -140px; |
781 |
background-position: -1px -140px; |
777 |
background-repeat: no-repeat; |
782 |
background-repeat: no-repeat; |
778 |
text-decoration : none; |
783 |
text-decoration : none; |
Lines 790-796
a.tag_add {
Link Here
|
790 |
cursor : pointer; |
795 |
cursor : pointer; |
791 |
} |
796 |
} |
792 |
.searchresults a.highlight_toggle { |
797 |
.searchresults a.highlight_toggle { |
793 |
background-image: url("../../images/sprite.png"); /* place hold icon */ |
798 |
background-image: url("../../images/sprite.png"); /* Highlight */ |
794 |
background-position: -11px -841px; |
799 |
background-position: -11px -841px; |
795 |
background-repeat: no-repeat; |
800 |
background-repeat: no-repeat; |
796 |
display: none; |
801 |
display: none; |
Lines 1483-1505
padding-left : .4em;
Link Here
|
1483 |
text-decoration : none; |
1488 |
text-decoration : none; |
1484 |
} |
1489 |
} |
1485 |
|
1490 |
|
|
|
1491 |
/* Search results rows place hold */ |
1486 |
.actions a.hold { |
1492 |
.actions a.hold { |
1487 |
background-image : url("../../images/sprite.png"); |
1493 |
background-image : url("../../images/sprite.png"); /* Place hold small */ |
1488 |
background-position : -10px -542px; |
1494 |
background-position : -10px -542px; |
1489 |
background-repeat: no-repeat; |
1495 |
background-repeat: no-repeat; |
1490 |
padding-left : 16px; |
1496 |
padding-left : 16px; |
1491 |
} |
1497 |
} |
1492 |
|
1498 |
|
|
|
1499 |
/* Search results rows add to cart */ |
1493 |
.actions a.addtocart { |
1500 |
.actions a.addtocart { |
1494 |
background-image : url("../../images/sprite.png"); |
1501 |
background-image : url("../../images/sprite.png"); /* Cart small */ |
1495 |
background-position : -10px -572px; |
1502 |
background-position : -10px -572px; |
1496 |
background-repeat: no-repeat; |
1503 |
background-repeat: no-repeat; |
1497 |
padding-left : 15px; |
1504 |
padding-left : 15px; |
1498 |
display : none; |
1505 |
display : none; |
1499 |
} |
1506 |
} |
1500 |
|
1507 |
|
|
|
1508 |
/* Search results rows save to lists */ |
1501 |
.actions a.addtoshelf { |
1509 |
.actions a.addtoshelf { |
1502 |
background-image : url("../../images/sprite.png"); |
1510 |
background-image : url("../../images/sprite.png"); /* MARC view */ |
1503 |
background-position: -10px -27px; |
1511 |
background-position: -10px -27px; |
1504 |
background-repeat: no-repeat; |
1512 |
background-repeat: no-repeat; |
1505 |
padding-left : 13px; |
1513 |
padding-left : 13px; |
Lines 1659-1665
ul#i18nMenu li ul li {
Link Here
|
1659 |
|
1667 |
|
1660 |
|
1668 |
|
1661 |
ul#i18nMenu li.more a { |
1669 |
ul#i18nMenu li.more a { |
1662 |
background-image : url("../../images/sprite.png"); |
1670 |
background-image : url("../../images/sprite.png"); /* Arrow up */ |
1663 |
background-position : 37px -940px; |
1671 |
background-position : 37px -940px; |
1664 |
background-repeat:no-repeat; |
1672 |
background-repeat:no-repeat; |
1665 |
padding-right: 1.3em; |
1673 |
padding-right: 1.3em; |
Lines 1813-1836
div#menu li.active a:hover {
Link Here
|
1813 |
padding : 2px; |
1821 |
padding : 2px; |
1814 |
} |
1822 |
} |
1815 |
|
1823 |
|
1816 |
span.starFull { |
|
|
1817 |
background: url(../../images/star-ratings.gif) top left no-repeat; |
1818 |
display : block; |
1819 |
height: 10px; |
1820 |
margin: 0; |
1821 |
padding: 0; |
1822 |
} |
1823 |
|
1824 |
span.starMT { |
1825 |
background: url(../../images/star-ratings-empty.gif) top left no-repeat; |
1826 |
display : block; |
1827 |
height: 10px; |
1828 |
margin: 0 10px 0 10px; |
1829 |
padding: 0; |
1830 |
position: relative; |
1831 |
width: 50px; |
1832 |
} |
1833 |
|
1834 |
#cartmenulink, #listsmenulink { |
1824 |
#cartmenulink, #listsmenulink { |
1835 |
background-repeat: no-repeat; |
1825 |
background-repeat: no-repeat; |
1836 |
-webkit-border-radius: 5px; |
1826 |
-webkit-border-radius: 5px; |
Lines 2353-2359
a.koha_url {
Link Here
|
2353 |
} |
2343 |
} |
2354 |
|
2344 |
|
2355 |
.nav_results .l_Results a { |
2345 |
.nav_results .l_Results a { |
2356 |
background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px; |
2346 |
background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px; /* Browse results menu */ |
2357 |
color:#006699; |
2347 |
color:#006699; |
2358 |
display:block; |
2348 |
display:block; |
2359 |
padding:8px 28px; |
2349 |
padding:8px 28px; |