관리-도구
편집 파일: dark-theme.css
[data-bs-theme=dark] body { color: var(--bs-body-color); background-color: var(--bs-body-bg-2); /* aligns */ /*header*/ /* sidebar */ /* main content */ /*page footer*/ /* Metis Menu */ /* order offcanvas */ /* utilities */ /* email box */ /* chat box */ } [data-bs-theme=dark] body input::-moz-placeholder { color: #fff !important; } [data-bs-theme=dark] body input::placeholder { color: #fff !important; } [data-bs-theme=dark] body .bg-light { background-color: #32363b !important; } [data-bs-theme=dark] body .card-title { color: #dee2e6; } [data-bs-theme=dark] body .top-header .navbar { background-color: #212529; } [data-bs-theme=dark] body .top-header .navbar .search-bar .search-control:focus { border: 1px solid var(--bs-border-color); } [data-bs-theme=dark] body .top-header .navbar .search-bar .search-popup { background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .top-header .navbar .search-bar .search-popup .card { border: 1px solid var(--bs-border-color-translucent); } [data-bs-theme=dark] body .top-header .navbar .search-bar .search-popup .search-title { color: #939aa0; } [data-bs-theme=dark] body .top-header .navbar .search-bar .search-popup .kewords { color: var(--bs-body-color); background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .top-header .navbar .search-bar .search-popup .kewords:hover { color: #efefef; background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .top-header .navbar .search-bar .search-popup .search-list-item:hover { color: var(--bs-body-color); background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .top-header .navbar .search-bar .search-popup .search-list-item .list-icon { background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .top-header .navbar .nav-item .mega-menu { background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .top-header .navbar .nav-item .mega-menu .mega-menu-icon { background-color: #f8f8f8; } [data-bs-theme=dark] body .top-header .navbar .nav-item .mega-menu .card:hover { background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .top-header .navbar .nav-item .dropdown-apps .app-wrapper { background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .top-header .navbar .nav-item .dropdown-apps .app-wrapper:hover { background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .top-header .navbar .nav-item .dropdown-notify .option { color: var(--bs-body-color); background-color: var(--bs-body-bg); border: 0px solid var(--bs-border-color-translucent); } [data-bs-theme=dark] body .top-header .navbar .nav-item .dropdown-notify .option:hover { background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .top-header .navbar .nav-item .dropdown-notify .notify-title { color: var(--bs-body-color); } [data-bs-theme=dark] body .top-header .navbar .nav-item .dropdown-notify .notify-desc { color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; } [data-bs-theme=dark] body .top-header .navbar .nav-item .dropdown-notify .notify-time { color: #939aa0; } [data-bs-theme=dark] body .top-header .navbar .nav-item .dropdown-notify .user-wrapper { background-color: #efefef; } [data-bs-theme=dark] body .top-header .navbar .nav-item .dropdown-notify .notify-close { background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .top-header .navbar .dropdown-menu { border: 1px solid var(--bs-border-color-translucent); } [data-bs-theme=dark] body .top-header .navbar .dropdown-menu::after { background: var(--bs-body-bg); border-top: 1px solid var(--bs-border-color); border-left: 1px solid var(--bs-border-color); } [data-bs-theme=dark] body .top-header .navbar .btn-toggle a { color: #dee2e6; } [data-bs-theme=dark] body .top-header .navbar .btn-toggle a:hover, [data-bs-theme=dark] body .top-header .navbar .btn-toggle a:focus { color: #ffffff; background-color: #383c40; } [data-bs-theme=dark] body .top-header .navbar .nav-right-links .nav-link { color: #dee2e6; } [data-bs-theme=dark] body .top-header .navbar .nav-right-links .nav-link:hover, [data-bs-theme=dark] body .top-header .navbar .nav-right-links .nav-link:focus { color: #ffffff; background-color: #383c40; } [data-bs-theme=dark] body .sidebar-wrapper { background-color: var(--bs-body-bg); border-right: 1px solid var(--bs-border-color); } [data-bs-theme=dark] body .sidebar-wrapper .sidebar-header { background-color: var(--bs-body-bg); border-right: 1px solid var(--bs-border-color); } [data-bs-theme=dark] body .sidebar-wrapper .sidebar-header .sidebar-close { color: #dee2e6; } [data-bs-theme=dark] body .sidebar-wrapper .sidebar-header .sidebar-close:hover, [data-bs-theme=dark] body .sidebar-wrapper .sidebar-header .sidebar-close:focus { color: #ffffff; background-color: #383c40; } [data-bs-theme=dark] body .sidebar-wrapper .sidebar-nav { background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .sidebar-wrapper .sidebar-bottom { background-color: var(--bs-body-bg); border-top: 1px solid var(--bs-border-color); border-right: 1px solid var(--bs-border-color); } [data-bs-theme=dark] body .sidebar-wrapper .sidebar-bottom .footer-icon { color: #dee2e6; } [data-bs-theme=dark] body .sidebar-wrapper .sidebar-bottom .footer-icon:hover, [data-bs-theme=dark] body .sidebar-wrapper .sidebar-bottom .footer-icon:focus { color: #ffffff; background-color: #383c40; } [data-bs-theme=dark] body .sidebar-wrapper .sidebar-bottom .dropdown-menu { background-color: var(--bs-body-bg-2); border: 1px solid var(--bs-border-color-translucent); } [data-bs-theme=dark] body .chip { color: var(--bs-body-color); background-color: var(--bs-body-bg-2); border: 1px solid var(--bs-border-color); } [data-bs-theme=dark] body .main-wrapper .main-content .breadcrumb-title { border-right: 1.5px solid var(--bs-border-color-translucent); } [data-bs-theme=dark] body .main-wrapper .main-content .sharelink { color: #dee2e6; } [data-bs-theme=dark] body .main-wrapper .main-content .sharelink:hover, [data-bs-theme=dark] body .main-wrapper .main-content .sharelink:focus { color: #ffffff; background-color: #383c40; } [data-bs-theme=dark] body .main-wrapper .main-content .options { color: #dee2e6; } [data-bs-theme=dark] body .main-wrapper .main-content .options:hover, [data-bs-theme=dark] body .main-wrapper .main-content .options:focus { color: #ffffff; background-color: #383c40; } [data-bs-theme=dark] body .main-wrapper .main-content .vertical-pills .nav-link { border-bottom: 1px solid var(--bs-border-color); color: var(--bs-body-color); } [data-bs-theme=dark] body .main-wrapper .main-content .vertical-pills .nav-link:last-child { border-bottom: 0px solid #dee2e6; } [data-bs-theme=dark] body .main-wrapper .main-content .customer-table table .customer-name { color: var(--bs-body-color); } [data-bs-theme=dark] body .main-wrapper .main-content .product-table table .product-category { color: #878d96; } [data-bs-theme=dark] body .main-wrapper .main-content .product-table table .product-title { color: var(--bs-body-color); } [data-bs-theme=dark] body .main-wrapper .main-content .product-table table .product-tags .btn-tags { background-color: var(--bs-body-bg-2); color: var(--bs-body-color); } [data-bs-theme=dark] body .main-wrapper .main-content .product-table table .product-rating { background-color: var(--bs-body-bg); border: 1px solid var(--bs-border-color); } [data-bs-theme=dark] body .main-wrapper .main-content .apexcharts-datalabel, [data-bs-theme=dark] body .main-wrapper .main-content .apexcharts-datalabel-label, [data-bs-theme=dark] body .main-wrapper .main-content .apexcharts-datalabel-value, [data-bs-theme=dark] body .main-wrapper .main-content .apexcharts-datalabels, [data-bs-theme=dark] body .main-wrapper .main-content .apexcharts-pie-label { fill: #fff; } [data-bs-theme=dark] body .separator .line { background-color: var(--bs-border-color); } [data-bs-theme=dark] body .auth-cover-left { background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .order-delete { color: #dee2e6; cursor: pointer; } [data-bs-theme=dark] body .order-delete:hover, [data-bs-theme=dark] body .order-delete:focus { color: #ffffff; background-color: #383c40; } [data-bs-theme=dark] body .page-footer { background-color: #212529; border-top: 0px solid var(--bs-border-color); } [data-bs-theme=dark] body .sidebar-nav .metismenu { background: 0 0; } [data-bs-theme=dark] body .sidebar-nav .metismenu a { color: #a7acb1; } [data-bs-theme=dark] body .sidebar-nav .metismenu a:active { color: #ffffff; background-color: rgba(255, 255, 255, 0.05); } [data-bs-theme=dark] body .sidebar-nav .metismenu a:focus { color: #ffffff; background-color: rgba(255, 255, 255, 0.05); } [data-bs-theme=dark] body .sidebar-nav .metismenu a:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.05); } [data-bs-theme=dark] body .sidebar-nav .metismenu ul { background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .sidebar-nav .metismenu .mm-active > a { color: #ffffff; background-color: rgba(255, 255, 255, 0.05); } [data-bs-theme=dark] body .menu-label { color: #b0afaf; } [data-bs-theme=dark] body .metismenu .has-arrow:after { border-color: initial; } [data-bs-theme=dark] body .primaery-menu-close { color: #dee2e6; } [data-bs-theme=dark] body .primaery-menu-close:hover, [data-bs-theme=dark] body .primaery-menu-close:focus { color: #ffffff; background-color: #383c40; } [data-bs-theme=dark] body .theme-icons { background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .error { color: #fe1010; } [data-bs-theme=dark] body .dash-lable { background-color: #f3f3f3; } [data-bs-theme=dark] body form select.error, [data-bs-theme=dark] body form textarea.error, [data-bs-theme=dark] body form input.error, [data-bs-theme=dark] body form input.error:focus, [data-bs-theme=dark] body form textarea.error:focus, [data-bs-theme=dark] body form select.error:focus { border-color: #fe1010 !important; } [data-bs-theme=dark] body .gmaps, [data-bs-theme=dark] body .gmaps-panaroma { background: var(--bs-body-bg-2); } [data-bs-theme=dark] body .bootstrap-tagsinput { background-color: var(--bs-body-bg); border-color: var(--bs-border-color); } [data-bs-theme=dark] body .mail-read { color: #a2b0c5 !important; background-color: var(--bs-body-bg-2) !important; } [data-bs-theme=dark] body .email-wrapper { background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .email-sidebar { background-color: var(--bs-body-bg); border-right: 1px solid var(--bs-border-color-translucent); } [data-bs-theme=dark] body .email-sidebar-header { background-color: var(--bs-body-bg); border-bottom: 1px solid var(--bs-border-color-translucent); } [data-bs-theme=dark] body .email-navigation { border-bottom: 1px solid var(--bs-border-color-translucent); } [data-bs-theme=dark] body .email-navigation a.list-group-item { color: var(--bs-body-color-rgb); background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .email-navigation a.list-group-item:hover { background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .email-navigation a.list-group-item.active { color: #0b5ed7; background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .email-header { background-color: var(--bs-body-bg); border-bottom: 1px solid var(--bs-border-color-translucent); } [data-bs-theme=dark] body .email-content { background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .email-meeting a.list-group-item { color: var(--bs-body-color-rgb); background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .email-meeting a.list-group-item:hover { background-color: var(--bs-body-bg-2); } [data-bs-theme=dark] body .email-hangout .chat-user-online:before { box-shadow: 0 0 0 2px #fff; background: #16e15e; } [data-bs-theme=dark] body .email-toggle-btn { color: var(--bs-body-color); background-color: var(--bs-body-bg); } [data-bs-theme=dark] body .email-time { color: var(--bs-body-color); } [data-bs-theme=dark] body .email-list div.email-message { background-color: var(--bs-body-bg); border-bottom: 1px solid rgba(0, 0, 0, 0.08); color: var(--bs-body-color); } [data-bs-theme=dark] body .email-list div.email-message:hover { transition: all 0.2s ease-out; background-color: var(--bs-body-bg-2) !important; color: var(--bs-body-color); } [data-bs-theme=dark] body .email-star { color: #6c757d; } [data-bs-theme=dark] body .email-read-box { position: relative; height: 530px; } [data-bs-theme=dark] body .compose-mail-popup { width: 42%; position: fixed; bottom: -30px; right: 30px; z-index: 15; display: none; } [data-bs-theme=dark] body .compose-mail-toggled { display: block; } [data-bs-theme=dark] body .compose-mail-title { font-size: 16px; } [data-bs-theme=dark] body .compose-mail-close { width: 25px; height: 25px; line-height: 25px; text-align: center; font-size: 14px; border-radius: 2px; background-color: rgba(255, 255, 255, 0); } [data-bs-theme=dark] body .compose-mail-close:hover { background-color: rgba(255, 255, 255, 0.2); } [data-bs-theme=dark] body .chat-wrapper { width: auto; height: 600px; border-radius: 0.25rem; position: relative; background-color: var(--bs-body-bg); box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1); } [data-bs-theme=dark] body .chat-sidebar { width: 340px; height: 100%; position: absolute; background-color: var(--bs-body-bg); left: 0; top: 0; bottom: 0; z-index: 2; overflow: hidden; border-right: 1px solid var(--bs-border-color-translucent); border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } [data-bs-theme=dark] body .chat-sidebar-header { width: auto; height: auto; position: relative; background-color: var(--bs-body-bg); border-bottom: 1px solid var(--bs-border-color); border-right: 0 solid rgba(0, 0, 0, 0.125); border-top-left-radius: 0.25rem; padding: 15px; } [data-bs-theme=dark] body .chat-sidebar-header .chat-user-online:before { content: ""; position: absolute; bottom: 7px; left: 40px; width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 0 2px #fff; background: #16e15e; } [data-bs-theme=dark] body .chat-sidebar-content { padding: 0; } [data-bs-theme=dark] body .chat-user-online { position: relative; } [data-bs-theme=dark] body .chat-list { position: relative; height: 300px; } [data-bs-theme=dark] body .chat-list .chat-user-online:before { content: ""; position: absolute; bottom: 7px; left: 36px; width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 0 2px #fff; background: #16e15e; } [data-bs-theme=dark] body .chat-list .list-group-item { border: 1px solid rgba(0, 0, 0, 0); background-color: transparent; } [data-bs-theme=dark] body .chat-list .list-group-item:hover { border: 1px solid rgba(0, 0, 0, 0); background-color: rgba(13, 110, 253, 0.12); } [data-bs-theme=dark] body .chat-list .list-group-item.active { background-color: rgba(13, 110, 253, 0.12); } [data-bs-theme=dark] body .chat-content { margin-left: 340px; padding: 85px 15px 15px 15px; position: relative; width: auto; height: 520px; } [data-bs-theme=dark] body .chat-header { position: absolute; height: 70px; left: 340px; right: 0; top: 0; padding: 15px; background-color: var(--bs-body-bg); border-bottom: 1px solid var(--bs-border-color); border-top-right-radius: 0.25rem; z-index: 1; } [data-bs-theme=dark] body .chat-footer { position: absolute; height: 70px; left: 340px; right: 0; bottom: 0; padding: 15px; background: var(--bs-body-bg); border-top: 1px solid var(--bs-border-color); border-bottom-right-radius: 0.25rem; } [data-bs-theme=dark] body .chat-footer-menu { display: none; } [data-bs-theme=dark] body .chat-footer-menu a { display: inline-block; width: 40px; height: 40px; line-height: 40px; font-size: 18px; color: var(--bs-body-color); text-align: center; border-radius: 50%; margin: 3px; background-color: var(--bs-body-bg-2); border: 1px solid var(--bs-border-color); } @media (min-width: 1280px) { [data-bs-theme=dark] body .chat-footer-menu { display: block; } } [data-bs-theme=dark] body .chat-tab-menu li a.nav-link { padding: 0.3rem 0.2rem; line-height: 1.2; color: var(--bs-body-color); } [data-bs-theme=dark] body .chat-tab-menu .nav-pills .nav-link.active, [data-bs-theme=dark] body .chat-tab-menu .nav-pills .show > .nav-link { color: #008cff; background-color: rgba(0, 123, 255, 0); } [data-bs-theme=dark] body .chat-title { font-size: 14px; color: #272b2f; } [data-bs-theme=dark] body .chat-msg { font-size: 13px; color: #6c757d; } [data-bs-theme=dark] body .chat-time { font-size: 13px; color: #6c757d; } [data-bs-theme=dark] body .chart-online { color: #16e15e; } [data-bs-theme=dark] body .chat-top-header-menu { display: none; } [data-bs-theme=dark] body .chat-top-header-menu a { display: inline-block; width: 40px; height: 40px; line-height: 40px; font-size: 18px; color: var(--bs-body-color); text-align: center; border-radius: 50%; margin: 3px; background-color: var(--bs-body-bg-2); border: 1px solid var(--bs-border-color); } @media (min-width: 1280px) { [data-bs-theme=dark] body .chat-top-header-menu { display: block; } } [data-bs-theme=dark] body .chat-content-leftside .chat-left-msg { width: -moz-fit-content; width: fit-content; background-color: #eff2f5; padding: 0.8rem; border-radius: 12px; max-width: 480px; text-align: left; border-top-left-radius: 0; color: #fff; } [data-bs-theme=dark] body .chat-content-rightside .chat-right-msg { width: -moz-fit-content; width: fit-content; background-color: #dcedff; padding: 0.8rem; border-radius: 12px; float: right; max-width: 480px; text-align: left; border-bottom-right-radius: 0; color: #fff; } [data-bs-theme=dark] body .chat-toggle-btn { width: 40px; height: 40px; line-height: 40px; margin-right: 15px; text-align: center; font-size: 24px; color: #6c757d; border-radius: 50%; cursor: pointer; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.15); } @media (min-width: 1280px) { [data-bs-theme=dark] body .chat-toggle-btn { display: none; } }/*# sourceMappingURL=dark-theme.css.map */