resources_list
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
12 changed files
with
341 additions
and
192 deletions
| ... | @@ -14200,6 +14200,7 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -14200,6 +14200,7 @@ figure.woocommerce-product-gallery__wrapper { |
| 14200 | display: none; | 14200 | display: none; |
| 14201 | } | 14201 | } |
| 14202 | 14202 | ||
| 14203 | #full-width-page-wrapper, | ||
| 14203 | #content, | 14204 | #content, |
| 14204 | #page-wrapper { | 14205 | #page-wrapper { |
| 14205 | position: relative; | 14206 | position: relative; |
| ... | @@ -14209,11 +14210,13 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -14209,11 +14210,13 @@ figure.woocommerce-product-gallery__wrapper { |
| 14209 | padding-top: 0px; | 14210 | padding-top: 0px; |
| 14210 | } | 14211 | } |
| 14211 | @media only screen and (max-width: 1260px) { | 14212 | @media only screen and (max-width: 1260px) { |
| 14213 | #full-width-page-wrapper, | ||
| 14212 | #content, | 14214 | #content, |
| 14213 | #page-wrapper { | 14215 | #page-wrapper { |
| 14214 | width: 100%; | 14216 | width: 100%; |
| 14215 | } | 14217 | } |
| 14216 | } | 14218 | } |
| 14219 | #full-width-page-wrapper #content, | ||
| 14217 | #content #content, | 14220 | #content #content, |
| 14218 | #page-wrapper #content { | 14221 | #page-wrapper #content { |
| 14219 | position: relative; | 14222 | position: relative; |
| ... | @@ -14609,6 +14612,170 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item { | ... | @@ -14609,6 +14612,170 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item { |
| 14609 | background-image: url("../images/bottom-lg-border.png"); | 14612 | background-image: url("../images/bottom-lg-border.png"); |
| 14610 | } | 14613 | } |
| 14611 | 14614 | ||
| 14615 | label[for=quicksearch] { | ||
| 14616 | font-size: 18px; | ||
| 14617 | line-height: 24px; | ||
| 14618 | color: #0484b8; | ||
| 14619 | text-transform: uppercase; | ||
| 14620 | font-family: "Poppins", sans-serif; | ||
| 14621 | font-weight: 800; | ||
| 14622 | } | ||
| 14623 | |||
| 14624 | #quicksearch { | ||
| 14625 | width: 600px; | ||
| 14626 | border-bottom: 1px solid #8e908f !important; | ||
| 14627 | } | ||
| 14628 | @media only screen and (max-width: 1100px) { | ||
| 14629 | #quicksearch { | ||
| 14630 | width: 100%; | ||
| 14631 | } | ||
| 14632 | } | ||
| 14633 | |||
| 14634 | .filters { | ||
| 14635 | border-bottom: 1px solid #ffa300 !important; | ||
| 14636 | border-top: 1px solid #ffa300 !important; | ||
| 14637 | padding: 10px 0px 10px 0px; | ||
| 14638 | } | ||
| 14639 | .filters .glyphicon-chevron-up::after { | ||
| 14640 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.432' height='11.567' viewBox='0 0 19.432 11.567'%3E%3Cpath id='Path_1875' data-name='Path 1875' d='M395.235 274.525a1.19 1.19 0 0 0 1.681.063l9.188-8.526a1.19 1.19 0 0 0 0-1.744l-9.187-8.526a1.19 1.19 0 1 0-1.619 1.744l8.248 7.654-8.248 7.654a1.19 1.19 0 0 0-.063 1.681Z' transform='translate(274.905 -394.917) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | ||
| 14641 | } | ||
| 14642 | .filters .glyphicon-chevron-down::after { | ||
| 14643 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.631' height='11.905' viewBox='0 0 19.631 11.905'%3E%3Cpath id='Path_1875' data-name='Path 1875' d='M395.235 274.525a1.19 1.19 0 0 0 1.681.063l9.188-8.526a1.19 1.19 0 0 0 0-1.744l-9.187-8.526a1.19 1.19 0 1 0-1.619 1.744l8.248 7.654-8.248 7.654a1.19 1.19 0 0 0-.063 1.681Z' transform='matrix(-0.017 -1 1 -0.017 -248.34 411.22)' fill='%230484b8'/%3E%3C/svg%3E"); | ||
| 14644 | } | ||
| 14645 | .filters #filter-more { | ||
| 14646 | font-size: 18px; | ||
| 14647 | line-height: 24px; | ||
| 14648 | color: #0484b8; | ||
| 14649 | text-transform: uppercase; | ||
| 14650 | text-decoration: none; | ||
| 14651 | padding: 10px 0px; | ||
| 14652 | display: block; | ||
| 14653 | font-family: "Poppins", sans-serif; | ||
| 14654 | font-weight: 800; | ||
| 14655 | } | ||
| 14656 | .filters .filter-group { | ||
| 14657 | display: none; | ||
| 14658 | flex-direction: row; | ||
| 14659 | justify-content: space-between; | ||
| 14660 | margin-bottom: 20px; | ||
| 14661 | } | ||
| 14662 | @media only screen and (max-width: 1100px) { | ||
| 14663 | .filters .filter-group { | ||
| 14664 | flex-direction: column; | ||
| 14665 | } | ||
| 14666 | } | ||
| 14667 | .filters .filter-group .sort-button-group { | ||
| 14668 | align-self: flex-end; | ||
| 14669 | } | ||
| 14670 | @media only screen and (max-width: 1100px) { | ||
| 14671 | .filters .filter-group .sort-button-group { | ||
| 14672 | align-self: inherit; | ||
| 14673 | margin-top: 20px; | ||
| 14674 | } | ||
| 14675 | } | ||
| 14676 | .filters .filter-group .sort-button-group .btn, .filters .filter-group .sort-button-group .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .filters .filter-group .sort-button-group a.button, .filters .filter-group .sort-button-group .woocommerce-info a.button, .woocommerce-info .filters .filter-group .sort-button-group a.button { | ||
| 14677 | border: 1px solid #0081bc; | ||
| 14678 | } | ||
| 14679 | .filters .filter-group.open { | ||
| 14680 | display: flex; | ||
| 14681 | } | ||
| 14682 | |||
| 14683 | .category-filter-group { | ||
| 14684 | display: flex; | ||
| 14685 | flex-direction: row; | ||
| 14686 | } | ||
| 14687 | @media only screen and (max-width: 1100px) { | ||
| 14688 | .category-filter-group { | ||
| 14689 | flex-direction: column; | ||
| 14690 | } | ||
| 14691 | } | ||
| 14692 | |||
| 14693 | .category-type, | ||
| 14694 | .category-filter { | ||
| 14695 | display: flex; | ||
| 14696 | flex-direction: row; | ||
| 14697 | font-size: 18px; | ||
| 14698 | font-size: 1.125rem; | ||
| 14699 | color: #515151; | ||
| 14700 | margin: 0.25rem 0; | ||
| 14701 | margin-right: 1rem; | ||
| 14702 | } | ||
| 14703 | @media only screen and (max-width: 1100px) { | ||
| 14704 | .category-type, | ||
| 14705 | .category-filter { | ||
| 14706 | flex-direction: column; | ||
| 14707 | } | ||
| 14708 | } | ||
| 14709 | .category-type label, | ||
| 14710 | .category-filter label { | ||
| 14711 | padding-left: 30px; | ||
| 14712 | padding-right: 10px; | ||
| 14713 | white-space: nowrap; | ||
| 14714 | cursor: pointer; | ||
| 14715 | color: #2c2c2c; | ||
| 14716 | } | ||
| 14717 | .category-type input[type=checkbox], | ||
| 14718 | .category-filter input[type=checkbox] { | ||
| 14719 | display: inline-block; | ||
| 14720 | margin-left: 30px; | ||
| 14721 | margin-left: 0; | ||
| 14722 | } | ||
| 14723 | .category-type input[type=checkbox]:focus + label, | ||
| 14724 | .category-filter input[type=checkbox]:focus + label { | ||
| 14725 | outline: -webkit-focus-ring-color auto 1px; | ||
| 14726 | } | ||
| 14727 | .category-type label:before, | ||
| 14728 | .category-filter label:before { | ||
| 14729 | content: ""; | ||
| 14730 | cursor: pointer; | ||
| 14731 | height: 25px; | ||
| 14732 | width: 25px; | ||
| 14733 | padding: 2.5px; | ||
| 14734 | display: inline-block; | ||
| 14735 | position: absolute; | ||
| 14736 | background: #fff; | ||
| 14737 | margin-left: -30px; | ||
| 14738 | border: 2px solid #0081bc; | ||
| 14739 | border-radius: 4px; | ||
| 14740 | } | ||
| 14741 | .category-type input:checked + label:before, | ||
| 14742 | .category-filter input:checked + label:before { | ||
| 14743 | background: #0081bc !important; | ||
| 14744 | border: 2px solid #0081bc; | ||
| 14745 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.078' height='18.352' viewBox='0 0 15.078 18.352'%3E%3Cpath id='Path_1871' data-name='Path 1871' d='M137.622 43.1l1.28 2.211 6.924-11.987a1.837 1.837 0 0 1 3.2 1.8l-8.5 14.722a1.931 1.931 0 0 1-3.259 0L134.48 44.9a1.812 1.812 0 1 1 3.142-1.8Z' transform='translate(-134.203 -32.392)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E"); | ||
| 14746 | height: 25px; | ||
| 14747 | width: 25px; | ||
| 14748 | padding: 2px 4px; | ||
| 14749 | background-position: 4px; | ||
| 14750 | background-size: 22px; | ||
| 14751 | background-repeat: no-repeat; | ||
| 14752 | position: absolute; | ||
| 14753 | cursor: pointer; | ||
| 14754 | } | ||
| 14755 | .category-type input[type=checkbox], | ||
| 14756 | .category-filter input[type=checkbox] { | ||
| 14757 | background-color: initial; | ||
| 14758 | cursor: default; | ||
| 14759 | -webkit-appearance: auto; | ||
| 14760 | -moz-appearance: auto; | ||
| 14761 | appearance: auto; | ||
| 14762 | box-sizing: border-box; | ||
| 14763 | margin: 3px 3px 3px 4px; | ||
| 14764 | padding: initial; | ||
| 14765 | border: initial; | ||
| 14766 | position: relative; | ||
| 14767 | } | ||
| 14768 | .category-type .sr-only, | ||
| 14769 | .category-filter .sr-only { | ||
| 14770 | position: absolute !important; | ||
| 14771 | clip: rect(1px, 1px, 1px, 1px); | ||
| 14772 | padding: 0; | ||
| 14773 | border: 0; | ||
| 14774 | height: 1px; | ||
| 14775 | width: 1px; | ||
| 14776 | overflow: hidden; | ||
| 14777 | } | ||
| 14778 | |||
| 14612 | #resources.dataTable { | 14779 | #resources.dataTable { |
| 14613 | width: 100% !important; | 14780 | width: 100% !important; |
| 14614 | } | 14781 | } |
| ... | @@ -14666,34 +14833,14 @@ td.hidden { | ... | @@ -14666,34 +14833,14 @@ td.hidden { |
| 14666 | visibility: hidden !important; | 14833 | visibility: hidden !important; |
| 14667 | } | 14834 | } |
| 14668 | 14835 | ||
| 14669 | .simplefavorite-button { | ||
| 14670 | all: unset; | ||
| 14671 | margin-right: -10px; | ||
| 14672 | display: block; | ||
| 14673 | cursor: pointer; | ||
| 14674 | font-size: 0px; | ||
| 14675 | } | ||
| 14676 | .simplefavorite-button .sf-icon-star-empty { | ||
| 14677 | height: 25px; | ||
| 14678 | width: 25px; | ||
| 14679 | content: url("data:image/svg+xml,%3Csvg id='Heart' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26.236' height='23.208' viewBox='0 0 26.236 23.208'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_222' data-name='Rectangle 222' width='26.236' height='23.208' fill='none' stroke='%23156570' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1311' data-name='Group 1311' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1370' data-name='Path 1370' d='M48.736 56.96c-.078-.074-.139-.13-.2-.188l-9.258-9.264a5.727 5.727 0 0 1-1.768-4.583 5.493 5.493 0 0 1 1.835-3.849 5.68 5.68 0 0 1 6.563-.929 7.972 7.972 0 0 1 1.543 1.129c.447.383.837.833 1.334 1.336a1.478 1.478 0 0 1 .187-.3 22.913 22.913 0 0 1 1.871-1.723 5.786 5.786 0 0 1 8.473 7.4 6.192 6.192 0 0 1-1.1 1.475q-4.641 4.69-9.32 9.343C48.856 56.855 48.805 56.9 48.736 56.96Z' transform='translate(-35.626 -35.626)' fill='none' stroke='%23156570' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 14680 | } | ||
| 14681 | |||
| 14682 | .simplefavorite-button.active { | ||
| 14683 | opacity: 1 !important; | ||
| 14684 | } | ||
| 14685 | .simplefavorite-button.active .sf-icon-star-full { | ||
| 14686 | content: url("data:image/svg+xml,%3Csvg id='Heart' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26.236' height='23.208' viewBox='0 0 26.236 23.208'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_222' data-name='Rectangle 222' width='26.236' height='23.208' fill='%23e04e39' stroke='%23156570' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1311' data-name='Group 1311' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1370' data-name='Path 1370' d='M48.736 56.96c-.078-.074-.139-.13-.2-.188l-9.258-9.264a5.727 5.727 0 0 1-1.768-4.583 5.493 5.493 0 0 1 1.835-3.849 5.68 5.68 0 0 1 6.563-.929 7.972 7.972 0 0 1 1.543 1.129c.447.383.837.833 1.334 1.336a1.478 1.478 0 0 1 .187-.3 22.913 22.913 0 0 1 1.871-1.723 5.786 5.786 0 0 1 8.473 7.4 6.192 6.192 0 0 1-1.1 1.475q-4.641 4.69-9.32 9.343C48.856 56.855 48.805 56.9 48.736 56.96Z' transform='translate(-35.626 -35.626)' fill='%23e04e39' stroke='%23156570' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 14687 | } | ||
| 14688 | |||
| 14689 | .table-like__item { | 14836 | .table-like__item { |
| 14690 | display: block; | 14837 | display: block; |
| 14691 | margin-bottom: 20px; | 14838 | margin-bottom: 20px; |
| 14692 | border-radius: 10px; | 14839 | border-radius: 10px; |
| 14693 | height: 130px; | 14840 | height: 69px; |
| 14694 | background: #ffffff 0% 0% no-repeat padding-box; | 14841 | background: #ffffff 0% 0% no-repeat padding-box; |
| 14695 | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); | 14842 | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); |
| 14696 | padding: 21px 22px; | 14843 | padding: 15px 22px; |
| 14697 | width: 100%; | 14844 | width: 100%; |
| 14698 | } | 14845 | } |
| 14699 | @media only screen and (max-width: 768px) { | 14846 | @media only screen and (max-width: 768px) { |
| ... | @@ -14753,82 +14900,22 @@ td.hidden { | ... | @@ -14753,82 +14900,22 @@ td.hidden { |
| 14753 | } | 14900 | } |
| 14754 | } | 14901 | } |
| 14755 | 14902 | ||
| 14756 | .toolkit:before { | 14903 | .item:before { |
| 14757 | content: ""; | ||
| 14758 | height: 50px; | ||
| 14759 | width: 40px; | ||
| 14760 | margin-right: 10px; | ||
| 14761 | display: inline-block; | ||
| 14762 | background-size: contain; | ||
| 14763 | background-repeat: no-repeat; | ||
| 14764 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1482' data-name='Group 1482' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3C/g%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='8' cy='8' r='8' transform='translate(4349.135 1552.5)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 14765 | } | ||
| 14766 | @media only screen and (max-width: 768px) { | ||
| 14767 | .toolkit:before { | ||
| 14768 | height: 30px; | ||
| 14769 | width: 40px; | ||
| 14770 | margin-right: 5px; | ||
| 14771 | margin-top: 5px; | ||
| 14772 | } | ||
| 14773 | } | ||
| 14774 | |||
| 14775 | .article:before { | ||
| 14776 | content: ""; | 14904 | content: ""; |
| 14777 | height: 50px; | 14905 | height: 50px; |
| 14778 | width: 40px; | 14906 | width: 40px; |
| 14779 | margin-top: 10px; | ||
| 14780 | margin-right: 10px; | 14907 | margin-right: 10px; |
| 14781 | display: inline-block; | 14908 | display: inline-block; |
| 14782 | background-size: contain; | 14909 | background-size: contain; |
| 14783 | background-repeat: no-repeat; | 14910 | background-repeat: no-repeat; |
| 14784 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1483' data-name='Group 1483' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_346' data-name='Rectangle 346' width='6' height='30.351' rx='3' transform='translate(4333.923 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_347' data-name='Rectangle 347' width='6' height='30.351' rx='3' transform='translate(4323.73 1573)' fill='%230484b8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); | 14911 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-342 -467)'%3E%3Crect id='Rectangle_93' data-name='Rectangle 93' width='45' height='45' rx='4' transform='translate(342 467)' fill='%231a3668' opacity='0.298'/%3E%3Cpath id='icon_PDF_' data-name='icon_PDF ' d='M1.889 61.617a1.7 1.7 0 0 1-1.108-.4A1.964 1.964 0 0 1 .025 59.37c.084-.529.335-2.118 5.787-4.383A51.792 51.792 0 0 0 10.445 44.88c-1.491-2.336-1.951-4.014-1.408-5.122a2.1 2.1 0 0 1 1.893-1.136q.085-.006.165-.006a1.818 1.818 0 0 1 1.5.732c.437.587.891 1.765-.081 5.223a37.968 37.968 0 0 0 6.387 6.97 19.079 19.079 0 0 1 1.924-.109c1.769 0 2.85.338 3.4 1.063a1.826 1.826 0 0 1 .28 1.626A1.906 1.906 0 0 1 22.592 55.6h0c-1.052 0-2.484-.7-4.26-2.086A51.869 51.869 0 0 0 7.1 56.505c-3.16 5.111-4.7 5.112-5.215 5.112Zm.006-1.961a.366.366 0 0 0 .049.059 4.851 4.851 0 0 0 1.734-1.589c-1.335.788-1.752 1.335-1.782 1.53Zm9.9-12.86a55.477 55.477 0 0 1-3.221 7.157A56.264 56.264 0 0 1 16.44 51.9 41.811 41.811 0 0 1 11.793 46.8ZM21.5 53.348a2.729 2.729 0 0 0 1.087.359.468.468 0 0 0 .06 0 .511.511 0 0 0 .03-.083v-.005a2.713 2.713 0 0 0-1.178-.267ZM11.092 40.509h-.027a.627.627 0 0 0-.327.079c-.062.09-.091.566.374 1.6a3.235 3.235 0 0 0-.019-1.676Z' transform='translate(351.999 439.383)' fill='%231a3668'/%3E%3C/g%3E%3C/svg%3E"); |
| 14785 | } | ||
| 14786 | @media only screen and (max-width: 768px) { | ||
| 14787 | .article:before { | ||
| 14788 | height: 30px; | ||
| 14789 | width: 40px; | ||
| 14790 | margin-right: 5px; | ||
| 14791 | margin-top: 5px; | ||
| 14792 | } | ||
| 14793 | } | ||
| 14794 | |||
| 14795 | .pdf:before { | ||
| 14796 | content: ""; | ||
| 14797 | height: 50px; | ||
| 14798 | width: 40px; | ||
| 14799 | margin-right: 12px; | ||
| 14800 | display: inline-block; | ||
| 14801 | background-size: contain; | ||
| 14802 | background-repeat: no-repeat; | ||
| 14803 | background-image: url("data:image/svg+xml,%3Csvg id='Group_1138' data-name='Group 1138' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='61.731' height='69.688' viewBox='0 0 61.731 69.688'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_183' data-name='Rectangle 183' width='61.731' height='69.688' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1137' data-name='Group 1137' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1366' data-name='Path 1366' d='M53.764 69.688H8.012c-.107-.038-.213-.082-.323-.113a2.718 2.718 0 0 1-1.9-1.727 2.908 2.908 0 0 1-.165-1.053q0-6.691 0-13.382v-.388H5.306c-.474 0-.948 0-1.422 0a3.9 3.9 0 0 1-3.775-3.24A2.861 2.861 0 0 0 0 49.425v-20.9a2.182 2.182 0 0 0 .1-.328 3.9 3.9 0 0 1 3.911-3.284c.455.009.909 0 1.364 0 .075 0 .149-.012.253-.021V3.112c0-.145 0-.29 0-.435A2.745 2.745 0 0 1 7.386.168 3.124 3.124 0 0 1 8.554 0h32.6c.068 0 .136 0 .2 0A1.35 1.35 0 0 1 42.41.464c.093.1.18.2.27.3q6.482 7.4 12.969 14.8a1.924 1.924 0 0 1 .529 1.364c0 .087 0 .174 0 .261v7.717h.32c.474 0 .949-.015 1.422 0a3.824 3.824 0 0 1 3.488 2.293 3.732 3.732 0 0 1 .324 1.693q-.01 5.863 0 11.727 0 4.166 0 8.331a4.994 4.994 0 0 1-.037.839 3.9 3.9 0 0 1-3.816 3.224c-.474 0-.948 0-1.422 0-.084 0-.168.009-.273.015v.4q0 6.589 0 13.179c0 .184 0 .368-.019.551a2.73 2.73 0 0 1-2.039 2.408c-.12.031-.237.076-.356.115M8.38 2.738V24.9H53.4c.067-.3.056-6.6-.014-6.829H41.668c-.106 0-.213 0-.319 0A1.37 1.37 0 0 1 40.026 16.9a2.746 2.746 0 0 1-.018-.434q0-6.677 0-13.353V2.738ZM8.373 66.175H53.424V53.044H8.373Zm15.5-16.514c.117.019.212.042.307.049.79.066 1.58.148 2.371.19a32.6 32.6 0 0 0 5.1-.059 16.7 16.7 0 0 0 3.844-.831 8.88 8.88 0 0 0 5.7-5.618 12.809 12.809 0 0 0 .459-6.809A8.347 8.347 0 0 0 40 32.889a9.083 9.083 0 0 0-4.6-3.029 16.966 16.966 0 0 0-4.668-.641 45.008 45.008 0 0 0-5.564.239c-.429.046-.856.114-1.288.172Zm-13.02-7.189a14.15 14.15 0 0 0 2.723.043 10.625 10.625 0 0 0 3.35-.756 6.261 6.261 0 0 0 2.815-2.16 6.758 6.758 0 0 0 1.107-4.92 5.65 5.65 0 0 0-3.772-4.77 10.7 10.7 0 0 0-3.6-.675 40.641 40.641 0 0 0-6.485.288c-.236.03-.469.078-.7.116v20.11h4.561Zm46.54-13.085c-.451-.063-12.239-.041-12.439.018V49.736c.383.056 4.375.041 4.611-.021V44.3q0-.682 0-1.364c0-.451 0-.9 0-1.375h4.886c.406 0 .813 0 1.219 0s.8.017 1.2-.013V37.808H53.23c-1.215 0-2.43 0-3.64 0-.06-.549-.036-4.438.033-4.672h7.77Z' fill='%230484b8'/%3E%3Cpath id='Path_1367' data-name='Path 1367' d='M162.156 186.382c.333-.042.657-.1.983-.121a9.593 9.593 0 0 1 3.255.22 5.243 5.243 0 0 1 4.008 4.11 9.4 9.4 0 0 1-.266 5.291 5.541 5.541 0 0 1-4.1 3.7 9.083 9.083 0 0 1-2.445.253c-.472-.008-.944-.031-1.435-.047Z' transform='translate(-133.638 -153.468)' fill='%230484b8'/%3E%3Cpath id='Path_1368' data-name='Path 1368' d='M61.758 192.1v-6.042c.121-.027.24-.063.36-.079a7.58 7.58 0 0 1 2.994.08 3.149 3.149 0 0 1 1.091.523 2.577 2.577 0 0 1 1 1.677 3.556 3.556 0 0 1-.017 1.327 3.013 3.013 0 0 1-2.267 2.389 6.144 6.144 0 0 1-2.182.211c-.317-.019-.633-.056-.976-.087' transform='translate(-50.897 -153.178)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 14804 | } | 14912 | } |
| 14805 | @media only screen and (max-width: 768px) { | 14913 | @media only screen and (max-width: 768px) { |
| 14806 | .pdf:before { | 14914 | .item:before { |
| 14807 | height: 30px; | 14915 | height: 30px; |
| 14808 | width: 40px; | 14916 | width: 40px; |
| 14809 | margin-top: 5px; | ||
| 14810 | margin-right: 5px; | 14917 | margin-right: 5px; |
| 14811 | } | ||
| 14812 | } | ||
| 14813 | |||
| 14814 | .video:before { | ||
| 14815 | content: ""; | ||
| 14816 | height: 50px; | ||
| 14817 | width: 40px; | ||
| 14818 | margin-right: 10px; | ||
| 14819 | margin-top: 10px; | ||
| 14820 | display: inline-block; | ||
| 14821 | background-size: contain; | ||
| 14822 | background-repeat: no-repeat; | ||
| 14823 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='66.352' height='49.753' viewBox='0 0 66.352 49.753'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_292' data-name='Rectangle 292' width='66.352' height='49.753' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1421' data-name='Group 1421' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1887' data-name='Path 1887' d='M0 44.159V5.579a1.083 1.083 0 0 0 .061-.187A6.207 6.207 0 0 1 6.244 0Q33.17 0 60.1.009a6.512 6.512 0 0 1 1.637.207 6.169 6.169 0 0 1 4.608 5.939c.019 3.564.006 7.129.006 10.694q0 13.249 0 26.5a6.219 6.219 0 0 1-2.013 4.741 6.347 6.347 0 0 1-4.548 1.665q-26.606-.014-53.211-.006H6.341a6.213 6.213 0 0 1-6.17-4.8c-.06-.261-.114-.523-.171-.785M49.742 4.166H16.613V45.579H49.742Zm8.3 8.258c.677 0 1.354.006 2.03 0A2.053 2.053 0 0 0 62.2 10.288q.016-2.013 0-4.026a2.046 2.046 0 0 0-2.121-2.111q-2.03-.013-4.061 0A2.023 2.023 0 0 0 53.912 6.2q-.044 2.08 0 4.161a2.037 2.037 0 0 0 2.134 2.062c.665.006 1.331 0 2 0m.025 8.308c-.677 0-1.354-.006-2.03 0A2.035 2.035 0 0 0 53.91 22.8q-.038 2.063 0 4.127A2.036 2.036 0 0 0 56.029 29q2.03.014 4.061 0A2.038 2.038 0 0 0 62.2 26.92q.027-2.047 0-4.094A2.045 2.045 0 0 0 60.1 20.734c-.677-.008-1.354 0-2.031 0m-.025 24.857c.677 0 1.354.006 2.03 0a2.048 2.048 0 0 0 2.131-2.1q.023-2.03 0-4.06a2.045 2.045 0 0 0-2.122-2.11q-2.03-.014-4.061 0a2.024 2.024 0 0 0-2.109 2.048q-.044 2.08 0 4.162a2.036 2.036 0 0 0 2.134 2.061c.665.006 1.331 0 2 0M8.321 4.149c-.654 0-1.308 0-1.962 0a2.058 2.058 0 0 0-2.2 2.2q-.014 1.945 0 3.89a2.056 2.056 0 0 0 2.216 2.185q1.928.006 3.857 0a2.065 2.065 0 0 0 2.222-2.184q.02-2 0-3.992a2.046 2.046 0 0 0-2.1-2.1c-.677-.009-1.354 0-2.03 0m.007 24.858c.643 0 1.286 0 1.928 0a2.063 2.063 0 0 0 2.194-2.178c.014-1.33.012-2.661 0-3.991a2.041 2.041 0 0 0-2.094-2.1q-2.047-.016-4.094 0a1.981 1.981 0 0 0-2.087 1.953c-.054 1.453-.053 2.91 0 4.362A1.987 1.987 0 0 0 6.263 29c.688.008 1.376 0 2.064 0M8.282 45.589c.643 0 1.286 0 1.928 0a2.071 2.071 0 0 0 2.24-2.2q.017-1.979 0-3.958a2.046 2.046 0 0 0-2.117-2.113q-2.03-.014-4.061 0a1.979 1.979 0 0 0-2.1 1.943c-.056 1.463-.055 2.932 0 4.4a1.981 1.981 0 0 0 2.074 1.932c.676.009 1.353 0 2.03 0' transform='translate(0 0)' fill='%230484b8'/%3E%3Cpath id='Path_1888' data-name='Path 1888' d='M60.393 48.784c0-2.753-.005-5.5 0-8.257a2.035 2.035 0 0 1 2.225-2.091 2.324 2.324 0 0 1 .835.244q8.23 4.1 16.45 8.215a2.086 2.086 0 0 1 0 3.776q-8.223 4.112-16.45 8.217a2.058 2.058 0 0 1-3.066-1.914c-.006-2.73 0-5.46 0-8.19' transform='translate(-37.582 -23.915)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 14824 | } | ||
| 14825 | @media only screen and (max-width: 768px) { | ||
| 14826 | .video:before { | ||
| 14827 | height: 30px; | ||
| 14828 | width: 35px; | ||
| 14829 | margin-top: 5px; | 14918 | margin-top: 5px; |
| 14830 | margin-right: 10px; | ||
| 14831 | margin-left: -5px; | ||
| 14832 | } | 14919 | } |
| 14833 | } | 14920 | } |
| 14834 | 14921 | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -3,17 +3,24 @@ | ... | @@ -3,17 +3,24 @@ |
| 3 | add_shortcode('resources-list', 'resources_list'); | 3 | add_shortcode('resources-list', 'resources_list'); |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | function resources_list(){ | 6 | function resources_list($atts){ |
| 7 | 7 | $atts['tax']; | |
| 8 | try{ | 8 | try{ |
| 9 | 9 | ||
| 10 | $custom_args = array( | 10 | $custom_args = array( |
| 11 | 'post_type' => 'resource', | 11 | 'post_type' => 'attachment', |
| 12 | 'posts_per_page' => -1, | 12 | 'posts_per_page' => -1, |
| 13 | 'paged' => 1, | 13 | 'paged' => 1, |
| 14 | 'post_status' => 'any', | 14 | 'post_status' => 'any', |
| 15 | 'order' => 'DESC', | 15 | 'order' => 'DESC', |
| 16 | 'orderby' => 'rand', | 16 | 'orderby' => 'rand', |
| 17 | 'tax_query' => array( | ||
| 18 | array ( | ||
| 19 | 'taxonomy' => 'mlo-category', | ||
| 20 | 'field' => 'id', | ||
| 21 | 'terms' => $atts['tax'], | ||
| 22 | ) | ||
| 23 | ), | ||
| 17 | ); | 24 | ); |
| 18 | $custom_query = new \WP_Query($custom_args); | 25 | $custom_query = new \WP_Query($custom_args); |
| 19 | 26 | ||
| ... | @@ -33,11 +40,6 @@ function resources_list(){ | ... | @@ -33,11 +40,6 @@ function resources_list(){ |
| 33 | <div class="category-filter"> <input id="<?php echo $term->slug ; ?>" value="<?php echo $term->slug ; ?>" type="checkbox" class="sr-only"><label for="<?php echo $term->slug ; ?>"><?php echo $term->name ; ?></label></div> | 40 | <div class="category-filter"> <input id="<?php echo $term->slug ; ?>" value="<?php echo $term->slug ; ?>" type="checkbox" class="sr-only"><label for="<?php echo $term->slug ; ?>"><?php echo $term->name ; ?></label></div> |
| 34 | <?php }; ?> | 41 | <?php }; ?> |
| 35 | </div> | 42 | </div> |
| 36 | <div class="type"> | ||
| 37 | <?php $terms = get_terms( array( 'taxonomy' => 'resource_category' ,'parent' => 32) ); | ||
| 38 | foreach($terms as $term){ ?> | ||
| 39 | <div class="category-type"> <input id="<?php echo $term->slug ; ?>" value="<?php echo $term->slug ; ?>" type="checkbox" class="sr-only"><label for="<?php echo $term->slug ; ?>"><?php echo $term->name ; ?></label></div> | ||
| 40 | <?php }; ?> | ||
| 41 | </div> | 43 | </div> |
| 42 | </div> | 44 | </div> |
| 43 | <div class="btn-group sort-button-group"> | 45 | <div class="btn-group sort-button-group"> |
| ... | @@ -47,7 +49,7 @@ function resources_list(){ | ... | @@ -47,7 +49,7 @@ function resources_list(){ |
| 47 | </div> | 49 | </div> |
| 48 | </div> | 50 | </div> |
| 49 | <table id="resources"> | 51 | <table id="resources"> |
| 50 | <thead><tr><th class="hidden"></th><th class="hidden"></th><th></th><th class="hidden"></th><th></th></tr></thead> | 52 | <thead><tr><th class="hidden"></th><th></th><th class="hidden"></th><th></th></tr></thead> |
| 51 | <tbody> | 53 | <tbody> |
| 52 | <?php while ($custom_query->have_posts()): $custom_query->the_post(); | 54 | <?php while ($custom_query->have_posts()): $custom_query->the_post(); |
| 53 | echo resources(get_the_ID()); | 55 | echo resources(get_the_ID()); |
| ... | @@ -120,31 +122,21 @@ function resources($id){ | ... | @@ -120,31 +122,21 @@ function resources($id){ |
| 120 | $text = wp_trim_words( $text, $excerpt_length, ' ...' ); | 122 | $text = wp_trim_words( $text, $excerpt_length, ' ...' ); |
| 121 | $categories = get_the_terms( $id, 'resource_category' ); | 123 | $categories = get_the_terms( $id, 'resource_category' ); |
| 122 | $cat =""; | 124 | $cat =""; |
| 123 | $type =""; | ||
| 124 | if(is_array( $categories)){ | 125 | if(is_array( $categories)){ |
| 125 | foreach( $categories as $category ) { | 126 | foreach( $categories as $category ) { |
| 126 | if($category->parent == 27){ | 127 | if($category->parent == 27){ |
| 127 | $cat .= " ".$category->slug; | 128 | $cat .= " ".$category->slug; |
| 128 | } | 129 | } |
| 129 | if($category->parent == 32){ | ||
| 130 | $type .= " ".$category->slug; | ||
| 131 | } | ||
| 132 | }; | 130 | }; |
| 133 | } ?> | 131 | } ?> |
| 134 | 132 | ||
| 135 | <tr class="table-like__item"> | 133 | <tr class="table-like__item"> |
| 136 | <td class="hidden"> <?php echo $type; ?></td> | 134 | <td class="item"><div class="item-content"><a role="button" href="<?php echo get_permalink($id); ?>"><?php echo $post->post_title; ?></a><div> |
| 137 | <td class="item <?php echo $type; ?>"><div class="item-content"><a role="button" href="<?php echo get_permalink($id); ?>"><?php echo $post->post_title; ?></a><br> | ||
| 138 | <?php echo $text; ?><div> | ||
| 139 | </td> | 135 | </td> |
| 140 | <td class="hidden"> <?php echo $cat; ?></td> | 136 | <td class="hidden"> <?php echo $cat; ?></td> |
| 141 | <td class="hidden"><?php echo get_post_time('U',false, $id ); ?></td> | 137 | <td class="hidden"><?php echo get_post_time('U',false, $id ); ?></td> |
| 142 | <td> | 138 | <td> |
| 143 | <?php if(!is_user_logged_in()){ ?> | 139 | |
| 144 | <button class="simplefavorite-button" data-bs-toggle="modal" data-bs-target="#login-window" style="">Favorite <i class="sf-icon-star-empty"></i></button> | ||
| 145 | <?php }else{ | ||
| 146 | echo do_shortcode('[favorite_button post_id="'.$id.'"]'); | ||
| 147 | } ?> | ||
| 148 | </td> | 140 | </td> |
| 149 | </tr> | 141 | </tr> |
| 150 | <?php | 142 | <?php | ... | ... |
| ... | @@ -20038,17 +20038,14 @@ | ... | @@ -20038,17 +20038,14 @@ |
| 20038 | if (!$('#resources').length) { | 20038 | if (!$('#resources').length) { |
| 20039 | return; | 20039 | return; |
| 20040 | } | 20040 | } |
| 20041 | var pageL = 10; | 20041 | var pageL = 8; |
| 20042 | if ($('#resources').hasClass('resources-fav')) { | ||
| 20043 | pageL = 4; | ||
| 20044 | } | ||
| 20045 | var myTable = $('#resources').DataTable({ | 20042 | var myTable = $('#resources').DataTable({ |
| 20046 | "pageLength": pageL, | 20043 | "pageLength": pageL, |
| 20047 | "searchable": false, | 20044 | "searchable": false, |
| 20048 | "paging": true, | 20045 | "paging": true, |
| 20049 | "info": false, | 20046 | "info": false, |
| 20050 | "order": [[2, 'desc']], | 20047 | "order": [[2, 'desc']], |
| 20051 | "dom": '<"top"<"clear">p<"clear">>rt<"bottom"<"clear">p<"clear">>' | 20048 | "dom": '<"top"<"clear"><"clear">>rt<"bottom"<"clear">p<"clear">>' |
| 20052 | }); | 20049 | }); |
| 20053 | 20050 | ||
| 20054 | // use value of search field to filter | 20051 | // use value of search field to filter | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -118,5 +118,5 @@ let Ge=e;var Ze,tn,en,nn,rn=function(t,e){if(this instanceof rn)return Ge(t).Dat | ... | @@ -118,5 +118,5 @@ let Ge=e;var Ze,tn,en,nn,rn=function(t,e){if(this instanceof rn)return Ge(t).Dat |
| 118 | /*! DataTables Bootstrap 5 integration | 118 | /*! DataTables Bootstrap 5 integration |
| 119 | * 2020 SpryMedia Ltd - datatables.net/license | 119 | * 2020 SpryMedia Ltd - datatables.net/license |
| 120 | */ | 120 | */ |
| 121 | e.extend(!0,rn.defaults,{dom:"<'row'<'col-sm-12 col-md-6'l><'col-sm-12 col-md-6'f>><'row dt-row'<'col-sm-12'tr>><'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",renderer:"bootstrap"}),e.extend(rn.ext.classes,{sWrapper:"dataTables_wrapper dt-bootstrap5",sFilterInput:"form-control form-control-sm",sLengthSelect:"form-select form-select-sm",sProcessing:"dataTables_processing card",sPageButton:"paginate_button page-item"}),rn.ext.renderer.pageButton.bootstrap=function(t,n,r,i,o,a){var s,l,c,u=new rn.Api(t),d=t.oClasses,f=t.oLanguage.oPaginate,h=t.oLanguage.oAria.paginate||{},p=function(n,i){var c,g,m,v,b=function(t){t.preventDefault(),e(t.currentTarget).hasClass("disabled")||u.page()==t.data.action||u.page(t.data.action).draw("page")};for(c=0,g=i.length;c<g;c++)if(v=i[c],Array.isArray(v))p(n,v);else{switch(s="",l="",v){case"ellipsis":s="…",l="disabled";break;case"first":s=f.sFirst,l=v+(o>0?"":" disabled");break;case"previous":s=f.sPrevious,l=v+(o>0?"":" disabled");break;case"next":s=f.sNext,l=v+(o<a-1?"":" disabled");break;case"last":s=f.sLast,l=v+(o<a-1?"":" disabled");break;default:s=v+1,l=o===v?"active":""}if(s){var _=-1!==l.indexOf("disabled");m=e("<li>",{class:d.sPageButton+" "+l,id:0===r&&"string"==typeof v?t.sTableId+"_"+v:null}).append(e("<a>",{href:_?null:"#","aria-controls":t.sTableId,"aria-disabled":_?"true":null,"aria-label":h[v],"aria-role":"link","aria-current":"active"===l?"page":null,"data-dt-idx":v,tabindex:t.iTabIndex,class:"page-link"}).html(s)).appendTo(n),t.oApi._fnBindAction(m,{action:v},b)}}},g=e(n);try{c=g.find(document.activeElement).data("dt-idx")}catch(t){}var m=g.children("ul.pagination");m.length?m.empty():m=g.html("<ul/>").children("ul").addClass("pagination"),p(m,i),void 0!==c&&g.find("[data-dt-idx="+c+"]").trigger("focus")},jQuery(document).ready((function(t){if(t("#resources").length){var e=10;t("#resources").hasClass("resources-fav")&&(e=4);var n,r=t("#resources").DataTable({pageLength:e,searchable:!1,paging:!0,info:!1,order:[[2,"desc"]],dom:'<"top"<"clear">p<"clear">>rt<"bottom"<"clear">p<"clear">>'}),i=t("#quicksearch").keyup((function(){console.log(i.val()),t("#resources").DataTable().column(1).search(i.val()).draw()})),o=t(".category-filter input");o.change((function(){var e=[];o.each((function(t,n){n.checked&&e.push(n.value)})),n=e.length?e.join("|"):"",console.log(n),t("#resources").DataTable().column(2).search(n,!0,!1).draw()}));var a,s=t(".category-type input");s.change((function(){var e=[];s.each((function(t,n){n.checked&&e.push(n.value)})),a=e.length?e.join("|"):"",t("#resources").DataTable().column(0).search(a,!0,!1).draw()})),t(".sort-button-group").on("click","button",(function(){var e=t(this).attr("data-sort-value"),n="asc"==t(this).attr("data-sort-direction"),i=n?"desc":"asc";console.log(e),console.log(n),t(this).attr("data-sort-direction",i),t(this).find(".glyphicon").toggleClass("glyphicon-chevron-up glyphicon-chevron-down"),r.order([e,i]).draw()})),t(document).on("click","#filter-more",(function(e){e.preventDefault(),t(".filter-group").toggleClass("open"),t(this).find(".glyphicon").toggleClass("glyphicon-chevron-up glyphicon-chevron-down")}))}}));var qi=document.querySelector(".blur-image");document.addEventListener("DOMContentLoaded",(function(){if(!qi)return!1;var t=qi.getAttribute("data-src"),e=document.querySelector(".full-image"),n=new Image;n.src=t,n.onload=function(){e.classList.add("image-loaded"),e.style.backgroundImage="url("+t+")"}})),t.Alert=C,t.Button=E,t.Carousel=N,t.Collapse=M,t.Dropdown=ye,t.Modal=Le,t.Offcanvas=ke,t.Popover=Be,t.Scrollspy=qe,t.Tab=ze,t.Toast=Ke,t.Tooltip=We})); | 121 | e.extend(!0,rn.defaults,{dom:"<'row'<'col-sm-12 col-md-6'l><'col-sm-12 col-md-6'f>><'row dt-row'<'col-sm-12'tr>><'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",renderer:"bootstrap"}),e.extend(rn.ext.classes,{sWrapper:"dataTables_wrapper dt-bootstrap5",sFilterInput:"form-control form-control-sm",sLengthSelect:"form-select form-select-sm",sProcessing:"dataTables_processing card",sPageButton:"paginate_button page-item"}),rn.ext.renderer.pageButton.bootstrap=function(t,n,r,i,o,a){var s,l,c,u=new rn.Api(t),d=t.oClasses,f=t.oLanguage.oPaginate,h=t.oLanguage.oAria.paginate||{},p=function(n,i){var c,g,m,v,b=function(t){t.preventDefault(),e(t.currentTarget).hasClass("disabled")||u.page()==t.data.action||u.page(t.data.action).draw("page")};for(c=0,g=i.length;c<g;c++)if(v=i[c],Array.isArray(v))p(n,v);else{switch(s="",l="",v){case"ellipsis":s="…",l="disabled";break;case"first":s=f.sFirst,l=v+(o>0?"":" disabled");break;case"previous":s=f.sPrevious,l=v+(o>0?"":" disabled");break;case"next":s=f.sNext,l=v+(o<a-1?"":" disabled");break;case"last":s=f.sLast,l=v+(o<a-1?"":" disabled");break;default:s=v+1,l=o===v?"active":""}if(s){var _=-1!==l.indexOf("disabled");m=e("<li>",{class:d.sPageButton+" "+l,id:0===r&&"string"==typeof v?t.sTableId+"_"+v:null}).append(e("<a>",{href:_?null:"#","aria-controls":t.sTableId,"aria-disabled":_?"true":null,"aria-label":h[v],"aria-role":"link","aria-current":"active"===l?"page":null,"data-dt-idx":v,tabindex:t.iTabIndex,class:"page-link"}).html(s)).appendTo(n),t.oApi._fnBindAction(m,{action:v},b)}}},g=e(n);try{c=g.find(document.activeElement).data("dt-idx")}catch(t){}var m=g.children("ul.pagination");m.length?m.empty():m=g.html("<ul/>").children("ul").addClass("pagination"),p(m,i),void 0!==c&&g.find("[data-dt-idx="+c+"]").trigger("focus")},jQuery(document).ready((function(t){if(t("#resources").length){var e,n=t("#resources").DataTable({pageLength:8,searchable:!1,paging:!0,info:!1,order:[[2,"desc"]],dom:'<"top"<"clear"><"clear">>rt<"bottom"<"clear">p<"clear">>'}),r=t("#quicksearch").keyup((function(){console.log(r.val()),t("#resources").DataTable().column(1).search(r.val()).draw()})),i=t(".category-filter input");i.change((function(){var n=[];i.each((function(t,e){e.checked&&n.push(e.value)})),e=n.length?n.join("|"):"",console.log(e),t("#resources").DataTable().column(2).search(e,!0,!1).draw()}));var o,a=t(".category-type input");a.change((function(){var e=[];a.each((function(t,n){n.checked&&e.push(n.value)})),o=e.length?e.join("|"):"",t("#resources").DataTable().column(0).search(o,!0,!1).draw()})),t(".sort-button-group").on("click","button",(function(){var e=t(this).attr("data-sort-value"),r="asc"==t(this).attr("data-sort-direction"),i=r?"desc":"asc";console.log(e),console.log(r),t(this).attr("data-sort-direction",i),t(this).find(".glyphicon").toggleClass("glyphicon-chevron-up glyphicon-chevron-down"),n.order([e,i]).draw()})),t(document).on("click","#filter-more",(function(e){e.preventDefault(),t(".filter-group").toggleClass("open"),t(this).find(".glyphicon").toggleClass("glyphicon-chevron-up glyphicon-chevron-down")}))}}));var qi=document.querySelector(".blur-image");document.addEventListener("DOMContentLoaded",(function(){if(!qi)return!1;var t=qi.getAttribute("data-src"),e=document.querySelector(".full-image"),n=new Image;n.src=t,n.onload=function(){e.classList.add("image-loaded"),e.style.backgroundImage="url("+t+")"}})),t.Alert=C,t.Button=E,t.Carousel=N,t.Collapse=M,t.Dropdown=ye,t.Modal=Le,t.Offcanvas=ke,t.Popover=Be,t.Scrollspy=qe,t.Tab=ze,t.Toast=Ke,t.Tooltip=We})); |
| 122 | //# sourceMappingURL=child-theme.min.js.map | 122 | //# sourceMappingURL=child-theme.min.js.map |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -4,17 +4,15 @@ jQuery(document).ready(function($) { | ... | @@ -4,17 +4,15 @@ jQuery(document).ready(function($) { |
| 4 | return; | 4 | return; |
| 5 | } | 5 | } |
| 6 | 6 | ||
| 7 | var pageL = 10; | 7 | var pageL = 8; |
| 8 | if($('#resources').hasClass('resources-fav')){ | 8 | |
| 9 | pageL = 4; | ||
| 10 | } | ||
| 11 | var myTable = $('#resources').DataTable({ | 9 | var myTable = $('#resources').DataTable({ |
| 12 | "pageLength": pageL, | 10 | "pageLength": pageL, |
| 13 | "searchable": false, | 11 | "searchable": false, |
| 14 | "paging": true, | 12 | "paging": true, |
| 15 | "info": false, | 13 | "info": false, |
| 16 | "order": [[2, 'desc']], | 14 | "order": [[2, 'desc']], |
| 17 | "dom": '<"top"<"clear">p<"clear">>rt<"bottom"<"clear">p<"clear">>' | 15 | "dom": '<"top"<"clear"><"clear">>rt<"bottom"<"clear">p<"clear">>' |
| 18 | 16 | ||
| 19 | }); | 17 | }); |
| 20 | 18 | ... | ... |
| 1 | label[for="quicksearch"] { | ||
| 2 | font-size: 18px; | ||
| 3 | line-height: 24px; | ||
| 4 | color: #0484b8; | ||
| 5 | text-transform: uppercase; | ||
| 6 | font-family: "Poppins", sans-serif; | ||
| 7 | font-weight: 800; | ||
| 8 | } | ||
| 9 | #quicksearch { | ||
| 10 | width: 600px; | ||
| 11 | @media only screen and (max-width:1100px) { | ||
| 12 | width: 100%; | ||
| 13 | } | ||
| 14 | border-bottom: 1px solid #8e908f !important; | ||
| 15 | } | ||
| 16 | .filters { | ||
| 17 | border-bottom: 1px solid #ffa300 !important; | ||
| 18 | border-top: 1px solid #ffa300 !important; | ||
| 19 | padding: 10px 0px 10px 0px; | ||
| 20 | .glyphicon-chevron-up::after { | ||
| 21 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.432' height='11.567' viewBox='0 0 19.432 11.567'%3E%3Cpath id='Path_1875' data-name='Path 1875' d='M395.235 274.525a1.19 1.19 0 0 0 1.681.063l9.188-8.526a1.19 1.19 0 0 0 0-1.744l-9.187-8.526a1.19 1.19 0 1 0-1.619 1.744l8.248 7.654-8.248 7.654a1.19 1.19 0 0 0-.063 1.681Z' transform='translate(274.905 -394.917) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | ||
| 22 | } | ||
| 23 | .glyphicon-chevron-down::after { | ||
| 24 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.631' height='11.905' viewBox='0 0 19.631 11.905'%3E%3Cpath id='Path_1875' data-name='Path 1875' d='M395.235 274.525a1.19 1.19 0 0 0 1.681.063l9.188-8.526a1.19 1.19 0 0 0 0-1.744l-9.187-8.526a1.19 1.19 0 1 0-1.619 1.744l8.248 7.654-8.248 7.654a1.19 1.19 0 0 0-.063 1.681Z' transform='matrix(-0.017 -1 1 -0.017 -248.34 411.22)' fill='%230484b8'/%3E%3C/svg%3E"); | ||
| 25 | } | ||
| 26 | #filter-more { | ||
| 27 | font-size: 18px; | ||
| 28 | line-height: 24px; | ||
| 29 | color: #0484b8; | ||
| 30 | text-transform: uppercase; | ||
| 31 | text-decoration: none; | ||
| 32 | padding: 10px 0px; | ||
| 33 | display: block; | ||
| 34 | font-family: "Poppins", sans-serif; | ||
| 35 | font-weight: 800; | ||
| 36 | } | ||
| 37 | .filter-group { | ||
| 38 | display: none; | ||
| 39 | flex-direction: row; | ||
| 40 | justify-content: space-between; | ||
| 41 | margin-bottom: 20px; | ||
| 42 | @media only screen and (max-width: 1100px) { | ||
| 43 | flex-direction: column; | ||
| 44 | } | ||
| 45 | .sort-button-group { | ||
| 46 | align-self: flex-end; | ||
| 47 | @media only screen and (max-width: 1100px) { | ||
| 48 | align-self:inherit; | ||
| 49 | margin-top: 20px; | ||
| 50 | } | ||
| 51 | .btn { | ||
| 52 | border: 1px solid #0081bc; | ||
| 53 | } | ||
| 54 | } | ||
| 55 | } | ||
| 56 | .filter-group.open { | ||
| 57 | display: flex; | ||
| 58 | } | ||
| 59 | } | ||
| 60 | .category-filter-group { | ||
| 61 | display: flex; | ||
| 62 | flex-direction: row; | ||
| 63 | @media only screen and (max-width: 1100px) { | ||
| 64 | flex-direction: column; | ||
| 65 | } | ||
| 66 | } | ||
| 67 | .category-type, | ||
| 68 | .category-filter { | ||
| 69 | display: flex; | ||
| 70 | flex-direction: row; | ||
| 71 | @media only screen and (max-width: 1100px) { | ||
| 72 | flex-direction: column; | ||
| 73 | } | ||
| 74 | font-size: 18px; | ||
| 75 | font-size: 1.125rem; | ||
| 76 | color: #515151; | ||
| 77 | margin: 0.25rem 0; | ||
| 78 | margin-right: 1rem; | ||
| 79 | label { | ||
| 80 | padding-left: 30px; | ||
| 81 | padding-right: 10px; | ||
| 82 | white-space: nowrap; | ||
| 83 | cursor: pointer; | ||
| 84 | color: #2c2c2c; | ||
| 85 | } | ||
| 86 | input[type="checkbox"] { | ||
| 87 | display: inline-block; | ||
| 88 | margin-left: 30px; | ||
| 89 | margin-left: 0; | ||
| 90 | } | ||
| 91 | input[type="checkbox"]:focus + label { | ||
| 92 | outline: -webkit-focus-ring-color auto 1px; | ||
| 93 | } | ||
| 94 | label:before { | ||
| 95 | content: ""; | ||
| 96 | cursor: pointer; | ||
| 97 | height: 25px; | ||
| 98 | width: 25px; | ||
| 99 | padding: 2.5px; | ||
| 100 | display: inline-block; | ||
| 101 | position: absolute; | ||
| 102 | background: #fff; | ||
| 103 | margin-left: -30px; | ||
| 104 | border: 2px solid #0081bc; | ||
| 105 | border-radius: 4px; | ||
| 106 | } | ||
| 107 | input:checked + label:before { | ||
| 108 | background: #0081bc !important; | ||
| 109 | border: 2px solid #0081bc; | ||
| 110 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.078' height='18.352' viewBox='0 0 15.078 18.352'%3E%3Cpath id='Path_1871' data-name='Path 1871' d='M137.622 43.1l1.28 2.211 6.924-11.987a1.837 1.837 0 0 1 3.2 1.8l-8.5 14.722a1.931 1.931 0 0 1-3.259 0L134.48 44.9a1.812 1.812 0 1 1 3.142-1.8Z' transform='translate(-134.203 -32.392)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E"); | ||
| 111 | height: 25px; | ||
| 112 | width: 25px; | ||
| 113 | padding: 2px 4px; | ||
| 114 | background-position: 4px; | ||
| 115 | background-size: 22px; | ||
| 116 | background-repeat: no-repeat; | ||
| 117 | position: absolute; | ||
| 118 | cursor: pointer; | ||
| 119 | } | ||
| 120 | input[type="checkbox"] { | ||
| 121 | background-color: initial; | ||
| 122 | cursor: default; | ||
| 123 | -webkit-appearance: auto; | ||
| 124 | -moz-appearance: auto; | ||
| 125 | appearance: auto; | ||
| 126 | -webkit-box-sizing: border-box; | ||
| 127 | box-sizing: border-box; | ||
| 128 | margin: 3px 3px 3px 4px; | ||
| 129 | padding: initial; | ||
| 130 | border: initial; | ||
| 131 | position: relative; | ||
| 132 | } | ||
| 133 | .sr-only { | ||
| 134 | position: absolute !important; | ||
| 135 | clip: rect(1px, 1px, 1px, 1px); | ||
| 136 | padding: 0; | ||
| 137 | border: 0; | ||
| 138 | height: 1px; | ||
| 139 | width: 1px; | ||
| 140 | overflow: hidden; | ||
| 141 | } | ||
| 142 | } | ||
| 143 | |||
| 144 | |||
| 1 | #resources.dataTable{ | 145 | #resources.dataTable{ |
| 2 | width: 100% !important; | 146 | width: 100% !important; |
| 3 | } | 147 | } |
| ... | @@ -49,35 +193,18 @@ td.hidden { | ... | @@ -49,35 +193,18 @@ td.hidden { |
| 49 | display: none !important; | 193 | display: none !important; |
| 50 | visibility: hidden !important; | 194 | visibility: hidden !important; |
| 51 | } | 195 | } |
| 52 | .simplefavorite-button { | 196 | |
| 53 | all: unset; | ||
| 54 | margin-right: -10px; | ||
| 55 | display: block; | ||
| 56 | cursor: pointer; | ||
| 57 | font-size: 0px; | ||
| 58 | .sf-icon-star-empty { | ||
| 59 | height: 25px; | ||
| 60 | width: 25px; | ||
| 61 | content: url("data:image/svg+xml,%3Csvg id='Heart' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26.236' height='23.208' viewBox='0 0 26.236 23.208'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_222' data-name='Rectangle 222' width='26.236' height='23.208' fill='none' stroke='%23156570' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1311' data-name='Group 1311' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1370' data-name='Path 1370' d='M48.736 56.96c-.078-.074-.139-.13-.2-.188l-9.258-9.264a5.727 5.727 0 0 1-1.768-4.583 5.493 5.493 0 0 1 1.835-3.849 5.68 5.68 0 0 1 6.563-.929 7.972 7.972 0 0 1 1.543 1.129c.447.383.837.833 1.334 1.336a1.478 1.478 0 0 1 .187-.3 22.913 22.913 0 0 1 1.871-1.723 5.786 5.786 0 0 1 8.473 7.4 6.192 6.192 0 0 1-1.1 1.475q-4.641 4.69-9.32 9.343C48.856 56.855 48.805 56.9 48.736 56.96Z' transform='translate(-35.626 -35.626)' fill='none' stroke='%23156570' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 62 | } | ||
| 63 | } | ||
| 64 | .simplefavorite-button.active { | ||
| 65 | opacity: 1 !important; | ||
| 66 | .sf-icon-star-full { | ||
| 67 | content: url("data:image/svg+xml,%3Csvg id='Heart' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26.236' height='23.208' viewBox='0 0 26.236 23.208'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_222' data-name='Rectangle 222' width='26.236' height='23.208' fill='%23e04e39' stroke='%23156570' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1311' data-name='Group 1311' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1370' data-name='Path 1370' d='M48.736 56.96c-.078-.074-.139-.13-.2-.188l-9.258-9.264a5.727 5.727 0 0 1-1.768-4.583 5.493 5.493 0 0 1 1.835-3.849 5.68 5.68 0 0 1 6.563-.929 7.972 7.972 0 0 1 1.543 1.129c.447.383.837.833 1.334 1.336a1.478 1.478 0 0 1 .187-.3 22.913 22.913 0 0 1 1.871-1.723 5.786 5.786 0 0 1 8.473 7.4 6.192 6.192 0 0 1-1.1 1.475q-4.641 4.69-9.32 9.343C48.856 56.855 48.805 56.9 48.736 56.96Z' transform='translate(-35.626 -35.626)' fill='%23e04e39' stroke='%23156570' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 68 | } | ||
| 69 | } | ||
| 70 | .table-like__item { | 197 | .table-like__item { |
| 71 | display: block; | 198 | display: block; |
| 72 | margin-bottom: 20px; | 199 | margin-bottom: 20px; |
| 73 | border-radius: 10px; | 200 | border-radius: 10px; |
| 74 | height: 130px; | 201 | height: 69px; |
| 75 | @media only screen and (max-width: 768px) { | 202 | @media only screen and (max-width: 768px) { |
| 76 | height: auto; | 203 | height: auto; |
| 77 | } | 204 | } |
| 78 | background: #ffffff 0% 0% no-repeat padding-box; | 205 | background: #ffffff 0% 0% no-repeat padding-box; |
| 79 | box-shadow: 0px 3px 6px #00000029; | 206 | box-shadow: 0px 3px 6px #00000029; |
| 80 | padding: 21px 22px; | 207 | padding: 15px 22px; |
| 81 | width: 100%; | 208 | width: 100%; |
| 82 | .item { | 209 | .item { |
| 83 | width: 100%; | 210 | width: 100%; |
| ... | @@ -127,7 +254,7 @@ td.hidden { | ... | @@ -127,7 +254,7 @@ td.hidden { |
| 127 | } | 254 | } |
| 128 | } | 255 | } |
| 129 | 256 | ||
| 130 | .toolkit:before { | 257 | .item:before { |
| 131 | content: ""; | 258 | content: ""; |
| 132 | height: 50px; | 259 | height: 50px; |
| 133 | width: 40px; | 260 | width: 40px; |
| ... | @@ -142,63 +269,10 @@ td.hidden { | ... | @@ -142,63 +269,10 @@ td.hidden { |
| 142 | display: inline-block; | 269 | display: inline-block; |
| 143 | background-size: contain; | 270 | background-size: contain; |
| 144 | background-repeat: no-repeat; | 271 | background-repeat: no-repeat; |
| 145 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1482' data-name='Group 1482' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3C/g%3E%3Ccircle id='Ellipse_13' data-name='Ellipse 13' cx='8' cy='8' r='8' transform='translate(4349.135 1552.5)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 146 | } | ||
| 147 | 272 | ||
| 148 | .article:before { | 273 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cg id='Group_41' data-name='Group 41' transform='translate(-342 -467)'%3E%3Crect id='Rectangle_93' data-name='Rectangle 93' width='45' height='45' rx='4' transform='translate(342 467)' fill='%231a3668' opacity='0.298'/%3E%3Cpath id='icon_PDF_' data-name='icon_PDF ' d='M1.889 61.617a1.7 1.7 0 0 1-1.108-.4A1.964 1.964 0 0 1 .025 59.37c.084-.529.335-2.118 5.787-4.383A51.792 51.792 0 0 0 10.445 44.88c-1.491-2.336-1.951-4.014-1.408-5.122a2.1 2.1 0 0 1 1.893-1.136q.085-.006.165-.006a1.818 1.818 0 0 1 1.5.732c.437.587.891 1.765-.081 5.223a37.968 37.968 0 0 0 6.387 6.97 19.079 19.079 0 0 1 1.924-.109c1.769 0 2.85.338 3.4 1.063a1.826 1.826 0 0 1 .28 1.626A1.906 1.906 0 0 1 22.592 55.6h0c-1.052 0-2.484-.7-4.26-2.086A51.869 51.869 0 0 0 7.1 56.505c-3.16 5.111-4.7 5.112-5.215 5.112Zm.006-1.961a.366.366 0 0 0 .049.059 4.851 4.851 0 0 0 1.734-1.589c-1.335.788-1.752 1.335-1.782 1.53Zm9.9-12.86a55.477 55.477 0 0 1-3.221 7.157A56.264 56.264 0 0 1 16.44 51.9 41.811 41.811 0 0 1 11.793 46.8ZM21.5 53.348a2.729 2.729 0 0 0 1.087.359.468.468 0 0 0 .06 0 .511.511 0 0 0 .03-.083v-.005a2.713 2.713 0 0 0-1.178-.267ZM11.092 40.509h-.027a.627.627 0 0 0-.327.079c-.062.09-.091.566.374 1.6a3.235 3.235 0 0 0-.019-1.676Z' transform='translate(351.999 439.383)' fill='%231a3668'/%3E%3C/g%3E%3C/svg%3E"); |
| 149 | content: ""; | ||
| 150 | height: 50px; | ||
| 151 | width: 40px; | ||
| 152 | margin-top: 10px; | ||
| 153 | margin-right: 10px; | ||
| 154 | @media only screen and (max-width: 768px) { | ||
| 155 | height: 30px; | ||
| 156 | width: 40px; | ||
| 157 | margin-right: 5px; | ||
| 158 | margin-top: 5px; | ||
| 159 | } | ||
| 160 | display: inline-block; | ||
| 161 | background-size: contain; | ||
| 162 | background-repeat: no-repeat; | ||
| 163 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='67' viewBox='0 0 50 67'%3E%3Cg id='Group_1483' data-name='Group 1483' transform='translate(-4332.135 -1543.456)'%3E%3Cpath id='Rectangle_341' data-name='Rectangle 341' d='M3 3V47H64V3H3M3 0H64a3 3 0 0 1 3 3V47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3A3 3 0 0 1 3 0Z' transform='translate(4382.135 1543.456) rotate(90)' fill='%230484b8'/%3E%3Cg id='Group_1481' data-name='Group 1481' transform='translate(5945.502 -2769.132) rotate(90)'%3E%3Crect id='Rectangle_343' data-name='Rectangle 343' width='6' height='30.351' rx='3' transform='translate(4364.5 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_344' data-name='Rectangle 344' width='6' height='30.351' rx='3' transform='translate(4354.308 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_345' data-name='Rectangle 345' width='6' height='30.351' rx='3' transform='translate(4344.115 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_346' data-name='Rectangle 346' width='6' height='30.351' rx='3' transform='translate(4333.923 1573)' fill='%230484b8'/%3E%3Crect id='Rectangle_347' data-name='Rectangle 347' width='6' height='30.351' rx='3' transform='translate(4323.73 1573)' fill='%230484b8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); | ||
| 164 | } | 274 | } |
| 165 | 275 | ||
| 166 | .pdf:before { | ||
| 167 | content: ""; | ||
| 168 | height: 50px; | ||
| 169 | width: 40px; | ||
| 170 | margin-right: 12px; | ||
| 171 | @media only screen and (max-width: 768px) { | ||
| 172 | height: 30px; | ||
| 173 | width: 40px; | ||
| 174 | margin-top: 5px; | ||
| 175 | margin-right: 5px; | ||
| 176 | } | ||
| 177 | |||
| 178 | display: inline-block; | ||
| 179 | background-size: contain; | ||
| 180 | background-repeat: no-repeat; | ||
| 181 | background-image: url("data:image/svg+xml,%3Csvg id='Group_1138' data-name='Group 1138' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='61.731' height='69.688' viewBox='0 0 61.731 69.688'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_183' data-name='Rectangle 183' width='61.731' height='69.688' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1137' data-name='Group 1137' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1366' data-name='Path 1366' d='M53.764 69.688H8.012c-.107-.038-.213-.082-.323-.113a2.718 2.718 0 0 1-1.9-1.727 2.908 2.908 0 0 1-.165-1.053q0-6.691 0-13.382v-.388H5.306c-.474 0-.948 0-1.422 0a3.9 3.9 0 0 1-3.775-3.24A2.861 2.861 0 0 0 0 49.425v-20.9a2.182 2.182 0 0 0 .1-.328 3.9 3.9 0 0 1 3.911-3.284c.455.009.909 0 1.364 0 .075 0 .149-.012.253-.021V3.112c0-.145 0-.29 0-.435A2.745 2.745 0 0 1 7.386.168 3.124 3.124 0 0 1 8.554 0h32.6c.068 0 .136 0 .2 0A1.35 1.35 0 0 1 42.41.464c.093.1.18.2.27.3q6.482 7.4 12.969 14.8a1.924 1.924 0 0 1 .529 1.364c0 .087 0 .174 0 .261v7.717h.32c.474 0 .949-.015 1.422 0a3.824 3.824 0 0 1 3.488 2.293 3.732 3.732 0 0 1 .324 1.693q-.01 5.863 0 11.727 0 4.166 0 8.331a4.994 4.994 0 0 1-.037.839 3.9 3.9 0 0 1-3.816 3.224c-.474 0-.948 0-1.422 0-.084 0-.168.009-.273.015v.4q0 6.589 0 13.179c0 .184 0 .368-.019.551a2.73 2.73 0 0 1-2.039 2.408c-.12.031-.237.076-.356.115M8.38 2.738V24.9H53.4c.067-.3.056-6.6-.014-6.829H41.668c-.106 0-.213 0-.319 0A1.37 1.37 0 0 1 40.026 16.9a2.746 2.746 0 0 1-.018-.434q0-6.677 0-13.353V2.738ZM8.373 66.175H53.424V53.044H8.373Zm15.5-16.514c.117.019.212.042.307.049.79.066 1.58.148 2.371.19a32.6 32.6 0 0 0 5.1-.059 16.7 16.7 0 0 0 3.844-.831 8.88 8.88 0 0 0 5.7-5.618 12.809 12.809 0 0 0 .459-6.809A8.347 8.347 0 0 0 40 32.889a9.083 9.083 0 0 0-4.6-3.029 16.966 16.966 0 0 0-4.668-.641 45.008 45.008 0 0 0-5.564.239c-.429.046-.856.114-1.288.172Zm-13.02-7.189a14.15 14.15 0 0 0 2.723.043 10.625 10.625 0 0 0 3.35-.756 6.261 6.261 0 0 0 2.815-2.16 6.758 6.758 0 0 0 1.107-4.92 5.65 5.65 0 0 0-3.772-4.77 10.7 10.7 0 0 0-3.6-.675 40.641 40.641 0 0 0-6.485.288c-.236.03-.469.078-.7.116v20.11h4.561Zm46.54-13.085c-.451-.063-12.239-.041-12.439.018V49.736c.383.056 4.375.041 4.611-.021V44.3q0-.682 0-1.364c0-.451 0-.9 0-1.375h4.886c.406 0 .813 0 1.219 0s.8.017 1.2-.013V37.808H53.23c-1.215 0-2.43 0-3.64 0-.06-.549-.036-4.438.033-4.672h7.77Z' fill='%230484b8'/%3E%3Cpath id='Path_1367' data-name='Path 1367' d='M162.156 186.382c.333-.042.657-.1.983-.121a9.593 9.593 0 0 1 3.255.22 5.243 5.243 0 0 1 4.008 4.11 9.4 9.4 0 0 1-.266 5.291 5.541 5.541 0 0 1-4.1 3.7 9.083 9.083 0 0 1-2.445.253c-.472-.008-.944-.031-1.435-.047Z' transform='translate(-133.638 -153.468)' fill='%230484b8'/%3E%3Cpath id='Path_1368' data-name='Path 1368' d='M61.758 192.1v-6.042c.121-.027.24-.063.36-.079a7.58 7.58 0 0 1 2.994.08 3.149 3.149 0 0 1 1.091.523 2.577 2.577 0 0 1 1 1.677 3.556 3.556 0 0 1-.017 1.327 3.013 3.013 0 0 1-2.267 2.389 6.144 6.144 0 0 1-2.182.211c-.317-.019-.633-.056-.976-.087' transform='translate(-50.897 -153.178)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 182 | } | ||
| 183 | |||
| 184 | .video:before { | ||
| 185 | content: ""; | ||
| 186 | height: 50px; | ||
| 187 | width: 40px; | ||
| 188 | margin-right: 10px; | ||
| 189 | margin-top: 10px; | ||
| 190 | @media only screen and (max-width: 768px) { | ||
| 191 | height: 30px; | ||
| 192 | width: 35px; | ||
| 193 | margin-top: 5px; | ||
| 194 | margin-right: 10px; | ||
| 195 | margin-left: -5px; | ||
| 196 | } | ||
| 197 | display: inline-block; | ||
| 198 | background-size: contain; | ||
| 199 | background-repeat: no-repeat; | ||
| 200 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='66.352' height='49.753' viewBox='0 0 66.352 49.753'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_292' data-name='Rectangle 292' width='66.352' height='49.753' fill='%230484b8'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1421' data-name='Group 1421' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1887' data-name='Path 1887' d='M0 44.159V5.579a1.083 1.083 0 0 0 .061-.187A6.207 6.207 0 0 1 6.244 0Q33.17 0 60.1.009a6.512 6.512 0 0 1 1.637.207 6.169 6.169 0 0 1 4.608 5.939c.019 3.564.006 7.129.006 10.694q0 13.249 0 26.5a6.219 6.219 0 0 1-2.013 4.741 6.347 6.347 0 0 1-4.548 1.665q-26.606-.014-53.211-.006H6.341a6.213 6.213 0 0 1-6.17-4.8c-.06-.261-.114-.523-.171-.785M49.742 4.166H16.613V45.579H49.742Zm8.3 8.258c.677 0 1.354.006 2.03 0A2.053 2.053 0 0 0 62.2 10.288q.016-2.013 0-4.026a2.046 2.046 0 0 0-2.121-2.111q-2.03-.013-4.061 0A2.023 2.023 0 0 0 53.912 6.2q-.044 2.08 0 4.161a2.037 2.037 0 0 0 2.134 2.062c.665.006 1.331 0 2 0m.025 8.308c-.677 0-1.354-.006-2.03 0A2.035 2.035 0 0 0 53.91 22.8q-.038 2.063 0 4.127A2.036 2.036 0 0 0 56.029 29q2.03.014 4.061 0A2.038 2.038 0 0 0 62.2 26.92q.027-2.047 0-4.094A2.045 2.045 0 0 0 60.1 20.734c-.677-.008-1.354 0-2.031 0m-.025 24.857c.677 0 1.354.006 2.03 0a2.048 2.048 0 0 0 2.131-2.1q.023-2.03 0-4.06a2.045 2.045 0 0 0-2.122-2.11q-2.03-.014-4.061 0a2.024 2.024 0 0 0-2.109 2.048q-.044 2.08 0 4.162a2.036 2.036 0 0 0 2.134 2.061c.665.006 1.331 0 2 0M8.321 4.149c-.654 0-1.308 0-1.962 0a2.058 2.058 0 0 0-2.2 2.2q-.014 1.945 0 3.89a2.056 2.056 0 0 0 2.216 2.185q1.928.006 3.857 0a2.065 2.065 0 0 0 2.222-2.184q.02-2 0-3.992a2.046 2.046 0 0 0-2.1-2.1c-.677-.009-1.354 0-2.03 0m.007 24.858c.643 0 1.286 0 1.928 0a2.063 2.063 0 0 0 2.194-2.178c.014-1.33.012-2.661 0-3.991a2.041 2.041 0 0 0-2.094-2.1q-2.047-.016-4.094 0a1.981 1.981 0 0 0-2.087 1.953c-.054 1.453-.053 2.91 0 4.362A1.987 1.987 0 0 0 6.263 29c.688.008 1.376 0 2.064 0M8.282 45.589c.643 0 1.286 0 1.928 0a2.071 2.071 0 0 0 2.24-2.2q.017-1.979 0-3.958a2.046 2.046 0 0 0-2.117-2.113q-2.03-.014-4.061 0a1.979 1.979 0 0 0-2.1 1.943c-.056 1.463-.055 2.932 0 4.4a1.981 1.981 0 0 0 2.074 1.932c.676.009 1.353 0 2.03 0' transform='translate(0 0)' fill='%230484b8'/%3E%3Cpath id='Path_1888' data-name='Path 1888' d='M60.393 48.784c0-2.753-.005-5.5 0-8.257a2.035 2.035 0 0 1 2.225-2.091 2.324 2.324 0 0 1 .835.244q8.23 4.1 16.45 8.215a2.086 2.086 0 0 1 0 3.776q-8.223 4.112-16.45 8.217a2.058 2.058 0 0 1-3.066-1.914c-.006-2.73 0-5.46 0-8.19' transform='translate(-37.582 -23.915)' fill='%230484b8'/%3E%3C/g%3E%3C/svg%3E"); | ||
| 201 | } | ||
| 202 | 276 | ||
| 203 | .category-type { | 277 | .category-type { |
| 204 | display: block; | 278 | display: block; | ... | ... |
-
Please register or sign in to post a comment