| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866 |
-
-
- .pcoded[layout-type="dark"]{
- color: $light-color-text;
-
- a {
- color: $light-color-text;
- }
-
- text {
- fill: $light-color-text;
- }
-
- .card {
- background-color: lighten($dark-layout-color,5%);
-
- code {
- background-color: lighten($dark-layout-color,10%);
- color: $light-color-text;
- }
- code[class*="language-"],
- pre[class*="language-"]{
- color: lighten($dark-layout-color,10%);
- }
- .card-header {
- h5 {
- color: $light-color-text;
- }
-
- .card-header-right i {
- color: $light-color-text;
- }
- }
-
- .card-block {
- code {
- background-color: lighten($dark-layout-color,10%);
- }
-
- .dropdown-menu {
- background-color: lighten($dark-layout-color,7%);
- }
- }
- &:hover{
- box-shadow: 0 0 25px -5px $dark-layout-color;
- }
- }
- .card-footer {
- background-color: lighten($dark-layout-color,3%);
- }
- .dropdown-menu {
- background-color: lighten($dark-layout-color,7%);
-
- .dropdown-item {
- .dropdown-divider {
- border-top: 1px solid $dark-layout-color;
- }
-
- &:focus,
- &:hover {
- background-color: $dark-layout-color;
- }
- }
- }
-
- .sub-title {
- color: lighten($dark-layout-color,20%);
- }
-
- .table {
- td,
- th {
- border-top: 1px solid lighten($dark-layout-color,10%);
- }
-
- thead th {
- border-bottom: 2px solid lighten($dark-layout-color,10%);
- }
- }
-
- .thumb-block {
- border: 1px solid lighten($dark-layout-color,10%);
- }
-
- .b-t-default,
- .b-t-theme,
- .post-new-footer,
- .version .nav li:first-child {
- border-top: 1px solid lighten($dark-layout-color,10%);
- }
-
- .b-b-default,
- .b-b-theme,
- .job-cards .media,
- .search-content {
- border-bottom: 1px solid lighten($dark-layout-color,10%);
- }
-
- .b-l-default,
- .b-l-theme {
- border-left: 1px solid lighten($dark-layout-color,10%);
- }
-
- .b-r-default,
- .b-r-theme,
- .messages-content {
- border-right: 1px solid lighten($dark-layout-color,10%);
- }
-
- .progress {
- background-color: lighten($dark-layout-color,10%);
- }
-
- .btn-default {
- background-color: lighten($dark-layout-color,10%);
- color: $light-color-text;
- }
-
- .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
- background-color: lighten($dark-layout-color,10%) !important;
- }
-
- .pcoded-main-container {
- background-color: lighten($dark-layout-color,10%);
- }
-
- .header-navbar {
- .navbar-wrapper {
- .navbar-container {
- .nav-right > .header-notification:nth-child(2) {
- .show-notification {
- li:first-child:hover {
- background-color: $dark-layout-color !important;
- }
- }
- }
-
- .header-notification,
- .mega-menu-top {
- .profile-notification,
- .show-notification {
- background-color: $dark-layout-color;
-
- a {
- color: $light-color-text;
- }
- }
-
- .row.profile-notification li:hover,
- .show-notification.row li:hover {
- background-color: transparent;
-
- .mega-menu-links > li:hover {
- a {
- color: $primary-color;
- }
- }
- }
- }
-
- .header-notification {
- .profile-notification li:hover,
- .show-notification li:hover {
- background-color: lighten($dark-layout-color,10%);
- }
- }
- }
- }
-
- .morphsearch.open {
- background-color: $dark-layout-color;
-
- .morphsearch-form {
- background-color: lighten($dark-layout-color,10%);
- }
-
- .morphsearch-content {
- background-color: $dark-layout-color;
-
- .dummy-media-object {
- background-color: lighten($dark-layout-color,10%);
- }
- }
- }
- }
-
- .p-chat-user {
- border-left: 1px solid lighten($dark-layout-color,10%);
-
- .userlist-box {
- border-bottom: 1px solid lighten($dark-layout-color,10%);
-
- .chat-header {
- color: $light-color-text;
- }
- }
- }
-
- .showChat_inner {
- background-color: lighten($dark-layout-color,10%);
- border-left: 1px solid darken($dark-layout-color,10%);
-
- .chat-menu-content {
- background-color: $dark-layout-color;
-
- &:before {
- border-right-color: $dark-layout-color;
- }
- }
-
- .chat-inner-header {
- border-bottom: 1px solid $dark-layout-color;
- }
-
- .chat-menu-reply {
- background-color: darken($dark-layout-color,10%);
-
- &:before {
- border-left-color: darken($dark-layout-color,10%);
- }
- }
-
- .chat-reply-box {
- background-color: lighten($dark-layout-color,10%);
- border-top: 1px solid $dark-layout-color;
- }
- }
-
- .form-control {
- background-color: transparent;
- color: $light-color-text;
- }
- .navbar{
- .form-material{
- .form-control,.float-label{
- color: $dark-layout-color;
- }
- }
- }
- select.form-control {
- background-color: lighten($dark-layout-color,5%);
- }
-
- .main-body .page-wrapper .page-header-title h4 {
- color: $light-color-text;
- }
-
- .profile-comp-block,
- .view-card {
- input.dial {
- color: $light-color-text !important;
- }
- }
-
- .line-example {
- border-right: 1px solid lighten($dark-layout-color,10%);
- }
-
- .marketing-card .table tbody .marketing-header {
- background: darken($dark-layout-color,10%);
- }
-
- .unique-visitor-card .footer-card {
- background-color: darken($dark-layout-color,10%);
- }
-
- .user-detail-card .user-detail > div {
- border-bottom: 1px solid lighten($dark-layout-color,10%);
-
- &:last-child {
- border-bottom: none;
- }
- }
- .wather-card .nature-card .bottom-img{
- filter: invert(77%) opacity(0.7);
- }
- .client-map {
- .client-contain h5 {
- color: $light-color-text;
- }
-
- .client-card-box {
- border: 1px solid lighten($dark-layout-color,10%);
-
- .client-border {
- border-right: 1px solid lighten($dark-layout-color,10%);
- }
-
- .client-border-card {
- border-top: 1px solid lighten($dark-layout-color,10%);
- }
- }
- }
-
- .widget-card-user .card-footer {
- background-color: darken($dark-layout-color,10%);
- }
-
- .widget-card-user .card-footer .footer-menu + .footer-menu {
- border-left: 2px solid lighten($dark-layout-color,10%);
- }
-
- .card-contact-box .f-btn:hover {
- background-color: lighten($dark-layout-color,5%);
- }
-
- .to-do-list {
- border-bottom: 1px solid lighten($dark-layout-color,10%);
- }
-
- .widget-chat-box .media .send-chat {
- background-color: lighten($dark-layout-color,10%);
-
- &:before {
- border-right: 15px solid lighten($dark-layout-color,10%);
- }
- }
-
- .widget-chat-box .media .receive-chat {
- background-color: darken($dark-layout-color,10%);
-
- &:before {
- border-left: 15px solid darken($dark-layout-color,10%);
- }
- }
-
- .card-comment .card-block-small {
- border-bottom: 1px solid lighten($dark-layout-color,5%);
-
- &:hover {
- background-color: lighten($dark-layout-color,5%);
- }
- }
-
- .alert {
- &.alert-danger,
- &.alert-default,
- &.alert-info,
- &.alert-primary,
- &.alert-success,
- &.alert-warning {
- background-color: $dark-layout-color;
- }
- $alert-name: default, primary, success, info, warning, danger;
- $alert-color: $default-color, $primary-color, $success-color, $info-color, $warning-color, $danger-color;
- @each $var in $alert-name {
- $i: index($alert-name, $var);
-
- &.background-#{$var} {
- background-color: nth($alert-color, $i);
- color: #fff;
- }
- }
- }
-
- .accordion-msg {
- color: $light-color-text;
- border-top: 1px solid lighten($dark-layout-color,10%);
- }
-
- .accordion-desc {
- color: $light-color-text;
- }
-
- .md-tabs {
- .nav-item {
- a {
- color: $light-color-text;
-
- &.active,
- &:focus,
- &:hover {
- color: $primary-color;
- }
-
- &.active {
- &:focus,
- &:hover {
- color: $primary-color;
- }
- }
- }
- }
- }
-
- .nav-tabs {
- border-bottom: 1px solid lighten($dark-layout-color,10%);
-
- .nav-link {
- &:focus,
- &:hover {
- border-color: lighten($dark-layout-color,10%);
- }
- }
- }
-
- .tab-below {
- border-top: 1px solid lighten($dark-layout-color,10%);
- border-bottom: none;
-
- .nav-link {
- margin-top: 1px;
- }
- }
-
- .scroll-list li {
- background-color: lighten($dark-layout-color,7%);
- color: $light-color-text;
-
- &:nth-child(even) {
- background-color: lighten($dark-layout-color,12%);
- }
- }
-
- .panel {
- background-color: lighten($dark-layout-color,10%);
-
- .panel-footer {
- background-color: lighten($dark-layout-color,7%);
- border-top: 1px solid darken($dark-layout-color,7%);
- }
- }
-
- .well {
- background-color: darken($dark-layout-color,7%);
- border: 1px solid lighten($dark-layout-color,10%);
- }
-
- .page-link {
- background-color: lighten($dark-layout-color,10%);
- border-color: darken($dark-layout-color,7%);
- }
-
- .jqpagination input {
- margin: 0;
- height: 30px;
- }
- .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
- color: $light-color-text;
- background-color: lighten($dark-layout-color,5%);
- border-color: #ddd #ddd lighten($dark-layout-color,5%);
- }
- .nav-tabs.tab-below .nav-item.show .nav-link, .nav-tabs.tab-below .nav-link.active {
- border-color: lighten($dark-layout-color,5%) #ddd #ddd ;
- }
- .modal-content {
- background-color: lighten($dark-layout-color,7%);
-
- .modal-header {
- border-bottom: 1px solid $dark-layout-color;
- }
-
- .modal-footer {
- border-top: 1px solid $dark-layout-color;
- }
- }
-
- .br-theme-bars-square .br-widget a {
- background-color: lighten($dark-layout-color,7%);
- }
-
- .jstree-anchor.jstree-hovered {
- background-color: lighten($dark-layout-color,10%);
- }
-
- .dd-handle {
- color: $light-color-text;
- }
-
- .dd3-content {
- color: $light-color-text;
- border: 1px solid $dark-layout-color;
- background-color: lighten($dark-layout-color,10%);
- }
-
- .img-thumbnail {
- background-color: $dark-layout-color;
- border: 1px solid darken($dark-layout-color,7%);
- }
-
- .dotted-line-theme .no_edit:hover {
- background-color: lighten($dark-layout-color,10%);
- border-bottom: 1px solid $dark-layout-color;
- }
-
- .icon-list-demo i {
- color: $light-color-text;
- }
-
- .form-radio {
- label {
- color: $light-color-text;
- }
- }
-
- .bootstrap-tagsinput {
- background-color: lighten($dark-layout-color,10%);
- }
-
- #reportrange {
- background-color: lighten($dark-layout-color,10%) !important;
- }
-
- .select2-container--default .select2-selection--multiple,
- .select2-dropdown {
- background-color: lighten($dark-layout-color,7%);
- }
-
- .ms-container .ms-selectable,
- .ms-container .ms-selection {
- background-color: lighten($dark-layout-color,7%);
-
- li {
- &.ms-elem-selectable {
- color: $light-color-text;
- }
-
- &.disabled {
- background-color: lighten($dark-layout-color,7%);
- opacity: 0.5;
- }
- }
- }
-
- .wizard {
- > .content {
- background-color: lighten($dark-layout-color,5%);
- }
-
- > .steps {
- .disabled {
- a,
- a:active,
- a:hover {
- background-color: lighten($dark-layout-color,7%);
- }
- }
-
- .done a {
- background-color: $dark-layout-color;
- }
- }
- }
-
- .table-bordered {
- border: 1px solid lighten($dark-layout-color,10%);
-
- td,
- th {
- border: 1px solid lighten($dark-layout-color,10%);
- }
- }
-
- a.dt-button.disabled,
- button.dt-button.disabled,
- div.dt-button.disabled {
- background-image: none;
- opacity: 0.5;
- }
-
- .fixedHeader-floating {
- background-color: lighten($dark-layout-color,10%);
- }
-
- table.DTFC_Cloned tfoot,
- table.DTFC_Cloned thead {
- background-color: lighten($dark-layout-color,7%);
- }
-
- .dt-responsive input {
- background-color: lighten($dark-layout-color,10%);
- border: 1px solid lighten($dark-layout-color,5%);
- }
-
- .footable-details.table-striped > tbody > tr:nth-child(odd),
- .footable.table-striped > tbody > tr:nth-child(odd) {
- background: lighten($dark-layout-color,5%);
- }
-
- .footable-details.table > thead > tr > td,
- .footable-details.table > thead > tr > th,
- .footable.table > thead > tr > td,
- .footable.table > thead > tr > th {
- border-bottom: 2px solid $dark-layout-color;
- }
-
- .c3-tooltip td,
- .morris-hover {
- background-color: $dark-layout-color;
- }
-
- #chart_Candlestick,
- #chart_Combo,
- #chart_Donut,
- #chart_Exploading,
- #chart_Threshold,
- #chart_Waterfall,
- #chart_area,
- #chart_bar,
- #chart_bubble,
- #chart_stacking {
- rect {
- fill: lighten($dark-layout-color,5%) !important;
- }
- }
-
- .auth-box {
- .form-control {
- background-color: #fff;
- }
- }
-
- .chat-header {
- color: $light-color-text;
- }
-
- .social-msg a span {
- color: darken($light-color-text, 5%);
- }
-
- .bg-white {
- background: lighten($dark-layout-color,5%) !important;
- }
-
- .list-group-item {
- background: lighten($dark-layout-color,5%);
- }
-
- ul.list-contacts {
- a {
- color: $light-color-text;
- }
- }
-
- .card-header-img {
- h5,
- h6 {
- color: $light-color-text;
- }
- }
-
- .prod-item .prod-info {
- background: lighten($dark-layout-color,5%);
- }
-
- .email-card {
- .user-body {
- background: lighten($dark-layout-color,5%);
-
- .page-list li.mail-section a {
- color: $light-color-text;
-
- &.active,
- &:hover {
- background: transparentize(#fff,0.8);
- }
- }
-
- .label-list a {
- color: $light-color-text;
- }
- }
-
- .mail-body-content {
- tr:hover {
- background: transparentize(#fff,0.8);
- }
-
- .unread a {
- color: $light-color-text;
- }
-
- .read a {
- color: darken($light-color-text, 10%);
- }
- }
-
- .user-mail h6 {
- color: $light-color-text;
- }
- }
-
- .wall-img-preview .wall-item {
- border: 2px solid lighten($dark-layout-color,5%);
- }
-
- .msg-send {
- background: lighten($dark-layout-color,8%);
- }
-
- .filter-bar > .navbar {
- background: lighten($dark-layout-color,5%);
- }
-
- .navbar-light .navbar-nav .active > .nav-link,
- .navbar-light .navbar-nav .nav-link,
- .navbar-light .navbar-nav .nav-link.active,
- .navbar-light .navbar-nav .nav-link.show,
- .navbar-light .navbar-nav .show > .nav-link {
- color: $light-color-text;
- }
-
- #task-container {
- li {
- background: lighten($dark-layout-color,10%);
- color: $light-color-text;
- }
- }
-
- .text-inverse {
- color: $light-color-text !important;
- }
-
- .note-card {
- .note-write {
- background: -webkit-linear-gradient(top, lighten($dark-layout-color,20%) 0%, lighten($dark-layout-color,30%) 5%) 0 0;
- background-size: 100% 35px;
- }
-
- .note-box-aside {
- border-right: 1px solid lighten($dark-layout-color,10%);
- }
- }
-
- .invoice-table {
- border-left: none;
- }
-
- .invoice-total,
- .thead-default th {
- background: $dark-layout-color;
- }
-
- #external-events .fc-event,
- .danger-nav,
- .fc-state-default,
- .info-nav,
- .light-nav-border,
- .primary-nav,
- .success-nav,
- .warning-nav {
- background-color: lighten($dark-layout-color,10%);
- color: $light-color-text;
- }
-
- .jFiler-input-dragDrop,
- .jFiler-theme-default .jFiler-input {
- background-color: lighten($dark-layout-color,3%);
- }
-
- .danger-nav .navbar-varient-submenu,
- .info-nav .navbar-varient-submenu,
- .light-nav-border .navbar-varient-submenu,
- .primary-nav .navbar-varient-submenu,
- .success-nav .navbar-varient-submenu,
- .warning-nav .navbar-varient-submenu {
- background-color: lighten($dark-layout-color,7%);
- color: $light-color-text;
- }
-
- .danger-nav .navbar-varient-submenu a:hover,
- .info-nav .navbar-varient-submenu a:hover,
- .light-nav-border .navbar-varient-submenu a:hover,
- .primary-nav .navbar-varient-submenu a:hover,
- .success-nav .navbar-varient-submenu a:hover,
- .warning-nav .navbar-varient-submenu a:hover {
- background-color: lighten($dark-layout-color,10%);
- }
-
- .card.version .card-header .card-header-right {
- background-color: lighten($dark-layout-color,5%);
- color: $light-color-text;
- }
-
- .version {
- .nav li {
- &:first-child {
- color: $light-color-text;
- }
-
- &:hover {
- background-color: lighten($dark-layout-color,10%);
- }
-
- a {
- color: $light-color-text;
- }
- }
- }
-
- .main-timeline {
- background-color: lighten($dark-layout-color,5%);
-
- .bg-white {
- background-color: lighten($dark-layout-color,10%) !important;
- }
-
- .cd-timeline-content {
- background-color: lighten($dark-layout-color,10%);
-
- h6,
- i,
- p,
- span {
- color: $light-color-text;
- }
- }
- }
- #styleSelector{
- color: $dark-layout-color;
- .form-control{
- color: $dark-layout-color;
- }
- }
-
- table.dataTable {
- tbody tr{
- background-color: lighten($dark-layout-color,15%);
- }
- &.display,
- &.stripe {
- tbody tr.odd {
- background-color: lighten($dark-layout-color,25%);
- }
- }
- &.display,
- &.order-column.stripe {
- tbody tr.even > .sorting_1 {
- background-color: lighten($dark-layout-color,30%);
- }
-
- tbody tr.odd > .sorting_1 {
- background-color: lighten($dark-layout-color,20%);
- }
- }
- }
-
- .table-striped tbody tr:nth-of-type(odd) {
- background-color: transparentize($primary-color, 0.9);
- }
- // end
- .chat-card .received-chat .msg{
- background-color: lighten($dark-layout-color,10%);
- }
- .chat-card .send-chat .msg{
- background-color: lighten($dark-layout-color,5%);
- }
- .chat-card .chat-saprator span{
- background: lighten($dark-layout-color,5%);
- color: $light-color-text;
- }
- .header-navbar .navbar-wrapper .navbar-container .header-notification.active:before{
- border-left-color:$dark-layout-color;
- border-top-color: $dark-layout-color;
- }
- .chat-card .chat-control .chat-form .form-control{
- background-color: transparent;
- &:focus,&:active{
- box-shadow: none;
- }
- }
- .main-menu .main-menu-header:before,
- .page-header:before{
- background-color:transparentize(lighten($dark-layout-color,10%),0.2);
- }
- }
|