list
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
8 changed files
with
86 additions
and
31 deletions
| ... | @@ -14236,12 +14236,28 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -14236,12 +14236,28 @@ figure.woocommerce-product-gallery__wrapper { |
| 14236 | width: 80% !important; | 14236 | width: 80% !important; |
| 14237 | } | 14237 | } |
| 14238 | 14238 | ||
| 14239 | h1, .h1 { | ||
| 14240 | color: #1A3668; | ||
| 14241 | font-size: 39px; | ||
| 14242 | line-height: 49px; | ||
| 14243 | } | ||
| 14244 | |||
| 14239 | h2, .h2 { | 14245 | h2, .h2 { |
| 14240 | color: #1A3668; | 14246 | color: #1A3668; |
| 14241 | font-size: 28px; | 14247 | font-size: 28px; |
| 14242 | line-height: 36px; | 14248 | line-height: 36px; |
| 14243 | } | 14249 | } |
| 14244 | 14250 | ||
| 14251 | p { | ||
| 14252 | color: #1A3668; | ||
| 14253 | font-size: 16px; | ||
| 14254 | line-height: 24px; | ||
| 14255 | } | ||
| 14256 | |||
| 14257 | #full-width-page-wrapper { | ||
| 14258 | padding-top: 70px; | ||
| 14259 | } | ||
| 14260 | |||
| 14245 | #wrapper-navbar { | 14261 | #wrapper-navbar { |
| 14246 | position: relative; | 14262 | position: relative; |
| 14247 | z-index: 999; | 14263 | z-index: 999; |
| ... | @@ -14615,7 +14631,7 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item { | ... | @@ -14615,7 +14631,7 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item { |
| 14615 | label[for=quicksearch] { | 14631 | label[for=quicksearch] { |
| 14616 | font-size: 18px; | 14632 | font-size: 18px; |
| 14617 | line-height: 24px; | 14633 | line-height: 24px; |
| 14618 | color: #0484b8; | 14634 | color: #1A3668; |
| 14619 | text-transform: uppercase; | 14635 | text-transform: uppercase; |
| 14620 | font-family: "Poppins", sans-serif; | 14636 | font-family: "Poppins", sans-serif; |
| 14621 | font-weight: 800; | 14637 | font-weight: 800; |
| ... | @@ -14623,7 +14639,9 @@ label[for=quicksearch] { | ... | @@ -14623,7 +14639,9 @@ label[for=quicksearch] { |
| 14623 | 14639 | ||
| 14624 | #quicksearch { | 14640 | #quicksearch { |
| 14625 | width: 600px; | 14641 | width: 600px; |
| 14642 | border: 1px solid #fff; | ||
| 14626 | border-bottom: 1px solid #8e908f !important; | 14643 | border-bottom: 1px solid #8e908f !important; |
| 14644 | margin-bottom: 15px; | ||
| 14627 | } | 14645 | } |
| 14628 | @media only screen and (max-width: 1100px) { | 14646 | @media only screen and (max-width: 1100px) { |
| 14629 | #quicksearch { | 14647 | #quicksearch { |
| ... | @@ -14632,20 +14650,20 @@ label[for=quicksearch] { | ... | @@ -14632,20 +14650,20 @@ label[for=quicksearch] { |
| 14632 | } | 14650 | } |
| 14633 | 14651 | ||
| 14634 | .filters { | 14652 | .filters { |
| 14635 | border-bottom: 1px solid #ffa300 !important; | 14653 | border-bottom: 1px solid #1A3668 !important; |
| 14636 | border-top: 1px solid #ffa300 !important; | 14654 | border-top: 1px solid #1A3668 !important; |
| 14637 | padding: 10px 0px 10px 0px; | 14655 | padding: 10px 0px 10px 0px; |
| 14638 | } | 14656 | } |
| 14639 | .filters .glyphicon-chevron-up::after { | 14657 | .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"); | 14658 | 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='%231A3668'/%3E%3C/svg%3E"); |
| 14641 | } | 14659 | } |
| 14642 | .filters .glyphicon-chevron-down::after { | 14660 | .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"); | 14661 | 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='%231A3668'/%3E%3C/svg%3E"); |
| 14644 | } | 14662 | } |
| 14645 | .filters #filter-more { | 14663 | .filters #filter-more { |
| 14646 | font-size: 18px; | 14664 | font-size: 18px; |
| 14647 | line-height: 24px; | 14665 | line-height: 24px; |
| 14648 | color: #0484b8; | 14666 | color: #1A3668; |
| 14649 | text-transform: uppercase; | 14667 | text-transform: uppercase; |
| 14650 | text-decoration: none; | 14668 | text-decoration: none; |
| 14651 | padding: 10px 0px; | 14669 | padding: 10px 0px; |
| ... | @@ -14674,7 +14692,7 @@ label[for=quicksearch] { | ... | @@ -14674,7 +14692,7 @@ label[for=quicksearch] { |
| 14674 | } | 14692 | } |
| 14675 | } | 14693 | } |
| 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 { | 14694 | .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; | 14695 | border: 1px solid #1A3668; |
| 14678 | } | 14696 | } |
| 14679 | .filters .filter-group.open { | 14697 | .filters .filter-group.open { |
| 14680 | display: flex; | 14698 | display: flex; |
| ... | @@ -14735,13 +14753,13 @@ label[for=quicksearch] { | ... | @@ -14735,13 +14753,13 @@ label[for=quicksearch] { |
| 14735 | position: absolute; | 14753 | position: absolute; |
| 14736 | background: #fff; | 14754 | background: #fff; |
| 14737 | margin-left: -30px; | 14755 | margin-left: -30px; |
| 14738 | border: 2px solid #0081bc; | 14756 | border: 2px solid #1A3668; |
| 14739 | border-radius: 4px; | 14757 | border-radius: 4px; |
| 14740 | } | 14758 | } |
| 14741 | .category-type input:checked + label:before, | 14759 | .category-type input:checked + label:before, |
| 14742 | .category-filter input:checked + label:before { | 14760 | .category-filter input:checked + label:before { |
| 14743 | background: #0081bc !important; | 14761 | background: #1A3668 !important; |
| 14744 | border: 2px solid #0081bc; | 14762 | border: 2px solid #1A3668; |
| 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"); | 14763 | 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; | 14764 | height: 25px; |
| 14747 | width: 25px; | 14765 | width: 25px; |
| ... | @@ -14801,13 +14819,13 @@ label[for=quicksearch] { | ... | @@ -14801,13 +14819,13 @@ label[for=quicksearch] { |
| 14801 | .previous.paginate_button a::before { | 14819 | .previous.paginate_button a::before { |
| 14802 | top: 5px; | 14820 | top: 5px; |
| 14803 | position: relative; | 14821 | position: relative; |
| 14804 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1291' data-name='Path 1291' d='M7.515 5.543c.52-.526 1.03-1.048 1.546-1.564Q10.918 2.123 12.779.272a.834.834 0 0 1 1.232 0c.236.242.477.479.716.718a.817.817 0 0 1 0 1.222L11.379 5.557Q9.758 7.18 8.138 8.8a.9.9 0 0 1-.606.289.864.864 0 0 1-.667-.288Q5.614 7.551 4.363 6.3L.956 2.889c-.232-.232-.465-.463-.7-.7A.812.812 0 0 1 .269.993l.71-.71a.833.833 0 0 1 1.25 0l3.016 3L7.429 5.462Z' transform='translate(9.095) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | 14822 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1291' data-name='Path 1291' d='M7.515 5.543c.52-.526 1.03-1.048 1.546-1.564Q10.918 2.123 12.779.272a.834.834 0 0 1 1.232 0c.236.242.477.479.716.718a.817.817 0 0 1 0 1.222L11.379 5.557Q9.758 7.18 8.138 8.8a.9.9 0 0 1-.606.289.864.864 0 0 1-.667-.288Q5.614 7.551 4.363 6.3L.956 2.889c-.232-.232-.465-.463-.7-.7A.812.812 0 0 1 .269.993l.71-.71a.833.833 0 0 1 1.25 0l3.016 3L7.429 5.462Z' transform='translate(9.095) rotate(90)' fill='%231A3668'/%3E%3C/svg%3E"); |
| 14805 | } | 14823 | } |
| 14806 | 14824 | ||
| 14807 | .next.paginate_button a::before { | 14825 | .next.paginate_button a::before { |
| 14808 | top: 5px; | 14826 | top: 5px; |
| 14809 | position: relative; | 14827 | position: relative; |
| 14810 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1369' data-name='Path 1369' d='M7.515 3.553c.52.526 1.03 1.048 1.546 1.564q1.857 1.856 3.718 3.708a.834.834 0 0 0 1.232 0c.236-.242.477-.479.716-.718a.817.817 0 0 0 0-1.222L11.379 3.538Q9.758 1.915 8.138.29A.9.9 0 0 0 7.532 0a.864.864 0 0 0-.667.288Q5.614 1.544 4.363 2.8L.956 6.207c-.232.232-.465.463-.7.7A.812.812 0 0 0 .269 8.1l.71.71a.833.833 0 0 0 1.25 0l3.016-3L7.429 3.634Z' transform='translate(9.095) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | 14828 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1369' data-name='Path 1369' d='M7.515 3.553c.52.526 1.03 1.048 1.546 1.564q1.857 1.856 3.718 3.708a.834.834 0 0 0 1.232 0c.236-.242.477-.479.716-.718a.817.817 0 0 0 0-1.222L11.379 3.538Q9.758 1.915 8.138.29A.9.9 0 0 0 7.532 0a.864.864 0 0 0-.667.288Q5.614 1.544 4.363 2.8L.956 6.207c-.232.232-.465.463-.7.7A.812.812 0 0 0 .269 8.1l.71.71a.833.833 0 0 0 1.25 0l3.016-3L7.429 3.634Z' transform='translate(9.095) rotate(90)' fill='%231A3668'/%3E%3C/svg%3E"); |
| 14811 | } | 14829 | } |
| 14812 | 14830 | ||
| 14813 | .page-item.disabled .page-link { | 14831 | .page-item.disabled .page-link { |
| ... | @@ -14865,6 +14883,15 @@ td.hidden { | ... | @@ -14865,6 +14883,15 @@ td.hidden { |
| 14865 | text-decoration: none; | 14883 | text-decoration: none; |
| 14866 | font-size: 16px; | 14884 | font-size: 16px; |
| 14867 | line-height: 24px; | 14885 | line-height: 24px; |
| 14886 | color: #1A3668; | ||
| 14887 | } | ||
| 14888 | .table-like__item button { | ||
| 14889 | all: unset; | ||
| 14890 | cursor: pointer; | ||
| 14891 | text-transform: uppercase; | ||
| 14892 | background-color: #183668; | ||
| 14893 | color: #fff; | ||
| 14894 | padding: 5px 10px; | ||
| 14868 | } | 14895 | } |
| 14869 | 14896 | ||
| 14870 | #resources_wrapper { | 14897 | #resources_wrapper { | ... | ... |
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.
| ... | @@ -29,7 +29,7 @@ function resources_list($atts){ | ... | @@ -29,7 +29,7 @@ function resources_list($atts){ |
| 29 | if ($custom_query->have_posts()): | 29 | if ($custom_query->have_posts()): |
| 30 | ?> | 30 | ?> |
| 31 | <div class="course-list resources"> | 31 | <div class="course-list resources"> |
| 32 | <label for="quicksearch">Search programs:</label><input type="text" id="quicksearch" placeholder="" /> | 32 | <label for="quicksearch">Search:</label><input type="text" id="quicksearch" placeholder="" /> |
| 33 | <div class="filters"> | 33 | <div class="filters"> |
| 34 | <a href="#" id="filter-more">FILTERS <span aria-hidden="true" class="glyphicon glyphicon-chevron-up"></span></a> | 34 | <a href="#" id="filter-more">FILTERS <span aria-hidden="true" class="glyphicon glyphicon-chevron-up"></span></a> |
| 35 | <div class="filter-group"> | 35 | <div class="filter-group"> |
| ... | @@ -41,11 +41,12 @@ function resources_list($atts){ | ... | @@ -41,11 +41,12 @@ function resources_list($atts){ |
| 41 | <?php }; ?> | 41 | <?php }; ?> |
| 42 | </div> | 42 | </div> |
| 43 | </div> | 43 | </div> |
| 44 | </div> | ||
| 45 | <div class="btn-group sort-button-group"> | 44 | <div class="btn-group sort-button-group"> |
| 46 | <button class="btn btn-light" data-sort-direction="asc" data-sort-value="1" type="button">Name <span aria-hidden="true" class="glyphicon glyphicon-chevron-up"></span></button> | 45 | <button class="btn btn-light" data-sort-direction="asc" data-sort-value="0" type="button">Name <span aria-hidden="true" class="glyphicon glyphicon-chevron-up"></span></button> |
| 47 | <button class="btn btn-light" data-sort-direction="asc" data-sort-value="3" type="button">Date <span aria-hidden="true" class="glyphicon glyphicon-chevron-up"></span></button> | 46 | <button class="btn btn-light" data-sort-direction="asc" data-sort-value="2" type="button">Date <span aria-hidden="true" class="glyphicon glyphicon-chevron-up"></span></button> |
| 47 | </div> | ||
| 48 | </div> | 48 | </div> |
| 49 | |||
| 49 | </div> | 50 | </div> |
| 50 | </div> | 51 | </div> |
| 51 | <table id="resources"> | 52 | <table id="resources"> |
| ... | @@ -136,7 +137,7 @@ function resources($id){ | ... | @@ -136,7 +137,7 @@ function resources($id){ |
| 136 | <td class="hidden"> <?php echo $cat; ?></td> | 137 | <td class="hidden"> <?php echo $cat; ?></td> |
| 137 | <td class="hidden"><?php echo get_post_time('U',false, $id ); ?></td> | 138 | <td class="hidden"><?php echo get_post_time('U',false, $id ); ?></td> |
| 138 | <td> | 139 | <td> |
| 139 | 140 | <button>View</button> | |
| 140 | </td> | 141 | </td> |
| 141 | </tr> | 142 | </tr> |
| 142 | <?php | 143 | <?php | ... | ... |
| ... | @@ -34,10 +34,24 @@ | ... | @@ -34,10 +34,24 @@ |
| 34 | width: 80%!important; | 34 | width: 80%!important; |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | h1{ | ||
| 38 | color: #1A3668; | ||
| 39 | font-size: 39px; | ||
| 40 | line-height: 49px; | ||
| 41 | } | ||
| 37 | 42 | ||
| 38 | h2{ | 43 | h2{ |
| 39 | color: #1A3668; | 44 | color: #1A3668; |
| 40 | font-size: 28px; | 45 | font-size: 28px; |
| 41 | line-height: 36px; | 46 | line-height: 36px; |
| 42 | 47 | ||
| 48 | } | ||
| 49 | p{ | ||
| 50 | color: #1A3668; | ||
| 51 | font-size: 16px; | ||
| 52 | line-height: 24px; | ||
| 53 | } | ||
| 54 | |||
| 55 | #full-width-page-wrapper{ | ||
| 56 | padding-top:70px; | ||
| 43 | } | 57 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | label[for="quicksearch"] { | 1 | label[for="quicksearch"] { |
| 2 | font-size: 18px; | 2 | font-size: 18px; |
| 3 | line-height: 24px; | 3 | line-height: 24px; |
| 4 | color: #0484b8; | 4 | color: #1A3668; |
| 5 | text-transform: uppercase; | 5 | text-transform: uppercase; |
| 6 | font-family: "Poppins", sans-serif; | 6 | font-family: "Poppins", sans-serif; |
| 7 | font-weight: 800; | 7 | font-weight: 800; |
| ... | @@ -11,22 +11,25 @@ label[for="quicksearch"] { | ... | @@ -11,22 +11,25 @@ label[for="quicksearch"] { |
| 11 | @media only screen and (max-width:1100px) { | 11 | @media only screen and (max-width:1100px) { |
| 12 | width: 100%; | 12 | width: 100%; |
| 13 | } | 13 | } |
| 14 | border-bottom: 1px solid #8e908f !important; | 14 | border: 1px solid #fff; |
| 15 | border-bottom: 1px solid #8e908f!important; | ||
| 16 | margin-bottom: 15px; | ||
| 17 | |||
| 15 | } | 18 | } |
| 16 | .filters { | 19 | .filters { |
| 17 | border-bottom: 1px solid #ffa300 !important; | 20 | border-bottom: 1px solid #1A3668 !important; |
| 18 | border-top: 1px solid #ffa300 !important; | 21 | border-top: 1px solid #1A3668 !important; |
| 19 | padding: 10px 0px 10px 0px; | 22 | padding: 10px 0px 10px 0px; |
| 20 | .glyphicon-chevron-up::after { | 23 | .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"); | 24 | 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='%231A3668'/%3E%3C/svg%3E"); |
| 22 | } | 25 | } |
| 23 | .glyphicon-chevron-down::after { | 26 | .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"); | 27 | 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='%231A3668'/%3E%3C/svg%3E"); |
| 25 | } | 28 | } |
| 26 | #filter-more { | 29 | #filter-more { |
| 27 | font-size: 18px; | 30 | font-size: 18px; |
| 28 | line-height: 24px; | 31 | line-height: 24px; |
| 29 | color: #0484b8; | 32 | color: #1A3668; |
| 30 | text-transform: uppercase; | 33 | text-transform: uppercase; |
| 31 | text-decoration: none; | 34 | text-decoration: none; |
| 32 | padding: 10px 0px; | 35 | padding: 10px 0px; |
| ... | @@ -49,7 +52,7 @@ label[for="quicksearch"] { | ... | @@ -49,7 +52,7 @@ label[for="quicksearch"] { |
| 49 | margin-top: 20px; | 52 | margin-top: 20px; |
| 50 | } | 53 | } |
| 51 | .btn { | 54 | .btn { |
| 52 | border: 1px solid #0081bc; | 55 | border: 1px solid #1A3668; |
| 53 | } | 56 | } |
| 54 | } | 57 | } |
| 55 | } | 58 | } |
| ... | @@ -101,12 +104,12 @@ label[for="quicksearch"] { | ... | @@ -101,12 +104,12 @@ label[for="quicksearch"] { |
| 101 | position: absolute; | 104 | position: absolute; |
| 102 | background: #fff; | 105 | background: #fff; |
| 103 | margin-left: -30px; | 106 | margin-left: -30px; |
| 104 | border: 2px solid #0081bc; | 107 | border: 2px solid #1A3668; |
| 105 | border-radius: 4px; | 108 | border-radius: 4px; |
| 106 | } | 109 | } |
| 107 | input:checked + label:before { | 110 | input:checked + label:before { |
| 108 | background: #0081bc !important; | 111 | background: #1A3668 !important; |
| 109 | border: 2px solid #0081bc; | 112 | border: 2px solid #1A3668; |
| 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"); | 113 | 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; | 114 | height: 25px; |
| 112 | width: 25px; | 115 | width: 25px; |
| ... | @@ -165,13 +168,13 @@ label[for="quicksearch"] { | ... | @@ -165,13 +168,13 @@ label[for="quicksearch"] { |
| 165 | .previous.paginate_button a::before { | 168 | .previous.paginate_button a::before { |
| 166 | top: 5px; | 169 | top: 5px; |
| 167 | position: relative; | 170 | position: relative; |
| 168 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1291' data-name='Path 1291' d='M7.515 5.543c.52-.526 1.03-1.048 1.546-1.564Q10.918 2.123 12.779.272a.834.834 0 0 1 1.232 0c.236.242.477.479.716.718a.817.817 0 0 1 0 1.222L11.379 5.557Q9.758 7.18 8.138 8.8a.9.9 0 0 1-.606.289.864.864 0 0 1-.667-.288Q5.614 7.551 4.363 6.3L.956 2.889c-.232-.232-.465-.463-.7-.7A.812.812 0 0 1 .269.993l.71-.71a.833.833 0 0 1 1.25 0l3.016 3L7.429 5.462Z' transform='translate(9.095) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | 171 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1291' data-name='Path 1291' d='M7.515 5.543c.52-.526 1.03-1.048 1.546-1.564Q10.918 2.123 12.779.272a.834.834 0 0 1 1.232 0c.236.242.477.479.716.718a.817.817 0 0 1 0 1.222L11.379 5.557Q9.758 7.18 8.138 8.8a.9.9 0 0 1-.606.289.864.864 0 0 1-.667-.288Q5.614 7.551 4.363 6.3L.956 2.889c-.232-.232-.465-.463-.7-.7A.812.812 0 0 1 .269.993l.71-.71a.833.833 0 0 1 1.25 0l3.016 3L7.429 5.462Z' transform='translate(9.095) rotate(90)' fill='%231A3668'/%3E%3C/svg%3E"); |
| 169 | } | 172 | } |
| 170 | 173 | ||
| 171 | .next.paginate_button a::before { | 174 | .next.paginate_button a::before { |
| 172 | top: 5px; | 175 | top: 5px; |
| 173 | position: relative; | 176 | position: relative; |
| 174 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1369' data-name='Path 1369' d='M7.515 3.553c.52.526 1.03 1.048 1.546 1.564q1.857 1.856 3.718 3.708a.834.834 0 0 0 1.232 0c.236-.242.477-.479.716-.718a.817.817 0 0 0 0-1.222L11.379 3.538Q9.758 1.915 8.138.29A.9.9 0 0 0 7.532 0a.864.864 0 0 0-.667.288Q5.614 1.544 4.363 2.8L.956 6.207c-.232.232-.465.463-.7.7A.812.812 0 0 0 .269 8.1l.71.71a.833.833 0 0 0 1.25 0l3.016-3L7.429 3.634Z' transform='translate(9.095) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | 177 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1369' data-name='Path 1369' d='M7.515 3.553c.52.526 1.03 1.048 1.546 1.564q1.857 1.856 3.718 3.708a.834.834 0 0 0 1.232 0c.236-.242.477-.479.716-.718a.817.817 0 0 0 0-1.222L11.379 3.538Q9.758 1.915 8.138.29A.9.9 0 0 0 7.532 0a.864.864 0 0 0-.667.288Q5.614 1.544 4.363 2.8L.956 6.207c-.232.232-.465.463-.7.7A.812.812 0 0 0 .269 8.1l.71.71a.833.833 0 0 0 1.25 0l3.016-3L7.429 3.634Z' transform='translate(9.095) rotate(90)' fill='%231A3668'/%3E%3C/svg%3E"); |
| 175 | } | 178 | } |
| 176 | .page-item.disabled .page-link { | 179 | .page-item.disabled .page-link { |
| 177 | border-color: #dee2e6; | 180 | border-color: #dee2e6; |
| ... | @@ -222,8 +225,18 @@ td.hidden { | ... | @@ -222,8 +225,18 @@ td.hidden { |
| 222 | text-decoration: none; | 225 | text-decoration: none; |
| 223 | font-size: 16px; | 226 | font-size: 16px; |
| 224 | line-height: 24px; | 227 | line-height: 24px; |
| 228 | color: #1A3668; | ||
| 225 | } | 229 | } |
| 226 | } | 230 | } |
| 231 | button{ | ||
| 232 | all: unset; | ||
| 233 | cursor: pointer; | ||
| 234 | text-transform: uppercase; | ||
| 235 | background-color: #183668; | ||
| 236 | color:#fff; | ||
| 237 | padding: 5px 10px; | ||
| 238 | |||
| 239 | } | ||
| 227 | } | 240 | } |
| 228 | #resources_wrapper { | 241 | #resources_wrapper { |
| 229 | margin-top: 20px; | 242 | margin-top: 20px; | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.2.0001 | 8 | Version: 1.2.0002 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment