diff --git a/LICENSE b/LICENSE index bf0ba9d9..caa4070b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Jan Korf +Copyright (c) 2026 JKorf Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 92b09558..00000000 --- a/docs/README.md +++ /dev/null @@ -1 +0,0 @@ -Source for https://jkorf.github.io/CryptoExchange.Net \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index 8e4385b5..00000000 --- a/docs/_config.yml +++ /dev/null @@ -1,2 +0,0 @@ -remote_theme: pmarsceill/just-the-docs -markdown: GFM \ No newline at end of file diff --git a/docs/assets/css/color-blue.css b/docs/assets/css/color-blue.css deleted file mode 100644 index 1caa28d3..00000000 --- a/docs/assets/css/color-blue.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Blue -==============================*/ -::selection { - background: #007bff; -} - -a, a:focus { - color: #007bff; -} - -a:hover, a:active { - color: #006adb; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #007bff; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #007bff; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #007bff; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #007bff; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #007bff !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #007bff; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #007bff; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #007bff; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #007bff; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #007bff; -} - -.nav-pills .nav-link:not(.active):hover { - color: #007bff; -} - -#footer .nav .nav-item .nav-link:focus { - color: #007bff; -} -#footer .nav .nav-link:hover { - color: #007bff; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #007bff; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #007bff; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #007bff !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #007bff !important; -} - -.btn-link:hover { - color: #006adb !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #006adb !important; -} - -.border-primary { - border-color: #007bff !important; -} - -.btn-primary { - background-color: #007bff; - border-color: #007bff; -} -.btn-primary:hover { - background-color: #006adb; - border-color: #006adb; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #006adb; - border-color: #006adb; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #006adb; - border-color: #006adb; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #007bff; - border-color: #007bff; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #007bff; - border-color: #007bff; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #007bff; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #007bff; - border-color: #007bff; -} - -.list-group-item.active { - background-color: #007bff; - border-color: #007bff; -} - -.page-link { - color: #007bff; -} -.page-link:hover { - color: #006adb; -} diff --git a/docs/assets/css/color-brown.css b/docs/assets/css/color-brown.css deleted file mode 100644 index 4fbb38c7..00000000 --- a/docs/assets/css/color-brown.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Brown -==============================*/ -::selection { - background: #795548; -} - -a, a:focus { - color: #795548; -} - -a:hover, a:active { - color: #63453b; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #795548; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #795548; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #795548; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #795548; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #795548 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #795548; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #795548; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #795548; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #795548; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #795548; -} - -.nav-pills .nav-link:not(.active):hover { - color: #795548; -} - -#footer .nav .nav-item .nav-link:focus { - color: #795548; -} -#footer .nav .nav-link:hover { - color: #795548; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #795548; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #795548; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #795548 !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #795548 !important; -} - -.btn-link:hover { - color: #63453b !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #63453b !important; -} - -.border-primary { - border-color: #795548 !important; -} - -.btn-primary { - background-color: #795548; - border-color: #795548; -} -.btn-primary:hover { - background-color: #63453b; - border-color: #63453b; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #63453b; - border-color: #63453b; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #63453b; - border-color: #63453b; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #795548; - border-color: #795548; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #795548; - border-color: #795548; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #795548; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #795548; - border-color: #795548; -} - -.list-group-item.active { - background-color: #795548; - border-color: #795548; -} - -.page-link { - color: #795548; -} -.page-link:hover { - color: #63453b; -} diff --git a/docs/assets/css/color-cyan.css b/docs/assets/css/color-cyan.css deleted file mode 100644 index fa712d80..00000000 --- a/docs/assets/css/color-cyan.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Cyan -==============================*/ -::selection { - background: #17a2b8; -} - -a, a:focus { - color: #17a2b8; -} - -a:hover, a:active { - color: #138698; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #17a2b8; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #17a2b8; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #17a2b8; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #17a2b8; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #17a2b8 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #17a2b8; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #17a2b8; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #17a2b8; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #17a2b8; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #17a2b8; -} - -.nav-pills .nav-link:not(.active):hover { - color: #17a2b8; -} - -#footer .nav .nav-item .nav-link:focus { - color: #17a2b8; -} -#footer .nav .nav-link:hover { - color: #17a2b8; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #17a2b8; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #17a2b8; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #17a2b8 !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #17a2b8 !important; -} - -.btn-link:hover { - color: #138698 !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #138698 !important; -} - -.border-primary { - border-color: #17a2b8 !important; -} - -.btn-primary { - background-color: #17a2b8; - border-color: #17a2b8; -} -.btn-primary:hover { - background-color: #138698; - border-color: #138698; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #138698; - border-color: #138698; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #138698; - border-color: #138698; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #17a2b8; - border-color: #17a2b8; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #17a2b8; - border-color: #17a2b8; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #17a2b8; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #17a2b8; - border-color: #17a2b8; -} - -.list-group-item.active { - background-color: #17a2b8; - border-color: #17a2b8; -} - -.page-link { - color: #17a2b8; -} -.page-link:hover { - color: #138698; -} diff --git a/docs/assets/css/color-green.css b/docs/assets/css/color-green.css deleted file mode 100644 index 4810d8b9..00000000 --- a/docs/assets/css/color-green.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Green -==============================*/ -::selection { - background: #28a745; -} - -a, a:focus { - color: #28a745; -} - -a:hover, a:active { - color: #218a39; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #28a745; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #28a745; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #28a745; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #28a745; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #28a745 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #28a745; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #28a745; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #28a745; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #28a745; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #28a745; -} - -.nav-pills .nav-link:not(.active):hover { - color: #28a745; -} - -#footer .nav .nav-item .nav-link:focus { - color: #28a745; -} -#footer .nav .nav-link:hover { - color: #28a745; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #28a745; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #28a745; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #28a745 !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #28a745 !important; -} - -.btn-link:hover { - color: #218a39 !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #218a39 !important; -} - -.border-primary { - border-color: #28a745 !important; -} - -.btn-primary { - background-color: #28a745; - border-color: #28a745; -} -.btn-primary:hover { - background-color: #218a39; - border-color: #218a39; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #218a39; - border-color: #218a39; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #218a39; - border-color: #218a39; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #28a745; - border-color: #28a745; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #28a745; - border-color: #28a745; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #28a745; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #28a745; - border-color: #28a745; -} - -.list-group-item.active { - background-color: #28a745; - border-color: #28a745; -} - -.page-link { - color: #28a745; -} -.page-link:hover { - color: #218a39; -} diff --git a/docs/assets/css/color-indigo.css b/docs/assets/css/color-indigo.css deleted file mode 100644 index f9141bda..00000000 --- a/docs/assets/css/color-indigo.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Indigo -==============================*/ -::selection { - background: #6610f2; -} - -a, a:focus { - color: #6610f2; -} - -a:hover, a:active { - color: #570bd3; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #6610f2; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #6610f2; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #6610f2; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #6610f2; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #6610f2 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #6610f2; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #6610f2; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #6610f2; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #6610f2; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #6610f2; -} - -.nav-pills .nav-link:not(.active):hover { - color: #6610f2; -} - -#footer .nav .nav-item .nav-link:focus { - color: #6610f2; -} -#footer .nav .nav-link:hover { - color: #6610f2; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #6610f2; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #6610f2; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #6610f2 !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #6610f2 !important; -} - -.btn-link:hover { - color: #570bd3 !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #570bd3 !important; -} - -.border-primary { - border-color: #6610f2 !important; -} - -.btn-primary { - background-color: #6610f2; - border-color: #6610f2; -} -.btn-primary:hover { - background-color: #570bd3; - border-color: #570bd3; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #570bd3; - border-color: #570bd3; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #570bd3; - border-color: #570bd3; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #6610f2; - border-color: #6610f2; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #6610f2; - border-color: #6610f2; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #6610f2; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #6610f2; - border-color: #6610f2; -} - -.list-group-item.active { - background-color: #6610f2; - border-color: #6610f2; -} - -.page-link { - color: #6610f2; -} -.page-link:hover { - color: #570bd3; -} diff --git a/docs/assets/css/color-orange.css b/docs/assets/css/color-orange.css deleted file mode 100644 index d7cda6ba..00000000 --- a/docs/assets/css/color-orange.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Orange -==============================*/ -::selection { - background: #fd7e14; -} - -a, a:focus { - color: #fd7e14; -} - -a:hover, a:active { - color: #eb6c02; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #fd7e14; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #fd7e14; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #fd7e14; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #fd7e14; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #fd7e14 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #fd7e14; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #fd7e14; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #fd7e14; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #fd7e14; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #fd7e14; -} - -.nav-pills .nav-link:not(.active):hover { - color: #fd7e14; -} - -#footer .nav .nav-item .nav-link:focus { - color: #fd7e14; -} -#footer .nav .nav-link:hover { - color: #fd7e14; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #fd7e14; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #fd7e14; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #fd7e14 !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #fd7e14 !important; -} - -.btn-link:hover { - color: #eb6c02 !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #eb6c02 !important; -} - -.border-primary { - border-color: #fd7e14 !important; -} - -.btn-primary { - background-color: #fd7e14; - border-color: #fd7e14; -} -.btn-primary:hover { - background-color: #eb6c02; - border-color: #eb6c02; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #eb6c02; - border-color: #eb6c02; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #eb6c02; - border-color: #eb6c02; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #fd7e14; - border-color: #fd7e14; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #fd7e14; - border-color: #fd7e14; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #fd7e14; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #fd7e14; - border-color: #fd7e14; -} - -.list-group-item.active { - background-color: #fd7e14; - border-color: #fd7e14; -} - -.page-link { - color: #fd7e14; -} -.page-link:hover { - color: #eb6c02; -} diff --git a/docs/assets/css/color-purple.css b/docs/assets/css/color-purple.css deleted file mode 100644 index f1967393..00000000 --- a/docs/assets/css/color-purple.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Purple -==============================*/ -::selection { - background: #6f42c1; -} - -a, a:focus { - color: #6f42c1; -} - -a:hover, a:active { - color: #5f37a8; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #6f42c1; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #6f42c1; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #6f42c1; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #6f42c1; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #6f42c1 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #6f42c1; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #6f42c1; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #6f42c1; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #6f42c1; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #6f42c1; -} - -.nav-pills .nav-link:not(.active):hover { - color: #6f42c1; -} - -#footer .nav .nav-item .nav-link:focus { - color: #6f42c1; -} -#footer .nav .nav-link:hover { - color: #6f42c1; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #6f42c1; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #6f42c1; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #6f42c1 !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #6f42c1 !important; -} - -.btn-link:hover { - color: #5f37a8 !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #5f37a8 !important; -} - -.border-primary { - border-color: #6f42c1 !important; -} - -.btn-primary { - background-color: #6f42c1; - border-color: #6f42c1; -} -.btn-primary:hover { - background-color: #5f37a8; - border-color: #5f37a8; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #5f37a8; - border-color: #5f37a8; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #5f37a8; - border-color: #5f37a8; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #6f42c1; - border-color: #6f42c1; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #6f42c1; - border-color: #6f42c1; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #6f42c1; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #6f42c1; - border-color: #6f42c1; -} - -.list-group-item.active { - background-color: #6f42c1; - border-color: #6f42c1; -} - -.page-link { - color: #6f42c1; -} -.page-link:hover { - color: #5f37a8; -} diff --git a/docs/assets/css/color-red.css b/docs/assets/css/color-red.css deleted file mode 100644 index e9d68d6b..00000000 --- a/docs/assets/css/color-red.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Red -==============================*/ -::selection { - background: #dc3545; -} - -a, a:focus { - color: #dc3545; -} - -a:hover, a:active { - color: #ca2333; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #dc3545; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #dc3545; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #dc3545; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #dc3545; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #dc3545 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #dc3545; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #dc3545; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #dc3545; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #dc3545; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #dc3545; -} - -.nav-pills .nav-link:not(.active):hover { - color: #dc3545; -} - -#footer .nav .nav-item .nav-link:focus { - color: #dc3545; -} -#footer .nav .nav-link:hover { - color: #dc3545; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #dc3545; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #dc3545; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #dc3545 !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #dc3545 !important; -} - -.btn-link:hover { - color: #ca2333 !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #ca2333 !important; -} - -.border-primary { - border-color: #dc3545 !important; -} - -.btn-primary { - background-color: #dc3545; - border-color: #dc3545; -} -.btn-primary:hover { - background-color: #ca2333; - border-color: #ca2333; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #ca2333; - border-color: #ca2333; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #ca2333; - border-color: #ca2333; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #dc3545; - border-color: #dc3545; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #dc3545; - border-color: #dc3545; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #dc3545; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #dc3545; - border-color: #dc3545; -} - -.list-group-item.active { - background-color: #dc3545; - border-color: #dc3545; -} - -.page-link { - color: #dc3545; -} -.page-link:hover { - color: #ca2333; -} diff --git a/docs/assets/css/color-teal.css b/docs/assets/css/color-teal.css deleted file mode 100644 index 8b8116a7..00000000 --- a/docs/assets/css/color-teal.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Teal -==============================*/ -::selection { - background: #20c997; -} - -a, a:focus { - color: #20c997; -} - -a:hover, a:active { - color: #1baa80; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #20c997; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #20c997; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #20c997; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #20c997; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #20c997 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #20c997; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #20c997; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #20c997; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #20c997; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #20c997; -} - -.nav-pills .nav-link:not(.active):hover { - color: #20c997; -} - -#footer .nav .nav-item .nav-link:focus { - color: #20c997; -} -#footer .nav .nav-link:hover { - color: #20c997; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #20c997; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #20c997; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #20c997 !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #20c997 !important; -} - -.btn-link:hover { - color: #1baa80 !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #1baa80 !important; -} - -.border-primary { - border-color: #20c997 !important; -} - -.btn-primary { - background-color: #20c997; - border-color: #20c997; -} -.btn-primary:hover { - background-color: #1baa80; - border-color: #1baa80; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #1baa80; - border-color: #1baa80; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #1baa80; - border-color: #1baa80; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #20c997; - border-color: #20c997; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #20c997; - border-color: #20c997; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #20c997; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #20c997; - border-color: #20c997; -} - -.list-group-item.active { - background-color: #20c997; - border-color: #20c997; -} - -.page-link { - color: #20c997; -} -.page-link:hover { - color: #1baa80; -} diff --git a/docs/assets/css/color-yellow.css b/docs/assets/css/color-yellow.css deleted file mode 100644 index 6c59cadf..00000000 --- a/docs/assets/css/color-yellow.css +++ /dev/null @@ -1,159 +0,0 @@ -/*============================ - COLOR Yellow -==============================*/ -::selection { - background: #ffc107; -} - -a, a:focus { - color: #ffc107; -} - -a:hover, a:active { - color: #f7b900; -} - -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #ffc107; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #ffc107; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - border-color: #ffc107; -} - -/*=== Side Navigation ===*/ -.idocs-navigation .nav .nav .nav-item .nav-link.active:after, .idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #ffc107; -} - -/* Accordion & Toggle */ -.accordion .card-header a:hover.collapsed { - color: #ffc107 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #ffc107; - color: #fff; -} - -/* Nav */ -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #ffc107; -} - -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - background-color: #ffc107; -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #ffc107; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - color: #ffc107; -} - -.nav-pills .nav-link:not(.active):hover { - color: #ffc107; -} - -#footer .nav .nav-item .nav-link:focus { - color: #ffc107; -} -#footer .nav .nav-link:hover { - color: #ffc107; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #ffc107; -} - -/* Back to Top */ -#back-to-top:hover { - background-color: #ffc107; -} - -/* Extras */ -.bg-primary, .badge-primary { - background-color: #ffc107 !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #ffc107 !important; -} - -.btn-link:hover { - color: #f7b900 !important; -} - -.text-muted { - color: #8e9a9d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #f7b900 !important; -} - -.border-primary { - border-color: #ffc107 !important; -} - -.btn-primary { - background-color: #ffc107; - border-color: #ffc107; -} -.btn-primary:hover { - background-color: #f7b900; - border-color: #f7b900; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #f7b900; - border-color: #f7b900; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #f7b900; - border-color: #f7b900; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #ffc107; - border-color: #ffc107; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #ffc107; - border-color: #ffc107; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #ffc107; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #ffc107; - border-color: #ffc107; -} - -.list-group-item.active { - background-color: #ffc107; - border-color: #ffc107; -} - -.page-link { - color: #ffc107; -} -.page-link:hover { - color: #f7b900; -} diff --git a/docs/assets/css/stylesheet.css b/docs/assets/css/stylesheet.css deleted file mode 100644 index e94a0e11..00000000 --- a/docs/assets/css/stylesheet.css +++ /dev/null @@ -1,2983 +0,0 @@ -/*=========================================================== - - Template Name: iDocs - One Page Documentation HTML Template - Author: Harnish Design - Template URL: http://demo.harnishdesign.net/html/idocs - Author URL: https://themeforest.net/user/harnishdesign - File Description : Main css file of the template - -================================================= - Table of Contents -================================================= - - 1. Basic - 2. Helpers Classes - 3. Layouts - 3.1 Side Navigation - 3.2 Docs Content - 3.3 Section Divider - 4. Header - 4.1 Main Navigation - 5 Elements - 5.1 List Style - 5.2 Changelog - 5.3 Accordion & Toggle - 5.4 Nav - 5.5 Tabs - 5.6 Popup Img - 5.7 Featured Box - 6 Footer - 6.1 Social Icons - 6.2 Back to Top - 7 Extra - -=======================================================*/ -/* =================================== */ -/* 1. Basic Style -/* =================================== */ -body, html { - height: 100%; -} - -body { - background: #dddddd; - color: #4c4d4d; -} - -/*-------- Preloader --------*/ -.preloader { - position: fixed; - width: 100%; - height: 100%; - z-index: 999999999 !important; - background-color: #fff; - top: 0; - left: 0; - right: 0; - bottom: 0; -} -.preloader .lds-ellipsis { - display: inline-block; - position: absolute; - width: 80px; - height: 80px; - margin-top: -40px; - margin-left: -40px; - top: 50%; - left: 50%; -} -.preloader .lds-ellipsis div { - position: absolute; - top: 33px; - width: 13px; - height: 13px; - border-radius: 50%; - background: #000; - animation-timing-function: cubic-bezier(0, 1, 1, 0); -} -.preloader .lds-ellipsis div:nth-child(1) { - left: 8px; - animation: lds-ellipsis1 0.6s infinite; -} -.preloader .lds-ellipsis div:nth-child(2) { - left: 8px; - animation: lds-ellipsis2 0.6s infinite; -} -.preloader .lds-ellipsis div:nth-child(3) { - left: 32px; - animation: lds-ellipsis2 0.6s infinite; -} -.preloader .lds-ellipsis div:nth-child(4) { - left: 56px; - animation: lds-ellipsis3 0.6s infinite; -} - -@keyframes lds-ellipsis1 { - 0% { - transform: scale(0); - } - 100% { - transform: scale(1); - } -} -@keyframes lds-ellipsis3 { - 0% { - transform: scale(1); - } - 100% { - transform: scale(0); - } -} -@keyframes lds-ellipsis2 { - 0% { - transform: translate(0, 0); - } - 100% { - transform: translate(24px, 0); - } -} -/*--- Preloader Magnific Popup ----*/ -.mfp-container .preloader { - background: transparent; -} -.mfp-container .preloader .lds-ellipsis div { - background: #fff; -} - -::selection { - background: #0366d6; - color: #fff; - text-shadow: none; -} - -code { - padding: 2px 5px; - background-color: #f9f2f4; - border-radius: 4px; -} - -form { - padding: 0; - margin: 0; - display: inline; -} - -img { - vertical-align: inherit; -} - -a, a:focus { - color: #0366d6; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} - -a:hover, a:active { - color: #0355b3; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} - -a:focus, a:active, -.btn.active.focus, -.btn.active:focus, -.btn.focus, -.btn:active.focus, -.btn:active:focus, -.btn:focus, -button:focus, -button:active { - outline: none; -} - -p { - line-height: 1.8; -} - -blockquote { - border-left: 5px solid #eee; - padding: 10px 20px; -} - -iframe { - border: 0 !important; -} - -h1, h2, h3, h4, h5, h6 { - color: #252b33; - line-height: 1.5; - margin: 0 0 1.5rem 0; - font-family: Roboto, sans-serif; -} - -h1 { - font-size: 3rem; -} - -h2 { - font-size: 2.2rem; -} - -dl, ol, ul, pre, blockquote, .table { - margin-bottom: 1.8rem; -} - -/*=== Highlight Js ===*/ -.hljs { - padding: 1.5rem; -} - -/* =================================== */ -/* 2. Helpers Classes -/* =================================== */ -/* Box Shadow */ -.shadow-md { - -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important; - box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important; -} - -/* Border Radius */ -.rounded-lg { - border-radius: 0.6rem !important; -} - -.rounded-top-0 { - border-top-left-radius: 0px !important; - border-top-right-radius: 0px !important; -} - -.rounded-bottom-0 { - border-bottom-left-radius: 0px !important; - border-bottom-right-radius: 0px !important; -} - -.rounded-left-0 { - border-top-left-radius: 0px !important; - border-bottom-left-radius: 0px !important; -} - -.rounded-right-0 { - border-top-right-radius: 0px !important; - border-bottom-right-radius: 0px !important; -} - -/* Border Size */ -.border-1 { - border-width: 1px !important; -} - -.border-2 { - border-width: 2px !important; -} - -.border-3 { - border-width: 3px !important; -} - -.border-4 { - border-width: 4px !important; -} - -.border-5 { - border-width: 5px !important; -} - -/* Text Size */ -.text-0 { - font-size: 11px !important; - font-size: 0.6875rem !important; -} - -.text-1 { - font-size: 12px !important; - font-size: 0.75rem !important; -} - -.text-2 { - font-size: 14px !important; - font-size: 0.875rem !important; -} - -.text-3 { - font-size: 16px !important; - font-size: 1rem !important; -} - -.text-4 { - font-size: 18px !important; - font-size: 1.125rem !important; -} - -.text-5 { - font-size: 21px !important; - font-size: 1.3125rem !important; -} - -.text-6 { - font-size: 24px !important; - font-size: 1.50rem !important; -} - -.text-7 { - font-size: 28px !important; - font-size: 1.75rem !important; -} - -.text-8 { - font-size: 32px !important; - font-size: 2rem !important; -} - -.text-9 { - font-size: 36px !important; - font-size: 2.25rem !important; -} - -.text-10 { - font-size: 40px !important; - font-size: 2.50rem !important; -} - -.text-11 { - font-size: 2.75rem !important; -} -@media (max-width: 992px) { - .text-11 { - font-size: calc(1.4rem + 2.1774193548vw) !important; - } -} - -.text-12 { - font-size: 3rem !important; -} -@media (max-width: 992px) { - .text-12 { - font-size: calc(1.425rem + 2.5403225806vw) !important; - } -} - -.text-13 { - font-size: 3.25rem !important; -} -@media (max-width: 992px) { - .text-13 { - font-size: calc(1.45rem + 2.9032258065vw) !important; - } -} - -.text-14 { - font-size: 3.5rem !important; -} -@media (max-width: 992px) { - .text-14 { - font-size: calc(1.475rem + 3.2661290323vw) !important; - } -} - -.text-15 { - font-size: 3.75rem !important; -} -@media (max-width: 992px) { - .text-15 { - font-size: calc(1.5rem + 3.6290322581vw) !important; - } -} - -.text-16 { - font-size: 4rem !important; -} -@media (max-width: 992px) { - .text-16 { - font-size: calc(1.525rem + 3.9919354839vw) !important; - } -} - -.text-17 { - font-size: 4.5rem !important; -} -@media (max-width: 992px) { - .text-17 { - font-size: calc(1.575rem + 4.7177419355vw) !important; - } -} - -.text-18 { - font-size: 5rem !important; -} -@media (max-width: 992px) { - .text-18 { - font-size: calc(1.625rem + 5.4435483871vw) !important; - } -} - -.text-19 { - font-size: 5.25rem !important; -} -@media (max-width: 992px) { - .text-19 { - font-size: calc(1.65rem + 5.8064516129vw) !important; - } -} - -.text-20 { - font-size: 5.75rem !important; -} -@media (max-width: 992px) { - .text-20 { - font-size: calc(1.7rem + 6.5322580645vw) !important; - } -} - -.text-21 { - font-size: 6.5rem !important; -} -@media (max-width: 992px) { - .text-21 { - font-size: calc(1.775rem + 7.6209677419vw) !important; - } -} - -.text-22 { - font-size: 7rem !important; -} -@media (max-width: 992px) { - .text-22 { - font-size: calc(1.825rem + 8.3467741935vw) !important; - } -} - -.text-23 { - font-size: 7.75rem !important; -} -@media (max-width: 992px) { - .text-23 { - font-size: calc(1.9rem + 9.435483871vw) !important; - } -} - -.text-24 { - font-size: 8.25rem !important; -} -@media (max-width: 992px) { - .text-24 { - font-size: calc(1.95rem + 10.1612903226vw) !important; - } -} - -.text-25 { - font-size: 9rem !important; -} -@media (max-width: 992px) { - .text-25 { - font-size: calc(2.025rem + 11.25vw) !important; - } -} - -.text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18, .text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25 { - line-height: 1.3; -} - -/* Line height */ -.line-height-07 { - line-height: 0.7 !important; -} - -.line-height-1 { - line-height: 1 !important; -} - -.line-height-2 { - line-height: 1.2 !important; -} - -.line-height-3 { - line-height: 1.4 !important; -} - -.line-height-4 { - line-height: 1.6 !important; -} - -.line-height-5 { - line-height: 1.8 !important; -} - -/* Font Weight */ -.font-weight-100 { - font-weight: 100 !important; -} - -.font-weight-200 { - font-weight: 200 !important; -} - -.font-weight-300 { - font-weight: 300 !important; -} - -.font-weight-400 { - font-weight: 400 !important; -} - -.font-weight-500 { - font-weight: 500 !important; -} - -.font-weight-600 { - font-weight: 600 !important; -} - -.font-weight-700 { - font-weight: 700 !important; -} - -.font-weight-800 { - font-weight: 800 !important; -} - -.font-weight-900 { - font-weight: 900 !important; -} - -/* Opacity */ -.opacity-0 { - opacity: 0; -} - -.opacity-1 { - opacity: 0.1; -} - -.opacity-2 { - opacity: 0.2; -} - -.opacity-3 { - opacity: 0.3; -} - -.opacity-4 { - opacity: 0.4; -} - -.opacity-5 { - opacity: 0.5; -} - -.opacity-6 { - opacity: 0.6; -} - -.opacity-7 { - opacity: 0.7; -} - -.opacity-8 { - opacity: 0.8; -} - -.opacity-9 { - opacity: 0.9; -} - -.opacity-10 { - opacity: 1; -} - -/* Background light */ -.bg-light-1 { - background-color: #e9ecef !important; -} - -.bg-light-2 { - background-color: #dee2e6 !important; -} - -.bg-light-3 { - background-color: #ced4da !important; -} - -.bg-light-4 { - background-color: #adb5bd !important; -} - -/* Background Dark */ -.bg-dark { - background-color: #111418 !important; -} - -.bg-dark-1 { - background-color: #212529 !important; -} - -.bg-dark-2 { - background-color: #343a40 !important; -} - -.bg-dark-3 { - background-color: #495057 !important; -} - -.bg-dark-4 { - background-color: #6c757d !important; -} - -/* Progress Bar */ -.progress-sm { - height: 0.5rem !important; -} - -.progress-lg { - height: 1.5rem !important; -} - -hr { - border-top: 1px solid rgba(16, 85, 96, 0.1); -} - -/* =================================== */ -/* 3. Layouts -/* =================================== */ -#main-wrapper { - background: #fff; -} - -.box #main-wrapper { - max-width: 1200px; - margin: 0 auto; - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); -} -.box .idocs-navigation { - left: auto; -} - -@media (min-width: 1200px) { - .container { - max-width: 1170px !important; - } -} -/*=== 3.1 Side Navigation ===*/ -.idocs-navigation { - position: fixed; - top: 70px; - left: 0; - overflow: hidden; - overflow-y: auto; - width: 260px; - height: calc(100% - 70px); - z-index: 1; - border-right: 1px solid rgba(0, 0, 0, 0.05); - transition: all 0.3s; -} -.idocs-navigation > .nav { - padding: 30px 0; -} -.idocs-navigation .nav .nav-item { - position: relative; -} -.idocs-navigation .nav .nav { - margin: 0 0 5px; -} -.idocs-navigation .nav .nav-link { - position: relative; - padding: 6px 30px; - line-height: 25px; - font-weight: 600; -} -.idocs-navigation .nav .nav-item:hover > .nav-link, .idocs-navigation .nav .nav-item .nav-link.active { - font-weight: 700; -} -.idocs-navigation .nav .nav { - display: none; - border-left: 1px solid regba(0, 0, 0, 0.3); -} -.idocs-navigation .nav .nav .nav-item .nav-link:after { - content: ""; - position: absolute; - left: 30px; - height: 100%; - border-left: 1px solid rgba(0, 0, 0, 0.12); - width: 1px; - top: 0; -} -.idocs-navigation .nav .nav .nav-item .nav-link.active:after { - border-color: #0366d6; - border-width: 2px; -} -.idocs-navigation .nav .nav-item .nav-link.active + .nav { - display: block; -} -.idocs-navigation .nav .nav .nav-link { - color: #6a6a6a; - padding: 4px 30px 4px 45px; - font-size: 15px; - text-transform: none; -} -.idocs-navigation .nav .nav .nav .nav-link { - padding: 4px 30px 4px 60px; - font-size: 15px; -} -.idocs-navigation .nav .nav .nav .nav-item .nav-link:after { - left: 45px; -} -.idocs-navigation > .nav > .nav-item > .nav-link.active:after { - position: absolute; - content: " "; - top: 50%; - right: 18px; - border-color: #000; - border-top: 2px solid; - border-right: 2px solid; - width: 7px; - height: 7px; - -webkit-transform: translate(-50%, -50%) rotate(45deg); - transform: translate(-50%, -50%) rotate(45deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -.idocs-navigation.docs-navigation-dark .nav .nav-link { - color: rgba(250, 250, 250, 0.85); -} -.idocs-navigation.docs-navigation-dark .nav .nav .nav-link { - color: rgba(250, 250, 250, 0.7); -} -.idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link:after { - border-color: rgba(250, 250, 250, 0.2); -} -.idocs-navigation.docs-navigation-dark .nav .nav .nav-item .nav-link.active:after { - border-color: #0366d6; -} - -/*=== 3.2 Docs Content ===*/ -.idocs-content { - position: relative; - margin-left: 260px; - padding: 0px 50px 50px; - min-height: 750px; - transition: all 0.3s; -} -.idocs-content section:first-child { - padding-top: 3rem; -} -.idocs-content ol li, .idocs-content ul li { - margin-top: 10px; -} - -@media (max-width: 767.98px) { - .idocs-navigation { - margin-left: -260px; - } - .idocs-navigation.active { - margin-left: 0; - } - - .idocs-content { - margin-left: 0px; - padding: 0px; - } -} -/*=== 3.3 Section Divider ===*/ -.divider { - margin: 4rem 0; -} - -/* =================================== */ -/* 4. Header -/* =================================== */ -#header { - -webkit-transition: all 0.5s ease; - transition: all 0.5s ease; -} -#header .navbar { - padding: 0px; - min-height: 70px; -} -#header .logo { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-item-align: stretch; - align-self: stretch; -} - -/*=== 4.1 Main Navigation ===*/ -.navbar-light .navbar-nav .active > .nav-link { - color: #0c2f55; -} -.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show { - color: #0c2f55; -} -.navbar-light .navbar-nav .show > .nav-link { - color: #0c2f55; -} - -.primary-menu { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - height: auto !important; - -webkit-box-ordinal-group: 0; - -ms-flex-item-align: stretch; - align-self: stretch; - background: #fff; - border-bottom: 1px solid #efefef; -} -.primary-menu.bg-transparent { - position: absolute; - z-index: 999; - top: 0; - left: 0; - width: 100%; - box-shadow: none; - border-bottom: 1px solid rgba(250, 250, 250, 0.3); -} -.primary-menu.sticky-on { - position: fixed; - top: 0; - width: 100%; - z-index: 1020; - left: 0; - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); - -webkit-animation: slide-down 0.7s; - -moz-animation: slide-down 0.7s; - animation: slide-down 0.7s; -} -@-webkit-keyframes slide-down { - 0% { - opacity: 0; - transform: translateY(-100%); - } - 100% { - opacity: 1; - transform: translateY(0); - } -} -@-moz-keyframes slide-down { - 0% { - opacity: 0; - transform: translateY(-100%); - } - 100% { - opacity: 1; - transform: translateY(0); - } -} -@keyframes slide-down { - 0% { - opacity: 0; - transform: translateY(-100%); - } - 100% { - opacity: 1; - transform: translateY(0); - } -} -.primary-menu.sticky-on .none-on-sticky { - display: none !important; -} -.primary-menu ul.navbar-nav > li { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: 100%; -} -.primary-menu ul.navbar-nav > li + li { - margin-left: 2px; -} -.primary-menu ul.navbar-nav > li a { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.primary-menu ul.navbar-nav > li > a:not(.btn) { - height: 70px; - padding: 0px 0.85em; - color: #252b33; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - position: relative; - position: relative; -} -.primary-menu ul.navbar-nav > li:hover > a:not(.btn), .primary-menu ul.navbar-nav > li > a.active:not(.btn) { - color: #0366d6; - text-decoration: none; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -.primary-menu ul.navbar-nav > li a.btn { - padding: 0.4rem 1.4rem; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) { - padding: 8px 0px; - background-color: transparent; - text-transform: none; - color: #777; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #0366d6; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -.primary-menu ul.navbar-nav > li.dropdown:hover > a:after { - clear: both; - content: ' '; - display: block; - width: 0; - height: 0; - border-style: solid; - border-color: transparent transparent #fff transparent; - position: absolute; - border-width: 0px 7px 6px 7px; - bottom: 0px; - left: 50%; - margin: 0 0 0 -5px; - z-index: 1022; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu { - -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176); - box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.176); - border: 0px none; - padding: 10px 15px; - min-width: 220px; - margin: 0; - font-size: 14px; - font-size: 0.875rem; - z-index: 1021; -} -.primary-menu ul.navbar-nav > li.dropdown > .dropdown-toggle .arrow { - display: none; -} -.primary-menu .dropdown-menu-right { - left: auto !important; - right: 100% !important; -} -.primary-menu ul.navbar-nav > li.dropdown-mega { - position: static; -} -.primary-menu ul.navbar-nav > li.dropdown-mega > .dropdown-menu { - width: 100%; - padding: 20px 20px; - margin-left: 0px !important; -} -.primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div { - padding: 5px 5px 5px 20px; - border-right: 1px solid #eee; -} -.primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div:last-child { - border-right: 0; -} -.primary-menu ul.navbar-nav > li.dropdown-mega .sub-title { - display: block; - font-size: 16px; - margin-top: 1rem; - padding-bottom: 5px; -} -.primary-menu ul.navbar-nav > li.dropdown-mega .dropdown-mega-submenu { - list-style-type: none; - padding-left: 0px; -} -.primary-menu ul.navbar-nav > li a.btn { - font-size: 14px; - padding: 0.65rem 2rem; - text-transform: uppercase; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - left: 100%; - margin-top: -40px; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-toggle:after { - border-top: .4em solid transparent; - border-right: 0; - border-bottom: 0.4em solid transparent; - border-left: 0.4em solid; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow { - position: absolute; - min-width: 30px; - height: 100%; - right: 0px; - top: 0; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -.primary-menu ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after { - content: " "; - position: absolute; - top: 50%; - left: 50%; - border-color: #000; - border-top: 1px solid; - border-right: 1px solid; - width: 6px; - height: 6px; - -webkit-transform: translate(-50%, -50%) rotate(45deg); - transform: translate(-50%, -50%) rotate(45deg); -} -.primary-menu .dropdown-toggle:after { - content: none; -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:not(.btn):after { - position: absolute; - content: ""; - height: 2px; - width: 0; - left: 50%; - right: 0; - bottom: 14px; - background-color: transparent; - color: #fff; - border-bottom: 2px solid #0366d6; - -webkit-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - transform: translate(-50%, 0) translateZ(0); - -webkit-transform: translate(-50%, 0) translateZ(0); -} -.primary-menu.navbar-line-under-text ul.navbar-nav > li > a:hover:not(.logo):after, .primary-menu.navbar-line-under-text ul.navbar-nav > li > a.active:after { - width: calc(100% - 0.99em); -} - -/*== Color Options ==*/ -.primary-menu.navbar-text-light .navbar-toggler span { - background: #fff; -} - -.primary-menu.navbar-text-light .navbar-nav > li > a:not(.btn) { - color: #fff; -} -.primary-menu.navbar-text-light .navbar-nav > li:hover > a:not(.btn), .primary-menu.navbar-text-light .navbar-nav > li > a.active:not(.btn) { - color: rgba(250, 250, 250, 0.75); -} - -.primary-menu.navbar-text-light.navbar-line-under-text .navbar-nav > li > a:not(.logo):after, .primary-menu.navbar-text-light.navbar-line-under-text .navbar-nav > li > a.active:after { - border-color: rgba(250, 250, 250, 0.6); -} - -.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu { - background-color: #252A2C; - color: #fff; -} -.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - background-color: #272c2e; -} -.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown:hover > a:after { - border-color: transparent transparent #252A2C transparent; -} -.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) { - color: rgba(250, 250, 250, 0.8); -} -.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #fafafa; - font-weight: 600; -} -.primary-menu.navbar-dropdown-dark ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div { - border-color: #3a3a3a; -} -.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu { - background-color: #0366d6; - color: #fff; -} -.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - background-color: #0366d6; -} -.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown:hover > a:after { - border-color: transparent transparent #0366d6 transparent; -} -.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) { - color: rgba(250, 250, 250, 0.95); -} -.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu li:hover > a:not(.btn) { - color: #fafafa; - font-weight: 600; -} -.primary-menu.navbar-dropdown-primary ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div { - border-color: rgba(250, 250, 250, 0.2); -} - -/* Hamburger Menu Button */ -.navbar-toggler { - width: 25px; - height: 30px; - padding: 10px; - margin: 18px 15px; - position: relative; - border: none; - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - -webkit-transition: 0.5s ease-in-out; - transition: 0.5s ease-in-out; - cursor: pointer; - display: block; -} -.navbar-toggler span { - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #3c3636; - border-radius: 2px; - opacity: 1; - left: 0; - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - -webkit-transition: 0.25s ease-in-out; - transition: 0.25s ease-in-out; -} -.navbar-toggler span:nth-child(1) { - top: 7px; - -webkit-transform-origin: left center; - -moz-transform-origin: left center; - -o-transform-origin: left center; - transform-origin: left center; -} -.navbar-toggler span:nth-child(2) { - top: 14px; - -webkit-transform-origin: left center; - -moz-transform-origin: left center; - -o-transform-origin: left center; - transform-origin: left center; -} -.navbar-toggler span:nth-child(3) { - top: 21px; - -webkit-transform-origin: left center; - -moz-transform-origin: left center; - -o-transform-origin: left center; - transform-origin: left center; -} -.navbar-toggler.show span:nth-child(1) { - top: 4px; - left: 3px; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); -} -.navbar-toggler.show span:nth-child(2) { - width: 0%; - opacity: 0; -} -.navbar-toggler.show span:nth-child(3) { - top: 22px; - left: 3px; - -webkit-transform: rotate(-45deg); - transform: rotate(-45deg); -} - -.navbar-accordion { - position: initial; -} - -.navbar-expand-none .navbar-collapse { - position: absolute; - top: 99%; - right: 0; - left: 0; - background: #fff; - margin-top: 0px; - z-index: 1000; - -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); - box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); -} -.navbar-expand-none .navbar-collapse .navbar-nav { - overflow: hidden; - overflow-y: auto; - max-height: 65vh; - padding: 15px; -} -.navbar-expand-none ul.navbar-nav li { - display: block; - border-bottom: 1px solid #eee; - margin: 0; - padding: 0; -} -.navbar-expand-none ul.navbar-nav li:last-child { - border: none; -} -.navbar-expand-none ul.navbar-nav li + li { - margin-left: 0px; -} -.navbar-expand-none ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after { - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -.navbar-expand-none ul.navbar-nav li > a:hover:after, .navbar-expand-none ul.navbar-nav li > a.active:after { - content: none !important; - width: 0px !important; -} -.navbar-expand-none ul.navbar-nav li.dropdown > .dropdown-toggle .arrow { - display: block; -} -.navbar-expand-none ul.navbar-nav > li > a:not(.btn) { - height: auto; - padding: 8px 0; - position: relative; -} -.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) { - padding: 8px 0; - position: relative; -} -.navbar-expand-none ul.navbar-nav > li.dropdown:hover > a:after { - content: none; -} -.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after { - -webkit-transform: translate(-50%, -50%) rotate(134deg); - transform: translate(-50%, -50%) rotate(134deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu { - margin: 0; - -webkit-box-shadow: none; - box-shadow: none; - border: none; - padding: 0px 0px 0px 15px; -} -.navbar-expand-none ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - margin: 0; -} -.navbar-expand-none ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div { - padding: 0px 15px; -} -.navbar-expand-none.navbar-text-light .navbar-collapse { - background: rgba(0, 0, 0, 0.95); -} -.navbar-expand-none.navbar-text-light .navbar-collapse ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.15); -} -.navbar-expand-none.navbar-dropdown-dark .navbar-collapse { - background-color: #252A2C; -} -.navbar-expand-none.navbar-dropdown-primary .navbar-collapse { - background-color: #0366d6; -} -.navbar-expand-none.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - background-color: #0366d6; -} -.navbar-expand-none.navbar-dropdown-dark ul.navbar-nav li { - border-color: #444; -} -.navbar-expand-none.navbar-dropdown-dark ul.navbar-nav > li > a { - color: #a3a2a2; -} -.navbar-expand-none.navbar-dropdown-dark ul.navbar-nav > li:hover > a { - color: #fff; -} -.navbar-expand-none.navbar-dropdown-primary ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.2); -} -.navbar-expand-none.navbar-dropdown-primary ul.navbar-nav > li > a { - color: rgba(250, 250, 250, 0.8); -} -.navbar-expand-none.navbar-dropdown-primary ul.navbar-nav > li:hover > a { - color: #fff; -} - -@media (max-width: 575.98px) { - .navbar-expand-sm .navbar-collapse { - position: absolute; - top: 99%; - right: 0; - left: 0; - background: #fff; - margin-top: 0px; - z-index: 1000; - -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); - box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); - } - .navbar-expand-sm .navbar-collapse .navbar-nav { - overflow: hidden; - overflow-y: auto; - max-height: 65vh; - padding: 15px; - } - .navbar-expand-sm ul.navbar-nav li { - display: block; - border-bottom: 1px solid #eee; - margin: 0; - padding: 0; - } - .navbar-expand-sm ul.navbar-nav li:last-child { - border: none; - } - .navbar-expand-sm ul.navbar-nav li + li { - margin-left: 0px; - } - .navbar-expand-sm ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after { - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - .navbar-expand-sm ul.navbar-nav li > a:hover:after, .navbar-expand-sm ul.navbar-nav li > a.active:after { - content: none !important; - width: 0px !important; - } - .navbar-expand-sm ul.navbar-nav li.dropdown > .dropdown-toggle .arrow { - display: block; - } - .navbar-expand-sm ul.navbar-nav > li > a:not(.btn) { - height: auto; - padding: 8px 0; - position: relative; - } - .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) { - padding: 8px 0; - position: relative; - } - .navbar-expand-sm ul.navbar-nav > li.dropdown:hover > a:after { - content: none; - } - .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after { - -webkit-transform: translate(-50%, -50%) rotate(134deg); - transform: translate(-50%, -50%) rotate(134deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu { - margin: 0; - -webkit-box-shadow: none; - box-shadow: none; - border: none; - padding: 0px 0px 0px 15px; - } - .navbar-expand-sm ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - margin: 0; - } - .navbar-expand-sm ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div { - padding: 0px 15px; - } - .navbar-expand-sm.navbar-text-light .navbar-collapse { - background: rgba(0, 0, 0, 0.95); - } - .navbar-expand-sm.navbar-text-light .navbar-collapse ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.15); - } - .navbar-expand-sm.navbar-dropdown-dark .navbar-collapse { - background-color: #252A2C; - } - .navbar-expand-sm.navbar-dropdown-primary .navbar-collapse { - background-color: #0366d6; - } - .navbar-expand-sm.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - background-color: #0366d6; - } - .navbar-expand-sm.navbar-dropdown-dark ul.navbar-nav li { - border-color: #444; - } - .navbar-expand-sm.navbar-dropdown-dark ul.navbar-nav > li > a { - color: #a3a2a2; - } - .navbar-expand-sm.navbar-dropdown-dark ul.navbar-nav > li:hover > a { - color: #fff; - } - .navbar-expand-sm.navbar-dropdown-primary ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.2); - } - .navbar-expand-sm.navbar-dropdown-primary ul.navbar-nav > li > a { - color: rgba(250, 250, 250, 0.8); - } - .navbar-expand-sm.navbar-dropdown-primary ul.navbar-nav > li:hover > a { - color: #fff; - } -} -@media (max-width: 767.98px) { - .navbar-expand-md .navbar-collapse { - position: absolute; - top: 99%; - right: 0; - left: 0; - background: #fff; - margin-top: 0px; - z-index: 1000; - -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); - box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); - } - .navbar-expand-md .navbar-collapse .navbar-nav { - overflow: hidden; - overflow-y: auto; - max-height: 65vh; - padding: 15px; - } - .navbar-expand-md ul.navbar-nav li { - display: block; - border-bottom: 1px solid #eee; - margin: 0; - padding: 0; - } - .navbar-expand-md ul.navbar-nav li:last-child { - border: none; - } - .navbar-expand-md ul.navbar-nav li + li { - margin-left: 0px; - } - .navbar-expand-md ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after { - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - .navbar-expand-md ul.navbar-nav li > a:hover:after, .navbar-expand-md ul.navbar-nav li > a.active:after { - content: none !important; - width: 0px !important; - } - .navbar-expand-md ul.navbar-nav li.dropdown > .dropdown-toggle .arrow { - display: block; - } - .navbar-expand-md ul.navbar-nav > li > a:not(.btn) { - height: auto; - padding: 8px 0; - position: relative; - } - .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) { - padding: 8px 0; - position: relative; - } - .navbar-expand-md ul.navbar-nav > li.dropdown:hover > a:after { - content: none; - } - .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after { - -webkit-transform: translate(-50%, -50%) rotate(134deg); - transform: translate(-50%, -50%) rotate(134deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu { - margin: 0; - -webkit-box-shadow: none; - box-shadow: none; - border: none; - padding: 0px 0px 0px 15px; - } - .navbar-expand-md ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - margin: 0; - } - .navbar-expand-md ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div { - padding: 0px 15px; - } - .navbar-expand-md.navbar-text-light .navbar-collapse { - background: rgba(0, 0, 0, 0.95); - } - .navbar-expand-md.navbar-text-light .navbar-collapse ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.15); - } - .navbar-expand-md.navbar-dropdown-dark .navbar-collapse { - background-color: #252A2C; - } - .navbar-expand-md.navbar-dropdown-primary .navbar-collapse { - background-color: #0366d6; - } - .navbar-expand-md.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - background-color: #0366d6; - } - .navbar-expand-md.navbar-dropdown-dark ul.navbar-nav li { - border-color: #444; - } - .navbar-expand-md.navbar-dropdown-dark ul.navbar-nav > li > a { - color: #a3a2a2; - } - .navbar-expand-md.navbar-dropdown-dark ul.navbar-nav > li:hover > a { - color: #fff; - } - .navbar-expand-md.navbar-dropdown-primary ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.2); - } - .navbar-expand-md.navbar-dropdown-primary ul.navbar-nav > li > a { - color: rgba(250, 250, 250, 0.8); - } - .navbar-expand-md.navbar-dropdown-primary ul.navbar-nav > li:hover > a { - color: #fff; - } -} -@media (max-width: 991.98px) { - .navbar-expand-lg .navbar-collapse { - position: absolute; - top: 99%; - right: 0; - left: 0; - background: #fff; - margin-top: 0px; - z-index: 1000; - -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); - box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); - } - .navbar-expand-lg .navbar-collapse .navbar-nav { - overflow: hidden; - overflow-y: auto; - max-height: 65vh; - padding: 15px; - } - .navbar-expand-lg ul.navbar-nav li { - display: block; - border-bottom: 1px solid #eee; - margin: 0; - padding: 0; - } - .navbar-expand-lg ul.navbar-nav li:last-child { - border: none; - } - .navbar-expand-lg ul.navbar-nav li + li { - margin-left: 0px; - } - .navbar-expand-lg ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after { - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - .navbar-expand-lg ul.navbar-nav li > a:hover:after, .navbar-expand-lg ul.navbar-nav li > a.active:after { - content: none !important; - width: 0px !important; - } - .navbar-expand-lg ul.navbar-nav li.dropdown > .dropdown-toggle .arrow { - display: block; - } - .navbar-expand-lg ul.navbar-nav > li > a:not(.btn) { - height: auto; - padding: 8px 0; - position: relative; - } - .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) { - padding: 8px 0; - position: relative; - } - .navbar-expand-lg ul.navbar-nav > li.dropdown:hover > a:after { - content: none; - } - .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after { - -webkit-transform: translate(-50%, -50%) rotate(134deg); - transform: translate(-50%, -50%) rotate(134deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu { - margin: 0; - -webkit-box-shadow: none; - box-shadow: none; - border: none; - padding: 0px 0px 0px 15px; - } - .navbar-expand-lg ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - margin: 0; - } - .navbar-expand-lg ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div { - padding: 0px 15px; - } - .navbar-expand-lg.navbar-text-light .navbar-collapse { - background: rgba(0, 0, 0, 0.95); - } - .navbar-expand-lg.navbar-text-light .navbar-collapse ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.15); - } - .navbar-expand-lg.navbar-dropdown-dark .navbar-collapse { - background-color: #252A2C; - } - .navbar-expand-lg.navbar-dropdown-primary .navbar-collapse { - background-color: #0366d6; - } - .navbar-expand-lg.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - background-color: #0366d6; - } - .navbar-expand-lg.navbar-dropdown-dark ul.navbar-nav li { - border-color: #444; - } - .navbar-expand-lg.navbar-dropdown-dark ul.navbar-nav > li > a { - color: #a3a2a2; - } - .navbar-expand-lg.navbar-dropdown-dark ul.navbar-nav > li:hover > a { - color: #fff; - } - .navbar-expand-lg.navbar-dropdown-primary ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.2); - } - .navbar-expand-lg.navbar-dropdown-primary ul.navbar-nav > li > a { - color: rgba(250, 250, 250, 0.8); - } - .navbar-expand-lg.navbar-dropdown-primary ul.navbar-nav > li:hover > a { - color: #fff; - } -} -@media (max-width: 1199.98px) { - .navbar-expand-xl .navbar-collapse { - position: absolute; - top: 99%; - right: 0; - left: 0; - background: #fff; - margin-top: 0px; - z-index: 1000; - -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); - box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); - } - .navbar-expand-xl .navbar-collapse .navbar-nav { - overflow: hidden; - overflow-y: auto; - max-height: 65vh; - padding: 15px; - } - .navbar-expand-xl ul.navbar-nav li { - display: block; - border-bottom: 1px solid #eee; - margin: 0; - padding: 0; - } - .navbar-expand-xl ul.navbar-nav li:last-child { - border: none; - } - .navbar-expand-xl ul.navbar-nav li + li { - margin-left: 0px; - } - .navbar-expand-xl ul.navbar-nav li.dropdown > .dropdown-toggle > .arrow.show:after { - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - .navbar-expand-xl ul.navbar-nav li > a:hover:after, .navbar-expand-xl ul.navbar-nav li > a.active:after { - content: none !important; - width: 0px !important; - } - .navbar-expand-xl ul.navbar-nav li.dropdown > .dropdown-toggle .arrow { - display: block; - } - .navbar-expand-xl ul.navbar-nav > li > a:not(.btn) { - height: auto; - padding: 8px 0; - position: relative; - } - .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu li > a:not(.btn) { - padding: 8px 0; - position: relative; - } - .navbar-expand-xl ul.navbar-nav > li.dropdown:hover > a:after { - content: none; - } - .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-toggle .arrow:after { - -webkit-transform: translate(-50%, -50%) rotate(134deg); - transform: translate(-50%, -50%) rotate(134deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu { - margin: 0; - -webkit-box-shadow: none; - box-shadow: none; - border: none; - padding: 0px 0px 0px 15px; - } - .navbar-expand-xl ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - margin: 0; - } - .navbar-expand-xl ul.navbar-nav > li.dropdown-mega .dropdown-mega-content > .row > div { - padding: 0px 15px; - } - .navbar-expand-xl.navbar-text-light .navbar-collapse { - background: rgba(0, 0, 0, 0.95); - } - .navbar-expand-xl.navbar-text-light .navbar-collapse ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.15); - } - .navbar-expand-xl.navbar-dropdown-dark .navbar-collapse { - background-color: #252A2C; - } - .navbar-expand-xl.navbar-dropdown-primary .navbar-collapse { - background-color: #0366d6; - } - .navbar-expand-xl.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - background-color: #0366d6; - } - .navbar-expand-xl.navbar-dropdown-dark ul.navbar-nav li { - border-color: #444; - } - .navbar-expand-xl.navbar-dropdown-dark ul.navbar-nav > li > a { - color: #a3a2a2; - } - .navbar-expand-xl.navbar-dropdown-dark ul.navbar-nav > li:hover > a { - color: #fff; - } - .navbar-expand-xl.navbar-dropdown-primary ul.navbar-nav li { - border-color: rgba(250, 250, 250, 0.2); - } - .navbar-expand-xl.navbar-dropdown-primary ul.navbar-nav > li > a { - color: rgba(250, 250, 250, 0.8); - } - .navbar-expand-xl.navbar-dropdown-primary ul.navbar-nav > li:hover > a { - color: #fff; - } -} -/* =================================== */ -/* 5. Elements -/* =================================== */ -/*=== 5.1 List Style ===*/ -.list-style-1 > li { - position: relative; - list-style-type: none; - line-height: 24px; -} -.list-style-1 > li:after { - content: " "; - position: absolute; - top: 12px; - left: -15px; - border-color: #000; - border-top: 1px solid; - border-right: 1px solid; - width: 6px; - height: 6px; - -webkit-transform: translate(-50%, -50%) rotate(45deg); - transform: translate(-50%, -50%) rotate(45deg); -} - -.list-style-2 { - padding: 0; -} - -.list-style-2 > li { - list-style-type: none; - border-bottom: 1px solid #eaeaea; - padding-top: 12px; - padding-bottom: 12px; -} - -.list-style-2.list-style-light > li { - border-bottom: 1px solid rgba(250, 250, 250, 0.12); -} - -/*=== 5.2 Changelog ===*/ -.changelog { - list-style: none; - padding: 0; -} -.changelog .badge { - width: 90px; - margin-right: 10px; - border-radius: .20rem; - text-transform: uppercase; -} -.changelog li { - line-height: 1.8; -} - -/*=== 5.3 Accordion & Toggle ===*/ -.accordion .card { - border: none; - margin-bottom: 16px; - margin-bottom: 1rem; - background-color: transparent; -} -.accordion .card-header { - padding: 0; - border: none; - background: none; -} -.accordion .card-header a { - font-size: 16px; - font-weight: normal; - padding: 1rem 1.25rem 1rem 2.25rem; - display: block; - border-radius: 4px; - position: relative; -} -.accordion .card-header a:hover { - text-decoration: none; -} -.accordion .card-header a:hover.collapsed { - color: #0366d6 !important; -} -.accordion:not(.accordion-alternate) .card-header a { - background-color: #76ace8; - color: #fff; -} -.accordion:not(.accordion-alternate) .card-header a.collapsed { - background-color: #f1f2f4; - color: #4c4d4d; -} -.accordion .card-header a:before { - position: absolute; - content: " "; - left: 20px; - top: calc(50% + 2px); - width: 9px; - height: 9px; - border-color: #CCC; - border-top: 2px solid; - border-right: 2px solid; - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; -} -.accordion .card-header a.collapsed:before { - top: calc(50% - 2px); - -webkit-transform: translate(-50%, -50%) rotate(135deg); - transform: translate(-50%, -50%) rotate(135deg); -} -.accordion .card-body { - line-height: 26px; - border: 1px solid #ccc; - margin-top: -4px; - border-radius: 4px; -} -.accordion.arrow-right .card-header a { - padding-left: 1.25rem; -} -.accordion.arrow-right .card-header a:before { - right: 15px; - left: auto; -} -.accordion.accordion-alternate .card { - margin: 0; -} -.accordion.accordion-alternate .card-header a { - padding-left: 1.40rem; - border-top: 1px solid #e4e9ec; - border-radius: 0px; -} -.accordion.accordion-alternate .card:first-of-type .card-header a { - border-top: 0px; -} -.accordion.accordion-alternate .card-header a:before { - left: 6px; -} -.accordion.accordion-alternate .card-header a.collapsed { - color: #4c4d4d; -} -.accordion.accordion-alternate .card-body { - padding: 0rem 0 1rem 1.25rem; -} -.accordion.accordion-alternate.arrow-right .card-header a { - padding-left: 0; -} -.accordion.accordion-alternate.arrow-right .card-header a:before { - right: 0px; - left: auto; -} -.accordion.toggle .card-header a:before { - content: "-"; - border: none; - font-size: 20px; - height: auto; - top: calc(50% + 2px); - width: auto; - -webkit-transform: translate(-50%, -50%) rotate(180deg); - transform: translate(-50%, -50%) rotate(180deg); -} -.accordion.toggle .card-header a.collapsed:before { - content: "+"; - top: calc(50% - 1px); - -webkit-transform: translate(-50%, -50%) rotate(0deg); - transform: translate(-50%, -50%) rotate(0deg); -} -.accordion.accordion-alternate.style-2 .card-header a { - padding-left: 0px; -} -.accordion.accordion-alternate.style-2 .card-header a:before { - right: 2px; - left: auto; - -webkit-transform: translate(-50%, -50%) rotate(135deg); - transform: translate(-50%, -50%) rotate(135deg); - top: 50%; -} -.accordion.accordion-alternate.style-2 .card-header a.collapsed:before { - -webkit-transform: translate(-50%, -50%) rotate(45deg); - transform: translate(-50%, -50%) rotate(45deg); -} -.accordion.accordion-alternate.style-2 .card-body { - padding-left: 0px; -} -.accordion.accordion-alternate.popularRoutes .card-header .nav { - margin-top: 3px; -} -.accordion.accordion-alternate.popularRoutes .card-header .nav a { - font-size: 14px; -} -.accordion.accordion-alternate.popularRoutes .card-header a { - padding: 0px 8px 0px 0px; - border: none; - font-size: inherit; -} -.accordion.accordion-alternate.popularRoutes .card-header a:before { - content: none; -} -.accordion.accordion-alternate.popularRoutes .card-header h5 { - cursor: pointer; -} -.accordion.accordion-alternate.popularRoutes .card-header h5:before { - position: absolute; - content: " "; - right: 0px; - top: 24px; - width: 10px; - height: 10px; - opacity: 0.6; - border-top: 2px solid; - border-right: 2px solid; - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; -} -.accordion.accordion-alternate.popularRoutes .card-header h5.collapsed:before { - top: 24px; - -webkit-transform: translate(-50%, -50%) rotate(135deg); - transform: translate(-50%, -50%) rotate(135deg); -} -.accordion.accordion-alternate.popularRoutes .card-body { - padding: 0; -} -.accordion.accordion-alternate.popularRoutes .card { - border-bottom: 2px solid #e4e9ec; - padding: 15px 0px; -} -.accordion.accordion-alternate.popularRoutes .routes-list { - margin: 1rem 0px 0px 0px; - padding: 0px; - list-style: none; -} -.accordion.accordion-alternate.popularRoutes .routes-list a { - color: inherit; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-align: center !important; - align-items: center !important; -} -.accordion.accordion-alternate.popularRoutes .routes-list a:hover { - color: #0071cc; - text-decoration: underline; -} - -/* 5.4 Nav */ -.nav .nav-item .nav-link { - color: #222222; -} - -.nav.nav-light .nav-item .nav-link { - color: #ddd; -} - -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover { - color: #0366d6; -} - -.nav-pills .nav-link:not(.active):hover { - color: #0366d6; -} - -.nav-pills .nav-link.active, .nav-pills.nav-light .nav-link.active, .nav-pills .show > .nav-link { - color: #fff; -} - -.nav.nav-separator .nav-item .nav-link { - position: relative; -} - -.nav.nav-separator .nav-item + .nav-item .nav-link:after { - height: 14px; - width: 1px; - content: ' '; - background-color: rgba(0, 0, 0, 0.2); - display: block; - position: absolute; - top: 50%; - left: 0; - -webkit-transform: translateY(-7px); - transform: translateY(-7px); -} - -.nav.nav-separator.nav-separator-light .nav-item + .nav-item .nav-link:after { - background-color: rgba(250, 250, 250, 0.2); -} - -.nav.nav-sm .nav-item .nav-link { - font-size: 14px; -} - -/*=== 5.5 Tabs ===*/ -.nav-tabs { - border-bottom: 1px solid #d7dee3; - padding-bottom: 16px; -} -.nav-tabs .nav-item .nav-link { - border: 0; - background: transparent; - position: relative; - border-radius: 0; - padding: 0.6rem 1rem; - color: #7b8084; - white-space: nowrap !important; -} -.nav-tabs .nav-item .nav-link.active { - color: #0c2f55; -} -.nav-tabs .nav-item .nav-link.active:after { - height: 2px; - width: 100%; - content: ' '; - background-color: #0366d6; - display: block; - position: absolute; - bottom: -3px; - left: 0; - -webkit-transform: translateY(-3px); - transform: translateY(-3px); -} -.nav-tabs .nav-item .nav-link:not(.active):after { - height: 2px; - width: calc(100% - 10px); - content: ' '; - background-color: #aaa; - display: block; - margin: 0 5px; - position: absolute; - bottom: -3px; - left: 0; - -webkit-transform: translateY(-3px); - transform: translateY(-3px); -} -.nav-tabs .nav-item .nav-link:not(.active):hover { - color: #0366d6; -} -.nav-tabs.flex-column { - border-right: 1px solid #d7dee3; - border-bottom: 0px; - padding: 1.5rem 0; -} -.nav-tabs.flex-column .nav-item .nav-link { - border: 1px solid #d7dee3; - border-right: 0px; - background-color: #f6f7f8; - font-size: 14px; - padding: 0.75rem 1rem; - color: #535b61; -} -.nav-tabs.flex-column .nav-item:first-of-type .nav-link { - border-top-left-radius: 4px; -} -.nav-tabs.flex-column .nav-item:last-of-type .nav-link { - border-bottom-left-radius: 4px; -} -.nav-tabs.flex-column .nav-item .nav-link.active { - background-color: transparent; - color: #0366d6; -} -.nav-tabs.flex-column .nav-item .nav-link.active:after { - height: 100%; - width: 2px; - background: #fff; - right: -1px; - left: auto; -} - -.nav-tabs:not(.flex-column) { - overflow: hidden; - overflow-x: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; - -webkit-overflow-scrolling: touch; -} -.nav-tabs:not(.flex-column) .nav-item { - margin-bottom: 0px; -} - -@media (max-width: 575.98px) { - .nav-tabs .nav-item .nav-link { - padding-left: 0px; - padding-right: 0px; - margin-right: 10px; - font-size: 0.875rem; - } -} -/*=== 5.6 Popup Img ===*/ -.popup-img img { - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -.popup-img:hover img { - opacity: 0.8; - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; -} - -/*=== 5.7 Featured Box ===*/ -.featured-box { - box-sizing: border-box; - position: relative; -} -.featured-box h3, .featured-box h4 { - font-size: 1.25rem; - font-size: 20px; - margin-bottom: 10px; - font-weight: 500; -} -.featured-box:not(.style-5) .featured-box-icon { - display: inline-block; - font-size: 48px; - min-width: 55px; - min-height: 55px; - padding: 0; - margin-top: 0; - margin-bottom: 0.8rem; - color: #4c4d4d; - border-radius: 0; -} -.featured-box.style-1, .featured-box.style-2, .featured-box.style-3 { - padding-left: 50px; - padding-top: 8px; -} -.featured-box.style-1 .featured-box-icon, .featured-box.style-2 .featured-box-icon, .featured-box.style-3 .featured-box-icon { - position: absolute; - top: 0; - left: 0; - margin-bottom: 0; - font-size: 30px; - -ms-flex-pack: center !important; - justify-content: center !important; - text-align: center; -} -.featured-box.style-2 p { - margin-left: -50px; -} -.featured-box.style-3 { - padding-left: 90px; - padding-top: 0px; -} -.featured-box.style-3 .featured-box-icon { - width: 70px; - height: 70px; - -ms-flex-negative: 0; - flex-shrink: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.featured-box.style-4 { - text-align: center; -} -.featured-box.style-4 .featured-box-icon { - margin: 0 auto 24px; - margin: 0 auto 1.5rem; - width: 120px; - height: 120px; - text-align: center; - -ms-flex-negative: 0; - flex-shrink: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03); - box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.03); -} -.featured-box.style-5 { - text-align: center; - background: #fff; - border: 1px solid #f0f2f3; - -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05); - box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05); - -webkit-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.featured-box.style-5:hover { - border: 1px solid #ebeded; - -webkit-box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15); - box-shadow: 0px 5px 1.5rem rgba(0, 0, 0, 0.15); -} -.featured-box.style-5 h3 { - background: #f1f5f6; - font-size: 16px; - padding: 8px 0; - margin-bottom: 0px; -} -.featured-box.style-5 .featured-box-icon { - font-size: 50px; - margin: 44px 0px; -} - -.featured-box.featured-box-reverse { - text-align: right; -} -.featured-box.featured-box-reverse.style-1, .featured-box.featured-box-reverse.style-2 { - padding-right: 50px; - padding-left: 0px; -} -.featured-box.featured-box-reverse.style-1 .featured-box-icon, .featured-box.featured-box-reverse.style-2 .featured-box-icon { - left: auto; - right: 0px; -} -.featured-box.featured-box-reverse.style-2 p { - margin-right: -50px; - margin-left: 0; -} -.featured-box.featured-box-reverse.style-3 { - padding-left: 0; - padding-right: 90px; -} -.featured-box.featured-box-reverse.style-3 .featured-box-icon { - left: auto; - right: 0px; -} - -.featured-box.featured-box-reverse-sm { - text-align: right; -} -.featured-box.featured-box-reverse-sm.style-1, .featured-box.featured-box-reverse-sm.style-2 { - padding-right: 50px; - padding-left: 0px; -} -.featured-box.featured-box-reverse-sm.style-1 .featured-box-icon, .featured-box.featured-box-reverse-sm.style-2 .featured-box-icon { - left: auto; - right: 0px; -} -.featured-box.featured-box-reverse-sm.style-2 p { - margin-right: -50px; - margin-left: 0; -} -.featured-box.featured-box-reverse-sm.style-3 { - padding-left: 0; - padding-right: 90px; -} -.featured-box.featured-box-reverse-sm.style-3 .featured-box-icon { - left: auto; - right: 0px; -} - -@media (min-width: 576px) { - .featured-box.featured-box-reverse-md { - text-align: right; - } - .featured-box.featured-box-reverse-md.style-1, .featured-box.featured-box-reverse-md.style-2 { - padding-right: 50px; - padding-left: 0px; - } - .featured-box.featured-box-reverse-md.style-1 .featured-box-icon, .featured-box.featured-box-reverse-md.style-2 .featured-box-icon { - left: auto; - right: 0px; - } - .featured-box.featured-box-reverse-md.style-2 p { - margin-right: -50px; - margin-left: 0; - } - .featured-box.featured-box-reverse-md.style-3 { - padding-left: 0; - padding-right: 90px; - } - .featured-box.featured-box-reverse-md.style-3 .featured-box-icon { - left: auto; - right: 0px; - } -} -@media (min-width: 768px) { - .featured-box.featured-box-reverse-lg { - text-align: right; - } - .featured-box.featured-box-reverse-lg.style-1, .featured-box.featured-box-reverse-lg.style-2 { - padding-right: 50px; - padding-left: 0px; - } - .featured-box.featured-box-reverse-lg.style-1 .featured-box-icon, .featured-box.featured-box-reverse-lg.style-2 .featured-box-icon { - left: auto; - right: 0px; - } - .featured-box.featured-box-reverse-lg.style-2 p { - margin-right: -50px; - margin-left: 0; - } - .featured-box.featured-box-reverse-lg.style-3 { - padding-left: 0; - padding-right: 90px; - } - .featured-box.featured-box-reverse-lg.style-3 .featured-box-icon { - left: auto; - right: 0px; - } -} -@media (min-width: 992px) { - .featured-box.featured-box-reverse-xl { - text-align: right; - } - .featured-box.featured-box-reverse-xl.style-1, .featured-box.featured-box-reverse-xl.style-2 { - padding-right: 50px; - padding-left: 0px; - } - .featured-box.featured-box-reverse-xl.style-1 .featured-box-icon, .featured-box.featured-box-reverse-xl.style-2 .featured-box-icon { - left: auto; - right: 0px; - } - .featured-box.featured-box-reverse-xl.style-2 p { - margin-right: -50px; - margin-left: 0; - } - .featured-box.featured-box-reverse-xl.style-3 { - padding-left: 0; - padding-right: 90px; - } - .featured-box.featured-box-reverse-xl.style-3 .featured-box-icon { - left: auto; - right: 0px; - } -} -/* =================================== */ -/* 6. Footer -/* =================================== */ -#footer { - background: #fff; - color: #252b33; - margin-left: 260px; - padding: 66px 0px; - padding: 4.125rem 0; -} -#footer .nav .nav-item { - display: inline-block; - line-height: 12px; - margin: 0; -} -#footer .nav .nav-item .nav-link { - color: #252b33; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -#footer .nav .nav-item .nav-link:focus { - color: #0366d6; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -#footer .nav .nav-item:first-child .nav-link { - padding-left: 0px; -} -#footer .nav .nav-item:last-child .nav-link { - padding-right: 0px; -} -#footer .nav .nav-link:hover { - color: #0366d6; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -#footer .footer-copyright { - border-top: 1px solid #e2e8ea; - padding: 0px 0px; - color: #67727c; -} -#footer .footer-copyright .nav .nav-item .nav-link { - color: #67727c; -} -#footer .footer-copyright .nav .nav-link:hover { - color: #0366d6; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -#footer .nav.flex-column .nav-item { - padding: 0px; -} -#footer .nav.flex-column .nav-item .nav-link { - margin: 0.7rem 0px; -} -#footer.footer-text-light { - color: rgba(250, 250, 250, 0.8); -} -#footer.footer-text-light .nav .nav-item .nav-link { - color: rgba(250, 250, 250, 0.8); -} -#footer.footer-text-light .nav .nav-item .nav-link:hover { - color: #fafafa; -} -#footer.footer-text-light .footer-copyright { - border-color: rgba(250, 250, 250, 0.15); - color: rgba(250, 250, 250, 0.5); -} -#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a { - color: rgba(250, 250, 250, 0.8); -} -#footer.footer-text-light:not(.bg-primary) .social-icons-light.social-icons li a:hover { - color: #fafafa; -} -#footer.footer-text-light.bg-primary { - color: #fff; -} -#footer.footer-text-light.bg-primary .nav .nav-item .nav-link { - color: #fff; -} -#footer.footer-text-light.bg-primary .nav .nav-item .nav-link:hover { - color: rgba(250, 250, 250, 0.7); -} -#footer.footer-text-light.bg-primary .footer-copyright { - border-color: rgba(250, 250, 250, 0.15); - color: rgba(250, 250, 250, 0.9); -} -#footer.footer-text-light.bg-primary :not(.social-icons) a { - color: #fff; -} -#footer.footer-text-light.bg-primary :not(.social-icons) a:hover { - color: rgba(250, 250, 250, 0.7); -} - -@media (max-width: 767.98px) { - #footer { - margin-left: 0px; - } -} -/*=== 6.1 Social Icons ===*/ -.social-icons { - margin: 0; - padding: 0; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none; -} -.social-icons li { - margin: 0px 6px; - padding: 0; - overflow: visible; -} -.social-icons-nuget{ - margin-right: 24px !important; -} -.social-icons li a { - display: block; - height: 26px; - line-height: 26px; - width: 26px; - font-size: 18px; - text-align: center; - color: #4d555a; - text-decoration: none; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; -} -.social-icons li i { - line-height: inherit; -} -.social-icons.social-icons-sm li { - margin: 0px 4px; -} -.social-icons.social-icons-sm li a { - font-size: 15px; - width: 22px; -} -.social-icons.social-icons-lg li a { - width: 34px; - height: 34px; - line-height: 34px; - font-size: 22px; -} -.social-icons.social-icons-light li a { - color: #eee; -} -.social-icons.social-icons-muted li a { - color: #aab1b8; -} -.social-icons li:hover a { - color: #999; -} - -/*=== 6.2 Back to Top ===*/ -#back-to-top { - display: none; - position: fixed; - z-index: 1030; - bottom: 8px; - right: 10px; - background-color: rgba(0, 0, 0, 0.22); - text-align: center; - color: #fff; - font-size: 14px; - width: 36px; - height: 36px; - line-height: 34px; - border-radius: 3px; - -webkit-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); - box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); -} -#back-to-top:hover { - background-color: #0366d6; - -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); - box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25); - -webkit-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} - -@media (max-width: 575.98px) { - #back-to-top { - z-index: 1029; - } -} -/* =================================== */ -/* Extras -/* =================================== */ -/* Bootstrap Specific */ -.form-control, .custom-select { - border-color: #dae1e3; - font-size: 16px; - color: #656565; -} - -.form-control:not(.form-control-sm) { - padding: .810rem .96rem; - height: inherit; -} - -.form-control-sm { - font-size: 14px; -} - -.icon-inside { - position: absolute; - right: 15px; - top: calc(50% - 11px); - pointer-events: none; - font-size: 18px; - font-size: 1.125rem; - color: #c4c3c3; - z-index: 3; -} - -.form-control-sm + .icon-inside { - font-size: 0.875rem !important; - font-size: 14px; - top: calc(50% - 13px); -} - -select.form-control:not([size]):not([multiple]):not(.form-control-sm) { - height: auto; - padding-top: .700rem; - padding-bottom: .700rem; -} - -.custom-select:not(.custom-select-sm) { - height: calc(3.05rem + 2px); - padding-top: .700rem; - padding-bottom: .700rem; -} - -.col-form-label-sm { - font-size: 13px; -} - -.custom-select-sm { - padding-left: 5px !important; - font-size: 14px; -} - -.custom-select:not(.custom-select-sm).border-0 { - height: 3.00rem; -} - -.form-control:focus, .custom-select:focus { - -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5); - box-shadow: 0 0 5px rgba(128, 189, 255, 0.5); -} - -.form-control:focus[readonly] { - box-shadow: none; -} - -.input-group-text { - border-color: #dae1e3; - background-color: #f1f5f6; - color: #656565; -} - -.form-control::-webkit-input-placeholder { - color: #b1b4b6; -} -.form-control:-moz-placeholder { - /* FF 4-18 */ - color: #b1b4b6; -} -.form-control::-moz-placeholder { - /* FF 19+ */ - color: #b1b4b6; -} -.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder { - /* IE 10+ */ - color: #b1b4b6; -} - -/* Form Dark */ -.form-dark .form-control, .form-dark .custom-select { - border-color: #232a31; - background: #232a31; - color: #fff; -} -.form-dark .form-control:focus { - border-color: #80bdff !important; -} -.form-dark .form-control::-webkit-input-placeholder { - color: #777b7f; -} -.form-dark .form-control:-moz-placeholder { - /* FF 4-18 */ - color: #777b7f; -} -.form-dark .form-control::-moz-placeholder { - /* FF 19+ */ - color: #777b7f; -} -.form-dark .form-control:-ms-input-placeholder, .form-dark .form-control::-ms-input-placeholder { - /* IE 10+ */ - color: #777b7f; -} -.form-dark .custom-select { - color: #777b7f; - background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.3)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - background-size: 13px 15px; - border-color: #232a31; - background-color: #232a31; -} -.form-dark .icon-inside { - color: #777b7f; -} - -/* Input with only bottom border */ -.form-border .form-control { - background-color: transparent; - border: none; - border-bottom: 2px solid rgba(0, 0, 0, 0.12); - border-radius: 0px; - padding-left: 0px !important; - color: black; -} -.form-border .form-control::-webkit-input-placeholder { - color: rgba(0, 0, 0, 0.4); -} -.form-border .form-control:-moz-placeholder { - /* FF 4-18 */ - color: rgba(0, 0, 0, 0.4); -} -.form-border .form-control::-moz-placeholder { - /* FF 19+ */ - color: rgba(0, 0, 0, 0.4); -} -.form-border .form-control:-ms-input-placeholder, .form-border .form-control::-ms-input-placeholder { - /* IE 10+ */ - color: rgba(0, 0, 0, 0.4); -} -.form-border .custom-select { - background-color: transparent; - border: none; - border-bottom: 2px solid rgba(0, 0, 0, 0.12); - border-radius: 0px; - padding-left: 0px; - color: rgba(0, 0, 0, 0.4); - background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(0,0,0,0.3)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - background-size: 13px 15px; -} -.form-border .form-control:focus, .form-border .custom-select:focus { - box-shadow: none; - -webkit-box-shadow: none; - border-bottom: 2px solid rgba(0, 0, 0, 0.7); -} -.form-border .form-control:not(output):-moz-ui-invalid:not(:focus), .form-border .form-control:not(output):-moz-ui-invalid:-moz-focusring:not(:focus), .form-border .custom-select:not(output):-moz-ui-invalid:not(:focus), .form-border .custom-select:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) { - border-bottom: 2px solid #b00708; - box-shadow: none; - -webkit-box-shadow: none; -} -.form-border .icon-inside { - color: rgba(0, 0, 0, 0.25); -} -.form-border select option { - color: #666; -} - -.form-border-light .form-control { - border-bottom: 2px solid rgba(250, 250, 250, 0.3); - color: #fafafa; -} -.form-border-light .form-control::-webkit-input-placeholder { - color: rgba(250, 250, 250, 0.7); -} -.form-border-light .form-control:-moz-placeholder { - /* FF 4-18 */ - color: rgba(250, 250, 250, 0.7); -} -.form-border-light .form-control::-moz-placeholder { - /* FF 19+ */ - color: rgba(250, 250, 250, 0.7); -} -.form-border-light .form-control:-ms-input-placeholder, .form-border-light .form-control::-ms-input-placeholder { - /* IE 10+ */ - color: rgba(250, 250, 250, 0.7); -} -.form-border-light .custom-select { - border-bottom: 2px solid rgba(250, 250, 250, 0.3); - color: #fafafa; - background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.6)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - background-size: 13px 15px; -} -.form-border-light .form-control:focus, .form-border-light .custom-select:focus { - border-bottom: 2px solid rgba(250, 250, 250, 0.8); -} -.form-border-light .icon-inside { - color: #999; -} -.form-border-light select option { - color: #333; -} - -.input-group-append .btn, .input-group-prepend .btn { - -webkit-box-shadow: none; - box-shadow: none; - padding-left: 0.75rem; - padding-right: 0.75rem; -} - -.input-group-append .btn:hover, .input-group-prepend .btn:hover { - -webkit-box-shadow: none; - box-shadow: none; -} - -@media (max-width: 575.98px) { - .input-group > .input-group-append > .btn, .input-group > .input-group-prepend > .btn { - padding: 0 0.75rem; - } -} -.bg-primary, .badge-primary { - background-color: #0366d6 !important; -} - -.bg-secondary { - background-color: #6c757d !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: #0366d6 !important; -} - -.btn-link:hover { - color: #0355b3 !important; -} - -.text-secondary { - color: #6c757d !important; -} - -.text-light { - color: #dee3e4 !important; -} - -.text-body { - color: #4c4d4d !important; -} - -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { - background-color: #0355b3 !important; -} - -.border-primary { - border-color: #0366d6 !important; -} - -.border-secondary { - border-color: #6c757d !important; -} - -.btn-primary { - background-color: #0366d6; - border-color: #0366d6; -} -.btn-primary:hover { - background-color: #0355b3; - border-color: #0355b3; -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active { - background-color: #0355b3; - border-color: #0355b3; -} - -.btn-primary.focus, .btn-primary:focus { - background-color: #0355b3; - border-color: #0355b3; -} - -.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { - -webkit-box-shadow: none; - box-shadow: none; -} - -.btn-secondary { - background-color: #6c757d; - border-color: #6c757d; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active { - color: #0366d6; - border-color: #0366d6; -} -.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover { - background-color: #0366d6; - border-color: #0366d6; - color: #fff; -} - -.btn-outline-secondary { - color: #6c757d; - border-color: #6c757d; -} -.btn-outline-secondary:hover { - background-color: #6c757d; - border-color: #6c757d; - color: #fff; -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active { - background-color: #0366d6; -} - -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before { - background-color: #0366d6; - border-color: #0366d6; -} - -.list-group-item.active { - background-color: #0366d6; - border-color: #0366d6; -} - -.page-link { - color: #0366d6; -} -.page-link:hover { - color: #0355b3; -} - -/* Pagination */ -.page-link { - border: none; - border-radius: 0.25rem; - margin: 0 0.22rem; - font-size: 16px; - font-size: 1rem; -} -.page-link:hover { - background-color: #e9eff0; -} - -/* Vertical Multilple input group */ -.vertical-input-group .input-group:first-child { - padding-bottom: 0; -} -.vertical-input-group .input-group:first-child * { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; -} -.vertical-input-group .input-group:last-child { - padding-top: 0; -} -.vertical-input-group .input-group:last-child * { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.vertical-input-group .input-group:not(:last-child):not(:first-child) { - padding-top: 0; - padding-bottom: 0; -} -.vertical-input-group .input-group:not(:last-child):not(:first-child) * { - border-radius: 0; -} -.vertical-input-group .input-group:not(:first-child) * { - border-top: 0; -} - -/* styles-switcher */ -#styles-switcher { - background: #fff; - width: 202px; - position: fixed; - top: 35%; - z-index: 99; - padding: 20px; - left: -202px; -} -#styles-switcher ul { - padding: 0; -} -#styles-switcher ul li { - list-style-type: none; - width: 25px; - height: 25px; - margin: 4px 2px; - border-radius: 50%; - display: inline-block; - cursor: pointer; - transition: all .2s ease-in-out; -} -#styles-switcher ul li.blue { - background: #007bff; -} -#styles-switcher ul li.brown { - background: #795548; -} -#styles-switcher ul li.purple { - background: #6f42c1; -} -#styles-switcher ul li.indigo { - background: #6610f2; -} -#styles-switcher ul li.red { - background: #dc3545; -} -#styles-switcher ul li.orange { - background: #fd7e14; -} -#styles-switcher ul li.yellow { - background: #ffc107; -} -#styles-switcher ul li.green { - background: #28a745; -} -#styles-switcher ul li.teal { - background: #20c997; -} -#styles-switcher ul li.cyan { - background: #17a2b8; -} -#styles-switcher ul li.active { - transform: scale(0.7); - cursor: default; -} -#styles-switcher .switcher-toggle { - position: absolute; - background: #333; - color: #fff; - font-size: 1.25rem; - border-radius: 0px 4px 4px 0; - right: -40px; - top: 0; - width: 40px; - height: 40px; - padding: 0; -} -#styles-switcher #reset-color { - background: #e83e8c; -} - -input:-internal-autofill-selected { - background-color: transparent; -} - -#styles-switcher.right { - left: auto; - right: -202px; -} - -#styles-switcher.right .switcher-toggle { - right: auto; - left: -40px; - border-radius: 4px 0px 0px 4px; -} - -.tab-wrap{ - border-top: 1px solid #eee; - border-bottom: 1px solid #eee; - padding: 0 10px; - margin-bottom: 40px; -} diff --git a/docs/assets/images/BinanceInstall.png b/docs/assets/images/BinanceInstall.png deleted file mode 100644 index 15e99d0d..00000000 Binary files a/docs/assets/images/BinanceInstall.png and /dev/null differ diff --git a/docs/assets/images/BitfinexInstall.png b/docs/assets/images/BitfinexInstall.png deleted file mode 100644 index 6dffa0fb..00000000 Binary files a/docs/assets/images/BitfinexInstall.png and /dev/null differ diff --git a/docs/assets/images/BitgetInstall.png b/docs/assets/images/BitgetInstall.png deleted file mode 100644 index b8515a5e..00000000 Binary files a/docs/assets/images/BitgetInstall.png and /dev/null differ diff --git a/docs/assets/images/BybitInstall.png b/docs/assets/images/BybitInstall.png deleted file mode 100644 index eca82e99..00000000 Binary files a/docs/assets/images/BybitInstall.png and /dev/null differ diff --git a/docs/assets/images/CoinExInstall.png b/docs/assets/images/CoinExInstall.png deleted file mode 100644 index d8371972..00000000 Binary files a/docs/assets/images/CoinExInstall.png and /dev/null differ diff --git a/docs/assets/images/CoinGeckoInstall.png b/docs/assets/images/CoinGeckoInstall.png deleted file mode 100644 index 3a3e61c8..00000000 Binary files a/docs/assets/images/CoinGeckoInstall.png and /dev/null differ diff --git a/docs/assets/images/HuobiInstall.png b/docs/assets/images/HuobiInstall.png deleted file mode 100644 index bbc2a2a7..00000000 Binary files a/docs/assets/images/HuobiInstall.png and /dev/null differ diff --git a/docs/assets/images/KrakenInstall.png b/docs/assets/images/KrakenInstall.png deleted file mode 100644 index a5ea7181..00000000 Binary files a/docs/assets/images/KrakenInstall.png and /dev/null differ diff --git a/docs/assets/images/KucoinInstall.png b/docs/assets/images/KucoinInstall.png deleted file mode 100644 index e53282e1..00000000 Binary files a/docs/assets/images/KucoinInstall.png and /dev/null differ diff --git a/docs/assets/images/MexcInstall.png b/docs/assets/images/MexcInstall.png deleted file mode 100644 index 771d5662..00000000 Binary files a/docs/assets/images/MexcInstall.png and /dev/null differ diff --git a/docs/assets/images/OKXInstall.png b/docs/assets/images/OKXInstall.png deleted file mode 100644 index e1e96710..00000000 Binary files a/docs/assets/images/OKXInstall.png and /dev/null differ diff --git a/docs/assets/images/logo.png b/docs/assets/images/logo.png deleted file mode 100644 index b22379e1..00000000 Binary files a/docs/assets/images/logo.png and /dev/null differ diff --git a/docs/assets/images/struct.png b/docs/assets/images/struct.png deleted file mode 100644 index 7a4b7132..00000000 Binary files a/docs/assets/images/struct.png and /dev/null differ diff --git a/docs/assets/js/theme.js b/docs/assets/js/theme.js deleted file mode 100644 index 8fb56af6..00000000 --- a/docs/assets/js/theme.js +++ /dev/null @@ -1,162 +0,0 @@ -/* -================================================================ -* Template: iDocs - One Page Documentation HTML Template -* Written by: Harnish Design - (http://www.harnishdesign.net) -* Description: Main Custom Script File -================================================================ -*/ - - -(function ($) { - "use strict"; - -// Preloader -$(window).on('load', function () { - $('.lds-ellipsis').fadeOut(); // will first fade out the loading animation - $('.preloader').delay(333).fadeOut('slow'); // will fade out the white DIV that covers the website. - $('body').delay(333); -}); - -/*------------------------------- - Primary Menu ---------------------------------- */ - -// Dropdown show on hover -$('.primary-menu ul.navbar-nav li.dropdown, .login-signup ul.navbar-nav li.dropdown').on("mouseover", function() { - if ($(window).width() > 991) { - $(this).find('> .dropdown-menu').stop().slideDown('fast'); - $(this).bind('mouseleave', function() { - $(this).find('> .dropdown-menu').stop().css('display', 'none'); - }); - } -}); - -// When dropdown going off to the out of the screen. -$('.primary-menu ul.navbar-nav .dropdown-menu').each(function() { - var menu = $('#header .container-fluid').offset(); - var dropdown = $(this).parent().offset(); - - var i = (dropdown.left + $(this).outerWidth()) - (menu.left + $('#header .container-fluid').outerWidth()); - - if (i > 0) { - $(this).css('margin-left', '-' + (i + 5) + 'px'); - } - }); -$(function () { - $(".dropdown li").on('mouseenter mouseleave', function (e) { - if ($(window).width() > 991) { - var elm = $('.dropdown-menu', this); - var off = elm.offset(); - var l = off.left; - var w = elm.width(); - var docW = $(window).width(); - var isEntirelyVisible = (l + w + 30 <= docW); - if (!isEntirelyVisible) { - $(elm).addClass('dropdown-menu-right'); - } else { - $(elm).removeClass('dropdown-menu-right'); - } - } - }); -}); - -// DropDown Arrow -$('.primary-menu ul.navbar-nav').find('a.dropdown-toggle').append($('').addClass('arrow')); - - -// Mobile Collapse Nav -$('.primary-menu .navbar-nav .dropdown-toggle[href="#"], .primary-menu .dropdown-toggle[href!="#"] .arrow').on('click', function(e) { - if ($(window).width() < 991) { - e.preventDefault(); - var $parentli = $(this).closest('li'); - $parentli.siblings('li').find('.dropdown-menu:visible').slideUp(); - $parentli.find('> .dropdown-menu').stop().slideToggle(); - $parentli.siblings('li').find('a .arrow.show').toggleClass('show'); - $parentli.find('> a .arrow').toggleClass('show'); - } -}); - - -// Mobile Menu -$('.navbar-toggler').on('click', function() { - $(this).toggleClass('show'); -}); - - -/*------------------------ - Side Navigation --------------------------- */ - -$('#sidebarCollapse').on('click', function () { - $('#sidebarCollapse span:nth-child(3)').toggleClass('w-50'); - $('.idocs-navigation').toggleClass('active'); -}); - - -/*------------------------ - Sections Scroll --------------------------- */ - -$('.smooth-scroll,.idocs-navigation a').on('click', function() { - event.preventDefault(); - var sectionTo = $(this).attr('href'); - $('html, body').stop().animate({ - scrollTop: $(sectionTo).offset().top - 120}, 1000, 'easeInOutExpo'); -}); - -/*----------------------------- - Magnific Popup -------------------------------- */ - -// Image on Modal -$('.popup-img').each(function() { -$(this).magnificPopup({ - type: "image", - tLoading: '
', - closeOnContentClick: !0, - mainClass: "mfp-fade", - -}); -}); - -// YouTube/Viemo Video & Gmaps -$('.popup-youtube, .popup-vimeo, .popup-gmaps').each(function() { -$(this).magnificPopup({ - type: 'iframe', - mainClass: 'mfp-fade', -}); -}); - - -/*------------------------ - Highlight Js --------------------------- */ - -hljs.initHighlightingOnLoad(); - - -/*------------------------ - tooltips --------------------------- */ -$('[data-toggle=\'tooltip\']').tooltip({container: 'body'}); - - -/*------------------------ - Scroll to top --------------------------- */ -$(function () { - $(window).on('scroll', function(){ - if ($(this).scrollTop() > 400) { - $('#back-to-top').fadeIn(); - } else { - $('#back-to-top').fadeOut(); - } - }); - }); -$('#back-to-top').on("click", function() { - $('html, body').animate({scrollTop:0}, 'slow'); - return false; -}); - - -})(jQuery) \ No newline at end of file diff --git a/docs/assets/sass/_elements.scss b/docs/assets/sass/_elements.scss deleted file mode 100644 index 397f710a..00000000 --- a/docs/assets/sass/_elements.scss +++ /dev/null @@ -1,537 +0,0 @@ -/* =================================== */ -/* 5. Elements -/* =================================== */ - -/*=== 5.1 List Style ===*/ - -.list-style-1 > li { - position: relative; - list-style-type: none; - line-height: 24px; - &:after { - content: " "; - position: absolute; - top: 12px; - left: -15px; - border-color: #000; - border-top: 1px solid; - border-right: 1px solid; - width: 6px; - height: 6px; - -webkit-transform: translate(-50%, -50%) rotate(45deg); - transform: translate(-50%, -50%) rotate(45deg); - } -} - -.list-style-2{padding:0;} - -.list-style-2 > li { - list-style-type: none; - border-bottom: 1px solid #eaeaea; - padding-top: 12px; - padding-bottom: 12px; -} -.list-style-2.list-style-light > li { - border-bottom: 1px solid rgba(250,250,250,0.12); -} - -/*=== 5.2 Changelog ===*/ - -.changelog { - list-style: none; - padding: 0; - .badge { - width: 90px; - margin-right: 10px; - border-radius: .20rem; - text-transform: uppercase; - } - li { - line-height: 1.8; - } -} - - -/*=== 5.3 Accordion & Toggle ===*/ -.accordion { - .card { - border: none; - margin-bottom: 16px; - margin-bottom: 1rem; - background-color: transparent; - } - .card-header { - padding: 0; - border: none; - background: none; - a { - font-size: 16px; - font-weight:normal; - padding: 1rem 1.25rem 1rem 2.25rem; - display: block; - border-radius: 4px; - position: relative; - &:hover{ - text-decoration:none; - } - &:hover.collapsed { - color: $primary-color!important; - } - } - } - &:not(.accordion-alternate) .card-header a { - background-color: $primary-color; - color: #fff; - &.collapsed { - background-color: #f1f2f4; - color: #4c4d4d; - } - - } - .card-header a { - &:before { - position: absolute; - content: " "; - left: 20px; - top: calc(50% + 2px); - width: 9px; - height: 9px; - border-color: #CCC; - border-top: 2px solid; - border-right: 2px solid; - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - @include transition(all 0.2s ease); - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - } - &.collapsed:before { - top: calc(50% - 2px); - -webkit-transform: translate(-50%, -50%) rotate(135deg); - transform: translate(-50%, -50%) rotate(135deg); - } - } - .card-body { - line-height: 26px; - } - &.arrow-right .card-header a{ - padding-left:1.25rem; - &:before { - right: 15px; - left: auto; - } - } - &.accordion-alternate { - .card { - margin: 0; - } - .card-header a { - padding-left: 1.40rem; - border-top: 1px solid #e4e9ec; - border-radius: 0px; - } - .card:first-of-type .card-header a { - border-top: 0px; - } - .card-header a { - &:before { - left: 6px; - } - &.collapsed { - color: #4c4d4d; - } - } - .card-body { - padding: 0rem 0 1rem 1.25rem; - } - &.arrow-right .card-header a{ - padding-left:0; - &:before { - right: 0px; - left: auto; - } - } - - } - &.toggle .card-header a { - &:before { - content: "-"; - border: none; - font-size: 20px; - height: auto; - top: calc(50% + 2px); - width: auto; - -webkit-transform: translate(-50%, -50%) rotate(180deg); - transform: translate(-50%, -50%) rotate(180deg); - } - &.collapsed:before { - content: "+"; - top: calc(50% - 1px); - -webkit-transform: translate(-50%, -50%) rotate(0deg); - transform: translate(-50%, -50%) rotate(0deg); - } - } - &.accordion-alternate.style-2 { - .card-header a { - &:before { - right: 2px; - left: auto; - -webkit-transform: translate(-50%, -50%) rotate(135deg); - transform: translate(-50%, -50%) rotate(135deg); - top: 50%; - } - &.collapsed:before { - -webkit-transform: translate(-50%, -50%) rotate(45deg); - transform: translate(-50%, -50%) rotate(45deg); - } - padding-left: 0px; - } - .card-body { - padding-left: 0px; - } - } - &.accordion-alternate.popularRoutes { - .card-header { - .nav { - margin-top: 3px; - a { - font-size: 14px; - } - } - a { - padding: 0px 8px 0px 0px; - border: none; - font-size: inherit; - &:before { - content: none; - } - } - h5 { - cursor: pointer; - &:before { - position: absolute; - content: " "; - right: 0px; - top: 24px; - width: 10px; - height: 10px; - opacity: 0.6; - border-top: 2px solid; - border-right: 2px solid; - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - } - &.collapsed:before { - top: 24px; - -webkit-transform: translate(-50%, -50%) rotate(135deg); - transform: translate(-50%, -50%) rotate(135deg); - } - } - } - .card-body { - padding: 0; - } - .card { - border-bottom: 2px solid #e4e9ec; - padding: 15px 0px; - } - .routes-list { - margin: 1rem 0px 0px 0px; - padding: 0px; - list-style: none; - a { - color: inherit; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-align: center !important; - align-items: center !important; - &:hover { - color: #0071cc; - text-decoration: underline; - } - } - } - } -} - -/* 5.4 Nav */ - -.nav .nav-item .nav-link{color: #222222;} -.nav.nav-light .nav-item .nav-link{color: #ddd;} -.nav:not(.nav-pills) .nav-item .nav-link.active, .nav:not(.nav-pills) .nav-item .nav-link:hover{color: $primary-color;} - - -.nav-pills .nav-link:not(.active):hover{color: $primary-color;} -.nav-pills .nav-link.active,.nav-pills.nav-light .nav-link.active, .nav-pills .show > .nav-link{color:#fff;} - -.nav.nav-separator .nav-item .nav-link{position:relative;} -.nav.nav-separator .nav-item + .nav-item .nav-link:after{ - height: 14px; - width: 1px; - content: ' '; - background-color: rgba(0,0,0,0.2); - display: block; - position: absolute; - top: 50%; - left: 0; - @include translateY(-7px); -} -.nav.nav-separator.nav-separator-light .nav-item + .nav-item .nav-link:after{ -background-color: rgba(250,250,250,0.2); -} - -.nav.nav-sm .nav-item .nav-link{font-size:14px;} - - -/*=== 5.5 Tabs ===*/ - -.nav-tabs { - border-bottom: 1px solid #d7dee3; - .nav-item .nav-link { - border:0; - background: transparent; - - position: relative; - border-radius: 0; - padding:0.6rem 1rem; - color: #7b8084; - white-space: nowrap !important; - &.active { - &:after { - height: 2px; - width: 100%; - content: ' '; - background-color: $primary-color; - display: block; - position: absolute; - bottom: -3px; - left: 0; - @include translateY(-3px); - } - color: #0c2f55; - } - &:not(.active):hover { - color: $primary-color; - } - } - &.flex-column { - border-right: 1px solid #d7dee3; - border-bottom: 0px; - padding: 1.5rem 0; - .nav-item { - .nav-link { - border: 1px solid #d7dee3; - border-right: 0px; - background-color: #f6f7f8; - font-size: 14px; - padding: 0.75rem 1rem; - color: #535b61; - } - &:first-of-type .nav-link { - border-top-left-radius: 4px; - } - &:last-of-type .nav-link { - border-bottom-left-radius: 4px; - } - .nav-link.active { - &:after { - height: 100%; - width: 2px; - background: #fff; - right: -1px; - left: auto; - } - background-color: transparent; - color: $primary-color; - } - } - } -} - -.nav-tabs:not(.flex-column) { - .nav-item { - margin-bottom: 0px; - } - flex-wrap: nowrap; - overflow: hidden; - overflow-x: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; - -webkit-overflow-scrolling: touch; -} - - - -@include media-breakpoint-down(xs) { - .nav-tabs .nav-item .nav-link { - padding-left: 0px; - padding-right: 0px; - margin-right: 10px; - font-size: 0.875rem; - } -} - - -/*=== 5.6 Popup Img ===*/ -.popup-img img{@include transition(all 0.2s ease-in-out);} -.popup-img:hover img{ - opacity:0.8; - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; -} - - -/*=== 5.7 Featured Box ===*/ -.featured-box { - box-sizing: border-box; - position: relative; - h3, h4 { - font-size: 1.25rem; - font-size: 20px; - margin-bottom: 10px; - font-weight: 500; - } - &:not(.style-5) .featured-box-icon { - display: inline-block; - font-size: 48px; - min-width: 55px; - min-height: 55px; - padding: 0; - margin-top: 0; - margin-bottom: 0.8rem; - color: #4c4d4d; - border-radius: 0; - } - &.style-1, &.style-2, &.style-3 { - padding-left: 50px; - padding-top: 8px; - } - &.style-1 .featured-box-icon, &.style-2 .featured-box-icon, &.style-3 .featured-box-icon { - position: absolute; - top: 0; - left: 0; - margin-bottom: 0; - font-size: 30px; - -ms-flex-pack: center !important; - justify-content: center !important; - text-align: center; - } - &.style-2 p { - margin-left: -50px; - } - &.style-3 { - padding-left: 90px; - padding-top: 0px; - .featured-box-icon { - width: 70px; - height: 70px; - -ms-flex-negative: 0; - flex-shrink: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } - } - &.style-4 { - text-align: center; - .featured-box-icon { - margin: 0 auto 24px; - margin: 0 auto 1.5rem; - width: 120px; - height: 120px; - text-align: center; - -ms-flex-negative: 0; - flex-shrink: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - @include box-shadow(0px 0px 50px rgba(0, 0, 0, 0.03)); - } - } - - &.style-5 { - text-align: center; - background: #fff; - border: 1px solid #f0f2f3; - @include box-shadow(0px 2px 5px rgba(0, 0, 0, 0.05)); - @include transition(all 0.3s ease-in-out); - &:hover { - border: 1px solid #ebeded; - @include box-shadow(0px 5px 1.5rem rgba(0, 0, 0, 0.15)); - } - h3 { - background: #f1f5f6; - font-size: 16px; - padding: 8px 0; - margin-bottom: 0px; - } - .featured-box-icon { - font-size: 50px; - margin: 44px 0px; - } -} -} - - -@mixin featured-box-reverse { - text-align:right; - &.style-1, &.style-2{ - padding-right:50px; - padding-left:0px; - .featured-box-icon{ - left:auto; - right:0px; - } - } - &.style-2 p{ - margin-right: -50px; - margin-left:0; - } - &.style-3{ - padding-left:0; - padding-right:90px; - .featured-box-icon{ - left:auto; - right:0px; - } - } -} - -.featured-box.featured-box-reverse{ - @include featured-box-reverse; -} - -@include media-breakpoint-up(xs) { - .featured-box.featured-box-reverse-sm{ - @include featured-box-reverse; - } -} - -@include media-breakpoint-up(sm) { - .featured-box.featured-box-reverse-md{ - @include featured-box-reverse; - } -} - -@include media-breakpoint-up(md) { - .featured-box.featured-box-reverse-lg{ - @include featured-box-reverse; - } -} -@include media-breakpoint-up(lg) { - .featured-box.featured-box-reverse-xl{ - @include featured-box-reverse; - } -} \ No newline at end of file diff --git a/docs/assets/sass/_extras.scss b/docs/assets/sass/_extras.scss deleted file mode 100644 index c07f2098..00000000 --- a/docs/assets/sass/_extras.scss +++ /dev/null @@ -1,448 +0,0 @@ -/* =================================== */ -/* Extras -/* =================================== */ - -/* Bootstrap Specific */ - -.form-control, .custom-select { - border-color: #dae1e3; - font-size: 16px; - color: #656565; -} - -.form-control:not(.form-control-sm) { - padding: .810rem .96rem; - height:inherit; -} - -.form-control-sm{font-size:14px;} - -.icon-inside { - position: absolute; - right: 15px; - top: calc(50% - 11px); - pointer-events: none; - font-size: 18px; - font-size: 1.125rem; - color: #c4c3c3; - z-index:3; -} -.form-control-sm + .icon-inside { - font-size: 0.875rem !important; - font-size: 14px; - top: calc(50% - 13px); -} - -select.form-control:not([size]):not([multiple]):not(.form-control-sm) { - height: auto; - padding-top: .700rem; - padding-bottom: .700rem; -} -.custom-select:not(.custom-select-sm){ - height:calc(3.05rem + 2px); - padding-top: .700rem; - padding-bottom: .700rem;} -.col-form-label-sm{font-size:13px;} -.custom-select-sm{padding-left:5px!important; font-size:14px;} -.custom-select:not(.custom-select-sm).border-0{height:3.00rem;} - -.form-control:focus, .custom-select:focus{ - @include box-shadow(0 0 5px rgba(128, 189, 255, 0.5)); -} -.form-control:focus[readonly]{box-shadow:none;} - -.input-group-text { - border-color: #dae1e3; - background-color:#f1f5f6; - color: #656565; -} - -.form-control { - &::-webkit-input-placeholder { - color: #b1b4b6; - } - &:-moz-placeholder { - /* FF 4-18 */ - color: #b1b4b6; - } - &::-moz-placeholder { - /* FF 19+ */ - color: #b1b4b6; - } - &:-ms-input-placeholder, &::-ms-input-placeholder { - /* IE 10+ */ - color: #b1b4b6; - } -} - -/* Form Dark */ -.form-dark { - .form-control, .custom-select { - border-color: #232a31; - background:#232a31; - color: #fff; - } - .form-control:focus{border-color: #80bdff!important;} - .form-control { - &::-webkit-input-placeholder { - color: #777b7f; - } - &:-moz-placeholder { - /* FF 4-18 */ - color: #777b7f; - } - &::-moz-placeholder { - /* FF 19+ */ - color: #777b7f; - } - &:-ms-input-placeholder, &::-ms-input-placeholder { - /* IE 10+ */ - color: #777b7f; - } - } - .custom-select { - color: #777b7f; - background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.3)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - background-size: 13px 15px; - border-color: #232a31; - background-color:#232a31; - } - .icon-inside { - color: #777b7f; - } -} - -/* Input with only bottom border */ -.form-border { - .form-control { - background-color: transparent; - border: none; - border-bottom: 2px solid rgba(0, 0, 0, 0.12); - border-radius: 0px; - padding-left: 0px!important; - color: rgba(0, 0, 0, 1); - &::-webkit-input-placeholder { - color: rgba(0, 0, 0, 0.4); - } - &:-moz-placeholder { - /* FF 4-18 */ - color: rgba(0, 0, 0, 0.4); - } - &::-moz-placeholder { - /* FF 19+ */ - color: rgba(0, 0, 0, 0.4); - } - &:-ms-input-placeholder, &::-ms-input-placeholder { - /* IE 10+ */ - color: rgba(0, 0, 0, 0.4); - } - } - .custom-select { - background-color: transparent; - border: none; - border-bottom: 2px solid rgba(0, 0, 0, 0.12); - border-radius: 0px; - padding-left: 0px; - color: rgba(0, 0, 0, 0.4); - background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(0,0,0,0.3)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - background-size: 13px 15px; - } - .form-control:focus, .custom-select:focus { - box-shadow: none; - -webkit-box-shadow: none; - border-bottom: 2px solid rgba(0, 0, 0, 0.7); - } - .form-control:not(output):-moz-ui-invalid, .custom-select:not(output):-moz-ui-invalid { - &:not(:focus), &:-moz-focusring:not(:focus) { - border-bottom: 2px solid #b00708; - box-shadow: none; - -webkit-box-shadow: none; - } - } - .icon-inside { - color: rgba(0, 0, 0, 0.25); - } - select option { - color: #666; - } -} - -.form-border-light { - .form-control { - border-bottom: 2px solid rgba(250, 250, 250, 0.3); - color: rgba(250, 250, 250, 1); - &::-webkit-input-placeholder { - color: rgba(250, 250, 250, 0.7); - } - &:-moz-placeholder { - /* FF 4-18 */ - color: rgba(250, 250, 250, 0.7); - } - &::-moz-placeholder { - /* FF 19+ */ - color: rgba(250, 250, 250, 0.7); - } - &:-ms-input-placeholder, &::-ms-input-placeholder { - /* IE 10+ */ - color: rgba(250, 250, 250, 0.7); - } - } - .custom-select { - border-bottom: 2px solid rgba(250, 250, 250, 0.3); - color: rgba(250, 250, 250, 1); - background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='rgba(250,250,250,0.6)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - background-size: 13px 15px; - } - .form-control:focus, .custom-select:focus { - border-bottom: 2px solid rgba(250, 250, 250, 0.8); - } - .icon-inside { - color: #999; - } - select option { - color: #333; - } -} - -.input-group-append .btn, .input-group-prepend .btn { - @include box-shadow(none); - padding-left: 0.75rem; - padding-right: 0.75rem; -} - -.input-group-append .btn:hover, .input-group-prepend .btn:hover { - @include box-shadow(none); -} - -@include media-breakpoint-down(xs) { - .input-group > { - .input-group-append > .btn, .input-group-prepend > .btn { - padding: 0 0.75rem; - } -} -} - -.bg-primary, .badge-primary { - background-color: $primary-color !important; -} -.bg-secondary { - background-color: $secondary-color !important; -} - -.text-primary, .btn-light, .btn-outline-light:hover, .btn-link, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active { - color: $primary-color !important; -} - -.btn-link:hover { - color: $primary-color-hover !important; -} -.text-secondary{ - color: $secondary-color !important; -} - -.text-light{ - color:#dee3e4!important; -} -.text-body{ - color: $text-color !important; -} -a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{background-color: $primary-color-hover!important;} - -.border-primary { - border-color: $primary-color !important; -} -.border-secondary { - border-color: $secondary-color !important; -} - -.btn-primary{ - background-color: $primary-color; - border-color: $primary-color; - &:hover { - background-color: $primary-color-hover; - border-color: $primary-color-hover; - } -} - -.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{ - background-color: $primary-color-hover; - border-color: $primary-color-hover; - -} - -.btn-primary.focus, .btn-primary:focus{ - background-color: $primary-color-hover; - border-color: $primary-color-hover; -} - -.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus{ - @include box-shadow(none); -} - -.btn-secondary { - background-color: $secondary-color; - border-color: $secondary-color; -} - -.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active{ - color: $primary-color; - border-color: $primary-color; - &:hover { - background-color: $primary-color; - border-color: $primary-color; - color: #fff; - } -} - -.btn-outline-secondary{ - color: $secondary-color; - border-color: $secondary-color; - &:hover { - background-color: $secondary-color; - border-color: $secondary-color; - color: #fff; - } -} - -.progress-bar, -.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .dropdown-item.active, .dropdown-item:active{ - background-color: $primary-color; -} -.page-item.active .page-link, -.custom-radio .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label::before, -.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, -.custom-control-input:checked ~ .custom-control-label:before{ - background-color: $primary-color; - border-color: $primary-color; -} -.list-group-item.active{ - background-color: $primary-color; - border-color: $primary-color; -} -.page-link { - color: $primary-color; - &:hover { - color: $primary-color-hover; - } -} - -/* Pagination */ - -.page-link { - border: none; - border-radius: 0.25rem; - margin: 0 0.22rem; - font-size: 16px; - font-size: 1rem; - &:hover { - background-color: #e9eff0; - } -} - -/* Vertical Multilple input group */ - -.vertical-input-group .input-group { - &:first-child { - padding-bottom: 0; - * { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - } - } - &:last-child { - padding-top: 0; - * { - border-top-left-radius: 0; - border-top-right-radius: 0; - } - } - &:not(:last-child):not(:first-child) { - padding-top: 0; - padding-bottom: 0; - * { - border-radius: 0; - } - } - &:not(:first-child) * { - border-top: 0; - } -} - -/* styles-switcher */ -#styles-switcher { - background: #fff; - width: 202px; - position: fixed; - top: 35%; - z-index: 99; - padding: 20px; - left: -202px; - ul { - padding: 0; - li { - list-style-type: none; - width: 25px; - height: 25px; - margin: 4px 2px; - border-radius: 50%; - display: inline-block; - cursor: pointer; - transition: all .2s ease-in-out; - &.blue { - background: #007bff; - } - &.brown { - background: #795548; - } - &.purple { - background: #6f42c1; - } - &.indigo { - background: #6610f2; - } - &.red { - background: #dc3545; - } - &.orange { - background: #fd7e14; - } - &.yellow { - background: #ffc107; - } - &.green { - background: #28a745; - } - &.teal { - background: #20c997; - } - &.cyan { - background: #17a2b8; - } - &.active { - transform: scale(0.7); - cursor:default; - } - } - } - .switcher-toggle { - position: absolute; - background: #333; - color: #fff; - font-size: 1.25rem; - border-radius: 0px 4px 4px 0; - right: -40px; - top: 0; - width: 40px; - height: 40px; - padding: 0; - } - #reset-color{background: #e83e8c;} -} - -input:-internal-autofill-selected { - background-color: transparent; -} - -#styles-switcher.right{left:auto; right: -202px;} -#styles-switcher.right .switcher-toggle{right: auto; left: -40px; border-radius: 4px 0px 0px 4px;} \ No newline at end of file diff --git a/docs/assets/sass/_footer.scss b/docs/assets/sass/_footer.scss deleted file mode 100644 index 44ee02c7..00000000 --- a/docs/assets/sass/_footer.scss +++ /dev/null @@ -1,188 +0,0 @@ -/* =================================== */ -/* 6. Footer -/* =================================== */ - -#footer { - background: #fff; - color: #252b33; - margin-left:260px; - padding: 66px 0px; - padding: 4.125rem 0; - .nav { - .nav-item { - display: inline-block; - line-height: 12px; - margin: 0; - .nav-link { - color: #252b33; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - &:focus { - color: $primary-color; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - } - &:first-child .nav-link { - padding-left: 0px; - } - &:last-child .nav-link{ - padding-right: 0px; - } - } - .nav-link:hover { - color: $primary-color; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - } - .footer-copyright { - border-top: 1px solid #e2e8ea; - padding: 0px 0px; - color: #67727c; - .nav { - .nav-item .nav-link { - color: #67727c; - } - .nav-link:hover { - color: $primary-color; - -webkit-transition: all 0.2s ease; - transition: all 0.2s ease; - } - } - } - .nav.flex-column .nav-item { - padding: 0px; - .nav-link { - margin: 0.7rem 0px; - } - } - &.footer-text-light { - color: rgba(250, 250, 250, 0.8); - .nav .nav-item .nav-link { - color: rgba(250, 250, 250, 0.8); - &:hover { - color: rgba(250, 250, 250, 1); - } - } - .footer-copyright { - border-color: rgba(250, 250, 250, 0.15); - color: rgba(250, 250, 250, 0.5); - } - &:not(.bg-primary) .social-icons-light.social-icons li a { - color: rgba(250, 250, 250, 0.8); - &:hover { - color: rgba(250, 250, 250, 1); - } - } - &.bg-primary { - color: #fff; - .nav .nav-item .nav-link { - color: #fff; - &:hover { - color: rgba(250, 250, 250, 0.7); - } - } - .footer-copyright { - border-color: rgba(250, 250, 250, 0.15); - color: rgba(250, 250, 250, 0.9); - } - :not(.social-icons) a { - color: #fff; - &:hover { - color: rgba(250, 250, 250, 0.7); - } - } - } - } -} - -@include media-breakpoint-down(sm) { -#footer { - margin-left:0px; -} -} - - -/*=== 6.1 Social Icons ===*/ -.social-icons { - margin: 0; - padding: 0; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none; - li { - margin: 0px 6px; - padding: 0; - overflow: visible; - a { - display: block; - height: 26px; - line-height: 26px; - width: 26px; - font-size: 18px; - text-align: center; - color: #4d555a; - text-decoration: none; - @include transition(all 0.2s ease); - } - i { - line-height: inherit; - } - } - &.social-icons-sm li{ - margin: 0px 4px; - } - &.social-icons-sm li a { - font-size: 15px; - width:22px; - } - &.social-icons-lg li a { - width: 34px; - height: 34px; - line-height:34px; - font-size: 22px; - } - &.social-icons-light li a { - color: #eee; - } - &.social-icons-muted li a { - color: #aab1b8; - } - li:hover { - a { - color: #999; - } - } -} - - -/*=== 6.2 Back to Top ===*/ -#back-to-top { - display: none; - position: fixed; - z-index: 1030; - bottom: 8px; - right: 10px; - background-color: rgba(0, 0, 0, 0.22); - text-align: center; - color: #fff; - font-size: 14px; - width: 36px; - height: 36px; - line-height: 34px; - border-radius:3px; - @include transition(all 0.3s ease-in-out); - @include box-shadow(0px 5px 15px rgba(0, 0, 0, 0.15)); - &:hover { - background-color: $primary-color; - @include box-shadow(0px 5px 15px rgba(0, 0, 0, 0.25)); - @include transition(all 0.3s ease-in-out); - } -} - -@include media-breakpoint-down(xs) { - #back-to-top {z-index: 1029;} -} \ No newline at end of file diff --git a/docs/assets/sass/_header.scss b/docs/assets/sass/_header.scss deleted file mode 100644 index 6b003288..00000000 --- a/docs/assets/sass/_header.scss +++ /dev/null @@ -1,554 +0,0 @@ -/* =================================== */ -/* 4. Header -/* =================================== */ - -#header { - @include transition(all .5s ease); - .navbar { - padding: 0px; - min-height:70px; - } - .logo { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-item-align: stretch; - align-self: stretch; - } -} - - -/*=== 4.1 Main Navigation ===*/ - -.navbar-light .navbar-nav { - .active > .nav-link { - color: #0c2f55; - } - .nav-link { - &.active, &.show { - color: #0c2f55; - } - } - .show > .nav-link { - color: #0c2f55; - } -} - -.primary-menu { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - height: auto !important; - -webkit-box-ordinal-group: 0; - -ms-flex-item-align: stretch; - align-self: stretch; - background: #fff; - border-bottom:1px solid #efefef; - &.bg-transparent { - position: absolute; - z-index: 999; - top: 0; - left: 0; - width: 100%; - box-shadow: none; - border-bottom: 1px solid rgba(250, 250, 250, 0.3); - } - &.sticky-on{ - position: fixed; - top: 0; - width: 100%; - z-index: 1020; - left: 0; - @include box-shadow(0px 0px 10px rgba(0, 0, 0, 0.05)); - -webkit-animation: slide-down 0.7s; - -moz-animation: slide-down 0.7s; - animation: slide-down 0.7s; - @-webkit-keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:1; transform:translateY(0);}} - @-moz-keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:1; transform:translateY(0);}} - @keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:1; transform:translateY(0);}} - - .none-on-sticky{ - display:none!important; - } - } - - ul.navbar-nav > li { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: 100%; - - + li { - margin-left: 2px; - } - a { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - } - - > a:not(.btn) { - height: 70px; - padding:0px 0.85em; - color: #252b33; - @include transition(all .2s ease); - position: relative; - position:relative; - } - - &:hover > a:not(.btn), & > a.active:not(.btn) { - color: $primary-color; - text-decoration:none; - @include transition(all .2s ease); - } - a.btn{padding: 0.4rem 1.4rem;} - &.dropdown { - .dropdown-menu li { - > a:not(.btn) { - padding: 8px 0px; - background-color: transparent; - text-transform: none; - color: #777; - @include transition(all .2s ease); - } - &:hover > a:not(.btn) { - color: $primary-color; - @include transition(all .2s ease); - } - } - &:hover > a:after { - clear: both; - content: ' '; - display: block; - width: 0; - height: 0; - border-style: solid; - border-color: transparent transparent #fff transparent; - position: absolute; - border-width: 0px 7px 6px 7px; - bottom: 0px; - left: 50%; - margin: 0 0 0 -5px; - z-index: 1022; - } - .dropdown-menu { - @include box-shadow(0px 0px 12px rgba(0, 0, 0, 0.176)); - border: 0px none; - padding: 10px 15px; - min-width: 220px; - margin: 0; - font-size: 14px; - font-size: 0.875rem; - z-index:1021; - } - > .dropdown-toggle .arrow { - display: none; - - } - } - } - .dropdown-menu-right { - left: auto !important; - right: 100% !important; - } - ul.navbar-nav > li { - &.dropdown-mega { - position: static; - > .dropdown-menu { - width: 100%; - padding: 20px 20px; - margin-left: 0px !important; - } - .dropdown-mega-content > .row > div { - padding: 5px 5px 5px 20px; - border-right: 1px solid #eee; - &:last-child { - border-right: 0; - } - } - .sub-title { - display: block; - font-size: 16px; - margin-top: 1rem; - padding-bottom: 5px; - } - .dropdown-mega-submenu { - list-style-type: none; - padding-left: 0px; - } - } - a.btn{font-size:14px; padding: 0.65rem 2rem; text-transform:uppercase;} - &.dropdown { - .dropdown-menu { - .dropdown-menu { - left: 100%; - margin-top: -40px; - } - .dropdown-toggle:after { - border-top: .4em solid transparent; - border-right: 0; - border-bottom: 0.4em solid transparent; - border-left: 0.4em solid; - } - } - .dropdown-toggle .arrow { - position: absolute; - min-width: 30px; - height: 100%; - right: 0px; - top: 0; - @include transition(all .2s ease); - &:after { - content: " "; - position: absolute; - top: 50%; - left: 50%; - border-color: #000; - border-top: 1px solid; - border-right: 1px solid; - width: 6px; - height: 6px; - -webkit-transform: translate(-50%, -50%) rotate(45deg); - transform: translate(-50%, -50%) rotate(45deg); - } - } - } - } - .dropdown-toggle:after { - content: none; - } - - &.navbar-line-under-text ul.navbar-nav > li { - > a:not(.btn):after { - position: absolute; - content: ""; - height: 2px; - width: 0; - left: 50%; - right: 0; - bottom: 14px; - background-color: transparent; - color:#fff; - border-bottom: 2px solid $primary-color; - @include transition(all .3s ease-in-out); - transform: translate(-50%,0) translateZ(0); - -webkit-transform: translate(-50%,0) translateZ(0); - } - & > a:hover:not(.logo):after, & > a.active:after{ - width:calc(100% - 0.99em); - } - } - -} - -/*== Color Options ==*/ - -.primary-menu.navbar-text-light .navbar-toggler span {background:#fff;} - -.primary-menu.navbar-text-light .navbar-nav > li{ - > a:not(.btn) { - color: #fff; - } - &:hover > a:not(.btn), & > a.active:not(.btn) { - color: rgba(250, 250, 250, 0.75); - } -} - -.primary-menu.navbar-text-light.navbar-line-under-text .navbar-nav > li{ - & > a:not(.logo):after, & > a.active:after{ - border-color:rgba(250, 250, 250, 0.60); - } -} - -.primary-menu { - &.navbar-dropdown-dark ul.navbar-nav > li { - &.dropdown { - .dropdown-menu { - background-color: #252A2C; - color: #fff; - .dropdown-menu { - background-color: #272c2e; - } - } - &:hover > a:after { - border-color: transparent transparent #252A2C transparent; - } - .dropdown-menu li { - > a:not(.btn) { - color: rgba(250, 250, 250, 0.8); - } - &:hover > a:not(.btn) { - color: rgba(250, 250, 250, 1); - font-weight:600; - } - } - } - &.dropdown-mega .dropdown-mega-content > .row > div { - border-color: #3a3a3a; - } - } - &.navbar-dropdown-primary ul.navbar-nav > li { - &.dropdown { - .dropdown-menu { - background-color: $primary-color; - color: #fff; - .dropdown-menu { - background-color: $primary-color; - } - } - &:hover > a:after { - border-color: transparent transparent $primary-color transparent; - } - .dropdown-menu li { - > a:not(.btn) { - color: rgba(250, 250, 250, 0.95); - } - &:hover > a:not(.btn) { - color: rgba(250, 250, 250, 1); - font-weight:600; - } - } - } - &.dropdown-mega .dropdown-mega-content > .row > div { - border-color: rgba(250, 250, 250, 0.2); - } - } -} - - -/* Hamburger Menu Button */ -.navbar-toggler { - width: 25px; - height: 30px; - padding: 10px; - margin: 18px 15px; - position: relative; - border:none; - @include rotate(0deg); - @include transition(.5s ease-in-out); - cursor: pointer; - display: block; - span { - display: block; - position: absolute; - height: 2px; - width: 100%; - background: #3c3636; - border-radius: 2px; - opacity: 1; - left: 0; - @include rotate(0deg); - @include transition(.25s ease-in-out); - &:nth-child(1) { - top: 7px; - -webkit-transform-origin: left center; - -moz-transform-origin: left center; - -o-transform-origin: left center; - transform-origin: left center; - } - &:nth-child(2) { - top: 14px; - -webkit-transform-origin: left center; - -moz-transform-origin: left center; - -o-transform-origin: left center; - transform-origin: left center; - } - &:nth-child(3) { - top: 21px; - -webkit-transform-origin: left center; - -moz-transform-origin: left center; - -o-transform-origin: left center; - transform-origin: left center; - - } - } - &.show span { - &:nth-child(1) { - top: 4px; - left: 3px; - @include rotate(45deg); - } - &:nth-child(2) { - width: 0%; - opacity: 0; - } - &:nth-child(3) { - top: 22px; - left: 3px; - @include rotate(-45deg); - } - } - -} - -.navbar-accordion{position:initial;} - - -// For Responsive Navbar -@mixin navbar-responsive { - -.navbar-collapse { - position: absolute; - top: 99%; - right: 0; - left: 0; - background: #fff; - margin-top: 0px; - z-index: 1000; - @include box-shadow(0px 0px 15px rgba(0, 0, 0, 0.1)); - .navbar-nav { - overflow: hidden; - overflow-y: auto; - max-height: 65vh; - padding: 15px; - } -} -ul.navbar-nav { - li { - display: block; - border-bottom: 1px solid #eee; - margin: 0; - padding: 0; - &:last-child { - border: none; - } - + li { - margin-left: 0px; - } - &.dropdown > .dropdown-toggle > .arrow.show:after { - -webkit-transform: translate(-50%, -50%) rotate(-45deg); - transform: translate(-50%, -50%) rotate(-45deg); - @include transition(all .2s ease); - } - > a:hover:after, > a.active:after { - content: none!important; - width:0px!important; - } - &.dropdown{ - > .dropdown-toggle .arrow { - display: block; - - } - } - } - - > li { - > a:not(.btn) { - height: auto; - padding: 8px 0; - position: relative; - } - &.dropdown { - .dropdown-menu li > a:not(.btn) { - padding: 8px 0; - position: relative; - } - &:hover > a:after { - content: none; - } - .dropdown-toggle .arrow:after { - -webkit-transform: translate(-50%, -50%) rotate(134deg); - transform: translate(-50%, -50%) rotate(134deg); - @include transition(all .2s ease); - } - } - } - > li { - &.dropdown .dropdown-menu { - margin: 0; - @include box-shadow(none); - border: none; - padding: 0px 0px 0px 15px; - .dropdown-menu { - margin: 0; - } - } - &.dropdown-mega { - .dropdown-mega-content > .row > div { - padding: 0px 15px; - } - } - } - -} - -&.navbar-text-light .navbar-collapse{background:rgba(0,0,0,0.95);} - -&.navbar-text-light .navbar-collapse ul.navbar-nav li{ - border-color:rgba(250,250,250,0.15); -} - - -&.navbar-dropdown-dark .navbar-collapse { - background-color: #252A2C; -} - -&.navbar-dropdown-primary .navbar-collapse { - background-color: $primary-color; -} - - &.navbar-dropdown-primary ul.navbar-nav > li.dropdown .dropdown-menu .dropdown-menu { - background-color: $primary-color; - } - &.navbar-dropdown-dark ul.navbar-nav { - li { - border-color: #444; - } - > li { - > a { - color: #a3a2a2; - } - &:hover > a { - color: #fff; - } - } - } - &.navbar-dropdown-primary ul.navbar-nav { - li { - border-color: rgba(250, 250, 250, 0.2); - } - > li { - > a { - color: rgba(250, 250, 250, 0.8); - } - &:hover > a { - color: #fff; - } - } - } - -} - -.navbar-expand-none{ - @include navbar-responsive; -} - - -@include media-breakpoint-down(xs) { - .navbar-expand-sm{ - @include navbar-responsive; - } -} - -@include media-breakpoint-down(sm) { - .navbar-expand-md{ - @include navbar-responsive; - } -} - -@include media-breakpoint-down(md) { - .navbar-expand-lg{ - @include navbar-responsive; - } -} -@include media-breakpoint-down(lg) { - .navbar-expand-xl{ - @include navbar-responsive; - } -} \ No newline at end of file diff --git a/docs/assets/sass/_helpers.scss b/docs/assets/sass/_helpers.scss deleted file mode 100644 index 6845d7bc..00000000 --- a/docs/assets/sass/_helpers.scss +++ /dev/null @@ -1,301 +0,0 @@ -/* =================================== */ -/* 2. Helpers Classes -/* =================================== */ - -/* Box Shadow */ -.shadow-md { - @include box-shadow(0px 0px 50px -35px rgba(0, 0, 0, 0.4)!important); -} - -/* Border Radius */ - -.rounded-lg{ - border-radius: 0.6rem !important; -} - -.rounded-top-0{ - border-top-left-radius:0px!important; - border-top-right-radius:0px!important; -} -.rounded-bottom-0{ - border-bottom-left-radius:0px!important; - border-bottom-right-radius:0px!important; -} -.rounded-left-0{ - border-top-left-radius:0px!important; - border-bottom-left-radius:0px!important; -} -.rounded-right-0{border-top-right-radius:0px!important; - border-bottom-right-radius:0px!important; -} - - -/* Border Size */ - -.border-1{ - border-width:1px!important; -} -.border-2{ - border-width:2px!important; -} -.border-3{ - border-width:3px!important; -} -.border-4{ - border-width:4px!important; -} -.border-5{ - border-width:5px!important; -} - -/* Text Size */ -.text-0 { - font-size: 11px !important; - font-size: 0.6875rem !important; -} -.text-1 { - font-size: 12px !important; - font-size: 0.75rem !important; -} -.text-2 { - font-size: 14px !important; - font-size: 0.875rem !important; -} -.text-3 { - font-size: 16px !important; - font-size: 1rem !important; -} -.text-4 { - font-size: 18px !important; - font-size: 1.125rem !important; -} -.text-5 { - font-size: 21px !important; - font-size: 1.3125rem !important; -} -.text-6 { - font-size: 24px !important; - font-size: 1.50rem !important; -} -.text-7 { - font-size: 28px !important; - font-size: 1.75rem !important; -} -.text-8 { - font-size: 32px !important; - font-size: 2rem !important; -} -.text-9 { - font-size: 36px !important; - font-size: 2.25rem !important; -} -.text-10 { - font-size: 40px !important; - font-size: 2.50rem !important; -} -.text-11 { - @include rfs(44, true); -} -.text-12 { - @include rfs(48, true); -} -.text-13 { - @include rfs(52, true); -} -.text-14 { - @include rfs(56, true); -} -.text-15 { - @include rfs(60, true); -} -.text-16 { - @include rfs(64, true); -} -.text-17 { - @include rfs(72, true); -} -.text-18 { - @include rfs(80, true); -} -.text-19 { - @include rfs(84, true); -} -.text-20 { - @include rfs(92, true); -} -.text-21 { - @include rfs(104, true); -} -.text-22 { - @include rfs(112, true); -} -.text-23 { - @include rfs(124, true); -} -.text-24 { - @include rfs(132, true); -} -.text-25 { - @include rfs(144, true); -} - -.text-11, .text-12, .text-13, .text-14, .text-15, .text-16, .text-17, .text-18, .text-19, .text-20, .text-21, .text-22, .text-23, .text-24, .text-25{ - line-height: 1.3; -} - - -/* Line height */ -.line-height-07 { - line-height: 0.7 !important; -} - -.line-height-1 { - line-height: 1 !important; -} - -.line-height-2 { - line-height: 1.2 !important; -} - -.line-height-3 { - line-height: 1.4 !important; -} - -.line-height-4 { - line-height: 1.6 !important; -} - -.line-height-5 { - line-height: 1.8 !important; -} - -/* Font Weight */ -.font-weight-100 { - font-weight: 100 !important; -} - -.font-weight-200 { - font-weight: 200 !important; -} - -.font-weight-300 { - font-weight: 300 !important; -} - -.font-weight-400 { - font-weight: 400 !important; -} -.font-weight-500 { - font-weight: 500 !important; -} - -.font-weight-600 { - font-weight: 600 !important; -} -.font-weight-700 { - font-weight: 700 !important; -} -.font-weight-800 { - font-weight: 800 !important; -} -.font-weight-900 { - font-weight: 900 !important; -} - -/* Opacity */ -.opacity-0 { - opacity: 0; -} - -.opacity-1 { - opacity: 0.1; -} - -.opacity-2 { - opacity: 0.2; -} - -.opacity-3 { - opacity: 0.3; -} - -.opacity-4 { - opacity: 0.4; -} - -.opacity-5 { - opacity: 0.5; -} - -.opacity-6 { - opacity: 0.6; -} - -.opacity-7 { - opacity: 0.7; -} - -.opacity-8 { - opacity: 0.8; -} - -.opacity-9 { - opacity: 0.9; -} - -.opacity-10 { - opacity: 1; -} - -/* Background light */ -.bg-light-1 { - background-color: $gray-200 !important; -} - -.bg-light-2 { - background-color: $gray-300 !important; -} - -.bg-light-3 { - background-color: $gray-400 !important; -} - -.bg-light-4 { - background-color: $gray-500 !important; -} - - -/* Background Dark */ -.bg-dark { - background-color: #111418 !important; -} - -.bg-dark-1 { - background-color: $gray-900 !important; -} - -.bg-dark-2 { - background-color: $gray-800 !important; -} - -.bg-dark-3 { - background-color: $gray-700 !important; -} - -.bg-dark-4 { - background-color: $gray-600 !important; -} - - -/* Progress Bar */ -.progress-sm { - height: 0.5rem !important; -} - -.progress-lg { - height: 1.5rem !important; -} - -hr{ - border-top:1px solid rgba(16,85,96,.1); -} \ No newline at end of file diff --git a/docs/assets/sass/_layouts.scss b/docs/assets/sass/_layouts.scss deleted file mode 100644 index 2ec1e1a5..00000000 --- a/docs/assets/sass/_layouts.scss +++ /dev/null @@ -1,171 +0,0 @@ -/* =================================== */ -/* 3. Layouts -/* =================================== */ - -#main-wrapper { - background:#fff; -} - -.box { - #main-wrapper { - max-width: 1200px; - margin: 0 auto; - @include box-shadow(0px 0px 10px rgba(0, 0, 0, 0.1)); - } - .idocs-navigation { - left: auto; - } -} - - -@include media-breakpoint-up(xl) { - .container { - max-width: 1170px !important; - } -} - - -/*=== 3.1 Side Navigation ===*/ - -.idocs-navigation { - position: fixed; - top: 70px; - left: 0; - overflow: hidden; - overflow-y: auto; - width: 260px; - height: calc(100% - 70px); - z-index: 1; - border-right: 1px solid rgba(0, 0, 0, 0.05); - transition: all 0.3s; - > .nav { - padding: 30px 0; - } - .nav { - .nav-item { - position: relative; - } - .nav { - margin: 0 0 5px; - } - .nav-link { - position: relative; - padding: 6px 30px; - line-height: 25px; - font-weight: 600; - } - .nav-item { - &:hover > .nav-link, .nav-link.active { - font-weight: 700; - } - } - .nav { - .nav-item .nav-link { - &:after { - content: ""; - position: absolute; - left: 30px; - height: 100%; - border-left: 1px solid rgba(0, 0, 0, 0.12); - width: 1px; - top: 0; - } - &.active:after { - border-color: $primary-color; - border-width: 2px; - } - } - display: none; - border-left: 1px solid regba(0, 0, 0, 0.3); - } - .nav-item .nav-link.active + .nav { - display: block; - } - .nav { - .nav-link { - color: #6a6a6a; - padding: 4px 30px 4px 45px; - font-size: 15px; - text-transform: none; - } - .nav { - .nav-link { - padding: 4px 30px 4px 60px; - font-size: 15px; - } - .nav-item .nav-link:after { - left: 45px; - } - } - } - } - > .nav > .nav-item > .nav-link.active:after { - position: absolute; - content: " "; - top: 50%; - right: 18px; - border-color: #000; - border-top: 2px solid; - border-right: 2px solid; - width: 7px; - height: 7px; - -webkit-transform: translate(-50%, -50%) rotate(45deg); - transform: translate(-50%, -50%) rotate(45deg); - @include transition(all .2s ease); - } - &.docs-navigation-dark .nav { - .nav-link { - color: rgba(250, 250, 250, 0.85); - } - .nav { - .nav-link { - color: rgba(250, 250, 250, 0.7); - } - .nav-item .nav-link { - &:after { - border-color: rgba(250, 250, 250, 0.2); - } - &.active:after { - border-color: $primary-color; - } - } - } - } -} - -/*=== 3.2 Docs Content ===*/ - -.idocs-content { - position: relative; - margin-left: 260px; - padding: 0px 50px 50px; - min-height: 750px; - transition: all 0.3s; - - section:first-child { - padding-top: 3rem; - } - ol li, ul li { - margin-top: 10px; - } - -} - - -@include media-breakpoint-down(sm) { -.idocs-navigation { - margin-left: -260px; - - &.active { - margin-left: 0; - } -} -.idocs-content { - margin-left:0px; - padding:0px; -} -} - -/*=== 3.3 Section Divider ===*/ - -.divider{margin: 4rem 0;} diff --git a/docs/assets/sass/_mixins.scss b/docs/assets/sass/_mixins.scss deleted file mode 100644 index a49c550b..00000000 --- a/docs/assets/sass/_mixins.scss +++ /dev/null @@ -1,31 +0,0 @@ -//---------- @mixins ----------// - -@mixin box-shadow($val...) { - -webkit-box-shadow: ($val); - box-shadow: ($val); -} - -@mixin transition($val...) { - -webkit-transition: ($val); - transition: ($val); -} - -@mixin translateY($val...) { - -webkit-transform: translateY($val); - transform: translateY($val); -} - -@mixin translateX($val...) { - -webkit-transform: translateX($val); - transform: translateX($val); -} - -@mixin rotate($val){ - -webkit-transform: rotate($val); - transform: rotate($val); -} - -@mixin scale($val){ - -webkit-transform: scale($val); - transform: scale($val); -} \ No newline at end of file diff --git a/docs/assets/sass/_reset.scss b/docs/assets/sass/_reset.scss deleted file mode 100644 index 727986c6..00000000 --- a/docs/assets/sass/_reset.scss +++ /dev/null @@ -1,164 +0,0 @@ -/* =================================== */ -/* 1. Basic Style -/* =================================== */ - -body, html { -height:100%; -} - -body { - background: $body-bg; - color: $text-color; -} - -/*-------- Preloader --------*/ -.preloader { - position: fixed; - width: 100%; - height: 100%; - z-index: 999999999 !important; - background-color: #fff; - top: 0; - left: 0; - right: 0; - bottom: 0; - .lds-ellipsis { - display: inline-block; - position: absolute; - width: 80px; - height: 80px; - margin-top: -40px; - margin-left: -40px; - top: 50%; - left: 50%; - div { - position: absolute; - top: 33px; - width: 13px; - height: 13px; - border-radius: 50%; - background: #000; - animation-timing-function: cubic-bezier(0, 1, 1, 0); - &:nth-child(1) { - left: 8px; - animation: lds-ellipsis1 0.6s infinite; - } - &:nth-child(2) { - left: 8px; - animation: lds-ellipsis2 0.6s infinite; - } - &:nth-child(3) { - left: 32px; - animation: lds-ellipsis2 0.6s infinite; - } - &:nth-child(4) { - left: 56px; - animation: lds-ellipsis3 0.6s infinite; - } - } - } -} - -@keyframes lds-ellipsis1 { - 0% { - transform: scale(0); - } - 100% { - transform: scale(1); - } -} - -@keyframes lds-ellipsis3 { - 0% { - transform: scale(1); - } - - 100% { - transform: scale(0); - } -} - -@keyframes lds-ellipsis2 { - 0% { - transform: translate(0, 0); - } - 100% { - transform: translate(24px, 0); - } -} - -/*--- Preloader Magnific Popup ----*/ -.mfp-container .preloader{ - background: transparent; - .lds-ellipsis div{ - background: #fff; - } -} - -::selection { - background: $primary-color; - color: #fff; - text-shadow: none; -} - -code{padding: 2px 5px; background-color: #f9f2f4; border-radius: 4px;} - -form { - padding: 0; - margin: 0; - display: inline; -} - -img { - vertical-align: inherit; -} -a, a:focus { - color: $primary-color; - @include transition(all .2s ease); -} -a:hover, a:active { - color: $primary-color-hover; - - @include transition(all .2s ease); -} - -a:focus, a:active, -.btn.active.focus, -.btn.active:focus, -.btn.focus, -.btn:active.focus, -.btn:active:focus, -.btn:focus, -button:focus, -button:active{ - outline: none; -} - -p { - line-height: 1.8; -} - -blockquote { - border-left: 5px solid #eee; - padding: 10px 20px; -} - -iframe { - border: 0 !important; -} - -h1, h2, h3, h4, h5, h6 { - color: $title-color; - line-height: 1.5; - margin: 0 0 1.5rem 0; - font-family:Roboto, sans-serif; -} - -h1{font-size:3rem;} - -h2{font-size:2.2rem;} - -dl, ol, ul, pre, blockquote, .table{margin-bottom:1.8rem;} - -/*=== Highlight Js ===*/ -.hljs {padding: 1.5rem;} \ No newline at end of file diff --git a/docs/assets/sass/_variables.scss b/docs/assets/sass/_variables.scss deleted file mode 100644 index d2504f9c..00000000 --- a/docs/assets/sass/_variables.scss +++ /dev/null @@ -1,44 +0,0 @@ -/*=========================================================== - - Template Name: iDocs - One Page Documentation HTML Template - Author: Harnish Design - Template URL: http://demo.harnishdesign.net/html/idocs - Author URL: https://themeforest.net/user/harnishdesign - File Description : Main css file of the template - -================================================= - Table of Contents -================================================= - - 1. Basic - 2. Helpers Classes - 3. Layouts - 3.1 Side Navigation - 3.2 Docs Content - 3.3 Section Divider - 4. Header - 4.1 Main Navigation - 5 Elements - 5.1 List Style - 5.2 Changelog - 5.3 Accordion & Toggle - 5.4 Nav - 5.5 Tabs - 5.6 Popup Img - 5.7 Featured Box - 6 Footer - 6.1 Social Icons - 6.2 Back to Top - 7 Extra - -=======================================================*/ - -//-------------------- Base Colors --------------------// - -$primary-color: #0366d6; -$primary-color-hover: darken($primary-color, 7%); -$secondary-color: $secondary; - -$body-bg: #dddddd; -$text-color: #4c4d4d; -$title-color: #252b33; \ No newline at end of file diff --git a/docs/assets/sass/bootstrap/_alert.scss b/docs/assets/sass/bootstrap/_alert.scss deleted file mode 100644 index da2a98af..00000000 --- a/docs/assets/sass/bootstrap/_alert.scss +++ /dev/null @@ -1,51 +0,0 @@ -// -// Base styles -// - -.alert { - position: relative; - padding: $alert-padding-y $alert-padding-x; - margin-bottom: $alert-margin-bottom; - border: $alert-border-width solid transparent; - @include border-radius($alert-border-radius); -} - -// Headings for larger alerts -.alert-heading { - // Specified to prevent conflicts of changing $headings-color - color: inherit; -} - -// Provide class for links that match alerts -.alert-link { - font-weight: $alert-link-font-weight; -} - - -// Dismissible alerts -// -// Expand the right padding and account for the close button's positioning. - -.alert-dismissible { - padding-right: $close-font-size + $alert-padding-x * 2; - - // Adjust close link position - .close { - position: absolute; - top: 0; - right: 0; - padding: $alert-padding-y $alert-padding-x; - color: inherit; - } -} - - -// Alternate styles -// -// Generate contextual modifier classes for colorizing the alert. - -@each $color, $value in $theme-colors { - .alert-#{$color} { - @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level)); - } -} diff --git a/docs/assets/sass/bootstrap/_badge.scss b/docs/assets/sass/bootstrap/_badge.scss deleted file mode 100644 index 42c5d08d..00000000 --- a/docs/assets/sass/bootstrap/_badge.scss +++ /dev/null @@ -1,54 +0,0 @@ -// Base class -// -// Requires one of the contextual, color modifier classes for `color` and -// `background-color`. - -.badge { - display: inline-block; - padding: $badge-padding-y $badge-padding-x; - @include font-size($badge-font-size); - font-weight: $badge-font-weight; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - @include border-radius($badge-border-radius); - @include transition($badge-transition); - - @at-root a#{&} { - @include hover-focus() { - text-decoration: none; - } - } - - // Empty badges collapse automatically - &:empty { - display: none; - } -} - -// Quick fix for badges in buttons -.btn .badge { - position: relative; - top: -1px; -} - -// Pill badges -// -// Make them extra rounded with a modifier to replace v3's badges. - -.badge-pill { - padding-right: $badge-pill-padding-x; - padding-left: $badge-pill-padding-x; - @include border-radius($badge-pill-border-radius); -} - -// Colors -// -// Contextual variations (linked badges get darker on :hover). - -@each $color, $value in $theme-colors { - .badge-#{$color} { - @include badge-variant($value); - } -} diff --git a/docs/assets/sass/bootstrap/_breadcrumb.scss b/docs/assets/sass/bootstrap/_breadcrumb.scss deleted file mode 100644 index a0cf7e29..00000000 --- a/docs/assets/sass/bootstrap/_breadcrumb.scss +++ /dev/null @@ -1,44 +0,0 @@ -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: $breadcrumb-padding-y $breadcrumb-padding-x; - margin-bottom: $breadcrumb-margin-bottom; - @include font-size($breadcrumb-font-size); - list-style: none; - background-color: $breadcrumb-bg; - @include border-radius($breadcrumb-border-radius); -} - -.breadcrumb-item { - display: flex; - - // The separator between breadcrumbs (by default, a forward-slash: "/") - + .breadcrumb-item { - padding-left: $breadcrumb-item-padding; - - &::before { - display: inline-block; // Suppress underlining of the separator in modern browsers - padding-right: $breadcrumb-item-padding; - color: $breadcrumb-divider-color; - content: escape-svg($breadcrumb-divider); - } - } - - // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built - // without `