epfl-elements 4.5.0 → 4.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/alert/alert-types.twig +16 -0
- package/dist/components/atoms/alert/alert.twig +7 -0
- package/dist/components/atoms/alert/alert.yml +13 -0
- package/dist/components/atoms/button/button-secondary-states.twig +4 -0
- package/dist/components/atoms/button/button-secondary.twig +1 -0
- package/dist/components/atoms/button/button-sizes.twig +12 -0
- package/dist/components/atoms/button/button-states.twig +4 -0
- package/dist/components/atoms/button/button.twig +1 -0
- package/dist/components/atoms/button/button.yml +29 -0
- package/dist/components/atoms/checkbox/checkbox-inline.twig +5 -0
- package/dist/components/atoms/checkbox/checkbox-states.twig +4 -0
- package/dist/components/atoms/checkbox/checkbox.twig +4 -0
- package/dist/components/atoms/checkbox/checkbox.yml +11 -0
- package/dist/components/atoms/collapse/collapse-header.twig +22 -0
- package/dist/components/atoms/collapse/collapse-partial.twig +19 -0
- package/dist/components/atoms/collapse/collapse-title.twig +14 -0
- package/dist/components/atoms/collapse/collapse.twig +14 -0
- package/dist/components/atoms/collapse/collapse.yml +20 -0
- package/dist/components/atoms/definition-list/definition-list-grid.twig +17 -0
- package/dist/components/atoms/definition-list/definition-list.twig +9 -0
- package/dist/components/atoms/definition-list/definition-list.yml +13 -0
- package/dist/components/atoms/drawer/drawer.twig +10 -0
- package/dist/components/atoms/drawer/drawer.yml +4 -0
- package/dist/components/atoms/dropdown/dropdown.twig +11 -0
- package/dist/components/atoms/dropdown/dropdown.yml +10 -0
- package/dist/components/atoms/favicon/favicon.twig +16 -0
- package/dist/components/atoms/favicon/favicon.yml +2 -0
- package/dist/components/atoms/figure/figure.twig +4 -0
- package/dist/components/atoms/figure/figure.yml +4 -0
- package/dist/components/atoms/icon/icon-list-feather.twig +10 -0
- package/dist/components/atoms/icon/icon-list.twig +10 -0
- package/dist/components/atoms/icon/icon.twig +2 -0
- package/dist/components/atoms/icon/icon.yml +18 -0
- package/dist/components/atoms/input/input-disabled.twig +1 -0
- package/dist/components/atoms/input/input-error.twig +1 -0
- package/dist/components/atoms/input/input-focus.twig +1 -0
- package/dist/components/atoms/input/input-hover.twig +1 -0
- package/dist/components/atoms/input/input-value.twig +1 -0
- package/dist/components/atoms/input/input.twig +1 -0
- package/dist/components/atoms/input/input.yml +30 -0
- package/dist/components/atoms/link/link-bg-variants.twig +5 -0
- package/dist/components/atoms/link/link-icon.twig +4 -0
- package/dist/components/atoms/link/link-login.twig +4 -0
- package/dist/components/atoms/link/link.twig +3 -0
- package/dist/components/atoms/link/link.yml +27 -0
- package/dist/components/atoms/list/list-inline.twig +11 -0
- package/dist/components/atoms/list/list-ordered.twig +28 -0
- package/dist/components/atoms/list/list-unordered.twig +24 -0
- package/dist/components/atoms/list/list-unstyled.twig +5 -0
- package/dist/components/atoms/list/list.twig +13 -0
- package/dist/components/atoms/list/list.yml +13 -0
- package/dist/components/atoms/loader/loader.twig +3 -0
- package/dist/components/atoms/loader/loader.yml +2 -0
- package/dist/components/atoms/nav-lang/nav-lang-short.twig +30 -0
- package/dist/components/atoms/nav-lang/nav-lang.twig +29 -0
- package/dist/components/atoms/nav-lang/nav-lang.yml +7 -0
- package/dist/components/atoms/nav-toggle/nav-toggle-async.twig +6 -0
- package/dist/components/atoms/nav-toggle/nav-toggle.twig +6 -0
- package/dist/components/atoms/nav-toggle/nav-toggle.yml +10 -0
- package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.twig +8 -0
- package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.yml +4 -0
- package/dist/components/atoms/nav-user/nav-user-login.twig +6 -0
- package/dist/components/atoms/nav-user/nav-user.twig +16 -0
- package/dist/components/atoms/nav-user/nav-user.yml +10 -0
- package/dist/components/atoms/picture/picture-avatar.twig +18 -0
- package/dist/components/atoms/picture/picture-cover.twig +19 -0
- package/dist/components/atoms/picture/picture-fullwidth-teaser.twig +21 -0
- package/dist/components/atoms/picture/picture-news-thumb.twig +8 -0
- package/dist/components/atoms/picture/picture-one-third-square.twig +18 -0
- package/dist/components/atoms/picture/picture-one-third.twig +18 -0
- package/dist/components/atoms/picture/picture-portrait.twig +18 -0
- package/dist/components/atoms/picture/picture-question.twig +18 -0
- package/dist/components/atoms/picture/picture-thumb-square.twig +8 -0
- package/dist/components/atoms/picture/picture.twig +18 -0
- package/dist/components/atoms/picture/picture.yml +43 -0
- package/dist/components/atoms/popover/popover.twig +11 -0
- package/dist/components/atoms/popover/popover.yml +6 -0
- package/dist/components/atoms/radio/radio-inline.twig +4 -0
- package/dist/components/atoms/radio/radio-list.twig +4 -0
- package/dist/components/atoms/radio/radio.twig +4 -0
- package/dist/components/atoms/radio/radio.yml +8 -0
- package/dist/components/atoms/range/range.twig +8 -0
- package/dist/components/atoms/range/range.yml +4 -0
- package/dist/components/atoms/select/select-multiple.twig +13 -0
- package/dist/components/atoms/select/select.twig +11 -0
- package/dist/components/atoms/select/select.yml +11 -0
- package/dist/components/atoms/separator/separator.twig +7 -0
- package/dist/components/atoms/separator/separator.yml +5 -0
- package/dist/components/atoms/social-icon/social-icon-discrete-link.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-group.twig +33 -0
- package/dist/components/atoms/social-icon/social-icon-link-group.twig +31 -0
- package/dist/components/atoms/social-icon/social-icon-link.twig +9 -0
- package/dist/components/atoms/social-icon/social-icon-negative-link.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-negative.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-round-discrete-link.twig +4 -0
- package/dist/components/atoms/social-icon/social-icon-round-link.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-round.twig +3 -0
- package/dist/components/atoms/social-icon/social-icon-single-link-with-details.twig +11 -0
- package/dist/components/atoms/social-icon/social-icon-single-link.twig +10 -0
- package/dist/components/atoms/social-icon/social-icon-single.twig +9 -0
- package/dist/components/atoms/social-icon/social-icon.twig +9 -0
- package/dist/components/atoms/social-icon/social-icon.yml +33 -0
- package/dist/components/atoms/tag/tag-input.twig +5 -0
- package/dist/components/atoms/tag/tag.twig +25 -0
- package/dist/components/atoms/tag/tag.yml +19 -0
- package/dist/components/atoms/trapeze/trapeze-horizontal.twig +9 -0
- package/dist/components/atoms/trapeze/trapeze-pseudo.twig +11 -0
- package/dist/components/atoms/trapeze/trapeze.twig +9 -0
- package/dist/components/atoms/trapeze/trapeze.yml +17 -0
- package/dist/components/atoms/upload/upload.twig +8 -0
- package/dist/components/atoms/upload/upload.yml +6 -0
- package/dist/components/atoms/video/video.twig +8 -0
- package/dist/components/atoms/video/video.yml +9 -0
- package/dist/components/content-types/association/association.twig +10 -0
- package/dist/components/content-types/association/association.yml +3 -0
- package/dist/components/content-types/bachelor-project/bachelor-project.twig +13 -0
- package/dist/components/content-types/bachelor-project/bachelor-project.yml +3 -0
- package/dist/components/content-types/basic-page/basic-page-highlighted.twig +1 -0
- package/dist/components/content-types/basic-page/basic-page.twig +12 -0
- package/dist/components/content-types/basic-page/basic-page.yml +10 -0
- package/dist/components/content-types/coursebook/coursebook-legend.twig +47 -0
- package/dist/components/content-types/coursebook/coursebook-program.twig +65 -0
- package/dist/components/content-types/coursebook/coursebook.twig +142 -0
- package/dist/components/content-types/coursebook/coursebook.yml +13 -0
- package/dist/components/content-types/cursus/cursus.twig +6 -0
- package/dist/components/content-types/cursus/cursus.yml +3 -0
- package/dist/components/content-types/event/event-highlight-listing.twig +10 -0
- package/dist/components/content-types/event/event-highlight.twig +13 -0
- package/dist/components/content-types/event/event-invitation.twig +20 -0
- package/dist/components/content-types/event/event-just-finished.twig +8 -0
- package/dist/components/content-types/event/event-listing-featured.twig +5 -0
- package/dist/components/content-types/event/event-listing.twig +16 -0
- package/dist/components/content-types/event/event-wrapper.twig +1 -0
- package/dist/components/content-types/event/event.twig +64 -0
- package/dist/components/content-types/event/event.yml +26 -0
- package/dist/components/content-types/graph-search/graph-search.twig +37 -0
- package/dist/components/content-types/graph-search/graph-search.yml +2 -0
- package/dist/components/content-types/institute/institute.twig +12 -0
- package/dist/components/content-types/institute/institute.yml +3 -0
- package/dist/components/content-types/laboratory/laboratory.twig +16 -0
- package/dist/components/content-types/laboratory/laboratory.yml +3 -0
- package/dist/components/content-types/news/news-basic-teaser.twig +16 -0
- package/dist/components/content-types/news/news-distinction.twig +11 -0
- package/dist/components/content-types/news/news-highlighted-carousel.twig +11 -0
- package/dist/components/content-types/news/news-highlighted.twig +1 -0
- package/dist/components/content-types/news/news-latest-two.twig +11 -0
- package/dist/components/content-types/news/news-press-release.twig +19 -0
- package/dist/components/content-types/news/news.twig +25 -0
- package/dist/components/content-types/news/news.yml +21 -0
- package/dist/components/content-types/press-review/press-review.twig +25 -0
- package/dist/components/content-types/press-review/press-review.yml +3 -0
- package/dist/components/content-types/program/program.twig +10 -0
- package/dist/components/content-types/program/program.yml +3 -0
- package/dist/components/content-types/project/project.twig +11 -0
- package/dist/components/content-types/project/project.yml +2 -0
- package/dist/components/content-types/project-list/project-list.twig +82 -0
- package/dist/components/content-types/project-list/project-list.yml +2 -0
- package/dist/components/content-types/publication/publication.twig +68 -0
- package/dist/components/content-types/publication/publication.yml +2 -0
- package/dist/components/content-types/research-field/research-field.twig +11 -0
- package/dist/components/content-types/research-field/research-field.yml +3 -0
- package/dist/components/content-types/research-project/research-project.twig +21 -0
- package/dist/components/content-types/research-project/research-project.yml +3 -0
- package/dist/components/content-types/school/school.twig +13 -0
- package/dist/components/content-types/school/school.yml +3 -0
- package/dist/components/content-types/science-question/science-question.twig +9 -0
- package/dist/components/content-types/science-question/science-question.yml +2 -0
- package/dist/components/content-types/section/section.twig +21 -0
- package/dist/components/content-types/section/section.yml +3 -0
- package/dist/components/content-types/study-plan/study-plan-bachelor.twig +1042 -0
- package/dist/components/content-types/study-plan/study-plan-master.twig +483 -0
- package/dist/components/content-types/study-plan/study-plan-mineur.twig +135 -0
- package/dist/components/content-types/study-plan/study-plan.twig +5 -0
- package/dist/components/content-types/study-plan/study-plan.yml +10 -0
- package/dist/components/content-types/training/training.twig +17 -0
- package/dist/components/content-types/training/training.yml +3 -0
- package/dist/components/molecules/access-nav/access-nav.twig +22 -0
- package/dist/components/molecules/access-nav/access-nav.yml +8 -0
- package/dist/components/molecules/avatar-teaser/avatar-teaser-multiple.twig +19 -0
- package/dist/components/molecules/avatar-teaser/avatar-teaser.twig +10 -0
- package/dist/components/molecules/avatar-teaser/avatar-teaser.yml +13 -0
- package/dist/components/molecules/breadcrumb/breadcrumb-tagged.twig +18 -0
- package/dist/components/molecules/breadcrumb/breadcrumb.twig +11 -0
- package/dist/components/molecules/breadcrumb/breadcrumb.yml +7 -0
- package/dist/components/molecules/card/card-inside-links.twig +27 -0
- package/dist/components/molecules/card/card-link.twig +16 -0
- package/dist/components/molecules/card/card.twig +19 -0
- package/dist/components/molecules/card/card.yml +24 -0
- package/dist/components/molecules/card-deck/card-deck-duo-gray.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-duo.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-link-duo-gray.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-link-duo.twig +4 -0
- package/dist/components/molecules/card-deck/card-deck-link-single-gray.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck-link-single.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck-mini-cards.twig +38 -0
- package/dist/components/molecules/card-deck/card-deck-single-gray.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck-single.twig +3 -0
- package/dist/components/molecules/card-deck/card-deck.twig +8 -0
- package/dist/components/molecules/card-deck/card-deck.yml +36 -0
- package/dist/components/molecules/carousel/carousel-base.twig +24 -0
- package/dist/components/molecules/carousel/carousel.twig +9 -0
- package/dist/components/molecules/carousel/carousel.yml +8 -0
- package/dist/components/molecules/collapse-group/collapse-group-people-contacts.twig +124 -0
- package/dist/components/molecules/collapse-group/collapse-group-rich-content.twig +102 -0
- package/dist/components/molecules/collapse-group/collapse-group.twig +49 -0
- package/dist/components/molecules/collapse-group/collapse-group.yml +11 -0
- package/dist/components/molecules/cover/cover.twig +6 -0
- package/dist/components/molecules/cover/cover.yml +2 -0
- package/dist/components/molecules/datepicker/datepicker-fancy.twig +5 -0
- package/dist/components/molecules/datepicker/datepicker.twig +3 -0
- package/dist/components/molecules/datepicker/datepicker.yml +7 -0
- package/dist/components/molecules/filters/filters-blog.twig +48 -0
- package/dist/components/molecules/filters/filters.twig +23 -0
- package/dist/components/molecules/filters/filters.yml +8 -0
- package/dist/components/molecules/footnotes/footnotes.twig +14 -0
- package/dist/components/molecules/footnotes/footnotes.yml +4 -0
- package/dist/components/molecules/form-group/form-group-checkboxes.twig +10 -0
- package/dist/components/molecules/form-group/form-group-error.twig +13 -0
- package/dist/components/molecules/form-group/form-group-radio.twig +10 -0
- package/dist/components/molecules/form-group/form-group-search.twig +13 -0
- package/dist/components/molecules/form-group/form-group-select.twig +3 -0
- package/dist/components/molecules/form-group/form-group-textarea.twig +4 -0
- package/dist/components/molecules/form-group/form-group-upload.twig +4 -0
- package/dist/components/molecules/form-group/form-group.twig +13 -0
- package/dist/components/molecules/form-group/form-group.yml +21 -0
- package/dist/components/molecules/gallery/gallery.twig +27 -0
- package/dist/components/molecules/gallery/gallery.yml +5 -0
- package/dist/components/molecules/key-number/key-number-large.twig +29 -0
- package/dist/components/molecules/key-number/key-number.twig +23 -0
- package/dist/components/molecules/key-number/key-number.yml +7 -0
- package/dist/components/molecules/links-group/links-group-teaser.twig +9 -0
- package/dist/components/molecules/links-group/links-group.twig +11 -0
- package/dist/components/molecules/links-group/links-group.yml +9 -0
- package/dist/components/molecules/list-group/list-group-borderless.twig +25 -0
- package/dist/components/molecules/list-group/list-group-event.twig +74 -0
- package/dist/components/molecules/list-group/list-group-infoscience.twig +32 -0
- package/dist/components/molecules/list-group/list-group-teasers.twig +55 -0
- package/dist/components/molecules/list-group/list-group.twig +4 -0
- package/dist/components/molecules/list-group/list-group.yml +21 -0
- package/dist/components/molecules/map/map.twig +7 -0
- package/dist/components/molecules/map/map.yml +2 -0
- package/dist/components/molecules/metabox/metabox.twig +56 -0
- package/dist/components/molecules/metabox/metabox.yml +6 -0
- package/dist/components/molecules/pagination/pagination-center.twig +39 -0
- package/dist/components/molecules/pagination/pagination-load-more.twig +1 -0
- package/dist/components/molecules/pagination/pagination.twig +39 -0
- package/dist/components/molecules/pagination/pagination.yml +13 -0
- package/dist/components/molecules/question/question.twig +26 -0
- package/dist/components/molecules/question/question.yml +2 -0
- package/dist/components/molecules/quote/quote.twig +10 -0
- package/dist/components/molecules/quote/quote.yml +6 -0
- package/dist/components/molecules/search/search-mobile.twig +39 -0
- package/dist/components/molecules/search/search.twig +25 -0
- package/dist/components/molecules/search/search.yml +9 -0
- package/dist/components/molecules/sidenotes/sidenotes.twig +20 -0
- package/dist/components/molecules/sidenotes/sidenotes.yml +6 -0
- package/dist/components/molecules/social/social-follow.twig +14 -0
- package/dist/components/molecules/social/social.twig +58 -0
- package/dist/components/molecules/social/social.yml +7 -0
- package/dist/components/molecules/social-feed/social-feed-facebook.twig +17 -0
- package/dist/components/molecules/social-feed/social-feed-instagram.twig +17 -0
- package/dist/components/molecules/social-feed/social-feed.twig +17 -0
- package/dist/components/molecules/social-feed/social-feed.yml +12 -0
- package/dist/components/molecules/sponsor/sponsor.twig +6 -0
- package/dist/components/molecules/sponsor/sponsor.yml +2 -0
- package/dist/components/molecules/tables/tables-boxed-sortable.twig +22 -0
- package/dist/components/molecules/tables/tables-boxed.twig +22 -0
- package/dist/components/molecules/tables/tables-sortable.twig +22 -0
- package/dist/components/molecules/tables/tables.twig +28 -0
- package/dist/components/molecules/tables/tables.yml +15 -0
- package/dist/components/molecules/tabs/tabs-light.twig +13 -0
- package/dist/components/molecules/tabs/tabs-vertical.twig +40 -0
- package/dist/components/molecules/tabs/tabs.twig +38 -0
- package/dist/components/molecules/tabs/tabs.yml +11 -0
- package/dist/components/organisms/card-slider/card-slider.twig +42 -0
- package/dist/components/organisms/card-slider/card-slider.yml +5 -0
- package/dist/components/organisms/contact/contact-banner.twig +30 -0
- package/dist/components/organisms/contact/contact-columns.twig +9 -0
- package/dist/components/organisms/contact/contact-compact-for-columns.twig +24 -0
- package/dist/components/organisms/contact/contact-compact.twig +18 -0
- package/dist/components/organisms/contact/contact-list.twig +14 -0
- package/dist/components/organisms/contact/contact.twig +20 -0
- package/dist/components/organisms/contact/contact.yml +22 -0
- package/dist/components/organisms/cookie-consent/cookie-consent.twig +1 -0
- package/dist/components/organisms/cookie-consent/cookie-consent.yml +4 -0
- package/dist/components/organisms/faq/faq.twig +15 -0
- package/dist/components/organisms/faq/faq.yml +2 -0
- package/dist/components/organisms/footer/footer-buttons.twig +25 -0
- package/dist/components/organisms/footer/footer-col.twig +34 -0
- package/dist/components/organisms/footer/footer-dark.twig +1 -0
- package/dist/components/organisms/footer/footer-de.twig +26 -0
- package/dist/components/organisms/footer/footer-en.twig +26 -0
- package/dist/components/organisms/footer/footer-faculties.twig +32 -0
- package/dist/components/organisms/footer/footer-legal.twig +38 -0
- package/dist/components/organisms/footer/footer-light-dark.twig +46 -0
- package/dist/components/organisms/footer/footer-light-de.twig +1 -0
- package/dist/components/organisms/footer/footer-light-en.twig +1 -0
- package/dist/components/organisms/footer/footer-light.twig +42 -0
- package/dist/components/organisms/footer/footer-socials.twig +13 -0
- package/dist/components/organisms/footer/footer.twig +26 -0
- package/dist/components/organisms/footer/footer.yml +26 -0
- package/dist/components/organisms/form/form.twig +7 -0
- package/dist/components/organisms/form/form.yml +2 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-horizontal.twig +49 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-left.twig +38 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-legend.twig +38 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.twig +33 -0
- package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.yml +13 -0
- package/dist/components/organisms/header/header-de.twig +1 -0
- package/dist/components/organisms/header/header-en.twig +1 -0
- package/dist/components/organisms/header/header-fr.twig +1 -0
- package/dist/components/organisms/header/header-light-drawer.twig +37 -0
- package/dist/components/organisms/header/header-light.twig +47 -0
- package/dist/components/organisms/header/header.twig +36 -0
- package/dist/components/organisms/header/header.yml +23 -0
- package/dist/components/organisms/headlines/headlines-legend.twig +44 -0
- package/dist/components/organisms/headlines/headlines.twig +44 -0
- package/dist/components/organisms/headlines/headlines.yml +5 -0
- package/dist/components/organisms/hero/hero-legend.twig +15 -0
- package/dist/components/organisms/hero/hero.twig +15 -0
- package/dist/components/organisms/hero/hero.yml +8 -0
- package/dist/components/organisms/introduction/introduction-gray.twig +10 -0
- package/dist/components/organisms/introduction/introduction.twig +13 -0
- package/dist/components/organisms/introduction/introduction.yml +5 -0
- package/dist/components/organisms/key-number-group/key-number-group.twig +10 -0
- package/dist/components/organisms/key-number-group/key-number-group.yml +3 -0
- package/dist/components/organisms/modal/modal.twig +25 -0
- package/dist/components/organisms/modal/modal.yml +6 -0
- package/dist/components/organisms/nav-aside/nav-aside.twig +45 -0
- package/dist/components/organisms/nav-aside/nav-aside.yml +2 -0
- package/dist/components/organisms/nav-main/nav-main.twig +65 -0
- package/dist/components/organisms/nav-main/nav-main.yml +13 -0
- package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.twig +19 -0
- package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.yml +2 -0
- package/dist/components/organisms/restauration/restauration.twig +114 -0
- package/dist/components/organisms/restauration/restauration.yml +4 -0
- package/dist/components/organisms/social-feed-group/social-feed-group.twig +11 -0
- package/dist/components/organisms/social-feed-group/social-feed-group.yml +3 -0
- package/dist/components/pages/about/about.twig +91 -0
- package/dist/components/pages/about/about.yml +2 -0
- package/dist/components/pages/association-homepage/association-homepage.twig +65 -0
- package/dist/components/pages/association-homepage/association-homepage.yml +2 -0
- package/dist/components/pages/association-list/association-list.twig +34 -0
- package/dist/components/pages/association-list/association-list.yml +2 -0
- package/dist/components/pages/basic-page/basic-page.twig +84 -0
- package/dist/components/pages/basic-page/basic-page.yml +2 -0
- package/dist/components/pages/blog-homepage/blog-homepage.twig +41 -0
- package/dist/components/pages/blog-homepage/blog-homepage.yml +2 -0
- package/dist/components/pages/blog-single/blog-single.twig +84 -0
- package/dist/components/pages/blog-single/blog-single.yml +2 -0
- package/dist/components/pages/campus/campus.twig +83 -0
- package/dist/components/pages/campus/campus.yml +2 -0
- package/dist/components/pages/education/education.twig +76 -0
- package/dist/components/pages/education/education.yml +2 -0
- package/dist/components/pages/error-404/error-404.twig +50 -0
- package/dist/components/pages/error-404/error-404.yml +2 -0
- package/dist/components/pages/event-detail/event-detail.twig +115 -0
- package/dist/components/pages/event-detail/event-detail.yml +2 -0
- package/dist/components/pages/event-homepage/event-homepage.twig +66 -0
- package/dist/components/pages/event-homepage/event-homepage.yml +2 -0
- package/dist/components/pages/event-list/event-list.twig +173 -0
- package/dist/components/pages/event-list/event-list.yml +2 -0
- package/dist/components/pages/facultes/facultes.twig +29 -0
- package/dist/components/pages/facultes/facultes.yml +2 -0
- package/dist/components/pages/homepage/homepage.twig +199 -0
- package/dist/components/pages/homepage/homepage.yml +2 -0
- package/dist/components/pages/innovation/innovation.twig +72 -0
- package/dist/components/pages/innovation/innovation.yml +2 -0
- package/dist/components/pages/lab-homepage/lab-homepage.twig +97 -0
- package/dist/components/pages/lab-homepage/lab-homepage.yml +2 -0
- package/dist/components/pages/layout-demo/layout-demo.twig +24 -0
- package/dist/components/pages/layout-demo/layout-demo.yml +2 -0
- package/dist/components/pages/maintenance/maintenance.twig +52 -0
- package/dist/components/pages/maintenance/maintenance.yml +2 -0
- package/dist/components/pages/news-detail/news-detail.twig +159 -0
- package/dist/components/pages/news-detail/news-detail.yml +2 -0
- package/dist/components/pages/news-homepage/news-homepage.twig +42 -0
- package/dist/components/pages/news-homepage/news-homepage.yml +2 -0
- package/dist/components/pages/people-detail/people-detail.twig +302 -0
- package/dist/components/pages/people-detail/people-detail.yml +2 -0
- package/dist/components/pages/people-list/people-list.twig +41 -0
- package/dist/components/pages/people-list/people-list.yml +2 -0
- package/dist/components/pages/programs/programs.twig +30 -0
- package/dist/components/pages/programs/programs.yml +2 -0
- package/dist/components/pages/research/research.twig +83 -0
- package/dist/components/pages/research/research.yml +2 -0
- package/dist/components/pages/study-plan/study-plan.twig +97 -0
- package/dist/components/pages/study-plan/study-plan.yml +2 -0
- package/dist/components/pages/study-plan-course/study-plan-course.twig +166 -0
- package/dist/components/pages/study-plan-course/study-plan-course.yml +2 -0
- package/dist/components/templates/base/base.twig +56 -0
- package/dist/components/templates/base/base.yml +2 -0
- package/dist/css/elements.css +20277 -0
- package/dist/css/elements.min.css +8 -0
- package/dist/css/elements.min.css.map +1 -0
- package/dist/css/reader.css +789 -0
- package/dist/css/reader.min.css +2 -0
- package/dist/css/reader.min.css.map +1 -0
- package/dist/css/vendors.css +1762 -0
- package/dist/css/vendors.min.css +9 -0
- package/dist/docs/accessibility.html +70 -0
- package/dist/docs/contribute/index.md +35 -0
- package/dist/docs/contribute/support-and-request.html +125 -0
- package/dist/docs/design/helpers.html +47 -0
- package/dist/docs/design/iconography.md +3 -0
- package/dist/docs/design/index.html +61 -0
- package/dist/docs/design/typography.html +225 -0
- package/dist/docs/index.html +162 -0
- package/dist/docs/summary.yml +15 -0
- package/dist/docs/user documentation/create a page.md +41 -0
- package/dist/docs/user documentation/index.md +51 -0
- package/dist/docs/user documentation/reports.md +40 -0
- package/dist/docs/user documentation/wordpress.md +3 -0
- package/dist/favicons/android-chrome-192x192.png +0 -0
- package/dist/favicons/android-chrome-512x512.png +0 -0
- package/dist/favicons/apple-touch-icon.png +0 -0
- package/dist/favicons/browserconfig.xml +9 -0
- package/dist/favicons/favicon-120.png +0 -0
- package/dist/favicons/favicon-128.png +0 -0
- package/dist/favicons/favicon-144.png +0 -0
- package/dist/favicons/favicon-152.png +0 -0
- package/dist/favicons/favicon-16.png +0 -0
- package/dist/favicons/favicon-180.png +0 -0
- package/dist/favicons/favicon-228.png +0 -0
- package/dist/favicons/favicon-32.png +0 -0
- package/dist/favicons/favicon-57.png +0 -0
- package/dist/favicons/favicon-76.png +0 -0
- package/dist/favicons/favicon-96.png +0 -0
- package/dist/favicons/favicon.ico +0 -0
- package/dist/favicons/mstile-144x144.png +0 -0
- package/dist/favicons/mstile-150x150.png +0 -0
- package/dist/favicons/mstile-310x150.png +0 -0
- package/dist/favicons/mstile-310x310.png +0 -0
- package/dist/favicons/mstile-70x70.png +0 -0
- package/dist/favicons/site.webmanifest +19 -0
- package/dist/icons/feather-sprite.svg +1 -0
- package/dist/icons/icons.svg +1 -0
- package/dist/images/defaults/person-avatar-default-small.png +0 -0
- package/dist/images/email/epfl-logo.png +0 -0
- package/dist/images/email/square.png +0 -0
- package/dist/images/icons/icon-course-exercise.svg +3 -0
- package/dist/images/icons/icon-course-project.svg +3 -0
- package/dist/images/shortcode-icons/article_highlight.png +0 -0
- package/dist/images/shortcode-icons/article_list.png +0 -0
- package/dist/images/shortcode-icons/contact.png +0 -0
- package/dist/images/shortcode-icons/custom_teasers.png +0 -0
- package/dist/images/shortcode-icons/default.png +0 -0
- package/dist/images/shortcode-icons/definition_list.png +0 -0
- package/dist/images/shortcode-icons/definiton_list.png +0 -0
- package/dist/images/shortcode-icons/hero.png +0 -0
- package/dist/images/shortcode-icons/introduction.png +0 -0
- package/dist/images/shortcode-icons/links_block.png +0 -0
- package/dist/images/shortcode-icons/links_teaser.png +0 -0
- package/dist/images/shortcode-icons/map.png +0 -0
- package/dist/images/shortcode-icons/page_highlight.png +0 -0
- package/dist/images/shortcode-icons/page_teaser.png +0 -0
- package/dist/images/shortcode-icons/school.png +0 -0
- package/dist/images/shortcode-icons/teaser_news.png +0 -0
- package/dist/images/shortcode-icons/toggle.png +0 -0
- package/dist/images/styleguide/accessibility.svg +1 -0
- package/dist/images/styleguide/basic_page_teaser.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1080x608.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1140x641.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1440x810.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_1920x1080.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_2280x1283.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_2880x1620.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_540x304.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_720x405.jpg +0 -0
- package/dist/images/styleguide/cover/cover01_960x540.jpg +0 -0
- package/dist/images/styleguide/event_teaser.png +0 -0
- package/dist/images/styleguide/event_teaser_highlight.jpg +0 -0
- package/dist/images/styleguide/event_teaser_large.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_01.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_02.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_03.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_04.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_05.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_06.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_07.jpg +0 -0
- package/dist/images/styleguide/gallery/gallery_08.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_01.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_02.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_03.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_04.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_05.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_06.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_07.jpg +0 -0
- package/dist/images/styleguide/gallery/thumb_08.jpg +0 -0
- package/dist/images/styleguide/homepage/1-teaser-news-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/2-teaser-basic-page-column1.jpg +0 -0
- package/dist/images/styleguide/homepage/2-teaser-basic-page-column2.jpg +0 -0
- package/dist/images/styleguide/homepage/2-teaser-basic-page-column3.jpg +0 -0
- package/dist/images/styleguide/homepage/3-teaser-basic-page-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/4-teaser-news-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-fribourg.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-geneva.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-lausanne.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-middle-east.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-neuchatel.jpg +0 -0
- package/dist/images/styleguide/homepage/5-teaser-mission-research-valais.jpg +0 -0
- package/dist/images/styleguide/homepage/6-teaser-basic-page-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/7-science-question-SF.jpg +0 -0
- package/dist/images/styleguide/homepage/8-teaser-news-highlight.jpg +0 -0
- package/dist/images/styleguide/homepage/9-social-facebook.jpg +0 -0
- package/dist/images/styleguide/homepage/9-social-instagram.jpg +0 -0
- package/dist/images/styleguide/homepage/9-social-twitter.jpg +0 -0
- package/dist/images/styleguide/icon-accessibility.png +0 -0
- package/dist/images/styleguide/illustrations/accessibility-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/animation-balance.gif +0 -0
- package/dist/images/styleguide/illustrations/animation-clarity.gif +0 -0
- package/dist/images/styleguide/illustrations/animation-modularity.gif +0 -0
- package/dist/images/styleguide/illustrations/atomic-design-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/brand-identity-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/color-palette-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/design-principles-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/how-it-works-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/how-to-start-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/iconography-teaser.png +0 -0
- package/dist/images/styleguide/illustrations/three.png +0 -0
- package/dist/images/styleguide/illustrations/typography-teaser.png +0 -0
- package/dist/images/styleguide/key-numbers/collaborations.png +0 -0
- package/dist/images/styleguide/key-numbers/earth.png +0 -0
- package/dist/images/styleguide/key-numbers/flag.png +0 -0
- package/dist/images/styleguide/key-numbers/ranking.png +0 -0
- package/dist/images/styleguide/key-numbers/students.png +0 -0
- package/dist/images/styleguide/minicard_teaser.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-1080x608.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-120x58.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-160x90.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-190x107.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-240x135.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-540x304.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-80x45.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb-95x53.jpg +0 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-A.svg +160 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Am.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Ap.svg +172 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-B.svg +160 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bm.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bp.svg +169 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-C.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cm.svg +172 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cp.svg +175 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-D.svg +166 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dm.svg +172 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dp.svg +175 -0
- package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-E.svg +166 -0
- package/dist/images/styleguide/restauration_illustration.png +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-1-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-2-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-3-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/home-teaser-4-928x520.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1140x641.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1294x728.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1376x774.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1440x810.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1600x900.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-1920x1080.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-2216x1244.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-2240x1260.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-508x286.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-576x324.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-688x387.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-768x432.jpg +0 -0
- package/dist/images/styleguide/teaser/news-teaser-928x520.jpg +0 -0
- package/dist/index.html +43 -0
- package/dist/js/elements.js +8819 -0
- package/dist/js/elements.min.js +3 -0
- package/dist/js/elements.min.js.LICENSE.txt +46 -0
- package/dist/js/elements.min.js.map +1 -0
- package/dist/js/reader.js +68021 -0
- package/dist/js/reader.min.js +3 -0
- package/dist/js/reader.min.js.LICENSE.txt +72 -0
- package/dist/js/reader.min.js.map +1 -0
- package/dist/js/spritemap.js +17 -0
- package/dist/js/vendors.js +23930 -0
- package/dist/js/vendors.min.js +2 -0
- package/dist/js/vendors.min.js.LICENSE.txt +61 -0
- package/dist/package.json +3 -3
- package/dist/svg/avatar-placeholder.svg +1 -0
- package/dist/svg/element.svg +6 -0
- package/dist/svg/epfl-logo-negative-old.svg +11 -0
- package/dist/svg/epfl-logo-negative.svg +1 -0
- package/dist/svg/epfl-logo-old.svg +1 -0
- package/dist/svg/epfl-logo.svg +1 -0
- package/dist/svg/flag.svg +3 -0
- package/dist/svg/portrait-placeholder.svg +1 -0
- package/package.json +3 -3
- package/CHANGELOG.md +0 -479
|
@@ -0,0 +1,1762 @@
|
|
|
1
|
+
/* ==========================================================================
|
|
2
|
+
$BASE-DATE-PICKER
|
|
3
|
+
========================================================================== */
|
|
4
|
+
/**
|
|
5
|
+
* The picker box.
|
|
6
|
+
*/
|
|
7
|
+
.picker__box {
|
|
8
|
+
padding: 0 1em;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* The header containing the month and year stuff.
|
|
12
|
+
*/
|
|
13
|
+
.picker__header {
|
|
14
|
+
text-align: center;
|
|
15
|
+
position: relative;
|
|
16
|
+
margin-top: .75em;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* The month and year labels.
|
|
20
|
+
*/
|
|
21
|
+
.picker__month,
|
|
22
|
+
.picker__year {
|
|
23
|
+
font-weight: 500;
|
|
24
|
+
display: inline-block;
|
|
25
|
+
margin-left: .25em;
|
|
26
|
+
margin-right: .25em;
|
|
27
|
+
}
|
|
28
|
+
.picker__year {
|
|
29
|
+
color: #999;
|
|
30
|
+
font-size: .8em;
|
|
31
|
+
font-style: italic;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* The month and year selectors.
|
|
35
|
+
*/
|
|
36
|
+
.picker__select--month,
|
|
37
|
+
.picker__select--year {
|
|
38
|
+
border: 1px solid #b7b7b7;
|
|
39
|
+
height: 2em;
|
|
40
|
+
padding: .5em;
|
|
41
|
+
margin-left: .25em;
|
|
42
|
+
margin-right: .25em;
|
|
43
|
+
}
|
|
44
|
+
@media (min-width: 24.5em) {
|
|
45
|
+
.picker__select--month,
|
|
46
|
+
.picker__select--year {
|
|
47
|
+
margin-top: -0.5em;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
.picker__select--month {
|
|
51
|
+
width: 35%;
|
|
52
|
+
}
|
|
53
|
+
.picker__select--year {
|
|
54
|
+
width: 22.5%;
|
|
55
|
+
}
|
|
56
|
+
.picker__select--month:focus,
|
|
57
|
+
.picker__select--year:focus {
|
|
58
|
+
border-color: #0089ec;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* The month navigation buttons.
|
|
62
|
+
*/
|
|
63
|
+
.picker__nav--prev,
|
|
64
|
+
.picker__nav--next {
|
|
65
|
+
position: absolute;
|
|
66
|
+
padding: .5em 1.25em;
|
|
67
|
+
width: 1em;
|
|
68
|
+
height: 1em;
|
|
69
|
+
box-sizing: content-box;
|
|
70
|
+
top: -0.25em;
|
|
71
|
+
}
|
|
72
|
+
@media (min-width: 24.5em) {
|
|
73
|
+
.picker__nav--prev,
|
|
74
|
+
.picker__nav--next {
|
|
75
|
+
top: -0.33em;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
.picker__nav--prev {
|
|
79
|
+
left: -1em;
|
|
80
|
+
padding-right: 1.25em;
|
|
81
|
+
}
|
|
82
|
+
@media (min-width: 24.5em) {
|
|
83
|
+
.picker__nav--prev {
|
|
84
|
+
padding-right: 1.5em;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
.picker__nav--next {
|
|
88
|
+
right: -1em;
|
|
89
|
+
padding-left: 1.25em;
|
|
90
|
+
}
|
|
91
|
+
@media (min-width: 24.5em) {
|
|
92
|
+
.picker__nav--next {
|
|
93
|
+
padding-left: 1.5em;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
.picker__nav--prev:before,
|
|
97
|
+
.picker__nav--next:before {
|
|
98
|
+
content: " ";
|
|
99
|
+
border-top: .5em solid transparent;
|
|
100
|
+
border-bottom: .5em solid transparent;
|
|
101
|
+
border-right: 0.75em solid #000;
|
|
102
|
+
width: 0;
|
|
103
|
+
height: 0;
|
|
104
|
+
display: block;
|
|
105
|
+
margin: 0 auto;
|
|
106
|
+
}
|
|
107
|
+
.picker__nav--next:before {
|
|
108
|
+
border-right: 0;
|
|
109
|
+
border-left: 0.75em solid #000;
|
|
110
|
+
}
|
|
111
|
+
.picker__nav--prev:hover,
|
|
112
|
+
.picker__nav--next:hover {
|
|
113
|
+
cursor: pointer;
|
|
114
|
+
color: #000;
|
|
115
|
+
background: #b1dcfb;
|
|
116
|
+
}
|
|
117
|
+
.picker__nav--disabled,
|
|
118
|
+
.picker__nav--disabled:hover,
|
|
119
|
+
.picker__nav--disabled:before,
|
|
120
|
+
.picker__nav--disabled:before:hover {
|
|
121
|
+
cursor: default;
|
|
122
|
+
background: none;
|
|
123
|
+
border-right-color: #f5f5f5;
|
|
124
|
+
border-left-color: #f5f5f5;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* The calendar table of dates
|
|
128
|
+
*/
|
|
129
|
+
.picker__table {
|
|
130
|
+
text-align: center;
|
|
131
|
+
border-collapse: collapse;
|
|
132
|
+
border-spacing: 0;
|
|
133
|
+
table-layout: fixed;
|
|
134
|
+
font-size: inherit;
|
|
135
|
+
width: 100%;
|
|
136
|
+
margin-top: .75em;
|
|
137
|
+
margin-bottom: .5em;
|
|
138
|
+
}
|
|
139
|
+
@media (min-height: 33.875em) {
|
|
140
|
+
.picker__table {
|
|
141
|
+
margin-bottom: .75em;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
.picker__table td {
|
|
145
|
+
margin: 0;
|
|
146
|
+
padding: 0;
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* The weekday labels
|
|
150
|
+
*/
|
|
151
|
+
.picker__weekday {
|
|
152
|
+
width: 14.285714286%;
|
|
153
|
+
font-size: .75em;
|
|
154
|
+
padding-bottom: .25em;
|
|
155
|
+
color: #999;
|
|
156
|
+
font-weight: 500;
|
|
157
|
+
/* Increase the spacing a tad */
|
|
158
|
+
}
|
|
159
|
+
@media (min-height: 33.875em) {
|
|
160
|
+
.picker__weekday {
|
|
161
|
+
padding-bottom: .5em;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* The days on the calendar
|
|
166
|
+
*/
|
|
167
|
+
.picker__day {
|
|
168
|
+
padding: .3125em 0;
|
|
169
|
+
font-weight: 200;
|
|
170
|
+
border: 1px solid transparent;
|
|
171
|
+
}
|
|
172
|
+
.picker__day--today {
|
|
173
|
+
position: relative;
|
|
174
|
+
}
|
|
175
|
+
.picker__day--today:before {
|
|
176
|
+
content: " ";
|
|
177
|
+
position: absolute;
|
|
178
|
+
top: 2px;
|
|
179
|
+
right: 2px;
|
|
180
|
+
width: 0;
|
|
181
|
+
height: 0;
|
|
182
|
+
border-top: 0.5em solid #0059bc;
|
|
183
|
+
border-left: .5em solid transparent;
|
|
184
|
+
}
|
|
185
|
+
.picker__day--disabled:before {
|
|
186
|
+
border-top-color: #aaa;
|
|
187
|
+
}
|
|
188
|
+
.picker__day--outfocus {
|
|
189
|
+
color: #ddd;
|
|
190
|
+
}
|
|
191
|
+
.picker__day--infocus:hover,
|
|
192
|
+
.picker__day--outfocus:hover {
|
|
193
|
+
cursor: pointer;
|
|
194
|
+
color: #000;
|
|
195
|
+
background: #b1dcfb;
|
|
196
|
+
}
|
|
197
|
+
.picker__day--highlighted {
|
|
198
|
+
border-color: #0089ec;
|
|
199
|
+
}
|
|
200
|
+
.picker__day--highlighted:hover,
|
|
201
|
+
.picker--focused .picker__day--highlighted {
|
|
202
|
+
cursor: pointer;
|
|
203
|
+
color: #000;
|
|
204
|
+
background: #b1dcfb;
|
|
205
|
+
}
|
|
206
|
+
.picker__day--selected,
|
|
207
|
+
.picker__day--selected:hover,
|
|
208
|
+
.picker--focused .picker__day--selected {
|
|
209
|
+
background: #0089ec;
|
|
210
|
+
color: #fff;
|
|
211
|
+
}
|
|
212
|
+
.picker__day--disabled,
|
|
213
|
+
.picker__day--disabled:hover,
|
|
214
|
+
.picker--focused .picker__day--disabled {
|
|
215
|
+
background: #f5f5f5;
|
|
216
|
+
border-color: #f5f5f5;
|
|
217
|
+
color: #ddd;
|
|
218
|
+
cursor: default;
|
|
219
|
+
}
|
|
220
|
+
.picker__day--highlighted.picker__day--disabled,
|
|
221
|
+
.picker__day--highlighted.picker__day--disabled:hover {
|
|
222
|
+
background: #bbb;
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* The footer containing the "today", "clear", and "close" buttons.
|
|
226
|
+
*/
|
|
227
|
+
.picker__footer {
|
|
228
|
+
text-align: center;
|
|
229
|
+
}
|
|
230
|
+
.picker__button--today,
|
|
231
|
+
.picker__button--clear,
|
|
232
|
+
.picker__button--close {
|
|
233
|
+
border: 1px solid #fff;
|
|
234
|
+
background: #fff;
|
|
235
|
+
font-size: .8em;
|
|
236
|
+
padding: .66em 0;
|
|
237
|
+
font-weight: bold;
|
|
238
|
+
width: 33%;
|
|
239
|
+
display: inline-block;
|
|
240
|
+
vertical-align: bottom;
|
|
241
|
+
}
|
|
242
|
+
.picker__button--today:hover,
|
|
243
|
+
.picker__button--clear:hover,
|
|
244
|
+
.picker__button--close:hover {
|
|
245
|
+
cursor: pointer;
|
|
246
|
+
color: #000;
|
|
247
|
+
background: #b1dcfb;
|
|
248
|
+
border-bottom-color: #b1dcfb;
|
|
249
|
+
}
|
|
250
|
+
.picker__button--today:focus,
|
|
251
|
+
.picker__button--clear:focus,
|
|
252
|
+
.picker__button--close:focus {
|
|
253
|
+
background: #b1dcfb;
|
|
254
|
+
border-color: #0089ec;
|
|
255
|
+
outline: none;
|
|
256
|
+
}
|
|
257
|
+
.picker__button--today:before,
|
|
258
|
+
.picker__button--clear:before,
|
|
259
|
+
.picker__button--close:before {
|
|
260
|
+
position: relative;
|
|
261
|
+
display: inline-block;
|
|
262
|
+
height: 0;
|
|
263
|
+
}
|
|
264
|
+
.picker__button--today:before,
|
|
265
|
+
.picker__button--clear:before {
|
|
266
|
+
content: " ";
|
|
267
|
+
margin-right: .45em;
|
|
268
|
+
}
|
|
269
|
+
.picker__button--today:before {
|
|
270
|
+
top: -0.05em;
|
|
271
|
+
width: 0;
|
|
272
|
+
border-top: 0.66em solid #0059bc;
|
|
273
|
+
border-left: .66em solid transparent;
|
|
274
|
+
}
|
|
275
|
+
.picker__button--clear:before {
|
|
276
|
+
top: -0.25em;
|
|
277
|
+
width: .66em;
|
|
278
|
+
border-top: 3px solid #e20;
|
|
279
|
+
}
|
|
280
|
+
.picker__button--close:before {
|
|
281
|
+
content: "\D7";
|
|
282
|
+
top: -0.1em;
|
|
283
|
+
vertical-align: top;
|
|
284
|
+
font-size: 1.1em;
|
|
285
|
+
margin-right: .35em;
|
|
286
|
+
color: #777;
|
|
287
|
+
}
|
|
288
|
+
.picker__button--today[disabled],
|
|
289
|
+
.picker__button--today[disabled]:hover {
|
|
290
|
+
background: #f5f5f5;
|
|
291
|
+
border-color: #f5f5f5;
|
|
292
|
+
color: #ddd;
|
|
293
|
+
cursor: default;
|
|
294
|
+
}
|
|
295
|
+
.picker__button--today[disabled]:before {
|
|
296
|
+
border-top-color: #aaa;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
/* ==========================================================================
|
|
300
|
+
$CLASSIC-DATE-PICKER
|
|
301
|
+
========================================================================== */
|
|
302
|
+
|
|
303
|
+
/*! Flickity v2.2.2
|
|
304
|
+
https://flickity.metafizzy.co
|
|
305
|
+
---------------------------------------------- */
|
|
306
|
+
|
|
307
|
+
.flickity-enabled {
|
|
308
|
+
position: relative;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.flickity-enabled:focus { outline: none; }
|
|
312
|
+
|
|
313
|
+
.flickity-viewport {
|
|
314
|
+
overflow: hidden;
|
|
315
|
+
position: relative;
|
|
316
|
+
height: 100%;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.flickity-slider {
|
|
320
|
+
position: absolute;
|
|
321
|
+
width: 100%;
|
|
322
|
+
height: 100%;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
/* draggable */
|
|
326
|
+
|
|
327
|
+
.flickity-enabled.is-draggable {
|
|
328
|
+
-webkit-tap-highlight-color: transparent;
|
|
329
|
+
-webkit-user-select: none;
|
|
330
|
+
-moz-user-select: none;
|
|
331
|
+
-ms-user-select: none;
|
|
332
|
+
user-select: none;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.flickity-enabled.is-draggable .flickity-viewport {
|
|
336
|
+
cursor: move;
|
|
337
|
+
cursor: -webkit-grab;
|
|
338
|
+
cursor: grab;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
|
|
342
|
+
cursor: -webkit-grabbing;
|
|
343
|
+
cursor: grabbing;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
/* ---- flickity-button ---- */
|
|
347
|
+
|
|
348
|
+
.flickity-button {
|
|
349
|
+
position: absolute;
|
|
350
|
+
background: hsla(0, 0%, 100%, 0.75);
|
|
351
|
+
border: none;
|
|
352
|
+
color: #333;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.flickity-button:hover {
|
|
356
|
+
background: white;
|
|
357
|
+
cursor: pointer;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.flickity-button:focus {
|
|
361
|
+
outline: none;
|
|
362
|
+
box-shadow: 0 0 0 5px #19F;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.flickity-button:active {
|
|
366
|
+
opacity: 0.6;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.flickity-button:disabled {
|
|
370
|
+
opacity: 0.3;
|
|
371
|
+
cursor: auto;
|
|
372
|
+
/* prevent disabled button from capturing pointer up event. #716 */
|
|
373
|
+
pointer-events: none;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.flickity-button-icon {
|
|
377
|
+
fill: currentColor;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/* ---- previous/next buttons ---- */
|
|
381
|
+
|
|
382
|
+
.flickity-prev-next-button {
|
|
383
|
+
top: 50%;
|
|
384
|
+
width: 44px;
|
|
385
|
+
height: 44px;
|
|
386
|
+
border-radius: 50%;
|
|
387
|
+
/* vertically center */
|
|
388
|
+
transform: translateY(-50%);
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.flickity-prev-next-button.previous { left: 10px; }
|
|
392
|
+
.flickity-prev-next-button.next { right: 10px; }
|
|
393
|
+
/* right to left */
|
|
394
|
+
.flickity-rtl .flickity-prev-next-button.previous {
|
|
395
|
+
left: auto;
|
|
396
|
+
right: 10px;
|
|
397
|
+
}
|
|
398
|
+
.flickity-rtl .flickity-prev-next-button.next {
|
|
399
|
+
right: auto;
|
|
400
|
+
left: 10px;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.flickity-prev-next-button .flickity-button-icon {
|
|
404
|
+
position: absolute;
|
|
405
|
+
left: 20%;
|
|
406
|
+
top: 20%;
|
|
407
|
+
width: 60%;
|
|
408
|
+
height: 60%;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
/* ---- page dots ---- */
|
|
412
|
+
|
|
413
|
+
.flickity-page-dots {
|
|
414
|
+
position: absolute;
|
|
415
|
+
width: 100%;
|
|
416
|
+
bottom: -25px;
|
|
417
|
+
padding: 0;
|
|
418
|
+
margin: 0;
|
|
419
|
+
list-style: none;
|
|
420
|
+
text-align: center;
|
|
421
|
+
line-height: 1;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.flickity-rtl .flickity-page-dots { direction: rtl; }
|
|
425
|
+
|
|
426
|
+
.flickity-page-dots .dot {
|
|
427
|
+
display: inline-block;
|
|
428
|
+
width: 10px;
|
|
429
|
+
height: 10px;
|
|
430
|
+
margin: 0 8px;
|
|
431
|
+
background: #333;
|
|
432
|
+
border-radius: 50%;
|
|
433
|
+
opacity: 0.25;
|
|
434
|
+
cursor: pointer;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.flickity-page-dots .dot.is-selected {
|
|
438
|
+
opacity: 1;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
/* Flickity fullscreen v1.0.1
|
|
442
|
+
------------------------- */
|
|
443
|
+
|
|
444
|
+
.flickity-enabled.is-fullscreen {
|
|
445
|
+
position: fixed;
|
|
446
|
+
left: 0;
|
|
447
|
+
top: 0;
|
|
448
|
+
width: 100%;
|
|
449
|
+
height: 100%;
|
|
450
|
+
background: hsla(0, 0%, 0%, 0.9);
|
|
451
|
+
padding-bottom: 35px;
|
|
452
|
+
z-index: 1;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.flickity-enabled.is-fullscreen .flickity-page-dots {
|
|
456
|
+
bottom: 10px;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
|
|
460
|
+
background: white;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/* prevent page scrolling when flickity is fullscreen */
|
|
464
|
+
html.is-flickity-fullscreen {
|
|
465
|
+
overflow: hidden;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
/* ---- flickity-fullscreen-button ---- */
|
|
469
|
+
|
|
470
|
+
.flickity-fullscreen-button {
|
|
471
|
+
display: block;
|
|
472
|
+
right: 10px;
|
|
473
|
+
top: 10px;
|
|
474
|
+
width: 24px;
|
|
475
|
+
height: 24px;
|
|
476
|
+
border-radius: 4px;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
/* right-to-left */
|
|
480
|
+
.flickity-rtl .flickity-fullscreen-button {
|
|
481
|
+
right: auto;
|
|
482
|
+
left: 10px;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.flickity-fullscreen-button-exit { display: none; }
|
|
486
|
+
|
|
487
|
+
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit { display: block; }
|
|
488
|
+
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view { display: none; }
|
|
489
|
+
|
|
490
|
+
.flickity-fullscreen-button .flickity-button-icon {
|
|
491
|
+
position: absolute;
|
|
492
|
+
width: 16px;
|
|
493
|
+
height: 16px;
|
|
494
|
+
left: 4px;
|
|
495
|
+
top: 4px;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.introjs-overlay {
|
|
499
|
+
position: absolute;
|
|
500
|
+
box-sizing: content-box;
|
|
501
|
+
z-index: 999999;
|
|
502
|
+
background-color: #000;
|
|
503
|
+
opacity: 0;
|
|
504
|
+
background: -moz-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
|
505
|
+
background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
|
|
506
|
+
background: -webkit-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
|
507
|
+
background: -o-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
|
508
|
+
background: -ms-radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
|
509
|
+
background: radial-gradient(center,ellipse farthest-corner,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
|
510
|
+
filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
|
|
511
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
512
|
+
filter: alpha(opacity=50);
|
|
513
|
+
-webkit-transition: all 0.3s ease-out;
|
|
514
|
+
-moz-transition: all 0.3s ease-out;
|
|
515
|
+
-ms-transition: all 0.3s ease-out;
|
|
516
|
+
-o-transition: all 0.3s ease-out;
|
|
517
|
+
transition: all 0.3s ease-out;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.introjs-fixParent {
|
|
521
|
+
z-index: auto !important;
|
|
522
|
+
opacity: 1.0 !important;
|
|
523
|
+
-webkit-transform: none !important;
|
|
524
|
+
-moz-transform: none !important;
|
|
525
|
+
-ms-transform: none !important;
|
|
526
|
+
-o-transform: none !important;
|
|
527
|
+
transform: none !important;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.introjs-showElement,
|
|
531
|
+
tr.introjs-showElement > td,
|
|
532
|
+
tr.introjs-showElement > th {
|
|
533
|
+
z-index: 9999999 !important;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.introjs-disableInteraction {
|
|
537
|
+
z-index: 99999999 !important;
|
|
538
|
+
position: absolute;
|
|
539
|
+
background-color: white;
|
|
540
|
+
opacity: 0;
|
|
541
|
+
filter: alpha(opacity=0);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.introjs-relativePosition,
|
|
545
|
+
tr.introjs-showElement > td,
|
|
546
|
+
tr.introjs-showElement > th {
|
|
547
|
+
position: relative;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.introjs-helperLayer {
|
|
551
|
+
box-sizing: content-box;
|
|
552
|
+
position: absolute;
|
|
553
|
+
z-index: 9999998;
|
|
554
|
+
background-color: #FFF;
|
|
555
|
+
background-color: rgba(255,255,255,.9);
|
|
556
|
+
border: 1px solid #777;
|
|
557
|
+
border: 1px solid rgba(0,0,0,.5);
|
|
558
|
+
border-radius: 4px;
|
|
559
|
+
box-shadow: 0 2px 15px rgba(0,0,0,.4);
|
|
560
|
+
-webkit-transition: all 0.3s ease-out;
|
|
561
|
+
-moz-transition: all 0.3s ease-out;
|
|
562
|
+
-ms-transition: all 0.3s ease-out;
|
|
563
|
+
-o-transition: all 0.3s ease-out;
|
|
564
|
+
transition: all 0.3s ease-out;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.introjs-tooltipReferenceLayer {
|
|
568
|
+
box-sizing: content-box;
|
|
569
|
+
position: absolute;
|
|
570
|
+
visibility: hidden;
|
|
571
|
+
z-index: 100000000;
|
|
572
|
+
background-color: transparent;
|
|
573
|
+
-webkit-transition: all 0.3s ease-out;
|
|
574
|
+
-moz-transition: all 0.3s ease-out;
|
|
575
|
+
-ms-transition: all 0.3s ease-out;
|
|
576
|
+
-o-transition: all 0.3s ease-out;
|
|
577
|
+
transition: all 0.3s ease-out;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.introjs-helperLayer *,
|
|
581
|
+
.introjs-helperLayer *:before,
|
|
582
|
+
.introjs-helperLayer *:after {
|
|
583
|
+
-webkit-box-sizing: content-box;
|
|
584
|
+
-moz-box-sizing: content-box;
|
|
585
|
+
-ms-box-sizing: content-box;
|
|
586
|
+
-o-box-sizing: content-box;
|
|
587
|
+
box-sizing: content-box;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.introjs-helperNumberLayer {
|
|
591
|
+
box-sizing: content-box;
|
|
592
|
+
position: absolute;
|
|
593
|
+
visibility: visible;
|
|
594
|
+
top: -16px;
|
|
595
|
+
left: -16px;
|
|
596
|
+
z-index: 9999999999 !important;
|
|
597
|
+
padding: 2px;
|
|
598
|
+
font-family: Arial, verdana, tahoma;
|
|
599
|
+
font-size: 13px;
|
|
600
|
+
font-weight: bold;
|
|
601
|
+
color: white;
|
|
602
|
+
text-align: center;
|
|
603
|
+
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
|
|
604
|
+
background: #ff3019; /* Old browsers */
|
|
605
|
+
background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
|
|
606
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
|
|
607
|
+
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
|
|
608
|
+
background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
|
|
609
|
+
background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
|
|
610
|
+
background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
|
|
611
|
+
width: 20px;
|
|
612
|
+
height:20px;
|
|
613
|
+
line-height: 20px;
|
|
614
|
+
border: 3px solid white;
|
|
615
|
+
border-radius: 50%;
|
|
616
|
+
filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
|
|
617
|
+
filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
|
|
618
|
+
box-shadow: 0 2px 5px rgba(0,0,0,.4);
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.introjs-arrow {
|
|
622
|
+
border: 5px solid transparent;
|
|
623
|
+
content:'';
|
|
624
|
+
position: absolute;
|
|
625
|
+
}
|
|
626
|
+
.introjs-arrow.top {
|
|
627
|
+
top: -10px;
|
|
628
|
+
border-bottom-color:white;
|
|
629
|
+
}
|
|
630
|
+
.introjs-arrow.top-right {
|
|
631
|
+
top: -10px;
|
|
632
|
+
right: 10px;
|
|
633
|
+
border-bottom-color:white;
|
|
634
|
+
}
|
|
635
|
+
.introjs-arrow.top-middle {
|
|
636
|
+
top: -10px;
|
|
637
|
+
left: 50%;
|
|
638
|
+
margin-left: -5px;
|
|
639
|
+
border-bottom-color:white;
|
|
640
|
+
}
|
|
641
|
+
.introjs-arrow.right {
|
|
642
|
+
right: -10px;
|
|
643
|
+
top: 10px;
|
|
644
|
+
border-left-color:white;
|
|
645
|
+
}
|
|
646
|
+
.introjs-arrow.right-bottom {
|
|
647
|
+
bottom:10px;
|
|
648
|
+
right: -10px;
|
|
649
|
+
border-left-color:white;
|
|
650
|
+
}
|
|
651
|
+
.introjs-arrow.bottom {
|
|
652
|
+
bottom: -10px;
|
|
653
|
+
border-top-color:white;
|
|
654
|
+
}
|
|
655
|
+
.introjs-arrow.bottom-right {
|
|
656
|
+
bottom: -10px;
|
|
657
|
+
right: 10px;
|
|
658
|
+
border-top-color:white;
|
|
659
|
+
}
|
|
660
|
+
.introjs-arrow.bottom-middle {
|
|
661
|
+
bottom: -10px;
|
|
662
|
+
left: 50%;
|
|
663
|
+
margin-left: -5px;
|
|
664
|
+
border-top-color:white;
|
|
665
|
+
}
|
|
666
|
+
.introjs-arrow.left {
|
|
667
|
+
left: -10px;
|
|
668
|
+
top: 10px;
|
|
669
|
+
border-right-color:white;
|
|
670
|
+
}
|
|
671
|
+
.introjs-arrow.left-bottom {
|
|
672
|
+
left: -10px;
|
|
673
|
+
bottom:10px;
|
|
674
|
+
border-right-color:white;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.introjs-tooltip {
|
|
678
|
+
box-sizing: content-box;
|
|
679
|
+
position: absolute;
|
|
680
|
+
visibility: visible;
|
|
681
|
+
padding: 10px;
|
|
682
|
+
background-color: white;
|
|
683
|
+
min-width: 200px;
|
|
684
|
+
max-width: 300px;
|
|
685
|
+
border-radius: 3px;
|
|
686
|
+
box-shadow: 0 1px 10px rgba(0,0,0,.4);
|
|
687
|
+
-webkit-transition: opacity 0.1s ease-out;
|
|
688
|
+
-moz-transition: opacity 0.1s ease-out;
|
|
689
|
+
-ms-transition: opacity 0.1s ease-out;
|
|
690
|
+
-o-transition: opacity 0.1s ease-out;
|
|
691
|
+
transition: opacity 0.1s ease-out;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.introjs-tooltipbuttons {
|
|
695
|
+
text-align: right;
|
|
696
|
+
white-space: nowrap;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
/*
|
|
700
|
+
Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
|
|
701
|
+
Changed by Afshin Mehrabani
|
|
702
|
+
*/
|
|
703
|
+
.introjs-button {
|
|
704
|
+
box-sizing: content-box;
|
|
705
|
+
position: relative;
|
|
706
|
+
overflow: visible;
|
|
707
|
+
display: inline-block;
|
|
708
|
+
padding: 0.3em 0.8em;
|
|
709
|
+
border: 1px solid #d4d4d4;
|
|
710
|
+
margin: 0;
|
|
711
|
+
text-decoration: none;
|
|
712
|
+
text-shadow: 1px 1px 0 #fff;
|
|
713
|
+
font: 11px/normal sans-serif;
|
|
714
|
+
color: #333;
|
|
715
|
+
white-space: nowrap;
|
|
716
|
+
cursor: pointer;
|
|
717
|
+
outline: none;
|
|
718
|
+
background-color: #ececec;
|
|
719
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
|
|
720
|
+
background-image: -moz-linear-gradient(#f4f4f4, #ececec);
|
|
721
|
+
background-image: -o-linear-gradient(#f4f4f4, #ececec);
|
|
722
|
+
background-image: linear-gradient(#f4f4f4, #ececec);
|
|
723
|
+
-webkit-background-clip: padding;
|
|
724
|
+
-moz-background-clip: padding;
|
|
725
|
+
-o-background-clip: padding-box;
|
|
726
|
+
/*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
|
|
727
|
+
-webkit-border-radius: 0.2em;
|
|
728
|
+
-moz-border-radius: 0.2em;
|
|
729
|
+
border-radius: 0.2em;
|
|
730
|
+
/* IE hacks */
|
|
731
|
+
zoom: 1;
|
|
732
|
+
*display: inline;
|
|
733
|
+
margin-top: 10px;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
.introjs-button:hover {
|
|
737
|
+
border-color: #bcbcbc;
|
|
738
|
+
text-decoration: none;
|
|
739
|
+
box-shadow: 0px 1px 1px #e3e3e3;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.introjs-button:focus,
|
|
743
|
+
.introjs-button:active {
|
|
744
|
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
|
|
745
|
+
background-image: -moz-linear-gradient(#ececec, #f4f4f4);
|
|
746
|
+
background-image: -o-linear-gradient(#ececec, #f4f4f4);
|
|
747
|
+
background-image: linear-gradient(#ececec, #f4f4f4);
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
/* overrides extra padding on button elements in Firefox */
|
|
751
|
+
.introjs-button::-moz-focus-inner {
|
|
752
|
+
padding: 0;
|
|
753
|
+
border: 0;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.introjs-skipbutton {
|
|
757
|
+
box-sizing: content-box;
|
|
758
|
+
margin-right: 5px;
|
|
759
|
+
color: #7a7a7a;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.introjs-prevbutton {
|
|
763
|
+
-webkit-border-radius: 0.2em 0 0 0.2em;
|
|
764
|
+
-moz-border-radius: 0.2em 0 0 0.2em;
|
|
765
|
+
border-radius: 0.2em 0 0 0.2em;
|
|
766
|
+
border-right: none;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.introjs-prevbutton.introjs-fullbutton {
|
|
770
|
+
border: 1px solid #d4d4d4;
|
|
771
|
+
-webkit-border-radius: 0.2em;
|
|
772
|
+
-moz-border-radius: 0.2em;
|
|
773
|
+
border-radius: 0.2em;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
.introjs-nextbutton {
|
|
777
|
+
-webkit-border-radius: 0 0.2em 0.2em 0;
|
|
778
|
+
-moz-border-radius: 0 0.2em 0.2em 0;
|
|
779
|
+
border-radius: 0 0.2em 0.2em 0;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.introjs-nextbutton.introjs-fullbutton {
|
|
783
|
+
-webkit-border-radius: 0.2em;
|
|
784
|
+
-moz-border-radius: 0.2em;
|
|
785
|
+
border-radius: 0.2em;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
|
|
789
|
+
color: #9a9a9a;
|
|
790
|
+
border-color: #d4d4d4;
|
|
791
|
+
box-shadow: none;
|
|
792
|
+
cursor: default;
|
|
793
|
+
background-color: #f4f4f4;
|
|
794
|
+
background-image: none;
|
|
795
|
+
text-decoration: none;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.introjs-hidden {
|
|
799
|
+
display: none;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
.introjs-bullets {
|
|
803
|
+
text-align: center;
|
|
804
|
+
}
|
|
805
|
+
.introjs-bullets ul {
|
|
806
|
+
box-sizing: content-box;
|
|
807
|
+
clear: both;
|
|
808
|
+
margin: 15px auto 0;
|
|
809
|
+
padding: 0;
|
|
810
|
+
display: inline-block;
|
|
811
|
+
}
|
|
812
|
+
.introjs-bullets ul li {
|
|
813
|
+
box-sizing: content-box;
|
|
814
|
+
list-style: none;
|
|
815
|
+
float: left;
|
|
816
|
+
margin: 0 2px;
|
|
817
|
+
}
|
|
818
|
+
.introjs-bullets ul li a {
|
|
819
|
+
box-sizing: content-box;
|
|
820
|
+
display: block;
|
|
821
|
+
width: 6px;
|
|
822
|
+
height: 6px;
|
|
823
|
+
background: #ccc;
|
|
824
|
+
border-radius: 10px;
|
|
825
|
+
-moz-border-radius: 10px;
|
|
826
|
+
-webkit-border-radius: 10px;
|
|
827
|
+
text-decoration: none;
|
|
828
|
+
cursor: pointer;
|
|
829
|
+
}
|
|
830
|
+
.introjs-bullets ul li a:hover {
|
|
831
|
+
background: #999;
|
|
832
|
+
}
|
|
833
|
+
.introjs-bullets ul li a.active {
|
|
834
|
+
background: #999;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.introjs-progress {
|
|
838
|
+
box-sizing: content-box;
|
|
839
|
+
overflow: hidden;
|
|
840
|
+
height: 10px;
|
|
841
|
+
margin: 10px 0 5px 0;
|
|
842
|
+
border-radius: 4px;
|
|
843
|
+
background-color: #ecf0f1
|
|
844
|
+
}
|
|
845
|
+
.introjs-progressbar {
|
|
846
|
+
box-sizing: content-box;
|
|
847
|
+
float: left;
|
|
848
|
+
width: 0%;
|
|
849
|
+
height: 100%;
|
|
850
|
+
font-size: 10px;
|
|
851
|
+
line-height: 10px;
|
|
852
|
+
text-align: center;
|
|
853
|
+
background-color: #08c;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.introjsFloatingElement {
|
|
857
|
+
position: absolute;
|
|
858
|
+
height: 0;
|
|
859
|
+
width: 0;
|
|
860
|
+
left: 50%;
|
|
861
|
+
top: 50%;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.introjs-fixedTooltip {
|
|
865
|
+
position: fixed;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
.introjs-hint {
|
|
869
|
+
box-sizing: content-box;
|
|
870
|
+
position: absolute;
|
|
871
|
+
background: transparent;
|
|
872
|
+
width: 20px;
|
|
873
|
+
height: 15px;
|
|
874
|
+
cursor: pointer;
|
|
875
|
+
}
|
|
876
|
+
.introjs-hint:focus {
|
|
877
|
+
border: 0;
|
|
878
|
+
outline: 0;
|
|
879
|
+
}
|
|
880
|
+
.introjs-hidehint {
|
|
881
|
+
display: none;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.introjs-fixedhint {
|
|
885
|
+
position: fixed;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.introjs-hint:hover > .introjs-hint-pulse {
|
|
889
|
+
border: 5px solid rgba(60, 60, 60, 0.57);
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
.introjs-hint-pulse {
|
|
893
|
+
box-sizing: content-box;
|
|
894
|
+
width: 10px;
|
|
895
|
+
height: 10px;
|
|
896
|
+
border: 5px solid rgba(60, 60, 60, 0.27);
|
|
897
|
+
-webkit-border-radius: 30px;
|
|
898
|
+
-moz-border-radius: 30px;
|
|
899
|
+
border-radius: 30px;
|
|
900
|
+
background-color: rgba(136, 136, 136, 0.24);
|
|
901
|
+
z-index: 10;
|
|
902
|
+
position: absolute;
|
|
903
|
+
-webkit-transition: all 0.2s ease-out;
|
|
904
|
+
-moz-transition: all 0.2s ease-out;
|
|
905
|
+
-ms-transition: all 0.2s ease-out;
|
|
906
|
+
-o-transition: all 0.2s ease-out;
|
|
907
|
+
transition: all 0.2s ease-out;
|
|
908
|
+
}
|
|
909
|
+
.introjs-hint-no-anim .introjs-hint-dot {
|
|
910
|
+
-webkit-animation: none;
|
|
911
|
+
-moz-animation: none;
|
|
912
|
+
animation: none;
|
|
913
|
+
}
|
|
914
|
+
.introjs-hint-dot {
|
|
915
|
+
box-sizing: content-box;
|
|
916
|
+
border: 10px solid rgba(146, 146, 146, 0.36);
|
|
917
|
+
background: transparent;
|
|
918
|
+
-webkit-border-radius: 60px;
|
|
919
|
+
-moz-border-radius: 60px;
|
|
920
|
+
border-radius: 60px;
|
|
921
|
+
height: 50px;
|
|
922
|
+
width: 50px;
|
|
923
|
+
-webkit-animation: introjspulse 3s ease-out;
|
|
924
|
+
-moz-animation: introjspulse 3s ease-out;
|
|
925
|
+
animation: introjspulse 3s ease-out;
|
|
926
|
+
-webkit-animation-iteration-count: infinite;
|
|
927
|
+
-moz-animation-iteration-count: infinite;
|
|
928
|
+
animation-iteration-count: infinite;
|
|
929
|
+
position: absolute;
|
|
930
|
+
top: -25px;
|
|
931
|
+
left: -25px;
|
|
932
|
+
z-index: 1;
|
|
933
|
+
opacity: 0;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
@-webkit-keyframes introjspulse {
|
|
937
|
+
0% {
|
|
938
|
+
-webkit-transform: scale(0);
|
|
939
|
+
opacity: 0.0;
|
|
940
|
+
}
|
|
941
|
+
25% {
|
|
942
|
+
-webkit-transform: scale(0);
|
|
943
|
+
opacity: 0.1;
|
|
944
|
+
}
|
|
945
|
+
50% {
|
|
946
|
+
-webkit-transform: scale(0.1);
|
|
947
|
+
opacity: 0.3;
|
|
948
|
+
}
|
|
949
|
+
75% {
|
|
950
|
+
-webkit-transform: scale(0.5);
|
|
951
|
+
opacity: 0.5;
|
|
952
|
+
}
|
|
953
|
+
100% {
|
|
954
|
+
-webkit-transform: scale(1);
|
|
955
|
+
opacity: 0.0;
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
@-moz-keyframes introjspulse {
|
|
960
|
+
0% {
|
|
961
|
+
-moz-transform: scale(0);
|
|
962
|
+
opacity: 0.0;
|
|
963
|
+
}
|
|
964
|
+
25% {
|
|
965
|
+
-moz-transform: scale(0);
|
|
966
|
+
opacity: 0.1;
|
|
967
|
+
}
|
|
968
|
+
50% {
|
|
969
|
+
-moz-transform: scale(0.1);
|
|
970
|
+
opacity: 0.3;
|
|
971
|
+
}
|
|
972
|
+
75% {
|
|
973
|
+
-moz-transform: scale(0.5);
|
|
974
|
+
opacity: 0.5;
|
|
975
|
+
}
|
|
976
|
+
100% {
|
|
977
|
+
-moz-transform: scale(1);
|
|
978
|
+
opacity: 0.0;
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
@keyframes introjspulse {
|
|
983
|
+
0% {
|
|
984
|
+
transform: scale(0);
|
|
985
|
+
opacity: 0.0;
|
|
986
|
+
}
|
|
987
|
+
25% {
|
|
988
|
+
transform: scale(0);
|
|
989
|
+
opacity: 0.1;
|
|
990
|
+
}
|
|
991
|
+
50% {
|
|
992
|
+
transform: scale(0.1);
|
|
993
|
+
opacity: 0.3;
|
|
994
|
+
}
|
|
995
|
+
75% {
|
|
996
|
+
transform: scale(0.5);
|
|
997
|
+
opacity: 0.5;
|
|
998
|
+
}
|
|
999
|
+
100% {
|
|
1000
|
+
transform: scale(1);
|
|
1001
|
+
opacity: 0.0;
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
/*! Tablesaw - v3.1.2 - 2019-03-19
|
|
1006
|
+
* https://github.com/filamentgroup/tablesaw
|
|
1007
|
+
* Copyright (c) 2019 Filament Group; Licensed MIT */
|
|
1008
|
+
|
|
1009
|
+
.tablesaw {
|
|
1010
|
+
width: 100%;
|
|
1011
|
+
max-width: 100%;
|
|
1012
|
+
empty-cells: show;
|
|
1013
|
+
border-collapse: collapse;
|
|
1014
|
+
border: 0;
|
|
1015
|
+
padding: 0;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.tablesaw * {
|
|
1019
|
+
box-sizing: border-box;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
.tablesaw-btn {
|
|
1023
|
+
border: 1px solid #ccc;
|
|
1024
|
+
border-radius: .25em;
|
|
1025
|
+
background: none;
|
|
1026
|
+
box-shadow: 0 1px 0 rgba(255,255,255,1);
|
|
1027
|
+
color: #4a4a4a;
|
|
1028
|
+
cursor: pointer;
|
|
1029
|
+
display: inline-block;
|
|
1030
|
+
margin: 0;
|
|
1031
|
+
padding: .5em .85em .4em .85em;
|
|
1032
|
+
position: relative;
|
|
1033
|
+
text-align: center;
|
|
1034
|
+
text-decoration: none;
|
|
1035
|
+
text-transform: capitalize;
|
|
1036
|
+
-webkit-appearance: none;
|
|
1037
|
+
-moz-appearance: none;
|
|
1038
|
+
appearance: none;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
a.tablesaw-btn {
|
|
1042
|
+
color: #1c95d4;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.tablesaw-btn:hover {
|
|
1046
|
+
text-decoration: none;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
/* Default radio/checkbox styling horizonal controlgroups. */
|
|
1050
|
+
|
|
1051
|
+
.tablesaw-btn:active {
|
|
1052
|
+
background-color: #ddd;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
@supports (box-shadow: none ) {
|
|
1056
|
+
.tablesaw-btn:focus {
|
|
1057
|
+
background-color: #fff;
|
|
1058
|
+
outline: none;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
.tablesaw-btn:focus {
|
|
1062
|
+
box-shadow: 0 0 .35em #4faeef !important;
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.tablesaw-btn-select select {
|
|
1067
|
+
background: none;
|
|
1068
|
+
border: none;
|
|
1069
|
+
display: inline-block;
|
|
1070
|
+
position: absolute;
|
|
1071
|
+
left: 0;
|
|
1072
|
+
top: 0;
|
|
1073
|
+
margin: 0;
|
|
1074
|
+
width: 100%;
|
|
1075
|
+
height: 100%;
|
|
1076
|
+
z-index: 2;
|
|
1077
|
+
min-height: 1em;
|
|
1078
|
+
opacity: 0;
|
|
1079
|
+
color: transparent;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.tablesaw-btn select option {
|
|
1083
|
+
background: #fff;
|
|
1084
|
+
color: #000;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.tablesaw-btn {
|
|
1088
|
+
display: inline-block;
|
|
1089
|
+
width: auto;
|
|
1090
|
+
height: auto;
|
|
1091
|
+
position: relative;
|
|
1092
|
+
top: 0;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.tablesaw-btn.btn-small {
|
|
1096
|
+
font-size: 1.0625em;
|
|
1097
|
+
line-height: 19px;
|
|
1098
|
+
padding: .3em 1em .3em 1em;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
.tablesaw-btn.btn-micro {
|
|
1102
|
+
font-size: .8125em;
|
|
1103
|
+
padding: .4em .7em .25em .7em;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
.tablesaw-btn-select {
|
|
1107
|
+
padding-right: 1.5em;
|
|
1108
|
+
text-align: left;
|
|
1109
|
+
display: inline-block;
|
|
1110
|
+
color: #4d4d4d;
|
|
1111
|
+
padding-right: 2.5em;
|
|
1112
|
+
min-width: 7.25em;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.tablesaw-btn-select:after {
|
|
1116
|
+
content: " ";
|
|
1117
|
+
position: absolute;
|
|
1118
|
+
background: none;
|
|
1119
|
+
background-repeat: no-repeat;
|
|
1120
|
+
background-position: .25em .45em;
|
|
1121
|
+
content: "\25bc";
|
|
1122
|
+
font-size: .55em;
|
|
1123
|
+
padding-top: 1.2em;
|
|
1124
|
+
padding-left: 1em;
|
|
1125
|
+
left: auto;
|
|
1126
|
+
right: 0;
|
|
1127
|
+
margin: 0;
|
|
1128
|
+
top: 0;
|
|
1129
|
+
bottom: 0;
|
|
1130
|
+
width: 1.8em;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
.tablesaw-btn-select.btn-small:after,
|
|
1134
|
+
.tablesaw-btn-select.btn-micro:after {
|
|
1135
|
+
width: 1.2em;
|
|
1136
|
+
font-size: .5em;
|
|
1137
|
+
padding-top: 1em;
|
|
1138
|
+
padding-right: .5em;
|
|
1139
|
+
line-height: 1.65;
|
|
1140
|
+
background: none;
|
|
1141
|
+
box-shadow: none;
|
|
1142
|
+
border-left-width: 0;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
/* Column navigation buttons for swipe and columntoggle tables */
|
|
1146
|
+
|
|
1147
|
+
.tablesaw-advance .tablesaw-btn {
|
|
1148
|
+
-webkit-appearance: none;
|
|
1149
|
+
-moz-appearance: none;
|
|
1150
|
+
box-sizing: border-box;
|
|
1151
|
+
text-shadow: 0 1px 0 #fff;
|
|
1152
|
+
border-radius: .25em;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
.tablesaw-advance .tablesaw-btn.btn-micro {
|
|
1156
|
+
font-size: .8125em;
|
|
1157
|
+
padding: .3em .7em .25em .7em;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.tablesaw-advance a.tablesaw-nav-btn:first-child {
|
|
1161
|
+
margin-left: 0;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.tablesaw-advance a.tablesaw-nav-btn:last-child {
|
|
1165
|
+
margin-right: 0;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.tablesaw-advance a.tablesaw-nav-btn {
|
|
1169
|
+
display: inline-block;
|
|
1170
|
+
overflow: hidden;
|
|
1171
|
+
width: 1.8em;
|
|
1172
|
+
height: 1.8em;
|
|
1173
|
+
background-position: 50% 50%;
|
|
1174
|
+
margin-left: .25em;
|
|
1175
|
+
margin-right: .25em;
|
|
1176
|
+
position: relative;
|
|
1177
|
+
text-indent: -9999px;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.tablesaw-advance a.tablesaw-nav-btn.left:before,
|
|
1181
|
+
.tablesaw-advance a.tablesaw-nav-btn.right:before,
|
|
1182
|
+
.tablesaw-advance a.tablesaw-nav-btn.down:before,
|
|
1183
|
+
.tablesaw-advance a.tablesaw-nav-btn.up:before {
|
|
1184
|
+
content: "\0020";
|
|
1185
|
+
overflow: hidden;
|
|
1186
|
+
width: 0;
|
|
1187
|
+
height: 0;
|
|
1188
|
+
position: absolute;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.tablesaw-advance a.tablesaw-nav-btn.down:before {
|
|
1192
|
+
left: .5em;
|
|
1193
|
+
top: .65em;
|
|
1194
|
+
border-left: 5px solid transparent;
|
|
1195
|
+
border-right: 5px solid transparent;
|
|
1196
|
+
border-top: 5px solid #808080;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.tablesaw-advance a.tablesaw-nav-btn.up:before {
|
|
1200
|
+
left: .5em;
|
|
1201
|
+
top: .65em;
|
|
1202
|
+
border-left: 5px solid transparent;
|
|
1203
|
+
border-right: 5px solid transparent;
|
|
1204
|
+
border-bottom: 5px solid #808080;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.tablesaw-advance a.tablesaw-nav-btn.left:before,
|
|
1208
|
+
.tablesaw-advance a.tablesaw-nav-btn.right:before {
|
|
1209
|
+
top: .45em;
|
|
1210
|
+
border-top: 5px solid transparent;
|
|
1211
|
+
border-bottom: 5px solid transparent;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.tablesaw-advance a.tablesaw-nav-btn.left:before {
|
|
1215
|
+
left: .6em;
|
|
1216
|
+
border-right: 5px solid #808080;
|
|
1217
|
+
}
|
|
1218
|
+
|
|
1219
|
+
.tablesaw-advance a.tablesaw-nav-btn.right:before {
|
|
1220
|
+
left: .7em;
|
|
1221
|
+
border-left: 5px solid #808080;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
.tablesaw-advance a.tablesaw-nav-btn.disabled {
|
|
1225
|
+
opacity: .25;
|
|
1226
|
+
cursor: default;
|
|
1227
|
+
pointer-events: none;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
/* Table Toolbar */
|
|
1231
|
+
|
|
1232
|
+
.tablesaw-bar {
|
|
1233
|
+
clear: both;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.tablesaw-bar * {
|
|
1237
|
+
box-sizing: border-box;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
.tablesaw-bar-section {
|
|
1241
|
+
float: left;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.tablesaw-bar-section label {
|
|
1245
|
+
font-size: .875em;
|
|
1246
|
+
padding: .5em 0;
|
|
1247
|
+
clear: both;
|
|
1248
|
+
display: block;
|
|
1249
|
+
color: #888;
|
|
1250
|
+
margin-right: .5em;
|
|
1251
|
+
text-transform: uppercase;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.tablesaw-btn,
|
|
1255
|
+
.tablesaw-enhanced .tablesaw-btn {
|
|
1256
|
+
margin-top: .5em;
|
|
1257
|
+
margin-bottom: .5em;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
.tablesaw-btn-select,
|
|
1261
|
+
.tablesaw-enhanced .tablesaw-btn-select {
|
|
1262
|
+
margin-bottom: 0;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
/* TODO */
|
|
1266
|
+
|
|
1267
|
+
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
|
|
1268
|
+
margin-left: .4em;
|
|
1269
|
+
margin-top: 0;
|
|
1270
|
+
text-transform: uppercase;
|
|
1271
|
+
border: none;
|
|
1272
|
+
box-shadow: none;
|
|
1273
|
+
background: transparent;
|
|
1274
|
+
font-size: 1em;
|
|
1275
|
+
padding-left: .3em;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.tablesaw-bar .tablesaw-bar-section .btn-select {
|
|
1279
|
+
min-width: 0;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
.tablesaw-bar .tablesaw-bar-section .btn-select:after {
|
|
1283
|
+
padding-top: .9em;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
.tablesaw-bar .tablesaw-bar-section select {
|
|
1287
|
+
color: #888;
|
|
1288
|
+
text-transform: none;
|
|
1289
|
+
background: transparent;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.tablesaw-bar-section ~ table {
|
|
1293
|
+
clear: both;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.tablesaw-bar-section .abbreviated {
|
|
1297
|
+
display: inline;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
.tablesaw-bar-section .longform {
|
|
1301
|
+
display: none;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
@media (min-width: 24em) {
|
|
1305
|
+
.tablesaw-bar-section .abbreviated {
|
|
1306
|
+
display: none;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
.tablesaw-bar-section .longform {
|
|
1310
|
+
display: inline;
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
.tablesaw th,
|
|
1315
|
+
.tablesaw td {
|
|
1316
|
+
padding: .5em .7em;
|
|
1317
|
+
text-align: left;
|
|
1318
|
+
vertical-align: middle;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
.tablesaw-sortable-btn {
|
|
1322
|
+
/* same as cell padding above */
|
|
1323
|
+
padding: .5em .7em;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.tablesaw thead th {
|
|
1327
|
+
text-align: left;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
/* Table rows have a gray bottom stroke by default */
|
|
1331
|
+
|
|
1332
|
+
.tablesaw-row-border tr {
|
|
1333
|
+
border-bottom: 1px solid #dfdfdf;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
/* Zebra striping */
|
|
1337
|
+
|
|
1338
|
+
.tablesaw-row-zebra tr:nth-child(2n) {
|
|
1339
|
+
background-color: #f8f8f8;
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
.tablesaw caption {
|
|
1343
|
+
text-align: left;
|
|
1344
|
+
margin: .59375em 0;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.tablesaw-swipe .tablesaw-swipe-cellpersist {
|
|
1348
|
+
border-right: 2px solid #e4e1de;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
|
|
1352
|
+
border-right-width: 1px;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
|
|
1356
|
+
box-shadow: 3px 0 4px -1px #e4e1de;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.tablesaw-stack td .tablesaw-cell-label,
|
|
1360
|
+
.tablesaw-stack th .tablesaw-cell-label {
|
|
1361
|
+
display: none;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
|
|
1365
|
+
|
|
1366
|
+
/* Support note IE9+: @media only all */
|
|
1367
|
+
|
|
1368
|
+
@media only all {
|
|
1369
|
+
/* Show the table cells as a block level element */
|
|
1370
|
+
|
|
1371
|
+
.tablesaw-stack {
|
|
1372
|
+
clear: both;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
.tablesaw-stack td,
|
|
1376
|
+
.tablesaw-stack th {
|
|
1377
|
+
text-align: left;
|
|
1378
|
+
display: block;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
.tablesaw-stack tr {
|
|
1382
|
+
clear: both;
|
|
1383
|
+
display: table-row;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
/* Make the label elements a percentage width */
|
|
1387
|
+
|
|
1388
|
+
.tablesaw-stack td .tablesaw-cell-label,
|
|
1389
|
+
.tablesaw-stack th .tablesaw-cell-label {
|
|
1390
|
+
display: inline-block;
|
|
1391
|
+
padding: 0 .6em 0 0;
|
|
1392
|
+
width: 30%;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
/* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
|
|
1396
|
+
|
|
1397
|
+
.tablesaw-stack th .tablesaw-cell-label-top,
|
|
1398
|
+
.tablesaw-stack td .tablesaw-cell-label-top {
|
|
1399
|
+
display: block;
|
|
1400
|
+
padding: .4em 0;
|
|
1401
|
+
margin: .4em 0;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.tablesaw-cell-label {
|
|
1405
|
+
display: block;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
/* Avoid double strokes when stacked */
|
|
1409
|
+
|
|
1410
|
+
.tablesaw-stack tbody th.group {
|
|
1411
|
+
margin-top: -1px;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
/* Avoid double strokes when stacked */
|
|
1415
|
+
|
|
1416
|
+
.tablesaw-stack th.group b.tablesaw-cell-label {
|
|
1417
|
+
display: none !important;
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
@media (max-width: 39.9375em) {
|
|
1422
|
+
/* Table rows have a gray bottom stroke by default */
|
|
1423
|
+
|
|
1424
|
+
.tablesaw-stack tbody tr {
|
|
1425
|
+
display: block;
|
|
1426
|
+
width: 100%;
|
|
1427
|
+
border-bottom: 1px solid #dfdfdf;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
.tablesaw-stack thead td,
|
|
1431
|
+
.tablesaw-stack thead th {
|
|
1432
|
+
display: none;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
.tablesaw-stack tbody td,
|
|
1436
|
+
.tablesaw-stack tbody th {
|
|
1437
|
+
display: block;
|
|
1438
|
+
float: left;
|
|
1439
|
+
clear: left;
|
|
1440
|
+
width: 100%;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
.tablesaw-cell-label {
|
|
1444
|
+
vertical-align: top;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.tablesaw-cell-content {
|
|
1448
|
+
display: inline-block;
|
|
1449
|
+
max-width: 67%;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
|
|
1453
|
+
.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
|
|
1454
|
+
display: block;
|
|
1455
|
+
width: 100%;
|
|
1456
|
+
max-width: 100%;
|
|
1457
|
+
padding: 0;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
.tablesaw-stack td:empty,
|
|
1461
|
+
.tablesaw-stack th:empty {
|
|
1462
|
+
display: none;
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
|
|
1467
|
+
|
|
1468
|
+
@media (min-width: 40em) {
|
|
1469
|
+
.tablesaw-stack tr {
|
|
1470
|
+
display: table-row;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
/* Show the table header rows */
|
|
1474
|
+
|
|
1475
|
+
.tablesaw-stack td,
|
|
1476
|
+
.tablesaw-stack th,
|
|
1477
|
+
.tablesaw-stack thead td,
|
|
1478
|
+
.tablesaw-stack thead th {
|
|
1479
|
+
display: table-cell;
|
|
1480
|
+
margin: 0;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
/* Hide the labels in each cell */
|
|
1484
|
+
|
|
1485
|
+
.tablesaw-stack td .tablesaw-cell-label,
|
|
1486
|
+
.tablesaw-stack th .tablesaw-cell-label {
|
|
1487
|
+
display: none !important;
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
.tablesaw-fix-persist {
|
|
1492
|
+
table-layout: fixed;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
@media only all {
|
|
1496
|
+
/* Unchecked manually: Always hide */
|
|
1497
|
+
|
|
1498
|
+
.tablesaw-swipe th.tablesaw-swipe-cellhidden,
|
|
1499
|
+
.tablesaw-swipe td.tablesaw-swipe-cellhidden {
|
|
1500
|
+
display: none;
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.tablesaw-overflow {
|
|
1505
|
+
position: relative;
|
|
1506
|
+
width: 100%;
|
|
1507
|
+
overflow-x: auto;
|
|
1508
|
+
-webkit-overflow-scrolling: touch;
|
|
1509
|
+
/* More in skin.css */
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.tablesaw-overflow > .tablesaw {
|
|
1513
|
+
margin-top: 2px;
|
|
1514
|
+
/* sortable focus rings are clipped */
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
/* Used for a11y text on button: "Columns" */
|
|
1518
|
+
|
|
1519
|
+
.tablesaw-columntoggle-btn span {
|
|
1520
|
+
text-indent: -9999px;
|
|
1521
|
+
display: inline-block;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.tablesaw-columntoggle-btnwrap {
|
|
1525
|
+
position: relative;
|
|
1526
|
+
/* for dialog positioning */
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
.tablesaw-columntoggle-btnwrap .dialog-content {
|
|
1530
|
+
padding: .5em;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.tablesaw-columntoggle tbody td {
|
|
1534
|
+
line-height: 1.5;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
/* Remove top/bottom margins around the fieldcontain on check list */
|
|
1538
|
+
|
|
1539
|
+
.tablesaw-columntoggle-popup {
|
|
1540
|
+
display: none;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
|
|
1544
|
+
display: block;
|
|
1545
|
+
position: absolute;
|
|
1546
|
+
top: 2em;
|
|
1547
|
+
right: 0;
|
|
1548
|
+
background-color: #fff;
|
|
1549
|
+
padding: .5em .8em;
|
|
1550
|
+
border: 1px solid #ccc;
|
|
1551
|
+
box-shadow: 0 1px 2px #ccc;
|
|
1552
|
+
border-radius: .2em;
|
|
1553
|
+
z-index: 1;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.tablesaw-columntoggle-popup fieldset {
|
|
1557
|
+
margin: 0;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
/* Hide all prioritized columns by default */
|
|
1561
|
+
|
|
1562
|
+
@media only all {
|
|
1563
|
+
.tablesaw-columntoggle th.tablesaw-priority-6,
|
|
1564
|
+
.tablesaw-columntoggle td.tablesaw-priority-6,
|
|
1565
|
+
.tablesaw-columntoggle th.tablesaw-priority-5,
|
|
1566
|
+
.tablesaw-columntoggle td.tablesaw-priority-5,
|
|
1567
|
+
.tablesaw-columntoggle th.tablesaw-priority-4,
|
|
1568
|
+
.tablesaw-columntoggle td.tablesaw-priority-4,
|
|
1569
|
+
.tablesaw-columntoggle th.tablesaw-priority-3,
|
|
1570
|
+
.tablesaw-columntoggle td.tablesaw-priority-3,
|
|
1571
|
+
.tablesaw-columntoggle th.tablesaw-priority-2,
|
|
1572
|
+
.tablesaw-columntoggle td.tablesaw-priority-2,
|
|
1573
|
+
.tablesaw-columntoggle th.tablesaw-priority-1,
|
|
1574
|
+
.tablesaw-columntoggle td.tablesaw-priority-1,
|
|
1575
|
+
.tablesaw-columntoggle th.tablesaw-priority-0,
|
|
1576
|
+
.tablesaw-columntoggle td.tablesaw-priority-0 {
|
|
1577
|
+
display: none;
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
.tablesaw-columntoggle-btnwrap .dialog-content {
|
|
1582
|
+
top: 0 !important;
|
|
1583
|
+
right: 1em;
|
|
1584
|
+
left: auto !important;
|
|
1585
|
+
width: 12em;
|
|
1586
|
+
max-width: 18em;
|
|
1587
|
+
margin: -.5em auto 0;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
|
|
1591
|
+
outline-style: none;
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
/* Preset breakpoints if "" class added to table */
|
|
1595
|
+
|
|
1596
|
+
/* Show priority 1 at 320px (20em x 16px) */
|
|
1597
|
+
|
|
1598
|
+
@media (min-width: 20em) {
|
|
1599
|
+
.tablesaw-columntoggle th.tablesaw-priority-1,
|
|
1600
|
+
.tablesaw-columntoggle td.tablesaw-priority-1 {
|
|
1601
|
+
display: table-cell;
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
/* Show priority 2 at 480px (30em x 16px) */
|
|
1606
|
+
|
|
1607
|
+
@media (min-width: 30em) {
|
|
1608
|
+
.tablesaw-columntoggle th.tablesaw-priority-2,
|
|
1609
|
+
.tablesaw-columntoggle td.tablesaw-priority-2 {
|
|
1610
|
+
display: table-cell;
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
/* Show priority 3 at 640px (40em x 16px) */
|
|
1615
|
+
|
|
1616
|
+
@media (min-width: 40em) {
|
|
1617
|
+
.tablesaw-columntoggle th.tablesaw-priority-3,
|
|
1618
|
+
.tablesaw-columntoggle td.tablesaw-priority-3 {
|
|
1619
|
+
display: table-cell;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
.tablesaw-columntoggle tbody td {
|
|
1623
|
+
line-height: 2;
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
/* Show priority 4 at 800px (50em x 16px) */
|
|
1628
|
+
|
|
1629
|
+
@media (min-width: 50em) {
|
|
1630
|
+
.tablesaw-columntoggle th.tablesaw-priority-4,
|
|
1631
|
+
.tablesaw-columntoggle td.tablesaw-priority-4 {
|
|
1632
|
+
display: table-cell;
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
/* Show priority 5 at 960px (60em x 16px) */
|
|
1637
|
+
|
|
1638
|
+
@media (min-width: 60em) {
|
|
1639
|
+
.tablesaw-columntoggle th.tablesaw-priority-5,
|
|
1640
|
+
.tablesaw-columntoggle td.tablesaw-priority-5 {
|
|
1641
|
+
display: table-cell;
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
/* Show priority 6 at 1,120px (70em x 16px) */
|
|
1646
|
+
|
|
1647
|
+
@media (min-width: 70em) {
|
|
1648
|
+
.tablesaw-columntoggle th.tablesaw-priority-6,
|
|
1649
|
+
.tablesaw-columntoggle td.tablesaw-priority-6 {
|
|
1650
|
+
display: table-cell;
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
@media only all {
|
|
1655
|
+
/* Unchecked manually: Always hide */
|
|
1656
|
+
|
|
1657
|
+
.tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
|
|
1658
|
+
.tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
|
|
1659
|
+
display: none;
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
/* Checked manually: Always show */
|
|
1663
|
+
|
|
1664
|
+
.tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
|
|
1665
|
+
.tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
|
|
1666
|
+
display: table-cell;
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
.tablesaw-columntoggle-popup .tablesaw-btn-group > label {
|
|
1671
|
+
display: block;
|
|
1672
|
+
padding: .2em 0;
|
|
1673
|
+
white-space: nowrap;
|
|
1674
|
+
cursor: default;
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
.tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
|
|
1678
|
+
margin-right: .8em;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
.tablesaw-sortable-head {
|
|
1682
|
+
position: relative;
|
|
1683
|
+
vertical-align: top;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
/* Override */
|
|
1687
|
+
|
|
1688
|
+
.tablesaw .tablesaw-sortable-head {
|
|
1689
|
+
padding: 0;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.tablesaw-sortable-btn {
|
|
1693
|
+
min-width: 100%;
|
|
1694
|
+
color: inherit;
|
|
1695
|
+
background: transparent;
|
|
1696
|
+
border: 0;
|
|
1697
|
+
text-align: inherit;
|
|
1698
|
+
font: inherit;
|
|
1699
|
+
text-transform: inherit;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
.tablesaw-sortable-arrow:after {
|
|
1703
|
+
display: inline-block;
|
|
1704
|
+
width: 10px;
|
|
1705
|
+
height: 14px;
|
|
1706
|
+
content: " ";
|
|
1707
|
+
margin-left: .3125em;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
|
|
1711
|
+
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
|
|
1712
|
+
content: "\0020";
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
|
|
1716
|
+
content: "\2191";
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
|
|
1720
|
+
content: "\2193";
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
.tablesaw-advance {
|
|
1724
|
+
float: right;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
.tablesaw-advance.minimap {
|
|
1728
|
+
margin-right: .4em;
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
.tablesaw-advance-dots {
|
|
1732
|
+
float: left;
|
|
1733
|
+
margin: 0;
|
|
1734
|
+
padding: 0;
|
|
1735
|
+
list-style: none;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.tablesaw-advance-dots li {
|
|
1739
|
+
display: table-cell;
|
|
1740
|
+
margin: 0;
|
|
1741
|
+
padding: .4em .2em;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.tablesaw-advance-dots li i {
|
|
1745
|
+
width: .25em;
|
|
1746
|
+
height: .25em;
|
|
1747
|
+
background: #555;
|
|
1748
|
+
border-radius: 100%;
|
|
1749
|
+
display: inline-block;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
.tablesaw-advance-dots-hide {
|
|
1753
|
+
opacity: .25;
|
|
1754
|
+
cursor: default;
|
|
1755
|
+
pointer-events: none;
|
|
1756
|
+
}
|
|
1757
|
+
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
|
|
1758
|
+
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
|
|
1759
|
+
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
|
|
1760
|
+
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
|
|
1761
|
+
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
|
|
1762
|
+
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
|