Min Rate
+ id="options.counter.rates.basicMinimum3" value="0">
Max Rate
+ id="options.counter.rates.basicMaximum3" value="0">
- Per Every
+ Update Interval
+ id="options.counter.rates.mode.basic.units3" value=2>
second(s)
minute(s)
@@ -456,12 +456,12 @@
- Counter Gain Rate In:
+ Counter Gain Rate In Per 1:
- second(s)
- minute(s)
- hour(s)
- day(s)
+ second
+ minute
+ hour
+ day
diff --git a/compare/index.css b/compare/index.css
deleted file mode 100644
index 638a9f0..0000000
--- a/compare/index.css
+++ /dev/null
@@ -1,1248 +0,0 @@
-* {
- outline: none;
-}
-
-.nosel *:not(input):not(textarea):not(a) {
- /*
- ** :not(input, textarea, a) is not supported by all browsers
- */
- user-select: none;
- cursor: default;
-}
-
-.selcl * {
- cursor: pointer;
-}
-
-body {
- background: #fff;
- font-family: "Roboto", sans-serif;
- margin: 0;
- overflow-x: hidden;
- color: #67757c;
- font-weight: 400;
-}
-
-html {
- position: relative;
- min-height: 100%;
- background: #ffffff;
-}
-
-a:hover,
-a:focus {
- text-decoration: none;
-}
-
-.img-responsive {
- max-width: 100%;
- height: auto;
- display: inline-block;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
- color: #455a64;
- font-family: "Roboto", sans-serif;
- font-weight: 400;
-}
-
-h1 {
- line-height: 40px;
- font-size: 36px;
-}
-
-h3 {
- line-height: 30px;
- font-size: 21px;
-}
-
-h4 {
- line-height: 22px;
- font-size: 18px;
-}
-
-h5 {
- line-height: 18px;
- font-size: 16px;
- font-weight: 400;
-}
-
-h6 {
- line-height: 16px;
- font-size: 14px;
- font-weight: 400;
-}
-
-.display-1 {
- font-size: 8rem;
-}
-
-.display-1.views {
- font-size: 6rem;
-}
-
-.display-5 {
- font-size: 2.8rem;
- font-weight: 300;
- line-height: 1.1;
-}
-
-.display-6 {
- font-size: 36px;
-}
-
-html body .p-t-0 {
- padding-top: 0px;
-}
-
-html body .p-b-0 {
- padding-bottom: 0px;
- z-index: 2;
-}
-
-html body .m-l-10 {
- margin-left: 10px;
-}
-
-html body .m-t-10 {
- margin-top: 10px;
-}
-
-html body .m-t-20 {
- margin-top: 20px;
-}
-
-html body .m-b-0 {
- margin-bottom: 0px;
-}
-
-html body .m-b-15 {
- margin-bottom: 15px;
-}
-
-html body .font-light {
- font-weight: 300;
-}
-
-.text-white {
- color: #ffffff !important;
-}
-
-.text-muted {
- color: #99abb4 !important;
-}
-
-.round {
- line-height: 48px;
- color: #ffffff;
- width: 45px;
- height: 45px;
- display: inline-block;
- font-weight: 400;
- text-align: center;
- border-radius: 100%;
- background: #1e88e5;
-}
-
-.round img {
- border-radius: 100%;
-}
-
-.round-lg {
- line-height: 65px;
- width: 60px;
- height: 60px;
- font-size: 30px;
-}
-
-.round.round-info {
- background: #1e88e5;
-}
-
-.round.round-danger {
- background: #fc4b6c;
-}
-
-.table td,
-.table th {
- border-color: #f3f1f1;
-}
-
-.table thead th,
-.table th {
- font-weight: 500;
-}
-
-.waves-effect {
- position: relative;
- cursor: pointer;
- overflow: hidden;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-tap-highlight-color: transparent;
- vertical-align: middle;
- z-index: 1;
- will-change: opacity, transform;
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- -ms-transition: all 0.1s ease-out;
- transition: all 0.1s ease-out;
-}
-
-.waves-effect .waves-ripple {
- position: absolute;
- border-radius: 50%;
- width: 20px;
- height: 20px;
- margin-top: -10px;
- margin-left: -10px;
- opacity: 0;
- background: rgba(0, 0, 0, 0.2);
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -o-transition: all 0.7s ease-out;
- -ms-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- -webkit-transition-property: -webkit-transform, opacity;
- -moz-transition-property: -moz-transform, opacity;
- -o-transition-property: -o-transform, opacity;
- -webkit-transition-property: opacity, -webkit-transform;
- transition-property: opacity, -webkit-transform;
- -o-transition-property: transform, opacity;
- transition-property: transform, opacity;
- transition-property: transform, opacity, -webkit-transform;
- -webkit-transform: scale(0);
- -moz-transform: scale(0);
- -ms-transform: scale(0);
- -o-transform: scale(0);
- transform: scale(0);
- pointer-events: none;
-}
-
-.btn {
- padding: 7px 12px;
- font-size: 14px;
- cursor: pointer;
-}
-
-.btn-success,
-.btn-success.disabled {
- background: #26c6da;
- border: 1px solid #26c6da;
- -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
- box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
-}
-
-.btn-success:hover,
-.btn-success.disabled:hover {
- background: #26c6da;
- -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
- box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
- border: 1px solid #26c6da;
-}
-
-.btn-success.active,
-.btn-success:focus,
-.btn-success.disabled.active,
-.btn-success.disabled:focus {
- background: #1eacbe;
- -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
- box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
-}
-
-.btn-info,
-.btn-info.disabled {
- background: #1e88e5;
- border: 1px solid #1e88e5;
- -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
- box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
-}
-
-.btn-info:hover,
-.btn-info.disabled:hover {
- background: #1e88e5;
- border: 1px solid #1e88e5;
- -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
- box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
-}
-
-.btn-info.active,
-.btn-info:focus,
-.btn-info.disabled.active,
-.btn-info.disabled:focus {
- background: #028ee1;
- -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
- box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
-}
-
-.btn-danger,
-.btn-danger.disabled {
- background: #fc4b6c;
- border: 1px solid #fc4b6c;
- -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
- box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
-}
-
-.btn-danger:hover,
-.btn-danger.disabled:hover {
- background: #fc4b6c;
- -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
- box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
- border: 1px solid #fc4b6c;
-}
-
-.btn-danger.active,
-.btn-danger:focus,
-.btn-danger.disabled.active,
-.btn-danger.disabled:focus {
- background: #e6294b;
- -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
- box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
-}
-
-.btn-archive {
- color: #ffffff;
- background-color: #e95512;
-}
-
-.btn-twitter {
- color: #ffffff;
- background-color: #55acee;
-}
-
-.btn-instagram {
- background-color: #e4405f;
-}
-
-.btn-compare {
- color: #ffffff;
- background-color: #009efb;
-}
-
-.btn-youtube {
- color: #ffffff;
- background-color: #dd0000;
-}
-
-textarea {
- resize: none;
-}
-
-.form-control {
- color: #67757c;
- min-height: 38px;
- display: initial;
-}
-
-.form-control:disabled,
-.form-control[readonly] {
- opacity: 0.7;
-}
-
-.form-group {
- margin-bottom: 1.25rem;
-}
-
-.card-no-border .card {
- border-color: #d7dfe3;
- border-radius: 4px;
- -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
- box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
- overflow: hidden;
-}
-
-.card-no-border .card .card-img-top {
- filter: blur(7px);
-}
-
-#main-wrapper {
- width: 100%;
-}
-
-.page-wrapper {
- background: #eef5f9;
- padding-bottom: 60px;
- padding-top: 70px;
-}
-
-.topbar {
- position: fixed;
- width: 100%;
- z-index: 50;
- -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
- box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
-}
-
-.topbar .top-navbar {
- min-height: 70px;
- padding: 0px 15px 0 0;
-}
-
-.topbar .top-navbar .navbar-header {
- line-height: 65px;
- text-align: center;
-}
-
-.topbar .top-navbar .navbar-header .navbar-brand {
- margin-right: 0px;
- padding-bottom: 0px;
- padding-top: 0px;
-}
-
-.topbar .top-navbar .navbar-header .navbar-brand b {
- line-height: 70px;
- display: inline-block;
-}
-
-.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
- padding-left: .75rem;
- padding-right: .75rem;
- font-size: 19px;
- line-height: 50px;
-}
-
-.mini-sidebar .top-navbar .navbar-header {
- width: 60px;
- text-align: center;
-}
-
-.footer {
- bottom: 0;
- color: #67757c;
- left: 0px;
- padding: 17px 15px;
- position: absolute;
- right: 0;
- border-top: 1px solid rgba(120, 130, 140, 0.13);
- background: #ffffff;
-}
-
-.card {
- margin-bottom: 1.25rem;
-}
-
-.card.no-shadow {
- box-shadow: none !important;
-}
-
-.card .card-subtitle {
- font-weight: 300;
- margin-bottom: 15px;
- color: #99abb4;
-}
-
-.form-material .form-group {
- overflow: hidden;
-}
-
-.form-material .form-control {
- background-color: transparent;
- background-position: center bottom, center calc(100% - 1px);
- background-repeat: no-repeat;
- background-size: 0 2px, 100% 1px;
- padding: 0;
- -webkit-transition: background 0s ease-out 0s;
- -o-transition: background 0s ease-out 0s;
- transition: background 0s ease-out 0s;
-}
-
-.form-material .form-control,
-.form-material .form-control.focus,
-.form-material .form-control:focus {
- background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
- background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
- background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
- background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
- border: 0 none;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- float: none;
-}
-
-table th {
- font-weight: 400;
-}
-
-.table thead th,
-.table th {
- border: 0px;
-}
-
-.color-table.red-table thead th {
- background-color: #fb3a3a;
- color: #ffffff;
-}
-
-.left-sidebar {
- position: absolute;
- width: 240px;
- height: 100%;
- top: 0px;
- z-index: 20;
- padding-top: 70px;
- background: #fff;
- -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
- box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
-}
-
-.fix-sidebar .left-sidebar {
- position: fixed;
-}
-
-.scroll-sidebar {
- padding-bottom: 60px;
-}
-
-.collapse.in {
- display: block;
-}
-
-
-/*******************
-sidebar navigation
-******************/
-
-.scroll-sidebar {
- padding-bottom: 60px;
-}
-
-.collapse.in {
- display: block;
-}
-
-.sidebar-nav {
- background: #fff;
- padding: 0 12px;
-}
-
-.sidebar-nav ul {
- margin: 0px;
- padding: 0px;
-}
-
-.sidebar-nav ul li {
- list-style: none;
-}
-
-.sidebar-nav ul li a {
- color: #607d8b;
- padding: 8px 35px 8px 15px;
- display: block;
- font-size: 15px;
- border-radius: 4px;
- white-space: nowrap;
-}
-
-.sidebar-nav ul li a.active,
-.sidebar-nav ul li a:hover {
- color: #26c6da;
-}
-
-.sidebar-nav ul li a.active {
- font-weight: 500;
- color: #263238;
-}
-
-.sidebar-nav ul li ul {
- padding-left: 5px;
- padding-top: 10px;
-}
-
-.sidebar-nav ul li ul li a {
- padding: 10px 35px 10px 15px;
-}
-
-.sidebar-nav ul li ul ul {
- padding-left: 15px;
-}
-
-.sidebar-nav ul li.nav-small-cap {
- font-size: 12px;
- margin-bottom: 0px;
- padding: 14px 14px 14px 20px;
- color: #263238;
- font-weight: 500;
-}
-
-.sidebar-nav ul li.nav-devider {
- height: 1px;
- background: rgba(120, 130, 140, 0.13);
- display: block;
- margin: 20px 0;
-}
-
-.sidebar-nav>ul>li {
- margin-bottom: 10px;
-}
-
-.sidebar-nav>ul>li.active>a {
- color: #ffffff;
- font-weight: 500;
- -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
-}
-
-.sidebar-nav>ul>li.active>a i {
- color: #26c6da;
-}
-
-.sidebar-nav>ul>li>a.active i,
-.sidebar-nav>ul>li>a:hover i {
- color: #26c6da;
-}
-
-.sidebar-nav>ul>li>a i {
- width: 27px;
- height: 27px;
- font-size: 21px;
- display: inline-block;
- vertical-align: middle;
- color: #99abb4;
-}
-
-.sidebar-nav>ul>li>a .label {
- float: right;
- margin-top: 6px;
-}
-
-.sidebar-nav>ul>li>a.active {
- font-weight: 400;
- background: #ffffff;
- color: #26c6da;
-}
-
-.sidebar-nav .has-arrow {
- position: relative;
-}
-
-.sidebar-nav .has-arrow::after {
- position: absolute;
- content: '';
- width: .55em;
- height: .55em;
- border-width: 1px 0 0 1px;
- border-style: solid;
- border-color: #607d8b;
- right: 1em;
- -webkit-transform: rotate(-45deg) translate(0, -50%);
- -ms-transform: rotate(-45deg) translate(0, -50%);
- -o-transform: rotate(-45deg) translate(0, -50%);
- transform: rotate(-45deg) translate(0, -50%);
- -webkit-transform-origin: top;
- -ms-transform-origin: top;
- -o-transform-origin: top;
- transform-origin: top;
- top: 47%;
- -webkit-transition: all .3s ease-out;
- -o-transition: all .3s ease-out;
- transition: all .3s ease-out;
-}
-
-.sidebar-nav .active>.has-arrow::after,
-.sidebar-nav li>.has-arrow.active::after,
-.sidebar-nav .has-arrow[aria-expanded="true"]::after {
- -webkit-transform: rotate(-135deg) translate(0, -50%);
- -ms-transform: rotate(-135deg) translate(0, -50%);
- -o-transform: rotate(-135deg) translate(0, -50%);
- top: 45%;
- width: .58em;
- transform: rotate(-135deg) translate(0, -50%);
-}
-
-
-/****************
- When click on sidebar toggler and also for tablet
- *****************/
-
-@media (min-width: 768px) {
- .mini-sidebar .sidebar-nav .sidebarnav li {
- position: relative;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li>ul {
- position: absolute;
- left: 60px;
- top: 45px;
- width: 200px;
- z-index: 1001;
- background: #f2f6f8;
- display: none;
- padding-left: 1px;
- }
-
- .mini-sidebar .sidebar-nav {
- padding: 5px;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li:hover>ul {
- height: auto !important;
- overflow: auto;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li:hover>ul,
- .mini-sidebar .sidebar-nav .sidebarnav>li:hover>ul.collapse {
- display: block;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li>a.has-arrow:after {
- display: none;
- }
-
- .mini-sidebar .left-sidebar {
- width: 60px;
- }
-
- .mini-sidebar .user-profile {
- padding-bottom: 15px;
- width: 60px;
- margin-bottom: 7px;
- }
-
- .mini-sidebar .user-profile .profile-img {
- padding: 15px 0 0 0;
- margin: 0px 0 0 6px;
- }
-
- .mini-sidebar .user-profile .profile-img:before {
- top: 15px;
- }
-
- .mini-sidebar .scroll-sidebar {
- padding-bottom: 0px;
- position: absolute;
- }
-
- .mini-sidebar .hide-menu,
- .mini-sidebar .nav-small-cap,
- .mini-sidebar .sidebar-footer,
- .mini-sidebar .user-profile .profile-text {
- display: none;
- }
-
- .mini-sidebar .nav-devider {
- width: 50px;
- }
-
- .mini-sidebar .sidebar-nav {
- background: transparent;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li>a {
- padding: 9px 15px;
- width: 50px;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li:hover>a {
- width: 260px;
- background: #26c6da;
- color: #ffffff;
- border-color: #009efb;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li:hover>a i {
- color: #ffffff;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li:hover>a .hide-menu {
- display: inline;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li.active>a {
- border-color: transparent;
- }
-
- .mini-sidebar .sidebar-nav .sidebarnav>li.active>a.active {
- border-color: #009efb;
- }
-}
-
-@media (max-width: 767px) {
- .mini-sidebar .left-sidebar {
- position: fixed;
- }
-
- .mini-sidebar .left-sidebar,
- .mini-sidebar .sidebar-footer {
- left: -240px;
- }
-
- .mini-sidebar.show-sidebar .left-sidebar,
- .mini-sidebar.show-sidebar .sidebar-footer {
- left: 0px;
- }
-}
-
-.little-profile .pro-img {
- margin-top: -80px;
- margin-bottom: 20px;
-}
-
-.little-profile.views .pro-img {
- margin-top: 8px;
- margin-bottom: 24px;
-}
-
-.little-profile .pro-img img {
- width: 128px;
- height: 128px;
- -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
- box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
- border-radius: 100%;
-}
-
-.little-profile.views .pro-img img {
- width: 320px;
- height: 180px;
- border-radius: 8px;
-}
-
-@media (min-width: 1024px) {
- .page-wrapper {
- margin-left: 240px;
- }
-
- .footer {
- left: 240px;
- }
-}
-
-@media (max-width: 1023px) {
- .page-wrapper {
- margin-left: 60px;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- }
-
- .footer {
- left: 60px;
- }
-}
-
-@media (min-width: 768px) {
- .navbar-header {
- width: 240px;
- -webkit-flex-shrink: 0;
- -ms-flex-negative: 0;
- flex-shrink: 0;
- }
-
- .navbar-header .navbar-brand {
- padding-top: 0px;
- }
-
- .mini-sidebar .page-wrapper {
- margin-left: 60px;
- }
-
- .mini-sidebar .footer {
- left: 60px;
- }
-}
-
-.preloader {
- width: 100%;
- height: 100%;
- top: 0px;
- position: fixed;
- z-index: 99999;
- background: #fff;
-}
-
-.preloader .cssload-speeding-wheel {
- position: absolute;
- top: calc(50% - 3.5px);
- left: calc(50% - 3.5px);
-}
-
-
-.dark-bg {
- width: 100%;
- height: 100%;
- top: 0px;
- position: fixed;
- z-index: 9999;
- opacity: 0.45;
- background: #000;
- display: none;
-}
-
-.super-search {
- z-index: 9999;
- top: 10vh;
- display: none;
-}
-
-.super-search .row {
- position: absolute;
- width: 100%;
-}
-
-.vs-leader {
- position: absolute;
- color: #ffd700;
- padding: 0 1em;
- display: none;
-}
-
-.leading-right .w-right {
- display: block;
-}
-
-.leading-left .w-left {
- display: block;
-}
-
-.w-left {
- right: 0;
-}
-
-.w-right {
- left: 0;
-}
-
-@media (max-width: 767px) {
- .display-1 {
- font-size: 4rem;
- }
-
- .display-1.views {
- font-size: 3rem;
- }
-
- .topbar {
- position: fixed;
- width: 100%;
- }
-
- .topbar .top-navbar {
- padding-right: 15px;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-align-items: center;
- align-items: center;
- }
-
- .topbar .top-navbar .navbar-collapse {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- width: 100%;
- }
-
- .topbar .top-navbar .navbar-nav {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- -ms-flex-direction: row;
- flex-direction: row;
- }
-
- .topbar .top-navbar .navbar-nav>.nav-item.show {
- position: static;
- }
-
- .topbar .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
- width: 100%;
- margin-top: 0px;
- }
-
- .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
- padding-left: .50rem;
- padding-right: .50rem;
- }
-
- .topbar .top-navbar .navbar-nav .dropdown-menu {
- position: absolute;
- }
-
- .mini-sidebar .page-wrapper {
- margin-left: 0px;
- padding-top: 70px;
- }
-
- .footer {
- left: 0;
- }
-
- #sharer .card-block {
- padding: 1.25rem 0;
- }
-
- .vs-leader {
- position: relative;
- }
-}
-
-/* ADS */
-
-#disqus_thread iframe[src*="ads"] {
- display: none;
-}
-
-.ads {
- text-align: center;
- overflow: hidden;
-}
-.page-wrapper {
- margin-left: 0 !important;
-}
-
-.footer {
- left: 0 !important;
- text-align: center;
-}
-
-.container {
- width: auto !important;
- max-width: 1440px;
-}
-
-.navbar-header {
- width: 100%;
-}
-
-.navbar-brand {
- font-size: 1.65em;
-}
-
-.display-1 {
- font-size: 7rem !important;
-}
-
-.display-title {
- text-align: center;
-}
-
-@media (max-width: 1260px) {
- .display-1 {
- font-size: 6rem !important;
- }
-}
-
-@media (max-width: 1100px) {
- .display-1 {
- font-size: 5rem !important;
- }
-}
-
-@media (max-width: 950px) {
- .display-1 {
- font-size: 4.2rem !important;
- }
-}
-
-@media (max-width: 820px) {
- .display-1 {
- font-size: 3.5rem !important;
- }
-}
-
-.preloader {
- width: 100%;
- height: 100%;
- top: 0px;
- position: fixed;
- z-index: 99999;
- background: #fff;
- }
-
- .preloader .cssload-speeding-wheel {
- position: absolute;
- top: calc(50% - 3.5px);
- left: calc(50% - 3.5px);
- }
-
-
- /*******************
- /*Top bar
- *******************/
-
- .topbar {
- background: #f62d51;
- /* Old browsers */
- background: -moz-linear-gradient(left, #f62d51 0%, #660fb5 100%);
- /* FF3.6-15 */
- background: -webkit-linear-gradient(left, #f62d51 0%, #660fb5 100%);
- /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to right, #f62d51 0%, #660fb5 100%);
- /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- }
-
- .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
- display: none;
- }
-
- .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
- display: inline-block;
- color: rgba(255, 255, 255, 0.8);
- }
-
- .topbar .navbar-light .navbar-nav .nav-item>a.nav-link {
- color: rgba(255, 255, 255, 0.8) !important;
- }
-
- .topbar .navbar-light .navbar-nav .nav-item>a.nav-link:hover,
- .topbar .navbar-light .navbar-nav .nav-item>a.nav-link:focus {
- color: #ffffff !important;
- }
-
-
- /*******************
- /*General Elements
- *******************/
-
- a {
- color: #f62d51;
- }
-
- a.link:hover,
- a.link:focus {
- color: #f62d51 !important;
- }
-
- .bg-theme {
- background-color: #f62d51 !important;
- }
-
- .pagination>.active>a,
- .pagination>.active>span,
- .pagination>.active>a:hover,
- .pagination>.active>span:hover,
- .pagination>.active>a:focus,
- .pagination>.active>span:focus {
- background-color: #f62d51;
- border-color: #f62d51;
- }
-
- .right-sidebar .rpanel-title {
- background: #f62d51;
- }
-
- .stylish-table tbody tr:hover,
- .stylish-table tbody tr.active {
- border-left: 4px solid #f62d51;
- }
-
- .text-themecolor {
- color: #f62d51 !important;
- }
-
- .profile-tab li a.nav-link.active,
- .customtab li a.nav-link.active {
- border-bottom: 2px solid #f62d51;
- color: #f62d51;
- }
-
- .profile-tab li a.nav-link:hover,
- .customtab li a.nav-link:hover {
- color: #f62d51;
- }
-
-
- /*******************
- /*Buttons
- *******************/
-
- .btn-themecolor,
- .btn-themecolor.disabled {
- background: #f62d51;
- color: #ffffff;
- border: 1px solid #f62d51;
- }
-
- .btn-themecolor:hover,
- .btn-themecolor.disabled:hover {
- background: #f62d51;
- opacity: 0.7;
- border: 1px solid #f62d51;
- }
-
- .btn-themecolor.active,
- .btn-themecolor:focus,
- .btn-themecolor.disabled.active,
- .btn-themecolor.disabled:focus {
- background: #028ee1;
- }
-
-
- /*******************
- /*sidebar navigation
- *******************/
-
- .sidebar-nav {
- background: #fff;
- }
-
- .sidebar-nav ul li a {
- color: #607d8b;
- }
-
- .sidebar-nav ul li a.active,
- .sidebar-nav ul li a:hover {
- color: #f62d51;
- }
-
- .sidebar-nav ul li a.active {
- color: #263238;
- }
-
- .sidebar-nav ul li.nav-small-cap {
- color: #99abb4;
- }
-
- .sidebar-nav>ul>li.active>a,
- .sidebar-nav>ul>li.active:hover>a {
- color: #ffffff !important;
- background: #f62d51 !important;
- }
-
- .sidebar-nav>ul>li.active>a i,
- .sidebar-nav>ul>li.active:hover>a i {
- color: #ffffff !important;
- }
-
- .sidebar-nav>ul>li.active>a:after,
- .sidebar-nav>ul>li.active:hover>a:after {
- border-color: #ffffff;
- }
-
- .sidebar-nav>ul>li>a.active i,
- .sidebar-nav>ul>li>a:hover i {
- color: #f62d51;
- }
-
- .sidebar-nav>ul>li>a i {
- color: #99abb4;
- }
-
- .sidebar-nav>ul>li>a.active {
- font-weight: 400;
- background: #ffffff;
- color: #f62d51;
- }
\ No newline at end of file
diff --git a/compare/index.html b/compare/index.html
deleted file mode 100644
index b2ebf90..0000000
--- a/compare/index.html
+++ /dev/null
@@ -1,406 +0,0 @@
-
-
-
-
-
-
-
-
Livecountsedit - Fake Akshatmittal Compare
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Search
-
-
-
-
-
-
-
- Close
-
-
-
-
-
-
-
-
-
-
-
-
Loading vs Loading Live!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Akshat Mittal
-
-
-
-
-
-
-
00,000,000
- Subscribers
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Akshat Mittal
-
-
-
-
-
-
-
00,000,000
- Subscribers
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
I support !
- Share on Twitter!
-
-
-
-
-
-
-
-
-
-
-
-
00,000,000,000
- Subscriber Difference
-
-
-
-
-
-
-
-
-
-
-
-
-
I support !
- Share on Twitter!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Gap Settings
- Text/Name
-
-
-
- Update Interval
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/compare/index.js b/compare/index.js
deleted file mode 100644
index 3c379c5..0000000
--- a/compare/index.js
+++ /dev/null
@@ -1,246 +0,0 @@
-var current = 0;
-var current2 = 0;
-class LivecountseditInterface {
- constructor() {
- this.suffixValues = {
- 'k': 1e3,
- 'm': 1e6,
- 'b': 1e9,
- 't': 1e12,
- 'q': 1e15,
- },
- this.rickroll = function () {
- window.location.replace('https://youtu.be/dQw4w9WgXcQ')
- },
-
- this.setBanner = function () {
- if (!document.getElementById("options.counter.banner.file").files.length) {
- if (!document.getElementById("options.counter.banner.url").value) return;
- else document.getElementById("yt_cover_vs1").src = document.getElementById("options.counter.banner.url").value
- } else {
- document.getElementById("yt_cover_vs1").src = URL.createObjectURL(document.getElementById("options.counter.banner.file").files[0])
- }
- },
- this.setAvatar = function () {
- if (!document.getElementById("options.counter.avatar.file").files.length) {
- if (!document.getElementById("options.counter.avatar.url").value) return;
- else document.getElementById("yt_profile_vs1").src = document.getElementById("options.counter.avatar.url").value
- } else {
- document.getElementById("yt_profile_vs1").src = URL.createObjectURL(document.getElementById("options.counter.avatar.file").files[0])
- }
- }
- this.setTitle = function () {
- document.getElementById("yt_name_vs1").innerHTML = document.getElementById("options.counter.title").value
- document.getElementById("yt_brand_vs1").innerHTML = document.getElementById("options.counter.title").value
- document.getElementById("tweet1").innerHTML = document.getElementById("options.counter.title").value
- }
- this.setValue = function () {
- document.getElementById("yt_subs_vs1").innerHTML = parseFloat(document.getElementById("options.counter.value").value)
- current = parseFloat(document.getElementById("options.counter.value").value)
- }
- this.setFooter = function () {
- document.getElementById("count_name_1").innerHTML = document.getElementById("options.counter.footer").value
- }
- var rate1 = 0;
- var rate2 = 0;
- var updatetime;
- this.setMin = function () {
- rate1 = document.getElementById("options.counter.rates.basicMinimum").value
- }
- this.setMax = function () {
- rate2 = document.getElementById("options.counter.rates.basicMaximum").value
- }
- this.setRate = function () {
- clearInterval(updatetime)
- var t = document.getElementById("options.counter.rates.mode.basic.baseUnit").value
- var e = document.getElementById("options.counter.rates.mode.basic.units").value
- if (e == "") { }
- else {
- if (t == "1") {
- e = e * 1000
- updatetime = setInterval(updateManager, e)
- } else if (t == "60") {
- e = e * 60000
- updatetime = setInterval(updateManager, e)
- } else if (t == "3600") {
- e = e * 3.6e+6
- updatetime = setInterval(updateManager, e)
- } else if (t == "86400") {
- e = e * 8.64e+7
- updatetime = setInterval(updateManager, e)
- }
- }
- }
- function updateManager() {
- var subs = parseFloat(current)
- var rate3 = 0;
- var rate4 = 0;
- if (document.getElementById('options.counter.rates.mode.basic.baseUnit2').value == "1") {
- rate3 = parseFloat(rate1)
- rate4 = parseFloat(rate2)
- } else if (document.getElementById('options.counter.rates.mode.basic.baseUnit2').value == "60") {
- rate3 = parseFloat(rate1 / 60)
- rate4 = parseFloat(rate2 / 60)
- } else if (document.getElementById('options.counter.rates.mode.basic.baseUnit2').value == "3600") {
- rate3 = parseFloat(rate1 / 3600)
- rate4 = parseFloat(rate2 / 3600)
- } else {
- rate3 = parseFloat(rate1 / 86400)
- rate4 = parseFloat(rate2 / 86400)
- }
- rate3 = parseFloat(rate3)
- rate4 = parseFloat(rate4)
- subs += random(rate3, rate4)
- if (subs == NaN) {
- } else {
- current = subs
- }
- document.getElementById("yt_subs_vs1").innerHTML = Math.floor(subs)
- }
-
-
-
-//2sssssss
-
- this.setBanner2 = function () {
- if (!document.getElementById("options.counter.banner.file2").files.length) {
- if (!document.getElementById("options.counter.banner.url2").value) return;
- else document.getElementById("yt_cover_vs2").src = document.getElementById("options.counter.banner.url2").value
- } else {
- document.getElementById("yt_cover_vs2").src = URL.createObjectURL(document.getElementById("options.counter.banner.file2").files[0])
- }
- },
- this.setAvatar2 = function () {
- if (!document.getElementById("options.counter.avatar.file2").files.length) {
- if (!document.getElementById("options.counter.avatar.url2").value) return;
- else document.getElementById("yt_profile_vs2").src = document.getElementById("options.counter.avatar.url2").value
- } else {
- document.getElementById("yt_profile_vs2").src = URL.createObjectURL(document.getElementById("options.counter.avatar.file2").files[0])
- }
- }
- this.setTitle2 = function () {
- document.getElementById("yt_name_vs2").innerHTML = document.getElementById("options.counter.title2").value
- document.getElementById("yt_brand_vs2").innerHTML = document.getElementById("options.counter.title2").value
- document.getElementById("tweet2").innerHTML = document.getElementById("options.counter.title2").value
- }
- this.setValue2 = function () {
- document.getElementById("yt_subs_vs2").innerHTML = parseFloat(document.getElementById("options.counter.value2").value)
- current2 = parseFloat(document.getElementById("options.counter.value2").value)
- }
- this.setFooter2 = function () {
- document.getElementById("count_name_2").innerHTML = document.getElementById("options.counter.footer2").value
- }
- var rate12 = 0;
- var rate22 = 0;
- var updatetime2;
- this.setMin2 = function () {
- rate12 = document.getElementById("options.counter.rates.basicMinimum2").value
- }
- this.setMax2 = function () {
- rate22 = document.getElementById("options.counter.rates.basicMaximum2").value
- }
- this.setRate2 = function () {
- clearInterval(updatetime2)
- var t = document.getElementById("options.counter.rates.mode.basic.baseUnit3").value
- var e = document.getElementById("options.counter.rates.mode.basic.units2").value
- if (e == "") { }
- else {
- if (t == "1") {
- e = e * 1000
- updatetime2 = setInterval(updateManager2, e)
- } else if (t == "60") {
- e = e * 60000
- updatetime2 = setInterval(updateManager2, e)
- } else if (t == "3600") {
- e = e * 3.6e+6
- updatetime2 = setInterval(updateManager2, e)
- } else if (t == "86400") {
- e = e * 8.64e+7
- updatetime2 = setInterval(updateManager2, e)
- }
- }
- }
- function updateManager2() {
- var subs = parseFloat(current2)
- var rate3 = 0;
- var rate4 = 0;
- if (document.getElementById('options.counter.rates.mode.basic.baseUnit4').value == "1") {
- rate3 = parseFloat(rate12)
- rate4 = parseFloat(rate22)
- } else if (document.getElementById('options.counter.rates.mode.basic.baseUnit4').value == "60") {
- rate3 = parseFloat(rate12 / 60)
- rate4 = parseFloat(rate22 / 60)
- } else if (document.getElementById('options.counter.rates.mode.basic.baseUnit4').value == "3600") {
- rate3 = parseFloat(rate12 / 3600)
- rate4 = parseFloat(rate22 / 3600)
- } else {
- rate3 = parseFloat(rate12 / 86400)
- rate4 = parseFloat(rate22 / 86400)
- }
- rate3 = parseFloat(rate3)
- rate4 = parseFloat(rate4)
- subs += random(rate3, rate4)
- if (subs == NaN) {
- } else {
- current2 = subs
- }
- document.getElementById("yt_subs_vs2").innerHTML = Math.floor(subs)
- }
-
- this.gaptitle = function () {
- document.getElementById("yt_diff_name").innerHTML = document.getElementById("gap.title").value
- }
- var gaptime = setInterval(gap,2000)
- this.gaptime = function () {
- clearInterval(gaptime)
- var t = document.getElementById("gap.time").value*1000
- gaptime = setInterval(gap,t)
- }
- }
-}
-
-
-function gap() {
-document.getElementById("yt_diff").innerHTML = Math.floor(current-current2)
-}
-
-const Interface = new LivecountseditInterface()
-window.onload = function () {
- if (document.getElementById('tabs.0')) document.getElementById('tabs.0').click();
-}
-function submit() {
- Interface.setValue()
-}
-function submit2() {
- Interface.setValue2()
-}
-document.getElementById("options.counter.banner.file").addEventListener('input', Interface.setBanner)
-document.getElementById("options.counter.avatar.file").addEventListener('input', Interface.setAvatar)
-document.getElementById("options.counter.banner.url").addEventListener('input', Interface.setBanner)
-document.getElementById("options.counter.avatar.url").addEventListener('input', Interface.setAvatar)
-document.getElementById("options.counter.title").addEventListener('input', Interface.setTitle)
-document.getElementById("options.counter.footer").addEventListener('input', Interface.setFooter)
-document.getElementById("options.counter.rates.basicMinimum").addEventListener('input', Interface.setMin)
-document.getElementById("options.counter.rates.basicMaximum").addEventListener('input', Interface.setMax)
-document.getElementById("options.counter.rates.mode.basic.units").addEventListener('input', Interface.setRate)
-document.getElementById("options.counter.rates.mode.basic.baseUnit").addEventListener('change', Interface.setRate)
-document.getElementById("options.counter.rates.mode.basic.baseUnit2").addEventListener('change', Interface.setRate)
-
-document.getElementById("options.counter.banner.file2").addEventListener('input', Interface.setBanner2)
-document.getElementById("options.counter.avatar.file2").addEventListener('input', Interface.setAvatar2)
-document.getElementById("options.counter.banner.url2").addEventListener('input', Interface.setBanner2)
-document.getElementById("options.counter.avatar.url2").addEventListener('input', Interface.setAvatar2)
-document.getElementById("options.counter.title2").addEventListener('input', Interface.setTitle2)
-document.getElementById("options.counter.footer2").addEventListener('input', Interface.setFooter2)
-document.getElementById("options.counter.rates.basicMinimum2").addEventListener('input', Interface.setMin2)
-document.getElementById("options.counter.rates.basicMaximum2").addEventListener('input', Interface.setMax2)
-document.getElementById("options.counter.rates.mode.basic.units2").addEventListener('input', Interface.setRate2)
-document.getElementById("options.counter.rates.mode.basic.baseUnit3").addEventListener('change', Interface.setRate2)
-document.getElementById("options.counter.rates.mode.basic.baseUnit4").addEventListener('change', Interface.setRate2)
-
-document.getElementById("gap.title").addEventListener('change', Interface.gaptitle)
-document.getElementById("gap.time").addEventListener('change', Interface.gaptime)
-
-function random(min, max) {
- return Math.random() * (max - min) + min
-}
\ No newline at end of file
diff --git a/livecountsedit/compare/index.html b/livecountsedit/compare/index.html
index 6d75787..545087d 100644
--- a/livecountsedit/compare/index.html
+++ b/livecountsedit/compare/index.html
@@ -60,26 +60,26 @@