cerebrate/webroot/css/themes/theme-darkly.css

365 lines
10 KiB
CSS

/* Callout */
.callout {
border: 1px solid 1px solid none;
border-radius: .25rem;
background-color: #363636;
box-shadow: none; }
.callout-primary {
border-left-color: #375a7f;
border-left-width: .25rem;
border-left-style: solid; }
.callout-secondary {
border-left-color: #444;
border-left-width: .25rem;
border-left-style: solid; }
.callout-success {
border-left-color: #00bc8c;
border-left-width: .25rem;
border-left-style: solid; }
.callout-info {
border-left-color: #3498db;
border-left-width: .25rem;
border-left-style: solid; }
.callout-warning {
border-left-color: #f39c12;
border-left-width: .25rem;
border-left-style: solid; }
.callout-danger {
border-left-color: #e74c3c;
border-left-width: .25rem;
border-left-style: solid; }
.callout-light {
border-left-color: #adb5bd;
border-left-width: .25rem;
border-left-style: solid; }
.callout-dark {
border-left-color: #303030;
border-left-width: .25rem;
border-left-style: solid; }
/* Toasts */
.toast {
min-width: 250px; }
.toast-primary {
color: #111b26;
background-color: #c3ced9;
border-color: #afbdcc; }
.toast-primary strong {
border-top-color: #9fb0c2; }
.toast-secondary {
color: #141414;
background-color: #c7c7c7;
border-color: #b4b4b4; }
.toast-secondary strong {
border-top-color: #a7a7a7; }
.toast-success {
color: #00382a;
background-color: #b3ebdd;
border-color: #99e4d1; }
.toast-success strong {
border-top-color: #85dfc8; }
.toast-info {
color: #102e42;
background-color: #c2e0f4;
border-color: #aed6f1; }
.toast-info strong {
border-top-color: #98cbed; }
.toast-warning {
color: #492f05;
background-color: #fbe1b8;
border-color: #fad7a0; }
.toast-warning strong {
border-top-color: #f9cd88; }
.toast-danger {
color: #451712;
background-color: #f8c9c5;
border-color: #f5b7b1; }
.toast-danger strong {
border-top-color: #f2a29a; }
.toast-light {
color: #343639;
background-color: #e6e9eb;
border-color: #dee1e5; }
.toast-light strong {
border-top-color: #d0d4da; }
.toast-dark {
color: #0e0e0e;
background-color: #c1c1c1;
border-color: #acacac; }
.toast-dark strong {
border-top-color: #9f9f9f; }
/* Dropdown-item */
.dropdown-item.dropdown-item-primary {
color: #fff;
text-decoration: none;
background-color: #375a7f; }
.dropdown-item.dropdown-item-outline-primary:hover {
color: #fff;
background-color: #375a7f; }
.dropdown-item.dropdown-item-secondary {
color: #fff;
text-decoration: none;
background-color: #444; }
.dropdown-item.dropdown-item-outline-secondary:hover {
color: #fff;
background-color: #444; }
.dropdown-item.dropdown-item-success {
color: #fff;
text-decoration: none;
background-color: #00bc8c; }
.dropdown-item.dropdown-item-outline-success:hover {
color: #fff;
background-color: #00bc8c; }
.dropdown-item.dropdown-item-info {
color: #fff;
text-decoration: none;
background-color: #3498db; }
.dropdown-item.dropdown-item-outline-info:hover {
color: #fff;
background-color: #3498db; }
.dropdown-item.dropdown-item-warning {
color: #fff;
text-decoration: none;
background-color: #f39c12; }
.dropdown-item.dropdown-item-outline-warning:hover {
color: #fff;
background-color: #f39c12; }
.dropdown-item.dropdown-item-danger {
color: #fff;
text-decoration: none;
background-color: #e74c3c; }
.dropdown-item.dropdown-item-outline-danger:hover {
color: #fff;
background-color: #e74c3c; }
.dropdown-item.dropdown-item-light {
color: #fff;
text-decoration: none;
background-color: #adb5bd; }
.dropdown-item.dropdown-item-outline-light:hover {
color: #fff;
background-color: #adb5bd; }
.dropdown-item.dropdown-item-dark {
color: #fff;
text-decoration: none;
background-color: #303030; }
.dropdown-item.dropdown-item-outline-dark:hover {
color: #fff;
background-color: #303030; }
/* Progress Timeline */
.progress-timeline {
padding: 0.2em 0.2em 0.5em 0.2em; }
.progress-timeline ul {
position: relative;
padding: 0; }
.progress-timeline li {
list-style-type: none;
position: relative; }
.progress-timeline li.progress-inactive {
opacity: 0.5; }
.progress-timeline .progress-line {
height: 2px; }
.progress-timeline .progress-line.progress-inactive {
opacity: 0.5; }
/* Forms severity */
.form-control.is-invalid.info {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%233498db' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%233498db' stroke='none'/%3e%3c/svg%3e"); }
.form-control.is-invalid.info:focus {
border-color: #3498db;
box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25); }
.form-control.is-invalid.warning {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f39c12' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f39c12' stroke='none'/%3e%3c/svg%3e"); }
.form-control.is-invalid.warning:focus {
border-color: #f39c12;
box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.25); }
.form-select.is-invalid:not([multiple]):not([size]).info,
.form-select.is-invalid:not([multiple])[size="1"]
.form-select.is-invalid.info {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%233498db'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%233498db' stroke='none'/%3e%3c/svg%3e");
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.form-select.is-invalid:not([multiple]):not([size]).info:focus,
.form-select.is-invalid:not([multiple])[size="1"]
.form-select.is-invalid.info:focus {
box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25); }
.form-select.is-invalid:not([multiple]):not([size]).warning,
.form-select.is-invalid:not([multiple])[size="1"]
.form-select.is-invalid.warning {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f39c12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f39c12' stroke='none'/%3e%3c/svg%3e");
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.form-select.is-invalid:not([multiple]):not([size]).warning:focus,
.form-select.is-invalid:not([multiple])[size="1"]
.form-select.is-invalid.warning:focus {
box-shadow: 0 0 0 0.25rem rgba(243, 156, 18, 0.25); }
.form-check-input.is-invalid.info {
border-color: #3498db; }
.form-check-input.is-invalid.info:checked {
background-color: #3498db; }
.form-check-input.is-invalid.info ~ .form-check-label {
color: unset; }
.form-check-input.is-invalid.info:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25); }
.form-check-input.is-invalid.warning {
border-color: #f39c12; }
.form-check-input.is-invalid.warning:checked {
background-color: #f39c12; }
.form-check-input.is-invalid.warning ~ .form-check-label {
color: unset; }
.form-check-input.is-invalid.warning:focus {
box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.25); }
/* Utilities */
.mw-75 {
max-width: 75% !important; }
.mw-50 {
max-width: 50% !important; }
.mw-25 {
max-width: 25% !important; }
.mh-75 {
max-height: 75% !important; }
.mh-50 {
max-height: 50% !important; }
.mh-25 {
max-height: 25% !important; }
.p-abs-center-y {
top: 50%;
transform: translateY(-50%); }
.p-abs-center-x {
left: 50%;
transform: translateX(-50%); }
.p-abs-center-both {
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%); }
/* Body */
.panel {
background-color: #363636;
border: 1px solid #454545;
box-shadow: none; }
/* Top navbar */
.top-navbar {
background-color: #375a7f; }
.center-navbar nav.header-breadcrumb {
color: #fff; }
header.top-navbar .header-menu > a:hover,
header.top-navbar .header-breadcrumb .header-breadcrumb-item > a:hover {
color: #d6d6d6 !important; }
.top-navbar .center-navbar nav.header-breadcrumb li.header-breadcrumb-item a {
color: #fff; }
.top-navbar .right-navbar .header-menu a.nav-link {
color: #fff; }
.top-navbar .left-navbar .navbar-brand img {
filter: invert(1); }
.top-navbar .left-navbar .navbar-brand:hover img {
filter: invert(1) drop-shadow(0px 0px 3px #fff); }
.top-navbar .composed-app-icon-container > .app-icon {
background-color: #fff; }
.breadcrumb-link-container {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
background-color: #adb5bd; }
/* Sidebar */
.sidebar {
transition: width .08s linear;
box-shadow: none;
background-color: #444; }
.sidebar ~ main.content:after {
background: #000; }
.sidebar .sidebar-wrapper {
border-right: 1px solid none; }
.sidebar .sidebar-wrapper {
border-right: 1px solid rgba(0, 0, 0, 0.125); }
.sidebar ul.sidebar-elements li > a.sidebar-link {
color: #fff; }
.sidebar ul.sidebar-elements li > a.sidebar-link.active {
background-color: #595f64;
color: #fff; }
.sidebar ul.sidebar-elements li > a.sidebar-link.have-active-child {
background-color: #595f64;
color: #fff; }
.sidebar ul.sidebar-elements li > a.sidebar-link:hover {
background-color: #60676c;
color: #fff; }
.sidebar.expanded ul.sidebar-elements li > a.sidebar-link.have-active-child,
.sidebar:hover ul.sidebar-elements li > a.sidebar-link.have-active-child {
background-color: unset; }
.sidebar.expanded ul.sidebar-elements li > a.sidebar-link.have-active-child:hover,
.sidebar:hover ul.sidebar-elements li > a.sidebar-link.have-active-child:hover {
background-color: #60676c; }
ul.sidebar-elements li > a.sidebar-link.active::after {
background-color: var(--cerebrate-color); }
.lock-sidebar > a.btn {
background-color: unset; }