File manager - Edit - /home/certfair/public_html/colors.tar
Файл сохранен
Back
blue-dark.scss 0000644 00000011165 14676306371 0007330 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #009efb; $themecolor-dark: #028ee1; $topbar: #009efb; $sidebar:#272c33; $sidebar-text: #798699; $sidebar-icons: #798699; $sidebar-dark: #181c22; /******************* /*Top bar *******************/ .topbar { background: $topbar; /* Old browsers */ background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #0178bc 0%, #00bdda 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .navbar-header { background: $sidebar; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav{ background: $sidebar; } .mini-sidebar .sidebar-nav{ background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav>li>ul{ background: $sidebar-dark; } } .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $white; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } .user-profile .profile-text a{ color: $sidebar-text!important; } .card-no-border .sidebar-footer{ background: $sidebar-dark; } green.scss 0000644 00000007616 14676306371 0006570 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #55ce63; $themecolor-dark: #028ee1; $topbar: #55ce63; /******************* /*Top bar *******************/ .topbar { background: #0178bc; /* Old browsers */ background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #318f94 0%, #5ec58c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .navbar-header { background: $white; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $dark; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } blue.scss 0000644 00000007561 14676306371 0006416 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #009efb; $themecolor-dark: #028ee1; $topbar: #009efb; /******************* /*Top bar *******************/ .topbar { background: $topbar; /* Old browsers */ background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #0178bc 0%, #00bdda 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .navbar-header { background: $white; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $dark; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } megna-dark.scss 0000644 00000011165 14676306371 0007470 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #01c0c8; $themecolor-dark: #028ee1; $topbar: #01c0c8; $sidebar:#272c33; $sidebar-text: #798699; $sidebar-icons: #798699; $sidebar-dark: #181c22; /******************* /*Top bar *******************/ .topbar { background: $topbar; /* Old browsers */ background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .navbar-header { background: $sidebar; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav{ background: $sidebar; } .mini-sidebar .sidebar-nav{ background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav>li>ul{ background: $sidebar-dark; } } .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $white; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } .user-profile .profile-text a{ color: $sidebar-text!important; } .card-no-border .sidebar-footer{ background: $sidebar-dark; } default-dark.scss 0000644 00000010120 14676306371 0010013 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #009efb; $themecolor-dark: #028ee1; $topbar: #fff; $sidebar:#272c33; $sidebar-text: #798699; $sidebar-icons: #798699; $sidebar-dark: #181c22; /******************* /*Top bar *******************/ .topbar { background: $topbar; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); .navbar-header { background: $sidebar; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display:inline-block; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: none; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav{ background: $sidebar; } .mini-sidebar .sidebar-nav{ background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav>li>ul{ background: $sidebar-dark; } } .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $white; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } .user-profile .profile-text a{ color: $sidebar-text!important; } .card-no-border .sidebar-footer{ background: $sidebar-dark; } green-dark.scss 0000644 00000011165 14676306371 0007501 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #55ce63; $themecolor-dark: #028ee1; $topbar: #55ce63; $sidebar:#272c33; $sidebar-text: #798699; $sidebar-icons: #798699; $sidebar-dark: #181c22; /******************* /*Top bar *******************/ .topbar { background: #0178bc; /* Old browsers */ background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #318f94 0%, #5ec58c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .navbar-header { background: $sidebar; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav{ background: $sidebar; } .mini-sidebar .sidebar-nav{ background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav>li>ul{ background: $sidebar-dark; } } .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $white; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } .user-profile .profile-text a{ color: $sidebar-text!important; } .card-no-border .sidebar-footer{ background: $sidebar-dark; } purple-dark.scss 0000644 00000011165 14676306371 0007710 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #7460ee; $themecolor-dark: #028ee1; $topbar: #7460ee; $sidebar:#272c33; $sidebar-text: #798699; $sidebar-icons: #798699; $sidebar-dark: #181c22; /******************* /*Top bar *******************/ .topbar { background: $topbar; /* Old browsers */ background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #533fd0 0%, #840fb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .navbar-header { background: $sidebar; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav{ background: $sidebar; } .mini-sidebar .sidebar-nav{ background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav>li>ul{ background: $sidebar-dark; } } .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $white; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } .user-profile .profile-text a{ color: $sidebar-text!important; } .card-no-border .sidebar-footer{ background: $sidebar-dark; } purple.scss 0000644 00000007616 14676306371 0006777 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #7460ee; $themecolor-dark: #028ee1; $topbar: #7460ee; /******************* /*Top bar *******************/ .topbar { background: $topbar; /* Old browsers */ background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #533fd0 0%, #840fb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .navbar-header { background: $white; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $dark; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } red-dark.scss 0000644 00000011165 14676306371 0007153 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #f62d51; $themecolor-dark: #028ee1; $topbar: #f62d51; $sidebar:#272c33; $sidebar-text: #798699; $sidebar-icons: #798699; $sidebar-dark: #181c22; /******************* /*Top bar *******************/ .topbar { background: $topbar; /* 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+ */ .navbar-header { background: $sidebar; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav{ background: $sidebar; } .mini-sidebar .sidebar-nav{ background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav>li>ul{ background: $sidebar-dark; } } .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $white; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } .user-profile .profile-text a{ color: $sidebar-text!important; } .card-no-border .sidebar-footer{ background: $sidebar-dark; } megna.scss 0000644 00000007616 14676306371 0006557 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #01c0c8; $themecolor-dark: #028ee1; $topbar: #01c0c8; /******************* /*Top bar *******************/ .topbar { background: $topbar; /* Old browsers */ background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ .navbar-header { background: $white; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $dark; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } default.scss 0000644 00000006344 14676306371 0007111 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #009efb; $themecolor-dark: #028ee1; $topbar: #363d4a; .topbar{ background: $topbar; .navbar-header{ background: $white; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $dark; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } red.scss 0000644 00000007616 14676306371 0006242 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import '../variable'; $themecolor: #f62d51; $themecolor-dark: #028ee1; $topbar: #f62d51; /******************* /*Top bar *******************/ .topbar { background: $topbar; /* 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+ */ .navbar-header { background: $white; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .navbar-light .navbar-nav .nav-item > { a.nav-link { color: rgba(255, 255, 255, 0.8)!important; &:hover, &:focus { color: $white!important; } } } } .logo-center .topbar { .navbar-header { background: transparent; box-shadow: none; } .top-navbar .navbar-header .navbar-brand .dark-logo{ display: none; } .top-navbar .navbar-header .navbar-brand .light-logo{ display: inline-block; color:rgba(255, 255, 255, 0.8); } } /******************* /*General Elements *******************/ a{ color:$themecolor; } a.link { &:hover, &:focus { color: $themecolor!important; } } .bg-theme { background-color: $themecolor !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: $themecolor; border-color: $themecolor; } .right-sidebar { .rpanel-title { background: $themecolor; } } .stylish-table { tbody tr { &:hover, &.active { border-left: 4px solid $themecolor; } } } .text-themecolor{ color:$themecolor!important; } .profile-tab, .customtab { li { a.nav-link { &.active { border-bottom: 2px solid $themecolor; color: $themecolor; } &:hover { color: $themecolor; } } } } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: $themecolor; color: $white; border: 1px solid $themecolor; &:hover { background: $themecolor; opacity: 0.7; border: 1px solid $themecolor; } &.active, &:focus { background: $themecolor-dark; } } /******************* /*sidebar navigation *******************/ .sidebar-nav { background: $sidebar; ul { li { a { color: $sidebar-text; &.active, &:hover { color: $themecolor; } &.active { color: $dark; } } &.nav-small-cap { color: $muted; } } } > ul > li { &.active > a { border-left: 3px solid $themecolor; color: $themecolor; i { color: $themecolor; } } } > ul > li > a { border-left: 3px solid $sidebar; &.active, &:hover { border-left: 3px solid $themecolor; i { color: $themecolor; } } i { color: $sidebar-icons; } &.active { font-weight: 400; background: $white; color: $themecolor; } } } default-dark.css 0000644 00000007620 14677601265 0007644 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } .topbar .navbar-header { background: #272c33; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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); } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: inline-block; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: none; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a { color: #009efb; } a.link:hover, a.link:focus { color: #009efb !important; } .bg-theme { background-color: #009efb !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: #009efb; border-color: #009efb; } .right-sidebar .rpanel-title { background: #009efb; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #009efb; } .text-themecolor { color: #009efb !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #009efb; color: #009efb; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #009efb; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #009efb; color: #ffffff; border: 1px solid #009efb; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #009efb; opacity: 0.7; border: 1px solid #009efb; } .btn-themecolor.active, .btn-themecolor:focus, .btn-themecolor.disabled.active, .btn-themecolor.disabled:focus { background: #028ee1; } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav { background: #272c33; } .mini-sidebar .sidebar-nav { background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav > li > ul { background: #181c22; } } .sidebar-nav { background: #272c33; } .sidebar-nav ul li a { color: #798699; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #009efb; } .sidebar-nav ul li a.active { color: #ffffff; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #009efb; color: #009efb; } .sidebar-nav > ul > li.active > a i { color: #009efb; } .sidebar-nav > ul > li > a { border-left: 3px solid #272c33; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #009efb; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #009efb; } .sidebar-nav > ul > li > a i { color: #798699; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #009efb; } .user-profile .profile-text a { color: #798699 !important; } .card-no-border .sidebar-footer { background: #181c22; } green-dark.css 0000644 00000010702 14677601265 0007313 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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: #0178bc; /* Old browsers */ background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #318f94 0%, #5ec58c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } .topbar .navbar-header { background: #272c33; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a { color: #55ce63; } a.link:hover, a.link:focus { color: #55ce63 !important; } .bg-theme { background-color: #55ce63 !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: #55ce63; border-color: #55ce63; } .right-sidebar .rpanel-title { background: #55ce63; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #55ce63; } .text-themecolor { color: #55ce63 !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #55ce63; color: #55ce63; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #55ce63; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #55ce63; color: #ffffff; border: 1px solid #55ce63; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #55ce63; opacity: 0.7; border: 1px solid #55ce63; } .btn-themecolor.active, .btn-themecolor:focus, .btn-themecolor.disabled.active, .btn-themecolor.disabled:focus { background: #028ee1; } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav { background: #272c33; } .mini-sidebar .sidebar-nav { background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav > li > ul { background: #181c22; } } .sidebar-nav { background: #272c33; } .sidebar-nav ul li a { color: #798699; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #55ce63; } .sidebar-nav ul li a.active { color: #ffffff; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #55ce63; color: #55ce63; } .sidebar-nav > ul > li.active > a i { color: #55ce63; } .sidebar-nav > ul > li > a { border-left: 3px solid #272c33; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #55ce63; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #55ce63; } .sidebar-nav > ul > li > a i { color: #798699; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #55ce63; } .user-profile .profile-text a { color: #798699 !important; } .card-no-border .sidebar-footer { background: #181c22; } red.css 0000644 00000007554 14677601265 0006061 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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 .navbar-header { background: #ffffff; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*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: #54667a; } .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: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #f62d51; color: #f62d51; } .sidebar-nav > ul > li.active > a i { color: #f62d51; } .sidebar-nav > ul > li > a { border-left: 3px solid #fff; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #f62d51; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #f62d51; } .sidebar-nav > ul > li > a i { color: #a6b7bf; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #f62d51; } purple.css 0000644 00000007554 14677601265 0006616 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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: #7460ee; /* Old browsers */ background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #533fd0 0%, #840fb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } .topbar .navbar-header { background: #ffffff; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a { color: #7460ee; } a.link:hover, a.link:focus { color: #7460ee !important; } .bg-theme { background-color: #7460ee !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: #7460ee; border-color: #7460ee; } .right-sidebar .rpanel-title { background: #7460ee; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #7460ee; } .text-themecolor { color: #7460ee !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #7460ee; color: #7460ee; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #7460ee; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #7460ee; color: #ffffff; border: 1px solid #7460ee; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #7460ee; opacity: 0.7; border: 1px solid #7460ee; } .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: #54667a; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #7460ee; } .sidebar-nav ul li a.active { color: #263238; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #7460ee; color: #7460ee; } .sidebar-nav > ul > li.active > a i { color: #7460ee; } .sidebar-nav > ul > li > a { border-left: 3px solid #fff; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #7460ee; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #7460ee; } .sidebar-nav > ul > li > a i { color: #a6b7bf; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #7460ee; } megna.css 0000644 00000007554 14677601265 0006376 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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: #01c0c8; /* Old browsers */ background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } .topbar .navbar-header { background: #ffffff; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a { color: #01c0c8; } a.link:hover, a.link:focus { color: #01c0c8 !important; } .bg-theme { background-color: #01c0c8 !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: #01c0c8; border-color: #01c0c8; } .right-sidebar .rpanel-title { background: #01c0c8; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #01c0c8; } .text-themecolor { color: #01c0c8 !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #01c0c8; color: #01c0c8; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #01c0c8; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #01c0c8; color: #ffffff; border: 1px solid #01c0c8; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #01c0c8; opacity: 0.7; border: 1px solid #01c0c8; } .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: #54667a; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #01c0c8; } .sidebar-nav ul li a.active { color: #263238; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #01c0c8; color: #01c0c8; } .sidebar-nav > ul > li.active > a i { color: #01c0c8; } .sidebar-nav > ul > li > a { border-left: 3px solid #fff; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #01c0c8; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #01c0c8; } .sidebar-nav > ul > li > a i { color: #a6b7bf; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #01c0c8; } megna-dark.css 0000644 00000010702 14677601265 0007302 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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: #01c0c8; /* Old browsers */ background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } .topbar .navbar-header { background: #272c33; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a { color: #01c0c8; } a.link:hover, a.link:focus { color: #01c0c8 !important; } .bg-theme { background-color: #01c0c8 !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: #01c0c8; border-color: #01c0c8; } .right-sidebar .rpanel-title { background: #01c0c8; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #01c0c8; } .text-themecolor { color: #01c0c8 !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #01c0c8; color: #01c0c8; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #01c0c8; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #01c0c8; color: #ffffff; border: 1px solid #01c0c8; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #01c0c8; opacity: 0.7; border: 1px solid #01c0c8; } .btn-themecolor.active, .btn-themecolor:focus, .btn-themecolor.disabled.active, .btn-themecolor.disabled:focus { background: #028ee1; } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav { background: #272c33; } .mini-sidebar .sidebar-nav { background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav > li > ul { background: #181c22; } } .sidebar-nav { background: #272c33; } .sidebar-nav ul li a { color: #798699; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #01c0c8; } .sidebar-nav ul li a.active { color: #ffffff; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #01c0c8; color: #01c0c8; } .sidebar-nav > ul > li.active > a i { color: #01c0c8; } .sidebar-nav > ul > li > a { border-left: 3px solid #272c33; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #01c0c8; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #01c0c8; } .sidebar-nav > ul > li > a i { color: #798699; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #01c0c8; } .user-profile .profile-text a { color: #798699 !important; } .card-no-border .sidebar-footer { background: #181c22; } default.css 0000644 00000006303 14677601265 0006722 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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); } .topbar { background: #363d4a; } .topbar .navbar-header { background: #ffffff; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a.link:hover, a.link:focus { color: #009efb !important; } .bg-theme { background-color: #009efb !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: #009efb; border-color: #009efb; } .right-sidebar .rpanel-title { background: #009efb; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #009efb; } .text-themecolor { color: #009efb !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #009efb; color: #009efb; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #009efb; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #009efb; color: #ffffff; border: 1px solid #009efb; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #009efb; opacity: 0.7; border: 1px solid #009efb; } .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: #54667a; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #009efb; } .sidebar-nav ul li a.active { color: #263238; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #009efb; color: #009efb; } .sidebar-nav > ul > li.active > a i { color: #009efb; } .sidebar-nav > ul > li > a { border-left: 3px solid #fff; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #009efb; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #009efb; } .sidebar-nav > ul > li > a i { color: #a6b7bf; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #009efb; } blue.css 0000644 00000007523 14677601265 0006232 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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: #009efb; /* Old browsers */ background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #0178bc 0%, #00bdda 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } .topbar .navbar-header { background: #ffffff; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a.link:hover, a.link:focus { color: #009efb !important; } .bg-theme { background-color: #009efb !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: #009efb; border-color: #009efb; } .right-sidebar .rpanel-title { background: #009efb; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #009efb; } .text-themecolor { color: #009efb !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #009efb; color: #009efb; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #009efb; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #009efb; color: #ffffff; border: 1px solid #009efb; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #009efb; opacity: 0.7; border: 1px solid #009efb; } .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: #54667a; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #009efb; } .sidebar-nav ul li a.active { color: #263238; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #009efb; color: #009efb; } .sidebar-nav > ul > li.active > a i { color: #009efb; } .sidebar-nav > ul > li > a { border-left: 3px solid #fff; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #009efb; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #009efb; } .sidebar-nav > ul > li > a i { color: #a6b7bf; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #009efb; } green.css 0000644 00000007554 14677601265 0006407 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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: #0178bc; /* Old browsers */ background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #318f94 0%, #5ec58c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } .topbar .navbar-header { background: #ffffff; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a { color: #55ce63; } a.link:hover, a.link:focus { color: #55ce63 !important; } .bg-theme { background-color: #55ce63 !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: #55ce63; border-color: #55ce63; } .right-sidebar .rpanel-title { background: #55ce63; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #55ce63; } .text-themecolor { color: #55ce63 !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #55ce63; color: #55ce63; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #55ce63; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #55ce63; color: #ffffff; border: 1px solid #55ce63; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #55ce63; opacity: 0.7; border: 1px solid #55ce63; } .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: #54667a; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #55ce63; } .sidebar-nav ul li a.active { color: #263238; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #55ce63; color: #55ce63; } .sidebar-nav > ul > li.active > a i { color: #55ce63; } .sidebar-nav > ul > li > a { border-left: 3px solid #fff; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #55ce63; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #55ce63; } .sidebar-nav > ul > li > a i { color: #a6b7bf; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #55ce63; } red-dark.css 0000644 00000010702 14677601265 0006765 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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 .navbar-header { background: #272c33; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*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 *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav { background: #272c33; } .mini-sidebar .sidebar-nav { background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav > li > ul { background: #181c22; } } .sidebar-nav { background: #272c33; } .sidebar-nav ul li a { color: #798699; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #f62d51; } .sidebar-nav ul li a.active { color: #ffffff; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #f62d51; color: #f62d51; } .sidebar-nav > ul > li.active > a i { color: #f62d51; } .sidebar-nav > ul > li > a { border-left: 3px solid #272c33; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #f62d51; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #f62d51; } .sidebar-nav > ul > li > a i { color: #798699; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #f62d51; } .user-profile .profile-text a { color: #798699 !important; } .card-no-border .sidebar-footer { background: #181c22; } blue-dark.css 0000644 00000010702 14677601265 0007142 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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: #009efb; /* Old browsers */ background: -moz-linear-gradient(left, #0178bc 0%, #00bdda 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #0178bc 0%, #00bdda 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #0178bc 0%, #00bdda 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } .topbar .navbar-header { background: #272c33; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a { color: #009efb; } a.link:hover, a.link:focus { color: #009efb !important; } .bg-theme { background-color: #009efb !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: #009efb; border-color: #009efb; } .right-sidebar .rpanel-title { background: #009efb; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #009efb; } .text-themecolor { color: #009efb !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #009efb; color: #009efb; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #009efb; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #009efb; color: #ffffff; border: 1px solid #009efb; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #009efb; opacity: 0.7; border: 1px solid #009efb; } .btn-themecolor.active, .btn-themecolor:focus, .btn-themecolor.disabled.active, .btn-themecolor.disabled:focus { background: #028ee1; } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav { background: #272c33; } .mini-sidebar .sidebar-nav { background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav > li > ul { background: #181c22; } } .sidebar-nav { background: #272c33; } .sidebar-nav ul li a { color: #798699; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #009efb; } .sidebar-nav ul li a.active { color: #ffffff; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #009efb; color: #009efb; } .sidebar-nav > ul > li.active > a i { color: #009efb; } .sidebar-nav > ul > li > a { border-left: 3px solid #272c33; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #009efb; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #009efb; } .sidebar-nav > ul > li > a i { color: #798699; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #009efb; } .user-profile .profile-text a { color: #798699 !important; } .card-no-border .sidebar-footer { background: #181c22; } purple-dark.css 0000644 00000010702 14677601265 0007522 0 ustar 00 /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ /* Template Name: Monster Admin Author: Themedesigner Email: niravjoshi87@gmail.com File: scss */ @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900'; /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*Preloader*/ .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: #7460ee; /* Old browsers */ background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #533fd0 0%, #840fb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } .topbar .navbar-header { background: #272c33; box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.05); } .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; } .logo-center .topbar .navbar-header { background: transparent; box-shadow: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { display: none; } .logo-center .topbar .top-navbar .navbar-header .navbar-brand .light-logo { display: inline-block; color: rgba(255, 255, 255, 0.8); } /******************* /*General Elements *******************/ a { color: #7460ee; } a.link:hover, a.link:focus { color: #7460ee !important; } .bg-theme { background-color: #7460ee !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: #7460ee; border-color: #7460ee; } .right-sidebar .rpanel-title { background: #7460ee; } .stylish-table tbody tr:hover, .stylish-table tbody tr.active { border-left: 4px solid #7460ee; } .text-themecolor { color: #7460ee !important; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #7460ee; color: #7460ee; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #7460ee; } /******************* /*Buttons *******************/ .btn-themecolor, .btn-themecolor.disabled { background: #7460ee; color: #ffffff; border: 1px solid #7460ee; } .btn-themecolor:hover, .btn-themecolor.disabled:hover { background: #7460ee; opacity: 0.7; border: 1px solid #7460ee; } .btn-themecolor.active, .btn-themecolor:focus, .btn-themecolor.disabled.active, .btn-themecolor.disabled:focus { background: #028ee1; } /******************* /*sidebar navigation *******************/ .card-no-border .left-sidebar, .card-no-border .sidebar-nav { background: #272c33; } .mini-sidebar .sidebar-nav { background: transparent; } @media (min-width: 768px) { .mini-sidebar .sidebar-nav #sidebarnav > li > ul { background: #181c22; } } .sidebar-nav { background: #272c33; } .sidebar-nav ul li a { color: #798699; } .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover { color: #7460ee; } .sidebar-nav ul li a.active { color: #ffffff; } .sidebar-nav ul li.nav-small-cap { color: #90a4ae; } .sidebar-nav > ul > li.active > a { border-left: 3px solid #7460ee; color: #7460ee; } .sidebar-nav > ul > li.active > a i { color: #7460ee; } .sidebar-nav > ul > li > a { border-left: 3px solid #272c33; } .sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover { border-left: 3px solid #7460ee; } .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i { color: #7460ee; } .sidebar-nav > ul > li > a i { color: #798699; } .sidebar-nav > ul > li > a.active { font-weight: 400; background: #ffffff; color: #7460ee; } .user-profile .profile-text a { color: #798699 !important; } .card-no-border .sidebar-footer { background: #181c22; }
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings