1 @import url("../../en/lib/yui/reset-fonts-grids.css");2 @import url("../../en/lib/yui/skin.css");3 4 a {5 font-weight : bold;6 }7 8 a, a:visited {9 color : #006699;10 }11 12 a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {13 color : #990033;14 }15 16 body {17 background-color : white;18 text-align : left;19 padding : 0 0 2.5em 0;20 }21 22 .required {23 color : #C00;24 }25 26 caption {27 font-size : 140%;28 font-weight : bold;29 line-height : 144%;30 text-align : left;31 }32 33 fieldset {34 background-color: #FFF;35 border : 2px solid #EEEEEE;36 margin : 1em 1em 1em 0;37 padding : 1em;38 }39 40 fieldset.rows { 41 border-width : 1px;42 border-bottom : 1px solid black;43 float : left;44 font-size : 90%;45 clear : left;46 margin: .9em 0 0 0; 47 padding: 0;48 width: 100%; 49 }50 51 fieldset.rows legend { 52 margin-left: 1em;53 font-weight: bold;54 font-size : 110%;55 }56 57 fieldset.rows label, fieldset.rows span.label {58 float: left; 59 font-weight : bold;60 width: 9em; 61 margin-right: 1em; 62 text-align: right;63 }64 65 fieldset.rows fieldset {66 border-width : 1px;67 margin : 0;68 padding : .3em;69 }70 71 fieldset.rows ol { 72 padding: 1em 1em 0 1em; 73 list-style-type: none;74 }75 76 fieldset.rows li { 77 float : left;78 clear : left;79 padding-bottom: 1em;80 list-style-type: none;81 width: 100%; 82 }83 84 fieldset.rows.left li {85 padding-bottom : .4em;86 }87 88 fieldset.rows li.radio {89 padding-left: 9em;90 width : auto;91 }92 93 fieldset.rows li.radio label {94 float : none;95 width : auto;96 margin : 0 0 0 1em;97 }98 99 fieldset.rows ol.radio label {100 width : auto;101 float : none;102 margin-right : 0;103 }104 105 fieldset.rows ol.radio label.radio {106 float : left;107 width : 12em;108 margin-right : 1em;109 }110 111 fieldset.rows table {112 clear : both;113 margin-left : 1em;114 }115 116 fieldset.rows td label {117 float : none;118 font-weight : normal;119 width : auto;120 }121 122 fieldset.holds {123 background-color : #F3F3F3;124 border: 0;125 font-size : 110%;126 padding : 1px;127 }128 129 fieldset.holds ol {130 margin : 0;131 padding : 0;132 }133 134 fieldset.holds li {135 background-color : #FFF;136 border-bottom : 1px solid #F3F3F3;137 padding : .3em;138 }139 140 fieldset.holds label, fieldset.holds span.label {141 142 }143 144 fieldset.action {145 clear : both;146 float : none;147 border : none;148 margin : 0;149 padding : 1em 0 .3em 0;150 width : auto;151 }152 153 fieldset.action p {154 margin-bottom : 1em;155 }156 157 form {158 display : inline;159 margin : 0;160 padding : 0;161 }162 163 h1 {164 font-size : 138.5%;165 }166 167 h1#library {168 font-size : 100%;169 font-weight : normal;170 margin : .2em 0 .2em .5em;171 } 172 173 174 h1#libraryname {175 background:transparent url(../../images/koha-logo.gif) no-repeat scroll 0%;176 border: 0;177 float : left !important;178 margin:0;179 padding:0;180 width:120px;181 }182 183 h1#libraryname a {184 border:0;185 cursor:pointer;186 display:block;187 height:0px !important;188 margin:0;189 overflow:hidden;190 padding:40px 0 0;191 text-decoration:none;192 width:120px;193 }194 195 h1,h2,h3,h4,h5,h6 {196 font-weight : bold;197 margin : .5em 0;198 }199 200 h2 {201 font-size : 131%;202 }203 204 h5.author {205 }206 207 h3 {208 font-size : 123.1%;209 }210 211 h4 {212 font-size : 116%;213 }214 215 h5 {216 font-size : 108%;217 }218 219 h6 {220 font-size : 100%;221 }222 223 input[type=submit], input[type=button], input[type=reset] {224 background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;225 background-color : #b8d0e6;226 border-top: 1px solid #cccccc;227 border-left: 1px solid #cccccc;228 border-right: 1px solid #eeeeee;229 border-bottom: 1px solid #eeeeee;230 color : #333;231 font-size : 93%;232 font-weight : bold;233 padding : 4px;234 }235 236 input[type=submit]:active, input[type=button], input[type=reset] {237 border: 1px inset #666666;238 }239 240 td.resultscontrol,241 .searchresults td.resultscontrol {242 background-color : #EEE;243 border : 1px solid #E8E8E8;244 vertical-align : middle;245 padding : 3px 3px 5px 5px;246 }247 248 table {249 background-color: #FFF;250 border-collapse : collapse;251 margin : 1em 0;252 border-right : 1px solid #dddddd;253 border-top : 1px solid #dddddd;254 }255 256 td,th {257 background-color: #FFF;258 border-left : 1px solid #dddddd;259 border-bottom : 1px solid #dddddd;260 padding : 3px 5px;261 }262 263 td.place_on_type table,264 td.place_on_type table td {265 border : 0;266 }267 td caption {268 font-size : 105%;269 }270 271 th {272 background-color:#EEE;273 font-weight : bold;274 padding : 2px 23px;275 text-align : center;276 }277 278 th.sum {279 text-align: right;280 }281 282 td.sum {283 background-color: #FFC;284 font-weight: bold;285 }286 287 th[scope=row] {288 text-align : right;289 }290 291 tr.highlight td, tr.highlight th, tr.odd td {292 background-color : #F3F3F3;293 border-top : 1px solid #DDDDDD;294 border-bottom : 1px solid #DDDDDD;295 }296 297 tr.even td, tr.even.highlight td {298 background-color: #FFF;299 }300 301 tr.grouplabel td {302 background-color : #E8E8E8;303 border : 1px solid #DDDDDD;304 border-right : 1px solid #DDDDDD;305 text-align : center;306 font-weight : bold;307 padding: 10px;308 }309 310 tr.reserved td {311 background-color : #eeffd4;312 }313 tr.transfered td {314 background-color : #e8f0f6;315 }316 317 #editions table, #editions td {318 border : 0;319 }320 321 .header {322 background-image:url("../../images/ascdesc.gif");323 background-position:right center;324 background-repeat:no-repeat;325 cursor:pointer;326 }327 .headerSortUp {328 background-image:url("../../images/asc.gif");329 }330 .headerSortDown {331 background-image:url("../../images/desc.gif");332 }333 334 ul {335 list-style : disc;336 padding-left : 1em;337 }338 339 li {340 list-style : disc;341 }342 343 p.availability {344 font-size : 87%;345 }346 347 .available {348 color : #006600;349 }350 351 .waiting,.intransit,.notforloan,.checkedout,.lost,.notonhold {352 display : block;353 }354 .notforloan {355 color : #900;356 }357 .lost {358 color : #666;359 }360 .waiting {361 362 }363 364 /* "problem" enhancement */365 .problem {366 color : white;367 background-color : red;368 }369 370 /* style for search terms in catalogsearch */371 .term {372 /* color : blue; */373 color : #990000;374 background-color : #FFFFCC;375 }376 377 a .term {378 text-decoration : underline;379 }380 381 /* style for shelving location in catalogsearch */382 .shelvingloc {383 display : block;384 font-style : italic;385 }386 387 .transfered {388 background-color : #F9FF9A;389 }390 391 /* action buttons */392 #action {393 margin-top : .5em;394 background-color : #F3F3F3;395 border : 1px solid #E8E8E8;396 padding-bottom : 3px;397 }398 399 #action li {400 list-style : none;401 margin : .2em;402 padding : .3em 0;403 }404 405 #action a {406 background-position : 5px center;407 background-repeat : no-repeat;408 text-decoration : none;409 padding-left : 35px;410 }411 412 #action a.print {413 background-image:url(../../images/print.gif);414 }415 416 #action a#furthersearches {417 background : transparent url(../../images/menu-arrow.gif) no-repeat right center;418 border : 1px solid #F3F3F3;419 margin-left : 5px;420 padding : 2px 26px 2px 10px;421 text-decoration : none;422 }423 424 #action a#furthersearches:hover {425 border-top : 1px solid #FFF;426 border-left : 1px solid #FFF;427 border-right : 1px solid #979797;428 border-bottom : 1px solid #979797;429 }430 431 #action a.reserve,432 .searchresults a.reserve {433 background-image:url(../../images/placereserve.gif);434 }435 436 #action a.addtoshelf, #toolbar a.addtoshelf {437 background-image:url(../../images/addtoshelf.gif);438 }439 440 #action a.addtocart, #toolbar a.addtocart {441 background-image:url(../../images/cart2.gif);442 }443 444 /* toolbar buttons */445 446 #toolbar {447 background-color:#EEEEEE;448 border:1px solid #E8E8E8;449 margin : .5em 0;450 padding:3px 3px 5px 5px;451 vertical-align:middle;452 }453 454 #toolbar a,455 #toolbar input {456 white-space : nowrap;457 }458 459 #toolbar ul {460 padding-left : 0;461 }462 463 #toolbar ul li {464 display : inline;465 list-style : none;466 }467 468 #toolbar ul li a {469 border-left : 1px solid #e8e8e8;470 }471 472 #toolbar ul li:first-child a {473 border-left : 0;474 }475 476 477 #toolbar a.print {478 background: transparent url(../../images/print-small.png) 5px 50% no-repeat;479 text-decoration : none;480 padding-left : 23px;481 }482 483 #toolbar a.brief {484 background: transparent url(../../images/brief.gif) 5px 50% no-repeat;485 text-decoration : none;486 padding-left : 23px;487 }488 489 #toolbar a.detail {490 background: transparent url(../../images/detail.gif) 5px 50% no-repeat;491 text-decoration : none;492 padding-left : 27px;493 }494 495 #toolbar a.download {496 background : transparent url("../../images/download.png") 7px 50% no-repeat;497 padding-left : 24px;498 text-decoration : none;499 }500 501 #toolbar a.editshelf {502 background : transparent url("../../images/shelf-edit.gif") 12px 50% no-repeat;503 padding-left : 26px;504 text-decoration : none;505 }506 507 #toolbar a.empty {508 background: transparent url(../../images/empty-small.png) 5px 50% no-repeat;509 text-decoration : none;510 padding-left : 21px;511 }512 513 #toolbar a.hide {514 background: transparent url(../../images/close.gif) 5px 50% no-repeat;515 text-decoration : none;516 padding-left : 26px;517 }518 519 #toolbar a.hold {520 background: transparent url(../../images/place-hold-small.png) 5px 50% no-repeat;521 text-decoration : none;522 padding-left : 23px;523 }524 525 #toolbar a.newshelf {526 background : transparent url("../../images/shelf-new.gif") 5px 50% no-repeat;527 padding-left : 23px;528 text-decoration : none;529 }530 531 #toolbar a.send,532 a.send {533 background: transparent url(../../images/send.png) 2px 50% no-repeat;534 text-decoration : none;535 padding-left : 28px;536 }537 538 #toolbar a.new {539 background : transparent url("../../images/new.gif") 5px 50% no-repeat;540 padding-left : 23px;541 text-decoration : none;542 }543 544 #toolbar input.download {545 background : transparent url("../../images/download.png") 7px 50% no-repeat;546 border : 0;547 color : #006699;548 cursor : pointer;549 padding-left : 24px;550 text-decoration : none;551 }552 553 #toolbar input.editshelf,554 input.editshelf {555 background : transparent url("../../images/shelf-edit.gif") 10px 50% no-repeat;556 border : 0;557 color : #006699;558 cursor : pointer;559 font-size : 100%;560 padding-left : 29px;561 text-decoration : none;562 }563 564 #toolbar input.newshelf {565 background : transparent url("../../images/shelf-new.gif") center left no-repeat;566 border : 0;567 color : #006699;568 cursor : pointer;569 font-size : 100%;570 margin: 0 0.5em;571 padding-left : 15px;572 text-decoration : none;573 }574 575 #toolbar input.deleteshelf,576 input.deleteshelf {577 background : transparent url("../../images/shelf-delete.gif") 7px 50% no-repeat;578 border : 0;579 color : #006699;580 cursor : pointer;581 font-size : 100%;582 padding-left : 20px;583 }584 585 #toolbar input.deleteshelf:hover {586 color: #990033;587 }588 589 590 #toolbar input.editshelf:active,591 input.editshelf:active,592 #toolbar input.deleteshelf:active,593 input.deleteshelf:active {594 border : 0;595 }596 597 #tagsel_span input.submit,598 #tagsel_tag {599 background-image: url(../../images/tags-small.png);600 background-position : 7px center;601 background-repeat : no-repeat;602 padding-left : 25px;603 text-decoration: none;604 }605 606 #tagslist li { display : inline; }607 608 #placehold input.submit:hover,609 #tagsel_span input.submit:hover {610 color: #990033;611 }612 613 #addto {614 max-width : 10em;615 }616 617 .addto a.addtocart {618 background-image:url(../../images/cart2.gif);619 background-position : 9px -3px;620 background-repeat : no-repeat;621 text-decoration : none;622 padding-left : 33px;623 }624 625 #placehold input.submit {626 background-image:url(../../images/placereserve.gif);627 background-position : 9px center;628 background-repeat : no-repeat;629 text-decoration : none;630 padding-left : 23px;631 }632 633 #placehold input.submit,634 #tagsel_span input.submit {635 border : 0;636 background-color: transparent;637 font-size : 100%;638 font-weight : bold;639 padding-left : 31px;640 color : #336699;641 cursor : pointer;642 }643 .searchresults a.highlight_toggle {644 background : transparent url(../../images/highlight.gif) -4px center no-repeat;645 display: none;646 font-weight: normal;647 padding : 0 10px 0 21px;648 }649 650 /* the itemtype list in advanced search */651 #advsearch-itemtype table {652 border-collapse : separate;653 border-spacing : 3px;654 border : 0px;655 margin : 0px;656 background-color : white;657 border : 0px solid #D8DEB8;658 }659 660 #advsearch-itemtype table tr td {661 background-color : #F8F8EB;662 border : 0px;663 margin : 0px;664 width : 700px;665 }666 667 #advsearch-itemtype td {668 font-size : 0.8em;669 background-color : #F8F8EB;670 }671 672 body#advsearch #breadcrumbs {673 line-height : 1px;674 height : 1px;675 padding : 0; 676 }677 678 body#advsearch #cartmenulink,679 body#advsearch #listsmenulink {680 float : right;681 }682 683 #advsearch #branchloop,684 #advsearch #sort_by {685 width : 23em;686 }687 688 #auth {689 float : left;690 }691 692 #facets {693 694 }695 696 /* the footer */697 #footer {698 margin-top : 30px;699 margin-left : 30%;700 margin-right : 20%;701 border-top : 1px solid #384b73;702 color : #384b73;703 font-size : 1em;704 text-align : center;705 }706 707 /* facets bloc */708 /* the USER information block */709 #librarian_information {710 float : right;711 font-size : 10pt;712 }713 714 #header-wrapper {715 background-color: #FFF;716 }717 718 #holds,#opac-auth {719 min-width : 750px;720 width : 57.69em;721 margin : auto;722 }723 724 #members {725 background-color: #fff;726 font-size : 85%;727 margin-left : -10px;728 margin-right : -10px;729 padding : 4px 0 4px 0;730 color : #000066;731 }732 733 #members a {734 text-decoration : none;735 }736 737 #members a.logout {738 color : #cc3333;739 font-weight : bold;740 padding : 0 .3em 0 .3em;741 text-decoration : none;742 }743 744 #members li:last-child {745 border-right : 0;746 }747 748 #members li {749 border-right : 1px solid black;750 display : inline;751 list-style : none;752 margin : 0;753 padding : 0 .5em;754 }755 756 #members ul {757 margin : 0;758 padding : 0;759 text-align : right;760 }761 762 #opac-main-search {763 background-image : url( ../../images/baner2-1.gif);764 background-color : #243d78;765 background-position : -10px top;766 border-top : 1px solid #335599;767 border-bottom : 1px solid #335599;768 margin-left : -10px;769 margin-right : -10px;770 padding : .7em 0 .4em .5em;771 font-size : 108%;772 line-height : 116%;773 }774 775 #opac-main-search form {776 display : inline;777 padding-right : 1em;778 }779 780 #opac-main-search label {781 color : #FFFFCC;782 font-weight : bold;783 margin : .2em .3em 0 0;784 }785 786 787 #search-facets ul {788 margin : 0;789 padding : .3em;790 }791 792 #search-facets {793 border : 1px solid #e8e8e8;794 }795 796 #search-facets h4 {797 background-color : #EEE;798 border-bottom : 1px solid #e8e8e8;799 font-size : 90%;800 margin : 0;801 padding : .7em .2em;802 text-align : center;803 }804 805 #search-facets ul li {806 font-weight : bold;807 list-style-type : none;808 }809 810 #search-facets li li {811 font-weight : normal;812 font-size : 85%;813 margin-bottom : 2px;814 padding : .1em .2em;815 }816 817 #search-facets li li a {818 font-weight : normal;819 }820 821 #search-facets li.showmore a {822 font-weight : bold;823 text-indent : 1em;824 }825 826 .suggestion {827 background-color : #EEEEEB;828 border : 1px solid #DDDED3;829 margin : 10px auto;830 padding : 4px;831 width : 35%;832 }833 834 #facets ul {835 margin : 0;836 padding : 0;837 }838 839 #facets ul li {840 font-weight : bold;841 text-align : left;842 list-style : none;843 }844 845 #facets ul ul li {846 border : 0;847 font-size : 85%;848 font-weight : normal;849 padding : 2px;850 text-align : left;851 }852 853 #facets ul ul li a {854 font-weight : normal;855 text-decoration : underline;856 }857 858 #facets h4 {859 font-size : 93%;860 padding:3px;861 text-align:center;862 background-color:#E7E7CA;863 line-height:1.8em;864 margin-left:-1px;865 margin-right:-1px;866 margin-top:-1px;867 }868 869 #breadcrumbs {870 padding : .7em;871 }872 873 p {874 margin: .7em 0;875 }876 877 strong {878 font-weight : bold;879 }880 881 em {882 font-style : italic;883 }884 885 886 table#marc,887 table#marc td,888 table#marc th {889 background-color : transparent;890 border : 0;891 }892 893 table#marc p span.label {894 font-weight : bold;895 }896 897 table#marc p,898 table#marc ul {899 padding-bottom: .6em;900 }901 902 table#items,903 table#items td904 table#items th {905 border-width : 1px solid #EEE;906 font-size : 90%;907 }908 909 910 table#marc div.results_summary {911 clear : left;912 }913 table#marc div.results_summary ul {914 display : inline;915 float : none;916 clear : none;917 margin: 0;918 padding: 0;919 list-style : none;920 }921 922 table#marc div.results_summary ul li {923 display : inline;924 }925 926 #basketcount {927 display : inline;928 }929 930 #bookcover {931 float : left;932 margin : 0;933 padding : 0;934 }935 936 #bookcover img {937 margin : 0 1em 1em 0; 938 }939 940 fieldset.brief {941 border : 1px solid #E8E8E8;942 }943 944 fieldset.brief legend {945 font-weight : bold;946 font-size : 100%;947 }948 949 fieldset.brief label {950 display : block;951 padding : .3em 0;952 }953 954 fieldset.brief input+input {955 margin-top : 3px;956 }957 958 fieldset.brief input, fieldset.brief textarea, fieldset.brief select { 959 background-color: #F3F3F3;960 border-top : 1px solid #979797;961 border-left : 1px solid #979797;962 border-right : 1px solid #DDDDDD;963 border-bottom : 1px solid #DDDDDD;964 font-size : 140%;965 padding : .2em;966 font-weight: normal;967 }968 969 fieldset.brief textarea {970 font-size: 105%;971 }972 973 fieldset.brief input:focus {974 background-color: #FFFFCC;975 }976 977 fieldset.brief ol, fieldset.brief li {978 list-style-type : none;979 }980 981 fieldset.brief div.hint, fieldset.rows div.hint {982 color : #666666;983 font-size : 100%;984 margin : .4em;985 }986 987 h2 span.hint {988 font-size: 76%;989 font-weight : normal;990 }991 .thumbnail {992 border : 0;993 float : left;994 margin : 0pt 5px 5px 0pt;995 }996 a.cancel {997 padding-left : 1em;998 }999 1000 .resultscontrol, .resultscontrol select {1001 font-size: 90%;1002 }1003 1004 .cartlist {1005 margin-top : 5px;1006 }1007 1008 .cartlist input.submit, #tagsel_button {1009 background-color : #d8deb8;1010 background-image : none;1011 border-color : #bebf84;1012 color : #333;1013 font-size : 87%;1014 padding : 2px 0;1015 margin : 0 0 0 0;1016 }1017 1018 #CheckAll, #CheckNone {1019 font-weight : normal;1020 margin : 0 .5em;1021 }1022 1023 .resultscontrol label {1024 font-weight : bold;1025 margin-left : .5em;1026 }1027 1028 .resort {1029 float : right;1030 margin-top : 5px;1031 }1032 1033 .searchresults p.details {1034 color : #979797;1035 }1036 1037 .searchresults p {1038 margin: 0;1039 padding: 0 0 .6em 0;1040 }1041 1042 td.resultscontrol img {1043 vertical-align: middle;1044 }1045 1046 .searchresults table td {1047 }1048 1049 .searchresults table {1050 margin : 0;1051 }1052 1053 .searchresults td, .searchresults th, .searchresults table {1054 border: 0;1055 }1056 .searchresults td {1057 vertical-align: top;1058 }1059 1060 .searchresults tr {1061 border-bottom : 1px solid #f3f3f3;1062 }1063 1064 .searchresults tr:first-child {1065 border : 0;1066 }1067 1068 .searchresults table {1069 border-top : 0px solid #CCCCCC;1070 width : 100%;1071 }1072 1073 .searchresults a.reserve, .searchresults a.reserve:visited {1074 background-position:left top;1075 background-repeat:no-repeat;1076 float:right;1077 padding:2px 3px 2px 26px;1078 }1079 1080 .searchresults a.reserve {1081 background-color:transparent;1082 color:#006699;1083 }1084 1085 .unavailable, .tagerror, .tagerror:visited {1086 color: #990033;1087 }1088 1089 #libraryname {1090 float : left;1091 line-height : 2em;1092 }1093 1094 #corner {1095 float : right;1096 line-height : 2em;1097 }1098 1099 .pages {1100 line-height : 1.8em;1101 text-align: center;1102 }1103 1104 .current,1105 .currentPage {1106 background-color: #FFFFFF;1107 color: #3366CC;1108 font-weight: bold;1109 padding: 1px 5px 1px 5px;1110 text-decoration: none;1111 }1112 1113 a:link.nav,1114 div.pages a:link {1115 background-color: #EEE;1116 border: 1px solid #CCCC99;1117 color: #3366CC;1118 font-weight: bold;1119 padding: 1px 5px 1px 5px;1120 text-decoration: none;1121 }1122 1123 a:visited.nav,1124 div.pages a:visited {1125 background-color: #EEE;1126 border: 1px solid #CCCC99;1127 color: #3366CC;1128 font-weight: bold;1129 padding: 1px 5px 1px 5px;1130 text-decoration: none;1131 }1132 1133 a:hover.nav,1134 div.pages a:hover {1135 background-color: #FFFFCC;1136 border: 1px solid #CCCC99;1137 color: #CC3333;1138 font-weight: bold;1139 padding: 1px 5px 1px 5px;1140 text-decoration: none;1141 }1142 1143 a:active.nav,1144 div.pages a:active {1145 background-color: #FFFFCC;1146 border: 1px solid #CCCC99;1147 color: #D25500;1148 font-weight: bold;1149 padding: 1px 5px 1px 5px;1150 text-decoration: none;1151 }1152 1153 /* Tabs */1154 ul.link-tabs {1155 list-style-type: none;1156 margin: 9px 0 -2px 5px;1157 padding: 0;1158 }1159 1160 ul.link-tabs li {1161 display: inline;1162 padding: 0px;1163 }1164 1165 ul.link-tabs li a {1166 font-weight: bold;1167 padding: 2px 4px 2px 4px;1168 text-decoration: none;1169 border-top: 1px solid #DDDDDD;1170 border-left : 1px solid #DDDDDD;1171 border-right : 1px solid #666666;1172 }1173 1174 ul.link-tabs li#power_formButton a, ul.link-tabs li#proximity_formButton a {1175 padding: 2px 4px 3px 4px;1176 }1177 1178 ul.link-tabs li.off a {1179 background-color: #EEEEEB;1180 border-bottom: 1px solid #DDDDDD;1181 }1182 1183 ul.link-tabs li.off a:hover {1184 padding: 2px 3px 2px 4px;1185 background-color: #FFFFEC;1186 border-top: 1px solid #BEBF84;1187 border-left : 1px solid #BEBF84;1188 border-right : 2px solid #333333;1189 }1190 1191 ul.link-tabs li.on a {1192 background-color: #FFFFFF;1193 border-bottom: 1px solid #FFFFFF;1194 }1195 1196 ul.link-tabs li a.debit {1197 background-color : #FFFF99;1198 color : #990033;1199 }1200 1201 div.tab-container {1202 border : 1px solid #DDDDDD; 1203 margin-top : 4px;1204 padding : .7em;1205 width : 90%;1206 }1207 1208 tr.overdue td {1209 background-color : #ffcccc;1210 border-bottom : 1px solid #ffaeae;1211 border-right : 1px solid #ffaeae;1212 font-weight : bold;1213 }1214 1215 td.overdue {1216 color : #cc3333;1217 }1218 1219 .renewals {1220 display:block;1221 font-size:0.8em;1222 padding:0.5em;1223 }1224 1225 table#marc, table#marc td, table#marc th {1226 border : 0;1227 }1228 1229 table#marc th {1230 background-color : transparent;1231 text-align : left;1232 }1233 1234 table#marc td:first-child {1235 text-indent : 2em;1236 }1237 #masthead {1238 float: left;1239 width: 120px;1240 }1241 1242 #fluid {1243 margin-left: 124px;1244 margin-top : .4em;1245 padding-left : 1em;1246 }1247 1248 #fluid-offset {1249 float : right;1250 width: 100%;1251 }1252 1253 #translControl{1254 float : left;1255 padding-left : .4em;1256 }1257 1258 .clearfix:after {1259 content: "."; 1260 display: block; 1261 height: 0; 1262 clear: both; 1263 visibility: hidden;1264 }1265 1266 /* Hides from IE-mac \*/1267 * html .clearfix {height: 1%;}1268 /* End hide from IE-mac */1269 1270 .results_summary {1271 display: block;1272 font-size : 85%;1273 color: #707070;1274 padding : 0 0 .5em 0;1275 }1276 1277 .searchresults .tagstatus {1278 display: block;1279 color: #707070;1280 }1281 1282 #login4tags {1283 margin-top : .3em;1284 }1285 1286 .results_summary .label {1287 color: #202020;1288 }1289 1290 .results_summary a {1291 font-weight: normal;1292 }1293 1294 .actions a {1295 margin-left : 1em;1296 text-decoration : none;1297 }1298 1299 .actions a.hold {1300 background : url("../../images/placehold-small.gif") center left no-repeat;1301 padding-left : 16px;1302 }1303 1304 .actions a.addtocart {1305 background : url("../../images/cart-small.gif") center left no-repeat;1306 padding-left : 13px;1307 display : none;1308 }1309 1310 .actions a.addtoshelf {1311 background : url("../../images/addtolist-small.gif") center left no-repeat;1312 padding-left : 13px;1313 }1314 1315 .dialog {1316 border: 1px solid #bcbcbc;1317 padding : .5em;1318 margin : 1em auto;1319 width: 65%;1320 }1321 1322 .dialog h2, .dialog h3, .dialog h4 {1323 margin : auto;1324 text-align : center;1325 }1326 1327 div.alert {1328 background : #FFC url(../../images/alert-bg.gif) repeat-x left 0;1329 text-align : center;1330 }1331 1332 div.alert strong {1333 color : #900;1334 }1335 1336 div.message {1337 background : white url("../../images/message-bg.gif") repeat-x left 0;1338 border : 1px solid #bcbcbc;1339 width : 55%;1340 }1341 1342 #moresearches {1343 clear : left;1344 color : #000099;1345 font-size : 90%;1346 line-height : 110%;1347 margin : .6em 0 .3em 0;1348 }1349 1350 #moresearches a:link, #moresearches a:visited {1351 color : #e5ebff;1352 font-weight : normal;1353 text-decoration : none;1354 }1355 1356 #news th {1357 text-align : left;1358 padding : 3px 5px;1359 }1360 1361 #opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {1362 color : #000;1363 font-weight : normal;1364 }1365 #opac-main-search #listsmenu h4 {1366 font-size : 90%;1367 font-weight : bold;1368 margin : 0 .2em; 1369 }1370 1371 #opac-main-search #listsmenu .yuimenuitemlabel {1372 cursor : pointer;1373 }1374 1375 #opac-main-search #listsmenu .bd {1376 background-color : #f3f3f3;1377 border : 1px solid #739acf;1378 background-image : url("../../images/listmenu-container-bg.gif");1379 background-position : top right;1380 background-repeat : repeat-y;1381 padding : .3em 1em 0 0;1382 }1383 1384 #opac-main-search #listsmenu .yuimenuitemlabel.selected {1385 background-color : #fff;1386 }1387 1388 #opac-main-search #listsmenu ul {1389 border-color : #b8d0e6;1390 }1391 1392 .selectcol {1393 vertical-align: top;1394 width: 10px;1395 }1396 .itypecol {1397 vertical-align: top;1398 width: 10px;1399 }1400 #container {1401 color : #000;1402 }1403 1404 div#changelanguage{1405 background-color: #fff;1406 border-top: 1px solid #CCC;1407 color : #666;1408 font-size : 85%;1409 padding : 1em;1410 margin-top : 2em;1411 }1412 1413 div#changelanguage a {1414 font-weight : normal;1415 padding : .5em;1416 } 1417 1418 div#changelanguage a.more {1419 background-image:url(../../images/more-up-arrow.gif);1420 background-position:right center;1421 background-repeat:no-repeat;1422 padding-right:13px;1423 }1424 1425 div#changelanguage li.yuimenuitem {1426 font-size : 120%;1427 font-weight : normal;1428 margin : 0;1429 padding : 0 1em;1430 }1431 1432 div#changelanguage li.yuimenuitem a.yuimenuitemlabel {1433 padding : 0;1434 }1435 1436 #cartDetails,#cartUpdate,#holdDetails,#listsDetails {1437 background-color : #FFF;1438 border: 1px solid #739acf;1439 color : black;1440 display : none;1441 margin : 0;1442 padding : 10px;1443 text-align : center;1444 width : 180px;1445 box-shadow: 1px 1px 3px #666;1446 -moz-box-shadow: 1px 1px 3px #666;1447 -webkit-box-shadow: 1px 1px 3px #666;1448 1449 }1450 1451 .yui-panel .hd, .yui-panel .bd, .yui-panel .ft {1452 background-color : transparent;1453 border : 0;1454 padding : inherit;1455 }1456 1457 #login #userid, #login #password {1458 width : 98%; 1459 }1460 1461 #opac-main-search input.submit {1462 background : #b8d0e6 url(../../images/submit-bg.gif) repeat-x 0 0;1463 background-color : #b8d0e6;1464 border-top: 1px solid #cccccc;1465 border-left: 1px solid #cccccc;1466 border-right: 1px solid #eeeeee;1467 border-bottom: 1px solid #eeeeee;1468 color : #333;1469 font-weight : normal;1470 font-size : 80%;1471 padding : 2px;1472 }1473 1474 div#menu {1475 border-right : 1px solid #979797;1476 font-size : 94%;1477 margin-right : .5em;1478 padding-top : 1em;1479 padding-bottom : 2em;1480 }1481 1482 div#menu li a {1483 text-decoration : none;1484 display : block;1485 background : #EEE url(../../images/side-tab-gradient.gif) repeat-y top right;1486 border : 1px solid #979797;1487 font-size : 111%;1488 margin : .5em 0;1489 padding : .4em .3em;1490 margin-right : -1px;1491 }1492 1493 div#menu li a:hover {1494 background : #E8F0F6 url(../../images/side-tab-gradient-hover.gif) repeat-y top right;1495 }1496 1497 div#menu li.active a:hover {1498 background-color : #fff;1499 color : #0000CC;1500 }1501 1502 #menu ul li {1503 list-style-type : none;1504 }1505 1506 #menu ul li.active a {1507 background-color : #FFF;1508 background-image : none;1509 border-right : 0;1510 font-weight : bold;1511 }1512 1513 .left {1514 float : left;1515 }1516 1517 .right {1518 float : right;1519 }1520 1521 #searchsubmit {1522 cursor : default;1523 font-size : 87%;1524 font-weight : normal;1525 margin-top : 0;1526 margin-left : .2em;1527 padding: 2px 2px 1px 2px;1528 }1529 1530 #export,#further,.detailtagcell {1531 margin-top : .5em;1532 background-color : #F3F3F3;1533 border : 1px solid #E8E8E8;1534 font-size : 76%;1535 padding : 3px;1536 text-align : center;1537 }1538 #furtherm { margin-top : .5em; }1539 1540 #export label, .detailtagcell label {1541 display : block;1542 font-weight : bold;1543 font-size : 110%;1544 margin-bottom : 2px;1545 }1546 1547 #export input, .detailtagcell input {1548 padding : 2px;1549 }1550 1551 #further {1552 text-align : left;1553 font-size : 95%;1554 padding : 3px 3px .5em 1em;1555 }1556 1557 #further ul li {1558 list-style-image : url("../../images/further-bullet.gif");1559 }1560 1561 #amazonreviews h4 {1562 font-size : 90%;1563 margin : 0;1564 padding : 0;1565 }1566 #amazonreviews h3 {1567 font-size : 100%;1568 margin : 0;1569 padding : 0;1570 }1571 span.starFull {1572 background: url(../../images/star-ratings.gif) top left no-repeat;1573 display : block;1574 height: 10px;1575 margin: 0;1576 padding: 0;1577 }1578 1579 span.starMT {1580 background: url(../../images/star-ratings-empty.gif) top left no-repeat;1581 display : block;1582 height: 10px;1583 margin: 0 10px 0 10px;1584 padding: 0;1585 position: relative;1586 width: 50px;1587 }1588 1589 #cartmenulink, #listsmenulink {1590 display : block;1591 position : relative;1592 background : #aaa;1593 padding : 5px;1594 float : left;1595 color : #333;1596 text-decoration : none;1597 cursor : pointer;1598 }1599 1600 #cartmenulink *, #listsmenulink * {1601 font-style : normal;1602 background-image : url(../../images/button-background.png);1603 background-repeat : no-repeat;1604 display : block;1605 position : relative;1606 }1607 1608 #cartmenulink i, #listsmenulink i {1609 background-position : top left;1610 position : absolute;1611 margin-bottom : -5px;1612 top : 0;1613 left : 0;1614 width : 5px;1615 height : 5px;1616 }1617 1618 #cartmenulink span, #listsmenulink span {1619 background-position : bottom left;1620 left : -5px;1621 padding : 0 0 5px 10px;1622 margin-bottom : -5px;1623 }1624 /* For IE7 */1625 *:first-child+html #cartmenulink span { padding-top : 3px; padding-bottom : 7px; }1626 *:first-child+html #listsmenulink span { padding-top : 5px; }1627 1628 #cartmenulink span i, #listsmenulink span i {1629 background-position : bottom right;1630 margin-bottom : 0;1631 position : absolute;1632 left : 100%;1633 width : 10px;1634 height : 100%;1635 top : 0;1636 }1637 1638 #cartmenulink span span, #listsmenulink span span {1639 background-position : top right;1640 position : absolute;1641 right : -10px;1642 margin-left : 10px;1643 top : -5px;1644 height : 0;1645 }1646 1647 * html #cartmenulink span, * html #cartmenulink i, * html #listsmenulink span, * html #listsmenulink i {1648 float : left;1649 width : auto;1650 background-image : none;1651 cursor : pointer;1652 }1653 * html #cartmenulink span, * html #listsmenulink span {1654 padding-top : 5px;1655 }1656 #listsmenulink {1657 background : #9FBFFF;1658 }1659 1660 #cartmenulink {1661 background : #98CB58;1662 color : #336600;1663 font-size : 105%;1664 }1665 1666 #cartmenulink[class], #listsmenulink[class] {1667 background-image : url(../../images/button-background-gradient.png);1668 background-position : left top;1669 }1670 1671 #listsmenulink:hover {1672 background-color : #b8d0e6;1673 }1674 1675 #cartmenulink:hover {1676 background-color : #BFDE96;1677 }1678 1679 #cartmenulink img {1680 background-image : none;1681 display : inline;1682 padding : 3px 3px 0 3px;1683 }1684 1685 #cartmenulink span#basketcount {1686 background-image : none;1687 float : none;1688 display : inline;1689 height : auto;1690 position : relative;1691 margin : 0;1692 padding : 0;1693 left : auto;1694 right : auto;1695 top : auto;1696 }1697 1698 #cartmenulink span#basketcount span {1699 background-image : none;1700 background-color : #E6FCB7;1701 color : #000;1702 display : inline;1703 float : none;1704 font-size : 80%;1705 font-weight : normal;1706 margin : 0 0 0 .9em;1707 padding : 0 .3em 0 .3em;1708 position : relative;1709 left : auto;1710 right : auto;1711 top : auto;1712 }1713 1714 a#listsmenulink, a#listsmenulink:hover {1715 color : #006699;1716 font-size : 105%;1717 font-weight : bold;1718 line-height : 185%;1719 margin-left : 1.5em;1720 }1721 1722 a#cartmenulink, a#cartmenulink:hover {1723 color : #336600;1724 font-size : 105%;1725 font-weight : bold;1726 line-height : 185%;1727 margin-left : 1.5em;1728 }1729 * html a#cartmenulink {1730 padding-top: 0;1731 }1732 * html a#cartmenulink:hover {1733 padding-top : 0;1734 }1735 /* For IE7 */1736 *:first-child+html a#listsmenulink { padding-top : 0; }1737 *:first-child+html a#listsmenulink:hover { padding-top : 0; }1738 *:first-child+html a#cartmenulink { padding-top : 0; }1739 *:first-child+html a#cartmenulink:hover { padding-top : 0; }1740 *:first-child+html #cartmenulink span i{ top : -4px; }1741 *:first-child+html #listsmenulink span i { top : -5px; }1742 1743 #listsmenulink img {1744 background-image : none;1745 display : inline;1746 padding : 0 0 2px 0;1747 }1748 1749 * html #cartmenulink {1750 border : 1px solid #336600;1751 }1752 1753 * html #listsmenulink {1754 border : 1px solid #006699;1755 }1756 1757 ul.ui-tabs-nav li {1758 margin-right : .5em;1759 }1760 1761 ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a {1762 background-color : #F3F3F3;1763 border-top : 1px solid #E8E8E8;1764 border-left : 1px solid #E8E8E8;1765 border-right : 1px solid #E8E8E8;1766 border-bottom : 0;1767 padding : .2em 1em;1768 text-align : center;1769 text-decoration : none;1770 }1771 1772 ul.ui-tabs-nav li.ui-tabs-selected a, ul.ui-tabs-nav li.ui-tabs-selected span.a {1773 background-color : #FFF;1774 border-top : 1px solid #E8E8E8;1775 border-left : 1px solid #E8E8E8;1776 border-right : 1px solid #E8E8E8;1777 border-bottom : 1px solid #FFF;1778 margin-bottom : -5px;1779 text-align : center;1780 }1781 1782 #views {1783 border-bottom : 1px solid #E8E8E8;1784 margin-bottom : .5em;1785 padding : 0 2em 2px 0.2em;1786 white-space : nowrap;1787 }1788 1789 span.view {1790 padding : 0.2em .2em 2px .2em;1791 }1792 1793 #bibliodescriptions,1794 #isbdcontents {1795 clear : left;1796 margin-top : .5em;1797 }1798 1799 a#MARCview, span#MARCview, a#MARCviewPop, a#ISBDview, span#ISBDview, a#Normalview, a#Briefhistory, span#Normalview, a#Fullhistory, span#Fullhistory, span#Briefhistory {1800 background-position : 5px 3px;1801 background-repeat : no-repeat;1802 font-size : 87%;1803 font-weight : normal;1804 padding : .2em .5em;1805 text-decoration: none;1806 }1807 1808 a#MARCview, span#MARCview {1809 background-image : url(../../images/marc.gif);1810 padding-left : 17px;1811 }1812 a#MARCviewPop, span#MARCviewPop {1813 background-image : url(../../images/marc.gif);1814 padding-left : 17px;1815 }1816 a#ISBDview, span#ISBDview {1817 background-image : url(../../images/isbd.gif);1818 padding-left : 20px;1819 }1820 a#Normalview, span#Normalview {1821 background-image : url(../../images/normal.gif);1822 padding-left : 15px;1823 }1824 1825 a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview, a#Fullhistory, a#Briefhistory {1826 background-color : #F3F3F3;1827 border-left : 1px solid #E8E8E8;1828 }1829 1830 #shelfbrowser table {1831 margin : 0 20px;1832 }1833 #shelfbrowser table, #shelfbrowser td, #shelfbrowser th {1834 border : 0;1835 font-size : 90%;1836 text-align : center;1837 }1838 #shelfbrowser a {1839 font-size : 110%;1840 text-decoration : none;1841 }1842 #shelfbrowser td, #shelfbrowser th {1843 vertical-align : bottom;1844 width : 20%;1845 }1846 #shelfbrowser td.top {1847 vertical-align : top;1848 }1849 #shelfbrowser td.top a {1850 text-decoration : underline;1851 }1852 #shelfbrowser a {1853 display : block;1854 }1855 1856 #comments .commentline {1857 border-bottom : 2px solid #eeeeeb;1858 margin : 0 -.5em 0 -.5em;1859 padding : 0 .5em .5em .5em;1860 }1861 #comments .yours {1862 background-color : #effed5;1863 }1864 #comments #addcomment {1865 margin : 0 -1em -1em -1em;1866 padding : .3em 1em;1867 }1868 input.tagbutton {1869 padding : 1px !important;1870 }1871 table#items th {1872 padding : 2px;1873 }1874 #action {1875 margin-top: 0;1876 }1877 #similars h4 {1878 text-align : left;1879 }1880 #similars table,1881 #similars td {1882 border : 0;1883 margin : 0;1884 }1885 #similars td {1886 width : 13em;1887 }1888 #similars a {1889 display : block;1890 font-weight : normal;1891 }1892 #furtherm a,1893 #furtherm a:link,1894 #furtherm a:visited {1895 color : #006699;1896 }1897 #furtherm h4 {1898 font-size : 106%;1899 margin : .1em .5em;1900 }1901 #furtherm .bd {1902 background-color : #F3F3F3;1903 border:1px solid #DDD;1904 }1905 .results_summary img {1906 margin : 0 5px;1907 }1908 span.no-image {1909 background-color : #FFF;1910 border: 1px solid #979797;1911 color : #AAA;1912 display:block;1913 font-size : 86%;1914 font-weight : bold;1915 text-align : center;1916 width : 75px;1917 }1918 #bookcover span.no-image {1919 margin-right : 10px;1920 margin-bottom : 10px;1921 }1922 #shelfbrowser a:link span.no-image,1923 #shelfbrowser a:visited span.no-image,1924 #shelfbrowser a:hover span.no-image,1925 #shelfbrowser a:active span.no-image {1926 font-size : 95%;1927 }1928 #shelfbrowser a:link span.no-image,1929 #shelfbrowser a:visited span.no-image,1930 #shelfbrowser a:hover span.no-image,1931 #shelfbrowser a:active span.no-image,1932 td.jacketcell a:link,1933 td.jacketcell a:visited,1934 td.jacketcell a:hover,1935 td.jacketcell a:active,1936 a.p1:link,1937 a.p1:visited,1938 a.p1:hover,1939 a.p1:active {1940 color : #AAA;1941 text-decoration : none;1942 font-weight : bold;1943 }1944 1945 .copies_row > td:first-child {1946 border-left-style : none;1947 }1948 1949 .rtl {1950 unicode-bidi: embed;1951 direction: rtl;1952 text-align: right;1953 }1954 1955 div.ft {1956 clear : both;1957 }1958 #basket td ul li {1959 font-size:90%;1960 list-style:disc outside url("../../images/item-bullet.gif");1961 padding:0.2em 0;1962 }1963 1964 #recentcomments {1965 margin:auto;1966 max-width:750px;1967 }1968 1969 .searchresults .commentline {1970 background-color : rgb(255, 255, 204);1971 background-color : rgba(255, 255, 204, 0.4);1972 border : 1px solid #CCC;1973 display: inline-block;1974 -webkit-border-radius: 4px;1975 -moz-border-radius: 4px;1976 border-radius: 4px;1977 -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);1978 -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);1979 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);1980 margin : .3em;1981 padding : .4em;1982 }1983 1984 .searchresults .commentline.yours {1985 background-color : rgb(239, 254, 213);1986 background-color : rgba(239, 254, 213, 0.4);1987 }1988 1989 #plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }1990 #plainmarc th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; }1991 #plainmarc td { border: 0; padding : 2px; vertical-align: top; }1992 1993 div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px; margin : 2px; }1994
Enlace
El enlace para compartir es: