Bug 7500 - Use CSS Sprites for faster page loading
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
blob0cc7f2d5351adc48f78d0a65da1d8a1fb7c6f333
1 @import url("../lib/yui/reset-fonts-grids.css");
2 @import url("../lib/yui/skin.css");
4 a {
5 font-weight : bold;
8 a, a:visited {
9 color : #006699;
12 a:hover,#toolbar input.editshelf:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
13 color : #990033;
16 a.disabled {
17 color : #888888 !important;
20 body {
21 background-color : white;
22 text-align : left;
23 padding : 0 0 2.5em 0;
26 .required {
27 color : #C00;
30 caption {
31 font-size : 140%;
32 font-weight : bold;
33 line-height : 144%;
34 text-align : left;
37 fieldset {
38 background-color: #FFF;
39 border : 2px solid #EEEEEE;
40 margin : 1em 1em 1em 0;
41 padding : 1em;
44 fieldset.rows {
45 border-width : 1px;
46 border-bottom : 1px solid black;
47 float : left;
48 font-size : 90%;
49 clear : left;
50 margin: .9em 0 0 0;
51 padding: 0;
52 width: 100%;
55 fieldset.rows legend {
56 margin-left: 1em;
57 font-weight: bold;
58 font-size : 110%;
61 fieldset.rows label, fieldset.rows span.label {
62 float: left;
63 font-weight : bold;
64 width: 9em;
65 margin-right: 1em;
66 text-align: right;
69 fieldset.rows fieldset {
70 border-width : 1px;
71 margin : 0;
72 padding : .3em;
75 fieldset.rows ol {
76 padding: 1em 1em 0 1em;
77 list-style-type: none;
80 fieldset.rows li {
81 float : left;
82 clear : left;
83 padding-bottom: 1em;
84 list-style-type: none;
85 width: 100%;
88 fieldset.rows.left li {
89 padding-bottom : .4em;
92 fieldset.rows li.radio {
93 padding-left: 9em;
94 width : auto;
97 fieldset.rows li.radio label {
98 float : none;
99 width : auto;
100 margin : 0 0 0 1em;
103 fieldset.rows ol.radio label {
104 width : auto;
105 float : none;
106 margin-right : 0;
109 fieldset.rows ol.radio label.radio {
110 float : left;
111 width : 12em;
112 margin-right : 1em;
115 fieldset.rows table {
116 clear : both;
117 margin-left : 1em;
120 fieldset.rows td label {
121 float : none;
122 font-weight : normal;
123 width : auto;
126 fieldset.holds {
127 background-color : #F3F3F3;
128 border: 0;
129 font-size : 110%;
130 padding : 1px;
133 fieldset.holds ol {
134 margin : 0;
135 padding : 0;
138 fieldset.holds li {
139 background-color : #FFF;
140 border-bottom : 1px solid #F3F3F3;
141 padding : .3em;
144 fieldset.holds label, fieldset.holds span.label {
148 fieldset.action {
149 clear : both;
150 float : none;
151 border : none;
152 margin : 0;
153 padding : 1em 0 .3em 0;
154 width : auto;
157 fieldset.action p {
158 margin-bottom : 1em;
161 form {
162 display : inline;
163 margin : 0;
164 padding : 0;
167 h1 {
168 font-size : 138.5%;
171 h1#library {
172 font-size : 100%;
173 font-weight : normal;
174 margin : .2em 0 .2em .5em;
178 h1#libraryname {
179 background:transparent url(../../images/koha-logo.gif) no-repeat scroll 0%;
180 border: 0;
181 float : left !important;
182 margin:0;
183 padding:0;
184 width:120px;
187 h1#libraryname a {
188 border:0;
189 cursor:pointer;
190 display:block;
191 height:0px !important;
192 margin:0;
193 overflow:hidden;
194 padding:40px 0 0;
195 text-decoration:none;
196 width:120px;
199 h1,h2,h3,h4,h5,h6 {
200 font-weight : bold;
201 margin : .5em 0;
204 h2 {
205 font-size : 131%;
208 h5.author {
211 h3 {
212 font-size : 123.1%;
215 h4 {
216 font-size : 116%;
219 h5 {
220 font-size : 108%;
223 h6 {
224 font-size : 100%;
227 input[type=submit],
228 input[type=button],
229 input[type=reset],
230 fieldset.brief input[type=submit],
231 fieldset.brief input[type=button],
232 fieldset.brief input[type=reset]
234 background: #f4f9fc; /* Old browsers */
235 background: -moz-linear-gradient(top, #f4f9fc 0%, #dfeefa 4%, #bfd5ea 93%, #a1c4e2 97%, #b8d0e6 100%); /* FF3.6+ */
236 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9fc), color-stop(4%,#dfeefa), color-stop(93%,#bfd5ea), color-stop(97%,#a1c4e2), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
237 background: -webkit-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
238 background: -o-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* Opera11.10+ */
239 background: -ms-linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* IE10+ */
240 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9fc', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
241 background: linear-gradient(top, #f4f9fc 0%,#dfeefa 4%,#bfd5ea 93%,#a1c4e2 97%,#b8d0e6 100%); /* W3C */
242 border-top: 1px solid #cccccc;
243 border-left: 1px solid #cccccc;
244 border-right: 1px solid #eeeeee;
245 border-bottom: 1px solid #eeeeee;
246 color : #333;
247 font-size : 93%;
248 font-weight : bold;
249 padding : 4px;
252 input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
253 border: 1px inset #666666;
256 td.resultscontrol,
257 .searchresults td.resultscontrol {
258 background-color : #EEE;
259 border : 1px solid #E8E8E8;
260 vertical-align : middle;
261 padding : 3px 3px 5px 5px;
264 table {
265 background-color: #FFF;
266 border-collapse : collapse;
267 margin : 1em 0;
268 border-right : 1px solid #dddddd;
269 border-top : 1px solid #dddddd;
272 td,th {
273 background-color: #FFF;
274 border-left : 1px solid #dddddd;
275 border-bottom : 1px solid #dddddd;
276 padding : 3px 5px;
279 td.place_on_type table,
280 td.place_on_type table td {
281 border : 0;
283 td caption {
284 font-size : 105%;
287 th {
288 background-color:#EEE;
289 font-weight : bold;
290 padding : 2px 23px;
291 text-align : center;
294 th.sum {
295 text-align: right;
298 td.sum {
299 background-color: #FFC;
300 font-weight: bold;
303 th[scope=row] {
304 text-align : right;
307 tr.highlight td, tr.highlight th, tr.odd td {
308 background-color : #F3F3F3;
309 border-top : 1px solid #DDDDDD;
310 border-bottom : 1px solid #DDDDDD;
313 tr.even td, tr.even.highlight td {
314 background-color: #FFF;
317 tr.grouplabel td {
318 background-color : #E8E8E8;
319 border : 1px solid #DDDDDD;
320 border-right : 1px solid #DDDDDD;
321 text-align : center;
322 font-weight : bold;
323 padding: 10px;
326 tr.reserved td {
327 background-color : #eeffd4;
329 tr.transfered td {
330 background-color : #e8f0f6;
333 #editions table, #editions td {
334 border : 0;
337 .header {
338 background-image:url("../../images/ascdesc.gif");
339 background-position:right center;
340 background-repeat:no-repeat;
341 cursor:pointer;
343 .headerSortUp {
344 background-image:url("../../images/asc.gif");
346 .headerSortDown {
347 background-image:url("../../images/desc.gif");
350 ul {
351 list-style : disc;
352 padding-left : 1em;
355 li {
356 list-style : disc;
359 p.availability {
360 font-size : 87%;
363 .available {
364 color : #006600;
367 .waiting,.intransit,.notforloan,.checkedout,.lost,.notonhold {
368 display : block;
370 .notforloan {
371 color : #900;
373 .lost {
374 color : #666;
376 .waiting {
380 /* "problem" enhancement */
381 .problem {
382 color : white;
383 background-color : red;
386 /* style for search terms in catalogsearch */
387 .term {
388 /* color : blue; */
389 color : #990000;
390 background-color : #FFFFCC;
393 a .term {
394 text-decoration : underline;
397 /* style for shelving location in catalogsearch */
398 .shelvingloc {
399 display : block;
400 font-style : italic;
403 .transfered {
404 background-color : #F9FF9A;
407 /* action buttons */
408 #action {
409 margin-top : .5em;
410 background-color : #F3F3F3;
411 border : 1px solid #E8E8E8;
412 padding-bottom : 3px;
415 #action li {
416 list-style : none;
417 margin : .2em;
418 padding : .3em 0;
421 #action a {
422 background-position : 5px center;
423 background-repeat : no-repeat;
424 text-decoration : none;
425 padding-left : 35px;
428 #action a.print {
429 background-image: url("../../images/sprite.png");
430 background-position: -5px -186px;
431 background-repeat: no-repeat;
434 #action a#furthersearches {
435 background-image: url("../../images/sprite.png");
436 background-position: 106px -295px;
437 background-repeat: no-repeat;
438 border : 1px solid #F3F3F3;
439 margin-left : 5px;
440 padding : 2px 26px 2px 10px;
441 text-decoration : none;
444 #action a#furthersearches:hover {
445 border-top : 1px solid #FFF;
446 border-left : 1px solid #FFF;
447 border-right : 1px solid #979797;
448 border-bottom : 1px solid #979797;
451 #action a.reserve,
452 .searchresults a.reserve {
453 background-image: url("../../images/sprite.png");
454 background-position: -5px -144px;
455 background-repeat: no-repeat;
458 #action a.addtoshelf, #toolbar a.addtoshelf {
459 background-image: url("../../images/sprite.png");
460 background-position: -5px -225px;
461 background-repeat: no-repeat;
464 #action a.addtocart, #toolbar a.addtocart {
465 background-image: url("../../images/sprite.png");
466 background-position: -5px -265px;
467 background-repeat: no-repeat;
470 #action a.cartRemove, .actions a.cartRemove {
471 color: #cc3333;
472 font-size : 90%;
473 margin : 0;
474 padding: 0;
477 #action a.incart {
478 background-image: url("../../images/sprite.png");
479 background-position: -5px -265px;
480 background-repeat: no-repeat;
481 color : #666;
484 /* toolbar buttons */
486 #toolbar,
487 #selections-toolbar {
488 background-color:#EEEEEE;
489 border:1px solid #E8E8E8;
490 margin : 0 0;
491 padding:3px 3px 5px 5px;
492 vertical-align:middle;
495 #basket #toolbar {
496 padding: 7px 5px 9px 9px;
499 #selections-toolbar {
500 background: #E8E8E8; /* Old browsers */
501 background: -moz-linear-gradient(top, #b2b2b2 0%, #e0e0e0 14%, #e8e8e8 100%); /* FF3.6+ */
502 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(14%,#e0e0e0), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
503 background: -webkit-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
504 background: -o-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* Opera 11.10+ */
505 background: -ms-linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* IE10+ */
506 background: linear-gradient(top, #b2b2b2 0%,#e0e0e0 14%,#e8e8e8 100%); /* W3C */
507 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
508 margin : 0 0 1em 0;
509 padding-top : .5em;
510 padding-left : 10px;
513 #toolbar a,
514 #selections-toolbar a,
515 #toolbar input,
516 #selections-toolbar input {
517 white-space : nowrap;
520 #toolbar ul {
521 padding-left : 0;
524 #toolbar ul li {
525 display : inline;
526 list-style : none;
529 #toolbar ul li a {
530 border-left : 1px solid #e8e8e8;
533 #toolbar ul li:first-child a {
534 border-left : 0;
538 #toolbar a.print {
539 background-image: url("../../images/sprite.png");
540 background-position : 0px -423px;
541 background-repeat: no-repeat;
542 text-decoration : none;
543 padding-left : 30px;
546 #toolbar a.brief {
547 background-image : url("../../images/sprite.png");
548 background-position : -2px -868px;
549 background-repeat: no-repeat;
550 text-decoration : none;
551 padding-left : 27px;
554 #toolbar a.detail {
555 background-image : url("../../images/sprite.png");
556 background-position : -2px -898px;
557 background-repeat: no-repeat;
558 text-decoration : none;
559 padding-left : 27px;
562 #toolbar a.download {
563 background-image : url("../../images/sprite.png");
564 background-position : 2px -348px;
565 background-repeat: no-repeat;
566 padding-left : 28px;
567 text-decoration : none;
570 #toolbar a.editshelf {
571 background-image : url("../../images/sprite.png");
572 background-position : 2px -348px;
573 background-repeat: no-repeat;
574 padding-left : 26px;
575 text-decoration : none;
578 #toolbar a.empty {
579 background-image : url("../../images/sprite.png");
580 background-position : 2px -598px;
581 background-repeat: no-repeat;
582 text-decoration : none;
583 padding-left : 30px;
586 #toolbar a.hide {
587 background-image : url("../../images/sprite.png");
588 background-position: -3px -814px;
589 background-repeat: no-repeat;
590 text-decoration : none;
591 padding-left : 26px;
594 #toolbar a.hold,
595 #selections-toolbar a.hold {
596 background-image: url("../../images/sprite.png");
597 background-position : -5px -453px;
598 background-repeat: no-repeat;
599 text-decoration : none;
600 padding-left : 23px;
603 #selections-toolbar a.hold.disabled {
604 background-image: url("../../images/sprite.png");
605 background-position : -5px -621px;
606 background-repeat: no-repeat;
609 #selections-toolbar a.removeitems,
610 #selections-toolbar a.deleteshelf {
611 background-image : url("../../images/sprite.png");
612 background-position : 2px -690px;
613 background-repeat: no-repeat;
614 text-decoration : none;
615 padding-left : 25px;
619 #selections-toolbar a.removeitems.disabled,
620 #selections-toolbar a.deleteshelf.disabled {
621 background-image: url("../../images/sprite.png");
622 background-position : 2px -712px;
623 background-repeat: no-repeat;
626 #toolbar a.send,
627 a.send {
628 background-image: url("../../images/sprite.png");
629 background-position : 2px -386px;
630 background-repeat: no-repeat;
631 text-decoration : none;
632 padding-left : 28px;
635 #toolbar a.new {
636 background-image : url("../../images/sprite.png");
637 background-position : -4px -922px;
638 background-repeat : no-repeat;
639 padding-left : 23px;
640 text-decoration : none;
643 #toolbar input.editshelf,
644 input.editshelf {
645 background-image : url("../../images/sprite.png");
646 background-position : 2px -732px;
647 background-repeat: no-repeat;
648 border : 0;
649 color : #006699;
650 cursor : pointer;
651 font-size : 100%;
652 padding-left : 29px;
653 text-decoration : none;
656 #toolbar input.newshelf,
657 #toolbar a.newshelf,
658 a.newshelf {
659 background-image: url("../../images/sprite.png"); /* add to list icon */
660 background-position: -4px -864px;
661 background-repeat: no-repeat;
662 border : 0;
663 color : #006699;
664 cursor : pointer;
665 font-size : 100%;
666 margin: 0 0.5em;
667 padding-left : 23px;
668 text-decoration : none;
671 a.newshelf.disabled {
672 background-image: url("../../images/sprite.png"); /* add to list icon */
673 background-position: -4px -791px;
674 background-repeat: no-repeat;
677 #toolbar input.deleteshelf,
678 input.deleteshelf {
679 background-image : url("../../images/sprite.png");
680 background-position : 2px -685px;
681 background-repeat: no-repeat;
682 border : 0;
683 color : #006699;
684 cursor : pointer;
685 font-size : 100%;
686 padding-left : 25px;
687 text-decoration : none;
690 #toolbar input.deleteshelf:hover {
691 color: #990033;
695 #toolbar input.editshelf:active,
696 input.editshelf:active,
697 #toolbar input.deleteshelf:active,
698 input.deleteshelf:active {
699 border : 0;
702 #selections {
703 font-weight : bold;
706 #tagsel_span input.submit,
707 #tagsel_tag {
708 background-image : url("../../images/sprite.png"); /* tag icon */
709 background-position : 7px -640px;
710 background-repeat : no-repeat;
711 padding-left : 25px;
712 text-decoration: none;
715 #tagsel_tag {
716 background-position : -1px -643px;
719 #tagsel_tag.disabled {
720 background-position : -1px -667px;
723 #tagslist li { display : inline; }
725 #placehold input.submit:hover,
726 #tagsel_span input.submit:hover {
727 color: #990033;
730 #addto {
731 max-width : 10em;
734 .addto a.addtocart {
735 background-image: url("../../images/sprite.png"); /* cart icon */
736 background-position: -5px -265px;
737 background-repeat: no-repeat;
738 text-decoration : none;
739 padding-left : 33px;
742 #placehold input.submit {
743 background-image: url("../../images/sprite.png"); /* place hold icon */
744 background-position: -1px -140px;
745 background-repeat: no-repeat;
746 text-decoration : none;
747 padding-left : 23px;
750 #placehold input.submit,
751 #tagsel_span input.submit {
752 border : 0;
753 background-color: transparent;
754 font-size : 100%;
755 font-weight : bold;
756 padding-left : 31px;
757 color : #336699;
758 cursor : pointer;
760 .searchresults a.highlight_toggle {
761 background-image: url("../../images/sprite.png"); /* place hold icon */
762 background-position: -11px -841px;
763 background-repeat: no-repeat;
764 display: none;
765 font-weight: normal;
766 padding : 0 10px 0 21px;
769 /* the itemtype list in advanced search */
770 .advsearch table {
771 border-collapse : separate;
772 border-spacing : 3px;
773 border : 0px;
774 margin : 0px;
775 background-color : white;
776 border : 0px solid #D8DEB8;
779 .advsearch table tr td {
780 background-color : #F8F8EB;
781 border : 0px;
782 margin : 0px;
783 width : 700px;
786 .advsearch td {
787 font-size : 0.8em;
788 background-color : #F8F8EB;
791 body#advsearch #breadcrumbs {
792 line-height : 1px;
793 height : 1px;
794 padding : 0;
797 body#advsearch #cartmenulink,
798 body#advsearch #listsmenulink {
799 float : right;
802 #advsearch #branchloop,
803 #advsearch #sort_by {
804 width : 23em;
807 #auth {
808 float : left;
811 #facets {
815 /* the footer */
816 #footer {
817 margin-top : 30px;
818 margin-left : 30%;
819 margin-right : 20%;
820 border-top : 1px solid #384b73;
821 color : #384b73;
822 font-size : 1em;
823 text-align : center;
826 /* facets bloc */
827 /* the USER information block */
828 #librarian_information {
829 float : right;
830 font-size : 10pt;
833 #header-wrapper {
834 background-color: #FFF;
837 #holds,#opac-auth {
838 min-width : 750px;
839 width : 57.69em;
840 margin : auto;
843 #members {
844 background-color: #fff;
845 font-size : 85%;
846 margin-left : -10px;
847 margin-right : -10px;
848 padding : 4px 0 4px 0;
849 color : #000066;
852 #members a {
853 text-decoration : none;
856 #members a.logout {
857 color : #cc3333;
858 font-weight : bold;
859 padding : 0 .3em 0 .3em;
860 text-decoration : none;
863 #members li:last-child {
864 border-right : 0;
867 #members li {
868 border-right : 1px solid black;
869 display : inline;
870 list-style : none;
871 margin : 0;
872 padding : 0 .5em;
875 #members ul {
876 margin : 0;
877 padding : 0;
878 text-align : right;
881 #opac-main-search {
882 background: #8fb4e8; /* Old browsers */
883 background: -moz-linear-gradient(top, #8fb4e8 0%, #8cb1e5 19%, #80a8dc 48%, #7da5d8 52%, #7198cf 83%, #618ac0 100%); /* FF3.6+ */
884 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb4e8), color-stop(19%,#8cb1e5), color-stop(48%,#80a8dc), color-stop(52%,#7da5d8), color-stop(83%,#7198cf), color-stop(100%,#618ac0)); /* Chrome,Safari4+ */
885 background: -webkit-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Chrome10+,Safari5.1+ */
886 background: -o-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* Opera 11.10+ */
887 background: -ms-linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* IE10+ */
888 background: linear-gradient(top, #8fb4e8 0%,#8cb1e5 19%,#80a8dc 48%,#7da5d8 52%,#7198cf 83%,#618ac0 100%); /* W3C */
889 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb4e8', endColorstr='#618ac0',GradientType=0 ); /* IE6-9 */
890 border-top : 1px solid #335599;
891 border-bottom : 1px solid #335599;
892 margin-left : -10px;
893 margin-right : -10px;
894 padding : .7em 0 .4em .5em;
895 font-size : 108%;
896 line-height : 116%;
899 #opac-main-search form {
900 display : inline;
901 padding-right : 1em;
904 #opac-main-search label {
905 color : #FFFFCC;
906 font-weight : bold;
907 margin : .2em .3em 0 0;
910 #masthead_search,
911 #select_library {
912 max-width: 10em;
913 width: 10em;
917 #search-facets ul {
918 margin : 0;
919 padding : .3em;
922 #search-facets {
923 border : 1px solid #e8e8e8;
926 #search-facets h4 {
927 background-color : #EEE;
928 border-bottom : 1px solid #e8e8e8;
929 font-size : 90%;
930 margin : 0;
931 padding : .7em .2em;
932 text-align : center;
935 #search-facets ul li {
936 font-weight : bold;
937 list-style-type : none;
940 #search-facets li li {
941 font-weight : normal;
942 font-size : 85%;
943 margin-bottom : 2px;
944 padding : .1em .2em;
947 #search-facets li li a {
948 font-weight : normal;
951 #search-facets li.showmore a {
952 font-weight : bold;
953 text-indent : 1em;
956 .suggestion {
957 background-color : #EEEEEB;
958 border : 1px solid #DDDED3;
959 margin : 10px auto;
960 padding : 4px;
961 width : 35%;
964 #facets ul {
965 margin : 0;
966 padding : 0;
969 #facets ul li {
970 font-weight : bold;
971 text-align : left;
972 list-style : none;
975 #facets ul ul li {
976 border : 0;
977 font-size : 85%;
978 font-weight : normal;
979 padding : 2px;
980 text-align : left;
983 #facets ul ul li a {
984 font-weight : normal;
985 text-decoration : underline;
988 #facets h4 {
989 font-size : 93%;
990 padding:3px;
991 text-align:center;
992 background-color:#E7E7CA;
993 line-height:1.8em;
994 margin-left:-1px;
995 margin-right:-1px;
996 margin-top:-1px;
999 #breadcrumbs {
1000 padding : .7em;
1004 margin: .7em 0;
1007 strong {
1008 font-weight : bold;
1011 em {
1012 font-style : italic;
1016 table#marc,
1017 table#marc td,
1018 table#marc th {
1019 background-color : transparent;
1020 border : 0;
1023 table#marc p span.label {
1024 font-weight : bold;
1027 table#marc p,
1028 table#marc ul {
1029 padding-bottom: .6em;
1032 table#items,
1033 table#items td
1034 table#items th {
1035 border-width : 1px solid #EEE;
1036 font-size : 90%;
1040 table#marc div.results_summary {
1041 clear : left;
1043 table#marc div.results_summary ul {
1044 display : inline;
1045 float : none;
1046 clear : none;
1047 margin: 0;
1048 padding: 0;
1049 list-style : none;
1052 table#marc div.results_summary ul li {
1053 display : inline;
1056 #basketcount {
1057 display : inline;
1060 #bookcover {
1061 float : left;
1062 margin : 0;
1063 padding : 0;
1066 #bookcover img {
1067 margin : 0 1em 1em 0;
1070 fieldset.brief {
1071 border : 1px solid #E8E8E8;
1074 fieldset.brief legend {
1075 font-weight : bold;
1076 font-size : 100%;
1079 fieldset.brief label {
1080 display : block;
1081 padding : .3em 0;
1084 fieldset.brief input+input {
1085 margin-top : 3px;
1088 fieldset.brief input, fieldset.brief textarea, fieldset.brief select {
1089 background-color: #F3F3F3;
1090 border-top : 1px solid #979797;
1091 border-left : 1px solid #979797;
1092 border-right : 1px solid #DDDDDD;
1093 border-bottom : 1px solid #DDDDDD;
1094 font-size : 140%;
1095 padding : .2em;
1096 font-weight: normal;
1099 fieldset.brief textarea {
1100 font-size: 105%;
1103 fieldset.brief input:focus {
1104 background-color: #FFFFCC;
1107 fieldset.brief ol, fieldset.brief li {
1108 list-style-type : none;
1111 fieldset.brief div.hint, fieldset.rows div.hint {
1112 color : #666666;
1113 font-size : 100%;
1114 margin : .4em;
1117 h2 span.hint {
1118 font-size: 76%;
1119 font-weight : normal;
1121 .thumbnail {
1122 border : 0;
1123 float : left;
1124 margin : 0pt 5px 5px 0pt;
1126 a.cancel {
1127 padding-left : 1em;
1130 .resultscontrol, .resultscontrol select {
1131 font-size: 90%;
1134 .cartlist {
1135 margin-top : 5px;
1138 .cartlist input.submit, #tagsel_button {
1139 background-color : #d8deb8;
1140 background-image : none;
1141 border-color : #bebf84;
1142 color : #333;
1143 font-size : 87%;
1144 padding : 2px 0;
1145 margin : 0 0 0 0;
1148 #CheckAll, #CheckNone {
1149 font-weight : normal;
1150 margin : 0 .5em;
1153 .resultscontrol label {
1154 font-weight : bold;
1155 margin-left : .5em;
1158 .resort {
1159 float : right;
1160 margin-top : 5px;
1163 .searchresults p.details {
1164 color : #979797;
1167 .searchresults p {
1168 margin: 0;
1169 padding: 0 0 .6em 0;
1172 td.resultscontrol img {
1173 vertical-align: middle;
1176 .searchresults table td {
1179 .searchresults table {
1180 margin : 0;
1183 .searchresults td, .searchresults th, .searchresults table {
1184 border: 0;
1186 .searchresults td {
1187 vertical-align: top;
1190 .searchresults tr {
1191 border-bottom : 1px solid #f3f3f3;
1194 .searchresults tr:first-child {
1195 border : 0;
1198 .searchresults table {
1199 border-top : 0px solid #CCCCCC;
1200 width : 100%;
1203 .searchresults a.reserve, .searchresults a.reserve:visited {
1204 background-position:left top;
1205 background-repeat:no-repeat;
1206 float:right;
1207 padding:2px 3px 2px 26px;
1210 .searchresults a.reserve {
1211 background-color:transparent;
1212 color:#006699;
1215 .unavailable, .tagerror, .tagerror:visited {
1216 color: #990033;
1219 #libraryname {
1220 float : left;
1221 line-height : 2em;
1224 #corner {
1225 float : right;
1226 line-height : 2em;
1229 .pages {
1230 line-height : 1.8em;
1231 text-align: center;
1234 .current,
1235 .currentPage {
1236 background-color: #FFFFFF;
1237 color: #3366CC;
1238 font-weight: bold;
1239 padding: 1px 5px 1px 5px;
1240 text-decoration: none;
1243 a:link.nav,
1244 div.pages a:link {
1245 background-color: #EEE;
1246 border: 1px solid #CCCC99;
1247 color: #3366CC;
1248 font-weight: bold;
1249 padding: 1px 5px 1px 5px;
1250 text-decoration: none;
1253 a:visited.nav,
1254 div.pages a:visited {
1255 background-color: #EEE;
1256 border: 1px solid #CCCC99;
1257 color: #3366CC;
1258 font-weight: bold;
1259 padding: 1px 5px 1px 5px;
1260 text-decoration: none;
1263 a:hover.nav,
1264 div.pages a:hover {
1265 background-color: #FFFFCC;
1266 border: 1px solid #CCCC99;
1267 color: #CC3333;
1268 font-weight: bold;
1269 padding: 1px 5px 1px 5px;
1270 text-decoration: none;
1273 a:active.nav,
1274 div.pages a:active {
1275 background-color: #FFFFCC;
1276 border: 1px solid #CCCC99;
1277 color: #D25500;
1278 font-weight: bold;
1279 padding: 1px 5px 1px 5px;
1280 text-decoration: none;
1283 /* Tabs */
1284 ul.link-tabs {
1285 list-style-type: none;
1286 margin: 9px 0 -2px 5px;
1287 padding: 0;
1290 ul.link-tabs li {
1291 display: inline;
1292 padding: 0px;
1295 ul.link-tabs li a {
1296 font-weight: bold;
1297 padding: 2px 4px 2px 4px;
1298 text-decoration: none;
1299 border-top: 1px solid #DDDDDD;
1300 border-left : 1px solid #DDDDDD;
1301 border-right : 1px solid #666666;
1304 ul.link-tabs li#power_formButton a, ul.link-tabs li#proximity_formButton a {
1305 padding: 2px 4px 3px 4px;
1308 ul.link-tabs li.off a {
1309 background-color: #EEEEEB;
1310 border-bottom: 1px solid #DDDDDD;
1313 ul.link-tabs li.off a:hover {
1314 padding: 2px 3px 2px 4px;
1315 background-color: #FFFFEC;
1316 border-top: 1px solid #BEBF84;
1317 border-left : 1px solid #BEBF84;
1318 border-right : 2px solid #333333;
1321 ul.link-tabs li.on a {
1322 background-color: #FFFFFF;
1323 border-bottom: 1px solid #FFFFFF;
1326 ul.link-tabs li a.debit {
1327 background-color : #FFFF99;
1328 color : #990033;
1331 div.tab-container {
1332 border : 1px solid #DDDDDD;
1333 margin-top : 4px;
1334 padding : .7em;
1335 width : 90%;
1338 tr.overdue td {
1339 background-color : #ffcccc;
1340 border-bottom : 1px solid #ffaeae;
1341 border-right : 1px solid #ffaeae;
1342 font-weight : bold;
1345 td.overdue {
1346 color : #cc3333;
1349 .renewals {
1350 display:block;
1351 font-size:0.8em;
1352 padding:0.5em;
1355 table#marc, table#marc td, table#marc th {
1356 border : 0;
1359 table#marc th {
1360 background-color : transparent;
1361 text-align : left;
1364 table#marc td:first-child {
1365 text-indent : 2em;
1367 #masthead {
1368 float: left;
1369 width: 120px;
1372 #fluid {
1373 margin-left: 124px;
1374 margin-top : .4em;
1375 padding-left : 1em;
1378 #fluid-offset {
1379 float : right;
1380 width: 100%;
1383 #translControl{
1384 float : left;
1385 padding-left : .4em;
1388 .clearfix:after {
1389 content: ".";
1390 display: block;
1391 height: 0;
1392 clear: both;
1393 visibility: hidden;
1396 /* Hides from IE-mac \*/
1397 * html .clearfix {height: 1%;}
1398 /* End hide from IE-mac */
1400 .results_summary {
1401 display: block;
1402 font-size : 85%;
1403 color: #707070;
1404 padding : 0 0 .5em 0;
1406 .results_summary .results_summary {
1407 font-size : 100%;
1410 .m880 {
1411 display:block;
1412 text-align:right;
1413 float:right;
1414 width:50%;
1415 padding-left:20px
1418 .searchresults .tagstatus {
1419 display: block;
1420 color: #707070;
1423 #login4tags {
1424 margin-top : .3em;
1427 .results_summary .label {
1428 color: #202020;
1431 .results_summary a {
1432 font-weight: normal;
1435 .actions a {
1436 margin-left : 1em;
1437 text-decoration : none;
1440 .actions a.hold {
1441 background-image : url("../../images/sprite.png");
1442 background-position : -10px -542px;
1443 background-repeat: no-repeat;
1444 padding-left : 16px;
1447 .actions a.addtocart {
1448 background-image : url("../../images/sprite.png");
1449 background-position : -10px -572px;
1450 background-repeat: no-repeat;
1451 padding-left : 15px;
1452 display : none;
1455 .actions a.addtoshelf {
1456 background-image : url("../../images/sprite.png");
1457 background-position: -10px -27px;
1458 background-repeat: no-repeat;
1459 padding-left : 13px;
1462 .dialog {
1463 border: 1px solid #bcbcbc;
1464 padding : .5em;
1465 margin : 1em auto;
1466 width: 65%;
1469 .dialog h2, .dialog h3, .dialog h4 {
1470 margin : auto;
1471 text-align : center;
1474 div.alert {
1475 background: #fef8d3; /* Old browsers */
1476 background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1477 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef8d3), color-stop(9%,#ffec91), color-stop(89%,#ffed87), color-stop(100%,#f9dc00)); /* Chrome,Safari4+ */
1478 background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1479 background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1480 background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1481 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1482 background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1483 text-align : center;
1486 div.alert strong {
1487 color : #900;
1490 div.message {
1491 background: #ffffff; /* Old browsers */
1492 background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1493 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#f4f6fa), color-stop(23%,#eaeef5), color-stop(94%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
1494 background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1495 background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1496 background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1497 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1498 background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1499 border : 1px solid #bcbcbc;
1500 width : 55%;
1503 #moresearches {
1504 clear : left;
1505 color : #000099;
1506 font-size : 90%;
1507 line-height : 110%;
1508 margin : .6em 0 .3em 0;
1511 #moresearches a:link, #moresearches a:visited {
1512 color : #e5ebff;
1513 font-weight : normal;
1514 text-decoration : none;
1517 #news th {
1518 text-align : left;
1519 padding : 3px 5px;
1522 #opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
1523 color : #000;
1524 font-weight : normal;
1526 #opac-main-search #listsmenu h4 {
1527 font-size : 90%;
1528 font-weight : bold;
1529 margin : 0 .2em;
1532 #opac-main-search #listsmenu .yuimenuitemlabel {
1533 cursor : pointer;
1536 #opac-main-search #listsmenu .bd {
1537 background: #eef4fe; /* Old browsers */
1538 background: -moz-linear-gradient(left, #eef4fe 0%, #eef4fe 88%, #f6f9fe 98%, #ffffff 99%, #a5c2f6 99%, #e6eefe 100%, #cbdefe 100%); /* FF3.6+ */
1539 background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eef4fe), color-stop(88%,#eef4fe), color-stop(98%,#f6f9fe), color-stop(99%,#ffffff), color-stop(99%,#a5c2f6), color-stop(100%,#e6eefe), color-stop(100%,#cbdefe)); /* Chrome,Safari4+ */
1540 background: -webkit-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Chrome10+,Safari5.1+ */
1541 background: -o-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* Opera11.10+ */
1542 background: -ms-linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* IE10+ */
1543 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef4fe', endColorstr='#cbdefe',GradientType=1 ); /* IE6-9 */
1544 background: linear-gradient(left, #eef4fe 0%,#eef4fe 88%,#f6f9fe 98%,#ffffff 99%,#a5c2f6 99%,#e6eefe 100%,#cbdefe 100%); /* W3C */
1545 border : 1px solid #739acf;
1546 padding : .3em 1em 0 0;
1549 #opac-main-search #listsmenu .yuimenuitemlabel.selected {
1550 background-color : #fff;
1553 #opac-main-search #listsmenu ul {
1554 border-color : #b8d0e6;
1557 .selectcol {
1558 vertical-align: top;
1559 width: 10px;
1561 .itypecol {
1562 vertical-align: top;
1563 width: 10px;
1565 #container {
1566 color : #000;
1569 div#changelanguage{
1570 background-color: #fff;
1571 border-top: 1px solid #CCC;
1572 color : #666;
1573 font-size : 85%;
1574 padding : 1em;
1575 margin-top : 2em;
1578 div#changelanguage a {
1579 font-weight : normal;
1580 padding : .5em 0;
1583 div#changelanguage li.yuimenuitem {
1584 font-size: 120%;
1585 font-weight: normal;
1586 margin: 0;
1587 padding: 0 1em;
1589 div#changelanguage li.yuimenuitem a.yuimenuitemlabel {
1590 padding: 0;
1593 ul#i18nMenu {
1594 margin : 0;
1595 padding : .2em 0;
1598 ul#i18nMenu li {
1599 border-left : 1px solid #CCC;
1600 display : inline;
1601 list-style : none;
1602 padding : 0 .4em;
1605 ul#i18nMenu li:first-child {
1606 border-left : 0;
1609 ul#i18nMenu li ul li {
1610 border : 0;
1611 display : block;
1612 padding : 0;
1616 ul#i18nMenu li.more a {
1617 background-image : url("../../images/sprite.png");
1618 background-position : 37px -940px;
1619 background-repeat:no-repeat;
1620 padding-right: 1.3em;
1623 ul#i18nMenu li.more ul li a {
1624 background-image : none;
1625 padding: 0 1.3em;
1628 span.lang{
1629 float:left;
1630 border-right : 1px solid black;
1631 padding : 0 .5em;
1634 #cartDetails,#cartUpdate,#holdDetails,#listsDetails {
1635 background-color : #FFF;
1636 border: 1px solid #739acf;
1637 color : black;
1638 display : none;
1639 margin : 0;
1640 padding : 10px;
1641 text-align : center;
1642 width : 180px;
1643 box-shadow: 1px 1px 3px #666;
1644 -moz-box-shadow: 1px 1px 3px #666;
1645 -webkit-box-shadow: 1px 1px 3px #666;
1646 z-index: 2;
1650 .yui-panel .hd, .yui-panel .bd, .yui-panel .ft {
1651 background-color : transparent;
1652 border : 0;
1653 padding : inherit;
1656 #login #userid, #login #password {
1657 width : 98%;
1660 #opac-main-search input.submit {
1661 background: #e6f3fe; /* Old browsers */
1662 background: -moz-linear-gradient(top, #e6f3fe 0%, #dfeefa 8%, #bfd5ea 49%, #b8d0e6 52%, #b8d0e6 100%); /* FF3.6+ */
1663 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f3fe), color-stop(8%,#dfeefa), color-stop(49%,#bfd5ea), color-stop(52%,#b8d0e6), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
1664 background: -webkit-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
1665 background: -o-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* Opera11.10+ */
1666 background: -ms-linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* IE10+ */
1667 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f3fe', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
1668 background: linear-gradient(top, #e6f3fe 0%,#dfeefa 8%,#bfd5ea 49%,#b8d0e6 52%,#b8d0e6 100%); /* W3C */
1669 -webkit-border-radius: 4px;
1670 -moz-border-radius: 4px;
1671 border-radius: 4px;
1672 -webkit-box-shadow: 1px 1px 1px 1px , , .3);
1673 -moz-box-shadow: 1px 1px 1px 1px , , .3);
1674 box-shadow: 1px 1px 1px 1px , , .3);
1676 color : #333;
1677 font-weight : normal;
1678 font-size : 80%;
1679 padding : 2px;
1682 div#menu {
1683 border-right : 1px solid #979797;
1684 font-size : 94%;
1685 margin-right : .5em;
1686 padding-top : 1em;
1687 padding-bottom : 2em;
1690 div#menu li a {
1691 background: #eeeeee; /* Old browsers */
1692 background: -moz-linear-gradient(left, #eeeeee 0%, #eeeeee 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1693 background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(96%,#eeeeee), color-stop(97%,#e6e6e6), color-stop(99%,#cccccc), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1694 background: -webkit-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1695 background: -o-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera 11.10+ */
1696 background: -ms-linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1697 background: linear-gradient(left, #eeeeee 0%,#eeeeee 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1698 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1699 text-decoration : none;
1700 display : block;
1701 border : 1px solid #979797;
1702 font-size : 111%;
1703 margin : .5em 0;
1704 padding : .4em .3em;
1705 margin-right : -1px;
1708 div#menu li a:hover {
1709 background: #eaeef5; /* Old browsers */
1710 background: -moz-linear-gradient(left, #eaeef5 0%, #dee6f4 96%, #c4d5ef 98%, #a2bee8 100%); /* FF3.6+ */
1711 background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeef5), color-stop(96%,#dee6f4), color-stop(98%,#c4d5ef), color-stop(100%,#a2bee8)); /* Chrome,Safari4+ */
1712 background: -webkit-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Chrome10+,Safari5.1+ */
1713 background: -o-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* Opera 11.10+ */
1714 background: -ms-linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* IE10+ */
1715 background: linear-gradient(left, #eaeef5 0%,#dee6f4 96%,#c4d5ef 98%,#a2bee8 100%); /* W3C */
1716 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef5', endColorstr='#a2bee8',GradientType=1 ); /* IE6-9 */
1719 div#menu li.active a:hover {
1720 background-color : #fff;
1721 color : #0000CC;
1724 #menu ul li {
1725 list-style-type : none;
1728 #menu ul li.active a {
1729 background-color : #FFF;
1730 background-image : none;
1731 border-right : 0;
1732 font-weight : bold;
1735 .left {
1736 float : left;
1739 .right {
1740 float : right;
1743 #searchsubmit {
1744 cursor : default;
1745 font-size : 87%;
1746 font-weight : normal;
1747 margin-top : 0;
1748 margin-left : .2em;
1749 padding: 2px 2px 1px 2px;
1752 #export,#further,.detailtagcell {
1753 margin-top : .5em;
1754 background-color : #F3F3F3;
1755 border : 1px solid #E8E8E8;
1756 font-size : 76%;
1757 padding : 3px;
1758 text-align : center;
1760 #furtherm { margin-top : .5em; }
1762 #export label, .detailtagcell label {
1763 display : block;
1764 font-weight : bold;
1765 font-size : 110%;
1766 margin-bottom : 2px;
1769 #export input, .detailtagcell input {
1770 padding : 2px;
1773 #amazonreviews h4 {
1774 font-size : 90%;
1775 margin : 0;
1776 padding : 0;
1778 #amazonreviews h3 {
1779 font-size : 100%;
1780 margin : 0;
1781 padding : 0;
1783 span.starFull {
1784 background: url(../../images/star-ratings.gif) top left no-repeat;
1785 display : block;
1786 height: 10px;
1787 margin: 0;
1788 padding: 0;
1791 span.starMT {
1792 background: url(../../images/star-ratings-empty.gif) top left no-repeat;
1793 display : block;
1794 height: 10px;
1795 margin: 0 10px 0 10px;
1796 padding: 0;
1797 position: relative;
1798 width: 50px;
1801 #cartmenulink, #listsmenulink {
1802 background-repeat: no-repeat;
1803 -webkit-border-radius: 5px;
1804 -moz-border-radius: 5px;
1805 border-radius: 5px;
1806 display : block;
1807 position : relative;
1808 float : left;
1809 color : #333;
1810 text-decoration : none;
1811 cursor : pointer;
1812 font-size : 105%;
1813 font-weight : bold;
1814 line-height : 185%;
1815 margin-left : 1.5em;
1816 padding : .3em .7em;
1819 #listsmenulink {
1820 background : #9FBFFF;
1821 background: url("../../images/sprite.png"),-moz-linear-gradient(top, #d7e5ff 0%, #b1cbff 50%, #9fbfff 100%); /* FF3.6+ */
1822 background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7e5ff), color-stop(50%,#b1cbff), color-stop(100%,#9fbfff)); /* Chrome,Safari4+ */
1823 background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* Chrome10+,Safari5.1+ */
1824 background: url("../../images/sprite.png"),-o-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* Opera 11.10+ */
1825 background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* IE10+ */
1826 background: url("../../images/sprite.png"),linear-gradient(top, #d7e5ff 0%,#b1cbff 50%,#9fbfff 100%); /* W3C */
1827 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e5ff', endColorstr='#9fbfff',GradientType=0 ); /* IE6-9 */
1828 background-position: 40px -287px,top left;
1829 background-repeat: no-repeat;
1830 border: 1px solid #629DCF;
1831 color : #006699;
1832 padding-right: 20px;
1835 #listsmenulink:hover {
1836 background-color : #b8d0e6;
1837 background: url("../../images/sprite.png"),-moz-linear-gradient(top, #e2ecf5 0%, #c3d8ea 50%, #b8d0e6 100%); /* FF3.6+ */
1838 background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2ecf5), color-stop(50%,#c3d8ea), color-stop(100%,#b8d0e6)); /* Chrome,Safari4+ */
1839 background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* Chrome10+,Safari5.1+ */
1840 background: url("../../images/sprite.png"),-o-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* Opera 11.10+ */
1841 background: url("../../images/sprite.png"),-ms-linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* IE10+ */
1842 background: url("../../images/sprite.png"),linear-gradient(top, #e2ecf5 0%,#c3d8ea 50%,#b8d0e6 100%); /* W3C */
1843 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ecf5', endColorstr='#b8d0e6',GradientType=0 ); /* IE6-9 */
1844 background-repeat: no-repeat;
1845 background-position: 40px -287px,top left;
1848 #cartmenulink {
1849 background: #98CB58; /* Old browsers */
1850 background: url("../../images/sprite.png"),-moz-linear-gradient(top, #d5eaba 0%, #b7db8a 50%, #98cb59 100%); /* FF3.6+ */
1851 background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5eaba), color-stop(50%,#b7db8a), color-stop(100%,#98cb59)); /* Chrome,Safari4+ */
1852 background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* Chrome10+,Safari5.1+ */
1853 background: url("../../images/sprite.png"),-o-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* Opera 11.10+ */
1854 background: url("../../images/sprite.png"),-ms-linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* IE10+ */
1855 background: url("../../images/sprite.png"),linear-gradient(top, #d5eaba 0%,#b7db8a 50%,#98cb59 100%); /* W3C */
1856 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5eaba', endColorstr='#98cb59',GradientType=0 ); /* IE6-9 */
1857 background-position: -5px -256px, left top;
1858 background-repeat: no-repeat;
1859 border: 1px solid #5EA28C;
1860 color : #336600;
1861 padding-left : 30px;
1864 #cartmenulink:hover {
1865 background-color : #BFDE96;
1866 background: url("../../images/sprite.png"),-moz-linear-gradient(top, #e5f1d4 0%, #cbe4aa 50%, #c0de98 100%); /* FF3.6+ */
1867 background: url("../../images/sprite.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f1d4), color-stop(50%,#cbe4aa), color-stop(100%,#c0de98)); /* Chrome,Safari4+ */
1868 background: url("../../images/sprite.png"),-webkit-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* Chrome10+,Safari5.1+ */
1869 background: url("../../images/sprite.png"),-o-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* Opera 11.10+ */
1870 background: url("../../images/sprite.png"),-ms-linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* IE10+ */
1871 background: url("../../images/sprite.png"),linear-gradient(top, #e5f1d4 0%,#cbe4aa 50%,#c0de98 100%); /* W3C */
1872 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1d4', endColorstr='#c0de98',GradientType=0 ); /* IE6-9 */
1873 background-repeat: no-repeat;
1874 background-position: -5px -256px, left top;
1877 /* IE 6 & 7 don't do multiple backgrounds, so remove extra padding */
1878 * html #listsmenulink,
1879 *+html #listsmenulink {
1880 padding-right : .7em;
1883 /* IE 6 & 7 don't do multiple backgrounds, so remove extra padding */
1884 * html #cartmenulink,
1885 *+html #cartmenulink {
1886 padding-left : .7em;
1889 /* IE 8 doesn't do multiple backgrounds, so remove extra padding */
1890 #listsmenulink {
1891 padding-right: .7em\0/;
1894 /* IE 8 doesn't do multiple backgrounds, so remove extra padding */
1895 #cartmenulink {
1896 padding-left: .7em\0/;
1899 #cartmenulink span#basketcount {
1900 background-image : none;
1901 float : none;
1902 display : inline;
1903 height : auto;
1904 position : relative;
1905 margin : 0;
1906 padding : 0;
1907 left : auto;
1908 right : auto;
1909 top : auto;
1912 #cartmenulink span#basketcount span {
1913 background-image : none;
1914 background-color : #E6FCB7;
1915 color : #000;
1916 display : inline;
1917 float : none;
1918 font-size : 80%;
1919 font-weight : normal;
1920 margin : 0 0 0 .9em;
1921 padding : 0 .3em 0 .3em;
1922 position : relative;
1923 left : auto;
1924 right : auto;
1925 top : auto;
1928 ul.ui-tabs-nav li {
1929 margin-right : .5em;
1932 ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a {
1933 background-color : #F3F3F3;
1934 border-top : 1px solid #E8E8E8;
1935 border-left : 1px solid #E8E8E8;
1936 border-right : 1px solid #E8E8E8;
1937 border-bottom : 0;
1938 padding : .2em 1em;
1939 text-align : center;
1940 text-decoration : none;
1943 ul.ui-tabs-nav li.ui-tabs-selected a, ul.ui-tabs-nav li.ui-tabs-selected span.a {
1944 background-color : #FFF;
1945 border-top : 1px solid #E8E8E8;
1946 border-left : 1px solid #E8E8E8;
1947 border-right : 1px solid #E8E8E8;
1948 border-bottom : 1px solid #FFF;
1949 margin-bottom : -5px;
1950 text-align : center;
1953 #views {
1954 border-bottom : 1px solid #E8E8E8;
1955 margin-bottom : .5em;
1956 padding : 0 2em 2px 0.2em;
1957 white-space : nowrap;
1960 span.view {
1961 padding : 0.2em .2em 2px .2em;
1964 #bibliodescriptions,
1965 #isbdcontents {
1966 clear : left;
1967 margin-top : .5em;
1970 a#MARCview, span#MARCview, a#MARCviewPop, a#ISBDview, span#ISBDview, a#Normalview, a#Briefhistory, span#Normalview, a#Fullhistory, span#Fullhistory, span#Briefhistory {
1971 background-repeat : no-repeat;
1972 font-size : 87%;
1973 font-weight : normal;
1974 padding : .2em .5em;
1975 padding-left : 21px;
1976 text-decoration: none;
1979 a#MARCview, span#MARCview {
1980 background-image: url("../../images/sprite.png");
1981 background-position: -5px -26px;
1982 background-repeat: no-repeat;
1984 a#MARCviewPop, span#MARCviewPop {
1985 background-image: url("../../images/sprite.png");
1986 background-position: -5px -26px;
1987 background-repeat: no-repeat;
1989 a#ISBDview, span#ISBDview {
1990 background-image: url("../../images/sprite.png");
1991 background-position: -5px -55px;
1992 background-repeat: no-repeat;
1994 a#Normalview, span#Normalview {
1995 background-image: url("../../images/sprite.png");
1996 background-position: -7px 3px;
1997 background-repeat: no-repeat;
1998 padding-left : 15px;
2001 a#MARCview, a#MARCviewPop, a#ISBDview, a#Normalview, a#Fullhistory, a#Briefhistory {
2002 background-color : #F3F3F3;
2003 border-left : 1px solid #E8E8E8;
2006 #shelfbrowser table {
2007 margin : 0 20px;
2009 #shelfbrowser table, #shelfbrowser td, #shelfbrowser th {
2010 border : 0;
2011 font-size : 90%;
2012 text-align : center;
2014 #shelfbrowser a {
2015 font-size : 110%;
2016 text-decoration : none;
2018 #shelfbrowser td, #shelfbrowser th {
2019 vertical-align : bottom;
2020 width : 20%;
2022 #shelfbrowser td.top {
2023 vertical-align : top;
2025 #shelfbrowser td.top a {
2026 text-decoration : underline;
2028 #shelfbrowser a {
2029 display : block;
2032 #comments .commentline {
2033 border-bottom : 2px solid #eeeeeb;
2034 margin : 0 -.5em 0 -.5em;
2035 padding : 0 .5em .5em .5em;
2037 #comments .yours {
2038 background-color : #effed5;
2040 .commentline .avatar {
2041 float : right;
2042 padding-left : .5em;
2044 #comments #addcomment {
2045 margin : 0 -1em -1em -1em;
2046 padding : .3em 1em;
2048 input.tagbutton {
2049 padding : 1px !important;
2051 table#items th {
2052 padding : 2px;
2054 #action {
2055 /*margin-top: 0;*/
2057 #similars h4 {
2058 text-align : left;
2060 #similars table,
2061 #similars td {
2062 border : 0;
2063 margin : 0;
2065 #similars td {
2066 width : 13em;
2068 #similars a {
2069 display : block;
2070 font-weight : normal;
2072 #furtherm a,
2073 #furtherm a:link,
2074 #furtherm a:visited {
2075 color : #006699;
2077 #furtherm h4 {
2078 font-size : 106%;
2079 margin : .1em .5em;
2081 #furtherm .bd {
2082 background-color : #F3F3F3;
2083 border:1px solid #DDD;
2085 .results_summary img {
2086 margin : 0 5px;
2088 span.no-image {
2089 background-color : #FFF;
2090 border: 1px solid #979797;
2091 color : #AAA;
2092 display:block;
2093 font-size : 86%;
2094 font-weight : bold;
2095 text-align : center;
2096 width : 75px;
2098 #bookcover span.no-image {
2099 margin-right : 10px;
2100 margin-bottom : 10px;
2102 #shelfbrowser a:link span.no-image,
2103 #shelfbrowser a:visited span.no-image,
2104 #shelfbrowser a:hover span.no-image,
2105 #shelfbrowser a:active span.no-image {
2106 font-size : 95%;
2108 #shelfbrowser a:link span.no-image,
2109 #shelfbrowser a:visited span.no-image,
2110 #shelfbrowser a:hover span.no-image,
2111 #shelfbrowser a:active span.no-image,
2112 td.jacketcell a:link,
2113 td.jacketcell a:visited,
2114 td.jacketcell a:hover,
2115 td.jacketcell a:active,
2116 a.p1:link,
2117 a.p1:visited,
2118 a.p1:hover,
2119 a.p1:active {
2120 color : #AAA;
2121 text-decoration : none;
2122 font-weight : bold;
2125 .copies_row > td:first-child {
2126 border-left-style : none;
2129 .rtl {
2130 unicode-bidi: embed;
2131 direction: rtl;
2132 text-align: right;
2135 div.ft {
2136 clear : both;
2138 #basket td ul li {
2139 font-size:90%;
2140 list-style:disc outside url("../../images/item-bullet.gif");
2141 padding:0.2em 0;
2144 #recentcomments {
2145 margin:auto;
2146 max-width:750px;
2149 .searchresults .commentline {
2150 background-color : rgb(255, 255, 204);
2151 background-color : rgba(255, 255, 204, 0.4);
2152 border : 1px solid #CCC;
2153 display: inline-block;
2154 -webkit-border-radius: 4px;
2155 -moz-border-radius: 4px;
2156 border-radius: 4px;
2157 -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
2158 -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
2159 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
2160 margin : .3em;
2161 padding : .4em;
2164 .searchresults .commentline.yours {
2165 background-color : rgb(239, 254, 213);
2166 background-color : rgba(239, 254, 213, 0.4);
2169 #plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
2170 #plainmarc th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; }
2171 #plainmarc td { border: 0; padding : 2px; vertical-align: top; }
2173 #catalogue_detail_biblio h1 { float:left; margin:0 1em 1em 0; }
2174 #catalogue_detail_biblio h1.title { float:none; margin-top:1em; }
2175 #catalogue_detail_biblio h3 {clear:both; }
2177 #opac-detail #Normalview { font-weight:bold; }
2178 #opac-marcdetail #Normalview { font-weight:normal; }
2179 #opac-marcdetail #MARCview { font-weight:bold; }
2180 #opac-isbddetail #Normalview { font-weight:normal; }
2181 #opac-isbddetail #ISBDview { font-weight:bold; }
2182 #opac-isbddetail #isbdcontents { margin-top: 2em; }
2184 div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px; margin : 2px; }
2186 #renewcontrols {
2187 float: right;
2188 font-size: 66%;
2191 #renewcontrols a {
2192 background-repeat : no-repeat;
2193 text-decoration:none;
2194 padding : .1em .4em;
2195 padding-left : 18px;
2198 #renewselected_link {
2199 background-image : url("../../images/sprite.png");
2200 background-position : -5px -988px;
2201 background-repeat: no-repeat;
2204 #renewall_link {
2205 background-image : url("../../images/sprite.png");
2206 background-position : -8px -964px;
2207 background-repeat: no-repeat;
2210 div.koha_url {
2211 border-top: none !important;
2213 span.koha_url {
2214 position: absolute;
2215 right: 0;
2217 a.koha_url {
2218 text-decoration:none;
2219 color: #666666;
2221 /* pagination */
2222 .pagination {
2223 position: absolute;
2224 top:32px;
2225 left: -1px;
2226 width: 100%;
2227 height:auto;
2228 border: 1px solid #D0D0D0;
2229 display: none;
2230 background-color:#F3F3F3;
2231 padding-bottom:10px;
2235 /* nav */
2236 .nav .close_pagination {
2237 padding-right: 10px;
2238 position: absolute;
2239 right: 3px;
2240 top: -25px;
2242 .nav .close_pagination a {
2243 text-decoration:none!important;
2246 .nav ul {
2247 padding-top: 10px;
2250 .nav li {
2251 list-style:none;
2252 float:left;
2253 padding:4px;
2254 color:#999;
2257 .nav li a {
2258 text-decoration:none!important;
2261 .nav li a:hover {
2262 text-decoration:underline;
2265 .nav li ul {
2266 float:left;
2269 .back {
2270 float:right;
2273 .back input{
2274 background:none!important;
2275 color:#999!important;
2278 .pagination_list {
2279 float:bottom;
2281 .pagination_list ul {
2282 padding-top: 40px;
2283 padding-left:0px;
2285 .pagination_list li {
2286 list-style:none;
2287 float:bottom;
2288 padding:4px;
2289 color:#999;
2290 /* border-bottom : 1px solid #DDDDDD;*/
2292 .pagination_list li.highlight {
2293 background-color : #F3F3F3;
2294 border-top : 1px solid #DDDDDD;
2295 border-bottom : 1px solid #DDDDDD;
2297 .pagination_list span.li_pag_index {
2298 color: #999999;
2299 float: left;
2300 font-size: 15px;
2301 font-weight: bold;
2302 padding-right: 10px;
2303 text-align: right;
2304 width: 13px;
2308 .pagination_list li a {padding-left:0px;}
2311 .nav_results {
2312 background-color: #F3F3F3;
2313 border: 1px solid #D0D0D0;
2314 margin-top: 0.5em;
2315 position:relative;
2318 .nav_results .l_Results a {
2319 background:#E1E1E1 url("../../images/sprite.png") no-repeat 0px -504px;
2320 color:#006699;
2321 display:block;
2322 padding:8px 28px;
2323 text-decoration:none;
2325 .nav_results .l_Results a:hover {
2326 background-color:#D9D9D9;
2328 .nav_results ul.pg_menu {
2329 border-top: 1px solid #D0D0D0;
2330 white-space : nowrap;
2332 .nav_results ul.pg_menu li {
2333 color:#B2B2B2;
2334 display:inline;
2335 list-style:none;
2336 margin: 0;
2338 .nav_results ul.pg_menu li.back_results a {
2339 border-left: 1px solid #D0D0D0;
2340 border-right: 1px solid #D0D0D0;
2342 .nav_results ul.pg_menu li a,
2343 .nav_results ul.pg_menu li span {
2344 background-color: #F3F3F3;
2345 display : block;
2346 float:left;
2347 padding:.4em .5em;
2348 text-decoration:none;
2349 font-weight:normal;
2350 text-align:center;
2353 .nav_results ul.pg_menu li span {
2354 color : #B2B2B2;
2357 .nav_results ul.pg_menu li.left_results a {
2358 padding-left : 0;
2361 .nav_results ul.pg_menu li a:hover {
2364 .nav_results #listResults{
2365 line-height: 0.7em;
2368 .nav_results #listResults li {
2369 background-color:#999999;
2370 color:#C5C5C5;
2371 font-weight:normal;
2372 display:block;
2373 margin-right:1px;
2374 font-size:0.9em;
2375 padding:5px 0px;
2376 text-align:center;
2377 min-width:20px;
2380 .nav_results #listResults li:hover {background-color:#006699;}
2382 .nav_results #listResults li a { color:#FFFFFF; font-weight:normal;}
2384 a.localimage img {
2385 border : 1px solid #8EB3E7;
2386 margin : 0 .5em;
2387 padding : .3em;
2390 p.patronimage {
2391 border:1px solid #EEE;
2392 border-bottom-color:#000;
2393 margin: 0.9em 0 0;
2394 padding:1em;
2397 p.patronimage.edit {
2398 border-color:#E8E8E8;
2399 margin: 1em 1em 1em 0;
2402 span.sep {
2403 color: #888;
2404 padding: 0 .2em;
2405 text-shadow: 1px 1px 0 #FFF;
2408 /* ## BABELTHEQUE ## */
2409 /* Uncomment if babeltheque configuration no contains these lines */
2411 #BW_etiquettes {
2412 clear :left;
2413 border: 1px solid #E8E8E8;
2414 margin-top: 10px;
2415 width: 49%;
2416 float: left;
2417 visibility: hidden;
2418 visibility: visible\9;
2420 #BW_etiquettes:not(:empty) {
2421 visibility: visible;
2424 #BW_etiquettes h2 {
2425 clear:left;
2426 background-color: #E8E8E8;
2427 margin: 5px 10px;
2428 padding: 0 5px;
2431 #BW_ulEti {max-width:100%;}
2433 #BW_ulEti ul {
2434 margin:0;
2435 padding:0 15px;
2436 list-style-type: none;
2439 #BW_ulEti a {
2440 text-decoration: none;
2443 #BW_ulEti a.tag_s0 {font-weight: 120;font-size:0.8em;}
2444 #BW_ulEti a.tag_s1 {font-weight: 150;font-size:0.9em;}
2445 #BW_ulEti a.tag_s2 {font-weight: 180;font-size:1.0em;}
2446 #BW_ulEti a.tag_s3 {font-weight: 200;font-size:1.2em;}
2447 #BW_ulEti a.tag_s4 {font-weight: 220;font-size:1.4em;}
2448 #BW_ulEti a.tag_s5 {font-weight: 230;font-size:1.5em;}
2449 #BW_ulEti a.tag_s6 {font-weight: 320;font-size:1.6em;}
2450 #BW_ulEti a.tag_s7 {font-weight: 350;font-size:1.7em;}
2451 #BW_ulEti a.tag_s8 {font-weight: 400;font-size:1.8em;}
2452 #BW_ulEti { padding: 0px; line-height: 2em; text-align: center;}
2453 #BW_ulEti a { padding: 2px; }
2454 #BW_ulEti { margin: 0px; }
2456 #BW_ulEti ol {
2457 float:left;
2458 display: inline;
2459 margin: 0 10px;
2462 #BW_suggestions {
2463 border: 1px solid #E8E8E8;
2464 margin-top: 10px;
2465 float: right;
2466 width: 49%;
2467 visibility: hidden;
2468 visibility: visible\9;
2470 #BW_suggestions:not(:empty) {
2471 visibility: visible;
2473 #BW_suggestions h2 {
2474 background-color: #E8E8E8;
2475 margin: 5px 10px;
2476 padding: 0 5px;
2478 #BW_suggestions .BW_livres_tag_page {
2479 padding: 0 15px;
2481 #BW_suggestions .BW_livres_tag_page:before {
2482 content : '> ';
2484 #BW_droite .BW_livres_tag:before {
2485 content : '> ';
2488 #BW_videos {
2489 clear : both;
2490 border: 1px solid #E8E8E8;
2491 padding-bottom: 140px;
2492 margin-top: 10px;
2493 max-width: 100%;
2494 visibility: hidden;
2495 visibility: visible\9;
2498 #BW_videos:not(:empty) {
2499 visibility: visible;
2502 #BW_videos h2 {
2503 background-color: #E8E8E8;
2504 margin: 5px 10px;
2505 padding: 0 5px;
2507 #BW_videos .BW_bloc_vid {
2508 clear: both;
2509 padding: 0 15px;
2511 .BW_vignette_vid {
2512 border: 1px solid #DFD9CE;
2513 float: left;
2514 height: 141px;
2515 margin: 5px;
2516 min-height: 141px;
2517 padding: 5px;
2518 white-space: nowrap;
2521 #BW_notes {clear :left;}
2522 #BW_notes h2 {font-size:85%;}
2524 #BW_citations {}
2525 #BW_citations h2 {font-size:85%;}
2527 #BW_critiques {}
2528 #BW_critiques h2 {font-size:85%;}
2530 #BW_critiques_pro {}
2531 #BW_critiques_pro h2 {font-size:85%;}
2533 #BW_citations,#BW_critiques,#BW_critiques_pro {
2534 background: -moz-linear-gradient(center top , #3399FF, #3333FF) repeat scroll 0 0 transparent;
2535 background: -webkit-gradient(linear, center top, center bottom, from(#3399FF), to(#3333FF));
2536 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#3333FF');
2537 border: 1px solid #B7B7B7;
2538 border-radius: 5px 5px 5px 5px;
2539 color: #FFFFCC;
2540 display: inline-block;
2541 float: left;
2542 font-weight: bold;
2543 margin: 15px 20px 15px 0;
2544 min-width: 150px;
2545 padding: 0 15px 8px;
2546 position: relative;
2547 text-align: center;
2548 text-shadow: 1px 1px 1px #777777;
2549 white-space: nowrap;
2552 #BW_citations a,#BW_critiques a,#BW_critiques_pro a {
2553 color: #FFFFCC;