|
Lines 1-7
Link Here
|
| 1 |
@import "mixins"; |
1 |
@import "mixins"; |
| 2 |
|
2 |
|
| 3 |
body { |
3 |
body { |
| 4 |
background-color: #EAEAE6; |
4 |
background: #FCF9FC none; |
|
|
5 |
font-family: 'NotoSansRegular'; |
| 6 |
font-size: 16px; |
| 5 |
} |
7 |
} |
| 6 |
|
8 |
|
| 7 |
/* Sticky footer styles */ |
9 |
/* Sticky footer styles */ |
|
Lines 37-49
body {
Link Here
|
| 37 |
height: auto !important; |
39 |
height: auto !important; |
| 38 |
height: 100%; |
40 |
height: 100%; |
| 39 |
min-height: 100%; |
41 |
min-height: 100%; |
|
|
42 |
padding-right: 40px; |
| 43 |
padding-left: 40px; |
| 40 |
/* Negative indent footer by it's height */ |
44 |
/* Negative indent footer by it's height */ |
| 41 |
// margin: 0 auto -60px; |
45 |
// margin: 0 auto -60px; |
| 42 |
} |
46 |
} |
| 43 |
|
47 |
|
| 44 |
.fa.fa-icon-black, |
48 |
.fa.fa-icon-black, |
| 45 |
.fa.fa-icon-white { |
49 |
.fa.fa-icon-white { |
| 46 |
color: #FFF; |
50 |
color: #000; |
| 47 |
} |
51 |
} |
| 48 |
|
52 |
|
| 49 |
#changelanguage { |
53 |
#changelanguage { |
|
Lines 102-109
a {
Link Here
|
| 102 |
} |
106 |
} |
| 103 |
|
107 |
|
| 104 |
&.login-link { |
108 |
&.login-link { |
| 105 |
color: #A6D8ED; |
109 |
color: #005580; |
| 106 |
font-weight: bold; |
110 |
font-weight: bold; |
|
|
111 |
&.loginModal-trigger { |
| 112 |
color: #85ca11; |
| 113 |
} |
| 107 |
} |
114 |
} |
| 108 |
|
115 |
|
| 109 |
&.listmenulink { |
116 |
&.listmenulink { |
|
Lines 137-149
a {
Link Here
|
| 137 |
|
144 |
|
| 138 |
&.addtocart { |
145 |
&.addtocart { |
| 139 |
@extend %initial_icon; |
146 |
@extend %initial_icon; |
| 140 |
background-position: -5px -265px; /* Cart */ |
147 |
background-position: -5px -262px; /* Cart */ |
| 141 |
padding-left: 35px; |
148 |
padding-left: 35px; |
| 142 |
} |
149 |
} |
| 143 |
|
150 |
|
| 144 |
&.addtoshelf { |
151 |
&.addtoshelf { |
| 145 |
@extend %initial_icon; |
152 |
@extend %initial_icon; |
| 146 |
background-position: -5px -225px; /* Virtual shelf */ |
153 |
background-position: -5px -222px; /* Virtual shelf */ |
| 147 |
padding-left: 35px; |
154 |
padding-left: 35px; |
| 148 |
} |
155 |
} |
| 149 |
|
156 |
|
|
Lines 187-193
a {
Link Here
|
| 187 |
|
194 |
|
| 188 |
&.highlight_toggle { |
195 |
&.highlight_toggle { |
| 189 |
@extend %initial_icon; |
196 |
@extend %initial_icon; |
| 190 |
background-position: -5px -841px; /* Highlight */ |
197 |
background-position: -5px -836px; /* Highlight */ |
| 191 |
display: none; |
198 |
display: none; |
| 192 |
padding-left: 35px; |
199 |
padding-left: 35px; |
| 193 |
} |
200 |
} |
|
Lines 213-219
a {
Link Here
|
| 213 |
&.new { |
220 |
&.new { |
| 214 |
@extend %initial_icon; |
221 |
@extend %initial_icon; |
| 215 |
background-image: url( "../images/sprite.png" ); /* New */ |
222 |
background-image: url( "../images/sprite.png" ); /* New */ |
| 216 |
background-position: -4px -922px; |
223 |
background-position: -4px -919px; |
| 217 |
padding-left: 23px; |
224 |
padding-left: 23px; |
| 218 |
} |
225 |
} |
| 219 |
|
226 |
|
|
Lines 242-248
a {
Link Here
|
| 242 |
|
249 |
|
| 243 |
&.reserve { |
250 |
&.reserve { |
| 244 |
@extend %initial_icon; |
251 |
@extend %initial_icon; |
| 245 |
background-position: -6px -144px; /* Place hold */ |
252 |
background-position: -6px -141px; /* Place hold */ |
| 246 |
padding-left: 35px; |
253 |
padding-left: 35px; |
| 247 |
} |
254 |
} |
| 248 |
|
255 |
|
|
Lines 278-283
a {
Link Here
|
| 278 |
h1 { |
285 |
h1 { |
| 279 |
font-size: 140%; |
286 |
font-size: 140%; |
| 280 |
line-height: 150%; |
287 |
line-height: 150%; |
|
|
288 |
color: #727272; |
| 281 |
|
289 |
|
| 282 |
&#libraryname { |
290 |
&#libraryname { |
| 283 |
background: transparent url( "../images/logo-koha.png" ) no-repeat scroll 0%; |
291 |
background: transparent url( "../images/logo-koha.png" ) no-repeat scroll 0%; |
|
Lines 302-312
h1 {
Link Here
|
| 302 |
} |
310 |
} |
| 303 |
|
311 |
|
| 304 |
h2 { |
312 |
h2 { |
|
|
313 |
color: #727272; |
| 305 |
font-size: 130%; |
314 |
font-size: 130%; |
| 306 |
line-height: 150%; |
315 |
line-height: 150%; |
| 307 |
} |
316 |
} |
| 308 |
|
317 |
|
| 309 |
h3 { |
318 |
h3 { |
|
|
319 |
color: #727272; |
| 310 |
font-size: 120%; |
320 |
font-size: 120%; |
| 311 |
line-height: 150%; |
321 |
line-height: 150%; |
| 312 |
} |
322 |
} |
|
Lines 317-325
h4 {
Link Here
|
| 317 |
|
327 |
|
| 318 |
h5 { |
328 |
h5 { |
| 319 |
font-size: 100%; |
329 |
font-size: 100%; |
|
|
330 |
color: #727272; |
| 320 |
} |
331 |
} |
| 321 |
|
332 |
|
| 322 |
caption { |
333 |
caption { |
|
|
334 |
color: #727272; |
| 323 |
font-size: 120%; |
335 |
font-size: 120%; |
| 324 |
font-weight: bold; |
336 |
font-weight: bold; |
| 325 |
margin: 0; |
337 |
margin: 0; |
|
Lines 338-343
textarea {
Link Here
|
| 338 |
legend { |
350 |
legend { |
| 339 |
font-size: 110%; |
351 |
font-size: 110%; |
| 340 |
font-weight: bold; |
352 |
font-weight: bold; |
|
|
353 |
color: #727272; |
| 341 |
} |
354 |
} |
| 342 |
|
355 |
|
| 343 |
table { |
356 |
table { |
|
Lines 359-365
td {
Link Here
|
| 359 |
} |
372 |
} |
| 360 |
|
373 |
|
| 361 |
.sum { |
374 |
.sum { |
| 362 |
background-color: #FFC; |
375 |
background-color: #FFFFE5; |
| 363 |
font-weight: bold; |
376 |
font-weight: bold; |
| 364 |
} |
377 |
} |
| 365 |
|
378 |
|
|
Lines 373-379
td {
Link Here
|
| 373 |
} |
386 |
} |
| 374 |
|
387 |
|
| 375 |
th { |
388 |
th { |
| 376 |
background-color: #ECEDE6; |
389 |
background-color: #E2E8E8; |
| 377 |
|
390 |
|
| 378 |
&.sum { |
391 |
&.sum { |
| 379 |
text-align: right; |
392 |
text-align: right; |
|
Lines 399-407
th {
Link Here
|
| 399 |
|
412 |
|
| 400 |
span { |
413 |
span { |
| 401 |
@include border-radius-all( 3px ); |
414 |
@include border-radius-all( 3px ); |
| 402 |
background-color: #FFC; |
415 |
background-color: #85ca11; |
| 403 |
color: #000; |
416 |
color: #FFF; |
| 404 |
display: inline; |
417 |
display: inline; |
|
|
418 |
font-family: 'NotoSansRegular'; |
| 405 |
font-size: 80%; |
419 |
font-size: 80%; |
| 406 |
font-weight: normal; |
420 |
font-weight: normal; |
| 407 |
margin: 0 0 0 .9em; |
421 |
margin: 0 0 0 .9em; |
|
Lines 414-420
th {
Link Here
|
| 414 |
display: block; |
428 |
display: block; |
| 415 |
|
429 |
|
| 416 |
p { |
430 |
p { |
| 417 |
color: #EEE; |
431 |
color: #727272; |
| 418 |
} |
432 |
} |
| 419 |
|
433 |
|
| 420 |
a { |
434 |
a { |
|
Lines 466-478
th {
Link Here
|
| 466 |
.newscontainer { |
480 |
.newscontainer { |
| 467 |
border: 1px solid #DDD; |
481 |
border: 1px solid #DDD; |
| 468 |
border-bottom-width: 0; |
482 |
border-bottom-width: 0; |
| 469 |
border-top-left-radius: 5px; |
|
|
| 470 |
border-top-right-radius: 5px; |
| 471 |
} |
483 |
} |
| 472 |
|
484 |
|
| 473 |
.newsheader { |
485 |
.newsheader { |
| 474 |
background-color: #ECEDE6; |
486 |
background-color: #f0f3f3; |
| 475 |
border-bottom: 1px solid #DDD; |
487 |
border-bottom: 1px solid #DDD; |
|
|
488 |
color: #727272; |
| 476 |
margin: 0; |
489 |
margin: 0; |
| 477 |
padding: 8px; |
490 |
padding: 8px; |
| 478 |
} |
491 |
} |
|
Lines 488-501
th {
Link Here
|
| 488 |
} |
501 |
} |
| 489 |
|
502 |
|
| 490 |
#opacheader { |
503 |
#opacheader { |
| 491 |
background-color: #DDD; |
504 |
background-color: #fcf9fc; |
|
|
505 |
} |
| 506 |
|
| 507 |
#numresults { |
| 508 |
color: #727272; |
| 509 |
} |
| 510 |
|
| 511 |
#selections { |
| 512 |
color: #727272; |
| 513 |
font-weight: bold; |
| 514 |
} |
| 515 |
|
| 516 |
#selections-toolbar { |
| 517 |
background: #e2e8e8 none; |
| 518 |
border-bottom: none; |
| 519 |
margin-top: 3px; |
| 492 |
} |
520 |
} |
| 493 |
|
521 |
|
| 494 |
#selections, |
|
|
| 495 |
.selections { |
522 |
.selections { |
| 496 |
font-weight: bold; |
523 |
font-weight: bold; |
| 497 |
} |
524 |
} |
| 498 |
|
525 |
|
|
|
526 |
.selections-toolbar.toolbar { |
| 527 |
background: #e2e8e8 none; |
| 528 |
} |
| 529 |
|
| 499 |
.actions { |
530 |
.actions { |
| 500 |
a { |
531 |
a { |
| 501 |
background-repeat: no-repeat; |
532 |
background-repeat: no-repeat; |
|
Lines 505-511
th {
Link Here
|
| 505 |
|
536 |
|
| 506 |
&.hold { |
537 |
&.hold { |
| 507 |
background-image: url( "../images/sprite.png" ); /* Place hold small */ |
538 |
background-image: url( "../images/sprite.png" ); /* Place hold small */ |
| 508 |
background-position: -5px -542px; |
539 |
background-position: -5px -539px; |
| 509 |
padding-left: 21px; |
540 |
padding-left: 21px; |
| 510 |
} |
541 |
} |
| 511 |
|
542 |
|
|
Lines 517-529
th {
Link Here
|
| 517 |
|
548 |
|
| 518 |
&.addtocart { |
549 |
&.addtocart { |
| 519 |
background-image: url( "../images/sprite.png" ); /* Cart small */ |
550 |
background-image: url( "../images/sprite.png" ); /* Cart small */ |
| 520 |
background-position: -5px -572px; |
551 |
background-position: -5px -570px; |
| 521 |
padding-left: 20px; |
552 |
padding-left: 20px; |
| 522 |
} |
553 |
} |
| 523 |
|
554 |
|
| 524 |
&.addtoshelf { |
555 |
&.addtoshelf { |
| 525 |
background-image: url( "../images/sprite.png" ); /* MARC view */ |
556 |
background-image: url( "../images/sprite.png" ); /* MARC view */ |
| 526 |
background-position: -5px -27px; |
557 |
background-position: -5px -24px; |
| 527 |
padding-left: 20px; |
558 |
padding-left: 20px; |
| 528 |
} |
559 |
} |
| 529 |
|
560 |
|
|
Lines 577-588
th {
Link Here
|
| 577 |
} |
608 |
} |
| 578 |
|
609 |
|
| 579 |
.breadcrumb { |
610 |
.breadcrumb { |
| 580 |
@include border-radius-all( 7px ); |
611 |
background-color: #F0F3F3; |
| 581 |
background-color: #F2F2EF; |
|
|
| 582 |
font-size: 85%; |
612 |
font-size: 85%; |
| 583 |
list-style: none outside none; |
613 |
list-style: none outside none; |
| 584 |
margin: 10px 20px; |
614 |
margin: 10px 20px; |
| 585 |
padding: 5px 10px; |
615 |
padding: 5px 10px; |
|
|
616 |
border-radius: 0px; |
| 586 |
} |
617 |
} |
| 587 |
|
618 |
|
| 588 |
.buttons-print { |
619 |
.buttons-print { |
|
Lines 607-658
th {
Link Here
|
| 607 |
} |
638 |
} |
| 608 |
|
639 |
|
| 609 |
.main { |
640 |
.main { |
| 610 |
@include border-radius-all( 7px ); |
|
|
| 611 |
@include shadowed; |
| 612 |
background-color: #FFF; |
641 |
background-color: #FFF; |
| 613 |
border: 1px solid #D2D2CF; |
642 |
border: 1px solid #F0F3F3; |
| 614 |
margin-bottom: .5em; |
643 |
margin-bottom: .5em; |
| 615 |
margin-top: .5em; |
644 |
margin-top: .5em; |
| 616 |
} |
645 |
} |
| 617 |
|
646 |
|
| 618 |
.mastheadsearch { |
647 |
.mastheadsearch { |
| 619 |
@include border-radius-all( 7px ); |
648 |
background: #f0f3f3; |
| 620 |
background: linear-gradient( to bottom, #C7C7C1 38%, #A7A7A2 100% ); |
|
|
| 621 |
margin: .5em 0; |
649 |
margin: .5em 0; |
| 622 |
padding: .8em; |
650 |
padding: .8em; |
| 623 |
|
651 |
|
| 624 |
label { |
652 |
label { |
|
|
653 |
color: #727272; |
| 625 |
font-size: 115%; |
654 |
font-size: 115%; |
| 626 |
font-weight: bold; |
655 |
font-weight: bold; |
| 627 |
} |
656 |
} |
| 628 |
} |
657 |
} |
| 629 |
|
658 |
|
|
|
659 |
.btn-primary { |
| 660 |
background-color: #85ca11; |
| 661 |
background-image: linear-gradient(to bottom, #85ca11, #77b50f); |
| 662 |
background-position: 0; |
| 663 |
font-family: 'NotoSansRegular'; |
| 664 |
&:hover { |
| 665 |
background-color: #85ca11; |
| 666 |
background-image: linear-gradient(to bottom, #85ca11, #77b50f); |
| 667 |
background-position: 0; |
| 668 |
} |
| 669 |
&:active { |
| 670 |
background-color: #85ca11; |
| 671 |
background-image: linear-gradient(to bottom, #85ca11, #77b50f); |
| 672 |
background-position: 0; |
| 673 |
} |
| 674 |
&:visited { |
| 675 |
background-color: #85ca11; |
| 676 |
background-image: linear-gradient(to bottom, #85ca11, #77b50f); |
| 677 |
background-position: 0; |
| 678 |
} |
| 679 |
&:focus { |
| 680 |
background-color: #85ca11; |
| 681 |
background-image: linear-gradient(to bottom, #85ca11, #77b50f); |
| 682 |
background-position: 0; |
| 683 |
} |
| 684 |
} |
| 685 |
|
| 686 |
input[type="text"]:focus { |
| 687 |
border-color: #85ca11; |
| 688 |
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,228,136,.6) |
| 689 |
} |
| 690 |
|
| 691 |
input[type="password"]:focus { |
| 692 |
border-color: #85ca11; |
| 693 |
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,228,136,.6) |
| 694 |
} |
| 695 |
|
| 696 |
.navbar { |
| 697 |
.divider-vertical { |
| 698 |
border-left-color: #fcf9fc; |
| 699 |
border-right-color: #fcf9fc; |
| 700 |
} |
| 701 |
.nav li.dropdown > a { |
| 702 |
&:focus .caret { |
| 703 |
border-top-color: #85ca11; |
| 704 |
border-bottom-color: #85ca11; |
| 705 |
} |
| 706 |
&:hover .caret { |
| 707 |
border-top-color: #85ca11; |
| 708 |
border-bottom-color: #85ca11; |
| 709 |
} |
| 710 |
} |
| 711 |
} |
| 712 |
|
| 630 |
.navbar-inverse { |
713 |
.navbar-inverse { |
| 631 |
.brand { |
714 |
.brand { |
| 632 |
color: #9FE1FF; |
715 |
color: #9FE1FF; |
| 633 |
font-weight: bold; |
716 |
font-weight: bold; |
| 634 |
} |
717 |
} |
| 635 |
|
718 |
|
|
|
719 |
.navbar-inner { |
| 720 |
background: #fcf9fc none; |
| 721 |
border-color: #fcf9fc; |
| 722 |
box-shadow: none; |
| 723 |
} |
| 724 |
|
| 636 |
.nav { |
725 |
.nav { |
| 637 |
> li { |
726 |
> li { |
| 638 |
> a { |
727 |
> a { |
| 639 |
color: #9FE1FF; |
728 |
color: #727272; |
| 640 |
font-weight: bold; |
729 |
font-weight: bold; |
|
|
730 |
&:hover { |
| 731 |
color: #85ca11; |
| 732 |
} |
| 733 |
&:focus { |
| 734 |
color: #85ca11; |
| 735 |
} |
| 641 |
} |
736 |
} |
| 642 |
} |
737 |
} |
|
|
738 |
li.dropdown { |
| 739 |
> a { |
| 740 |
&:hover .caret { |
| 741 |
border-top-color: #85ca11; |
| 742 |
border-bottom-color: #85ca11; |
| 743 |
} |
| 744 |
&:focus .caret { |
| 745 |
border-top-color: #85ca11; |
| 746 |
border-bottom-color: #85ca11; |
| 747 |
} |
| 748 |
} |
| 749 |
&.open > .dropdown-toggle { |
| 750 |
background-color: transparent; |
| 751 |
color: #85ca11; |
| 752 |
.caret { |
| 753 |
border-top-color: #85ca11; |
| 754 |
border-bottom-color: #85ca11; |
| 755 |
&:hover { |
| 756 |
border-top-color: #85ca11; |
| 757 |
border-bottom-color: #85ca11; |
| 758 |
} |
| 759 |
} |
| 760 |
} |
| 761 |
} |
| 643 |
} |
762 |
} |
| 644 |
} |
763 |
} |
| 645 |
|
764 |
|
|
|
765 |
.navbar-inner { |
| 766 |
background: #fcf9fc none; |
| 767 |
} |
| 768 |
|
| 646 |
.navbar-fixed-bottom { |
769 |
.navbar-fixed-bottom { |
| 647 |
&.navbar-static-bottom { |
770 |
&.navbar-static-bottom { |
| 648 |
margin-top: .5em; |
771 |
margin-top: .5em; |
| 649 |
position: static; |
772 |
position: static; |
| 650 |
} |
773 |
} |
|
|
774 |
.navbar-inner { |
| 775 |
box-shadow: none; |
| 776 |
} |
| 777 |
} |
| 778 |
|
| 779 |
[class^="icon-"] { |
| 780 |
vertical-align: 0; |
| 781 |
} |
| 782 |
[class*=" icon-"] { |
| 783 |
vertical-align: 0; |
| 651 |
} |
784 |
} |
| 652 |
|
785 |
|
| 653 |
.table-striped tbody > tr:nth-child(odd) > td, |
786 |
.table-striped tbody > tr:nth-child(odd) > td, |
| 654 |
.table-striped tbody > tr:nth-child(odd) > th { |
787 |
.table-striped tbody > tr:nth-child(odd) > th { |
| 655 |
background-color: #F4F4F4; |
788 |
background-color: #F0F3F3; |
|
|
789 |
} |
| 790 |
|
| 791 |
#availability_facet { |
| 792 |
color: #727272; |
| 793 |
} |
| 794 |
|
| 795 |
#facet-holdings-library { |
| 796 |
color: #727272; |
| 797 |
} |
| 798 |
|
| 799 |
#toolbar.toolbar { |
| 800 |
background-color: #f0f3f3; |
| 801 |
border: 1px solid #f0f3f3; |
| 802 |
&.clearfix { |
| 803 |
background-color: #f0f3f3; |
| 804 |
} |
| 656 |
} |
805 |
} |
| 657 |
|
806 |
|
| 658 |
|
807 |
|
|
Lines 671-677
th {
Link Here
|
| 671 |
.ui-widget select, |
820 |
.ui-widget select, |
| 672 |
.ui-widget textarea, |
821 |
.ui-widget textarea, |
| 673 |
.ui-widget button { |
822 |
.ui-widget button { |
| 674 |
font-family: inherit; |
823 |
font-family: 'NotoSansRegular'; |
| 675 |
font-size: inherit; |
824 |
font-size: inherit; |
| 676 |
} |
825 |
} |
| 677 |
|
826 |
|
|
Lines 686-692
ul {
Link Here
|
| 686 |
.ui-tabs { |
835 |
.ui-tabs { |
| 687 |
.ui-tabs-nav { |
836 |
.ui-tabs-nav { |
| 688 |
li { |
837 |
li { |
| 689 |
background: #F3F3F3 none; |
838 |
background: #F0F3F3 none; |
| 690 |
border-color: #D8D8D8; |
839 |
border-color: #D8D8D8; |
| 691 |
margin-right: .4em; |
840 |
margin-right: .4em; |
| 692 |
|
841 |
|
|
Lines 696-707
ul {
Link Here
|
| 696 |
border-bottom: 0; |
845 |
border-bottom: 0; |
| 697 |
|
846 |
|
| 698 |
a { |
847 |
a { |
| 699 |
color: #000; |
848 |
color: #727272; |
| 700 |
font-weight: bold; |
849 |
font-weight: bold; |
| 701 |
} |
850 |
} |
| 702 |
|
851 |
|
| 703 |
&.ui-state-hover { |
852 |
&.ui-state-hover { |
| 704 |
background: #FFF none; |
853 |
background: #FFF none; |
|
|
854 |
&.ui-state-active { |
| 855 |
background: #FFF none; |
| 856 |
} |
| 705 |
} |
857 |
} |
| 706 |
} |
858 |
} |
| 707 |
|
859 |
|
|
Lines 755-760
ul {
Link Here
|
| 755 |
} |
907 |
} |
| 756 |
} |
908 |
} |
| 757 |
|
909 |
|
|
|
910 |
.ui-corner-top { |
| 911 |
border-radius: 0px; |
| 912 |
} |
| 913 |
|
| 758 |
.statictabs { |
914 |
.statictabs { |
| 759 |
ul { |
915 |
ul { |
| 760 |
background: none repeat scroll 0 0 transparent; |
916 |
background: none repeat scroll 0 0 transparent; |
|
Lines 1416-1424
div {
Link Here
|
| 1416 |
} |
1572 |
} |
| 1417 |
|
1573 |
|
| 1418 |
.view { |
1574 |
.view { |
| 1419 |
background-color: #F3F3F3; |
1575 |
background-color: #F0F3F3; |
| 1420 |
border: 1px solid #C9C9C9; |
1576 |
border: 1px solid #C9C9C9; |
| 1421 |
border-radius: 4px; |
1577 |
border-radius: 4px; |
|
|
1578 |
color: #727272; |
| 1422 |
display: inline-block; |
1579 |
display: inline-block; |
| 1423 |
padding: .2em .5em; |
1580 |
padding: .2em .5em; |
| 1424 |
white-space: nowrap; |
1581 |
white-space: nowrap; |
|
Lines 1638-1644
div {
Link Here
|
| 1638 |
|
1795 |
|
| 1639 |
/* action buttons */ |
1796 |
/* action buttons */ |
| 1640 |
#action { |
1797 |
#action { |
| 1641 |
background-color: #F3F3F3; |
1798 |
background-color: #F0F3F3; |
| 1642 |
border: 1px solid #E8E8E8; |
1799 |
border: 1px solid #E8E8E8; |
| 1643 |
margin: .5em 0 0 0; |
1800 |
margin: .5em 0 0 0; |
| 1644 |
padding-bottom: 3px; |
1801 |
padding-bottom: 3px; |
|
Lines 1723-1729
input {
Link Here
|
| 1723 |
|
1880 |
|
| 1724 |
.newshelf { |
1881 |
.newshelf { |
| 1725 |
@extend %initial_icon; |
1882 |
@extend %initial_icon; |
| 1726 |
background-position: 2px -764px; /* List new */ |
1883 |
background-position: 2px -761px; /* List new */ |
| 1727 |
border: 0; |
1884 |
border: 0; |
| 1728 |
color: #006699; |
1885 |
color: #006699; |
| 1729 |
cursor: pointer; |
1886 |
cursor: pointer; |
|
Lines 2036-2044
input {
Link Here
|
| 2036 |
} |
2193 |
} |
| 2037 |
|
2194 |
|
| 2038 |
.dropdown-menu { |
2195 |
.dropdown-menu { |
|
|
2196 |
border-radius: 0px; |
| 2039 |
> li { |
2197 |
> li { |
| 2040 |
> a { |
2198 |
> a { |
| 2041 |
font-size: 90%; |
2199 |
font-size: 90%; |
|
|
2200 |
&:hover { |
| 2201 |
background: #85ca11 none; |
| 2202 |
} |
| 2203 |
&:focus { |
| 2204 |
background: #85ca11 none; |
| 2205 |
} |
| 2042 |
} |
2206 |
} |
| 2043 |
} |
2207 |
} |
| 2044 |
} |
2208 |
} |
|
Lines 2067-2073
input {
Link Here
|
| 2067 |
|
2231 |
|
| 2068 |
#search-facets, |
2232 |
#search-facets, |
| 2069 |
#menu { |
2233 |
#menu { |
| 2070 |
@include border-radius-all( 7px ); |
|
|
| 2071 |
border: 1px solid #D2D2CF; |
2234 |
border: 1px solid #D2D2CF; |
| 2072 |
|
2235 |
|
| 2073 |
ul { |
2236 |
ul { |
|
Lines 2085-2094
input {
Link Here
|
| 2085 |
text-align: center; |
2248 |
text-align: center; |
| 2086 |
|
2249 |
|
| 2087 |
a { |
2250 |
a { |
| 2088 |
background-color: #F2F2EF; |
2251 |
background-color: #F0F3F3; |
| 2089 |
border-bottom: 1px solid #D8D8D8; |
2252 |
border-bottom: 1px solid #D8D8D8; |
| 2090 |
border-radius: 8px 8px 0 0; |
2253 |
display: block; |
| 2091 |
display: block; |
|
|
| 2092 |
font-weight: bold; |
2254 |
font-weight: bold; |
| 2093 |
padding: .7em .2em; |
2255 |
padding: .7em .2em; |
| 2094 |
text-decoration: none; |
2256 |
text-decoration: none; |
|
Lines 2134-2143
input {
Link Here
|
| 2134 |
list-style-type: none; |
2296 |
list-style-type: none; |
| 2135 |
|
2297 |
|
| 2136 |
a { |
2298 |
a { |
| 2137 |
background: #EEEEEE; |
2299 |
background-color: #F0F3F3; |
| 2138 |
border: 1px solid #D8D8D8; |
2300 |
border: 1px solid #D8D8D8; |
| 2139 |
border-bottom-color: #999; |
2301 |
border-bottom-color: #999; |
| 2140 |
border-radius: 5px 0 0 5px; |
|
|
| 2141 |
display: block; |
2302 |
display: block; |
| 2142 |
font-size: 111%; |
2303 |
font-size: 111%; |
| 2143 |
margin: .4em 0; |
2304 |
margin: .4em 0; |
|
Lines 2197-2203
input {
Link Here
|
| 2197 |
a { |
2358 |
a { |
| 2198 |
&.highlight_toggle { |
2359 |
&.highlight_toggle { |
| 2199 |
background-image: url( "../images/sprite.png" ); /* Highlight */ |
2360 |
background-image: url( "../images/sprite.png" ); /* Highlight */ |
| 2200 |
background-position: -11px -841px; |
2361 |
background-position: -11px -837px; |
| 2201 |
background-repeat: no-repeat; |
2362 |
background-repeat: no-repeat; |
| 2202 |
display: none; |
2363 |
display: none; |
| 2203 |
font-weight: normal; |
2364 |
font-weight: normal; |
|
Lines 2401-2413
button.closebtn {
Link Here
|
| 2401 |
width: 100%; |
2562 |
width: 100%; |
| 2402 |
|
2563 |
|
| 2403 |
&[type='submit'] { |
2564 |
&[type='submit'] { |
| 2404 |
background: #006DCC none; |
|
|
| 2405 |
font-size: 100%; |
2565 |
font-size: 100%; |
| 2406 |
padding: .5em; |
2566 |
padding: .5em; |
| 2407 |
transition: background-color .5s ease; |
2567 |
transition: background-color .5s ease; |
| 2408 |
|
2568 |
|
| 2409 |
&:hover { |
2569 |
&:hover { |
| 2410 |
background: #0088CC none; |
2570 |
background: #77b50f none; |
| 2411 |
} |
2571 |
} |
| 2412 |
} |
2572 |
} |
| 2413 |
} |
2573 |
} |
|
Lines 2478-2486
button.closebtn {
Link Here
|
| 2478 |
} |
2638 |
} |
| 2479 |
|
2639 |
|
| 2480 |
.suggestion { |
2640 |
.suggestion { |
| 2481 |
@include border-radius-all( 3px ); |
2641 |
background-color: #F0F3F3; |
| 2482 |
background-color: #EEEEEB; |
2642 |
border: 1px solid #F0F3F3; |
| 2483 |
border: 1px solid #DDDED3; |
2643 |
color: #727272; |
| 2484 |
margin: 1em auto; |
2644 |
margin: 1em auto; |
| 2485 |
padding: .5em; |
2645 |
padding: .5em; |
| 2486 |
width: 35%; |
2646 |
width: 35%; |
|
Lines 2506-2512
button.closebtn {
Link Here
|
| 2506 |
} |
2666 |
} |
| 2507 |
|
2667 |
|
| 2508 |
#logo { |
2668 |
#logo { |
| 2509 |
background: transparent url( "../images/koha-logo-navbar.png" ) no-repeat scroll 0%; |
2669 |
background: transparent url( "../images/koha-green-logo.png" ) no-repeat scroll 0%; |
| 2510 |
border: 0; |
2670 |
border: 0; |
| 2511 |
float: left !important; |
2671 |
float: left !important; |
| 2512 |
margin: 0; |
2672 |
margin: 0; |
|
Lines 2523-2528
button.closebtn {
Link Here
|
| 2523 |
padding: 40px 0 0; |
2683 |
padding: 40px 0 0; |
| 2524 |
text-decoration: none; |
2684 |
text-decoration: none; |
| 2525 |
width: 100px; |
2685 |
width: 100px; |
|
|
2686 |
&:focus { |
| 2687 |
background-color: transparent; |
| 2688 |
} |
| 2526 |
} |
2689 |
} |
| 2527 |
} |
2690 |
} |
| 2528 |
|
2691 |
|
|
Lines 2541-2546
button.closebtn {
Link Here
|
| 2541 |
} |
2704 |
} |
| 2542 |
} |
2705 |
} |
| 2543 |
|
2706 |
|
|
|
2707 |
#header-region .icon-white { |
| 2708 |
background-image: url(/opac-tmpl/bootstrap/lib/bootstrap/img/glyphicons-halflings.png); |
| 2709 |
} |
| 2710 |
|
| 2544 |
/* Class to be added to toolbar when it starts being fixed at the top of the screen*/ |
2711 |
/* Class to be added to toolbar when it starts being fixed at the top of the screen*/ |
| 2545 |
.floating { |
2712 |
.floating { |
| 2546 |
box-shadow: 0 3px 2px 0 rgba( 0, 0, 0, .4 ); |
2713 |
box-shadow: 0 3px 2px 0 rgba( 0, 0, 0, .4 ); |
|
Lines 2572-2588
button.closebtn {
Link Here
|
| 2572 |
|
2739 |
|
| 2573 |
.table { |
2740 |
.table { |
| 2574 |
.sorting_asc { |
2741 |
.sorting_asc { |
| 2575 |
background: url( "../images/asc.gif" ) no-repeat scroll right center #ECEDE6; |
2742 |
background: url( "../images/asc.gif" ) no-repeat scroll 100% 80% #E2E8E8; |
| 2576 |
padding-right: 19px; |
2743 |
padding-right: 19px; |
| 2577 |
} |
2744 |
} |
| 2578 |
|
2745 |
|
| 2579 |
.sorting_desc { |
2746 |
.sorting_desc { |
| 2580 |
background: url( "../images/desc.gif" ) no-repeat scroll right center #ECEDE6; |
2747 |
background: url( "../images/desc.gif" ) no-repeat scroll 100% 80% #E2E8E8; |
| 2581 |
padding-right: 19px; |
2748 |
padding-right: 19px; |
| 2582 |
} |
2749 |
} |
| 2583 |
|
2750 |
|
| 2584 |
.sorting { |
2751 |
.sorting { |
| 2585 |
background: url( "../images/ascdesc.gif" ) no-repeat scroll right center #ECEDE6; |
2752 |
background: url( "../images/ascdesc.gif" ) no-repeat scroll 100% 75% #E2E8E8; |
| 2586 |
padding-right: 19px; |
2753 |
padding-right: 19px; |
| 2587 |
} |
2754 |
} |
| 2588 |
|
2755 |
|
|
Lines 2590-2596
button.closebtn {
Link Here
|
| 2590 |
.nosort.sorting_asc, |
2757 |
.nosort.sorting_asc, |
| 2591 |
.nosort.sorting_desc, |
2758 |
.nosort.sorting_desc, |
| 2592 |
.nosort.sorting { |
2759 |
.nosort.sorting { |
| 2593 |
background: #ECEDE6 none; |
2760 |
background: #E2E8E8 none; |
| 2594 |
padding-right: 19px; |
2761 |
padding-right: 19px; |
| 2595 |
} |
2762 |
} |
| 2596 |
|
2763 |
|
|
Lines 2600-2605
button.closebtn {
Link Here
|
| 2600 |
} |
2767 |
} |
| 2601 |
} |
2768 |
} |
| 2602 |
|
2769 |
|
|
|
2770 |
.table-bordered { |
| 2771 |
border-radius: 0; |
| 2772 |
thead:first-child tr:first-child > th { |
| 2773 |
&:last-child { |
| 2774 |
border-radius: 0; |
| 2775 |
} |
| 2776 |
&:first-child { |
| 2777 |
border-radius: 0; |
| 2778 |
} |
| 2779 |
} |
| 2780 |
tbody:last-child tr:last-child > td { |
| 2781 |
&:last-child { |
| 2782 |
border-radius: 0; |
| 2783 |
} |
| 2784 |
&:first-child { |
| 2785 |
border-radius: 0; |
| 2786 |
} |
| 2787 |
} |
| 2788 |
} |
| 2789 |
|
| 2603 |
.tags, |
2790 |
.tags, |
| 2604 |
.shelves { |
2791 |
.shelves { |
| 2605 |
ul { |
2792 |
ul { |
|
Lines 2990-3004
button.closebtn {
Link Here
|
| 2990 |
|
3177 |
|
| 2991 |
#user_summary { |
3178 |
#user_summary { |
| 2992 |
border: 1px solid #EAEAE6; |
3179 |
border: 1px solid #EAEAE6; |
| 2993 |
border-radius: 7px; |
|
|
| 2994 |
margin-bottom: 1em; |
3180 |
margin-bottom: 1em; |
| 2995 |
padding-bottom: .5em; |
3181 |
padding-bottom: .5em; |
| 2996 |
|
3182 |
|
| 2997 |
h3 { |
3183 |
h3 { |
| 2998 |
background-color: #EAEAE6; |
3184 |
background-color: #E2E8E8; |
| 2999 |
border-top-left-radius: 6px; |
3185 |
color: #727272; |
| 3000 |
border-top-right-radius: 6px; |
|
|
| 3001 |
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, .2 ); |
| 3002 |
margin-top: 0; |
3186 |
margin-top: 0; |
| 3003 |
padding: .2em 0; |
3187 |
padding: .2em 0; |
| 3004 |
text-align: center; |
3188 |
text-align: center; |
|
Lines 3016-3019
button.closebtn {
Link Here
|
| 3016 |
} |
3200 |
} |
| 3017 |
} |
3201 |
} |
| 3018 |
|
3202 |
|
|
|
3203 |
|
| 3019 |
@import "responsive"; |
3204 |
@import "responsive"; |