2023-11-07 00:46:28 -05:00
|
|
|
body[theme="dark"] {
|
2024-07-24 11:15:17 -04:00
|
|
|
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
2024-08-09 09:49:45 -04:00
|
|
|
background-color: rgba(49, 54, 59, 1);
|
2024-02-25 10:16:57 -05:00
|
|
|
color: #f1f1f1;
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
2024-02-25 10:16:57 -05:00
|
|
|
body[theme="dark"] .navbar .navbar-brand {
|
|
|
|
color: #ffffff;
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
2024-02-25 10:16:57 -05:00
|
|
|
body[theme="dark"] .navbar .dropdown-menu {
|
2024-07-24 11:15:17 -04:00
|
|
|
background-color: rgba(23, 26, 30, 1);
|
|
|
|
border-color: rgba(49, 54, 59, 1);
|
2023-11-07 00:46:28 -05:00
|
|
|
box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px;
|
|
|
|
}
|
|
|
|
|
2024-02-25 10:16:57 -05:00
|
|
|
body[theme="dark"] .navbar .dropdown-menu > li > a {
|
|
|
|
color: #c8c3bc;
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
2024-02-25 10:16:57 -05:00
|
|
|
body[theme="dark"] .navbar .dropdown-menu > li > a:focus,
|
|
|
|
body[theme="dark"] .navbar .dropdown-menu > li > a:hover {
|
2024-07-24 11:15:17 -04:00
|
|
|
background-color: rgba(37, 40, 42, 1);
|
|
|
|
background-image: linear-gradient(rgba(28, 29, 38, 1) 0, rgba(28, 29, 38, 1) 100%);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
2024-02-25 10:16:57 -05:00
|
|
|
body[theme="dark"] .navbar .navbar-nav > .open > a:focus,
|
|
|
|
body[theme="dark"] .navbar .navbar-nav > .open > a:hover,
|
|
|
|
body[theme="dark"] .navbar .navbar-nav > .active > a,
|
|
|
|
body[theme="dark"] .navbar .navbar-nav > .open > a{
|
2024-08-09 09:49:45 -04:00
|
|
|
background-image: none;
|
|
|
|
box-shadow: none;
|
|
|
|
background-color: transparent;
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
2024-07-24 11:15:17 -04:00
|
|
|
body[theme="dark"] .navbar .navbar-nav .open .dropdown-menu > li > a {
|
2024-02-25 10:16:57 -05:00
|
|
|
color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
2023-11-07 00:46:28 -05:00
|
|
|
body[theme="dark"] .content {
|
2024-07-24 11:15:17 -04:00
|
|
|
background-color: rgba(28, 29, 38, 1);
|
2024-02-25 10:16:57 -05:00
|
|
|
border: none;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0.625em 2em;
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0.625em 2em;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.5) 0 0.625em 2em;
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .table {
|
2024-07-24 11:15:17 -04:00
|
|
|
background-color: rgba(28, 29, 38, 1);
|
2023-11-07 00:46:28 -05:00
|
|
|
border-color: #545b5e;
|
|
|
|
}
|
|
|
|
|
2024-07-24 11:15:17 -04:00
|
|
|
body[theme="dark"] .table > tbody > tr > td:before,
|
|
|
|
body[theme="dark"] .table > tfoot > tr > td:before,
|
|
|
|
body[theme="dark"] .table > thead > tr > td:before,
|
|
|
|
body[theme="dark"] .table > thead > tr.node-group-cell > th:before{
|
|
|
|
background-color: rgba(58, 62, 65, 1);
|
2023-12-07 08:58:42 -05:00
|
|
|
}
|
|
|
|
|
2024-07-24 11:15:17 -04:00
|
|
|
body[theme="dark"] .table-striped tbody > tr,
|
2023-11-07 00:46:28 -05:00
|
|
|
body[theme="dark"] .table-striped tbody > tr.even > td,
|
|
|
|
body[theme="dark"] .table-striped tbody > tr.even > th {
|
2024-07-24 11:15:17 -04:00
|
|
|
background-color: rgba(28, 29, 38, 1);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
2024-07-24 11:15:17 -04:00
|
|
|
body[theme="dark"] .table-striped tbody > tr,
|
2023-11-07 00:46:28 -05:00
|
|
|
body[theme="dark"] .table-striped tbody > tr.odd > td,
|
|
|
|
body[theme="dark"] .table-striped tbody > tr.odd > th {
|
2024-07-24 11:15:17 -04:00
|
|
|
background-color: rgba(34, 35, 46, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .table-hover > tbody > tr:hover{
|
|
|
|
background-color: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .table-hover > tbody > tr:not(.expandRow):hover > td {
|
|
|
|
background-color: rgba(48, 50, 65, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* expandRow展开部分样式 */
|
|
|
|
body[theme="dark"] .table > tbody > tr.expandRow.odd > td:before{
|
|
|
|
background-color: rgba(34, 35, 46, 1);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
2024-07-24 11:15:17 -04:00
|
|
|
body[theme="dark"] .table > tbody > tr.expandRow.even > td:before{
|
|
|
|
background-color: rgba(28, 29, 38, 1);
|
|
|
|
}
|
|
|
|
/* expandRow展开部分样式结束 */
|
|
|
|
|
2023-11-07 00:46:28 -05:00
|
|
|
body[theme="dark"] .progress {
|
2024-07-24 11:15:17 -04:00
|
|
|
background-image: linear-gradient(#2c2c2c 0,rgba(28, 29, 38, 1) 100%);
|
|
|
|
background-color: rgba(28, 29, 38, 1);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .progress-bar {
|
2024-07-24 11:15:17 -04:00
|
|
|
color: #ffffff;
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .progress-bar-success {
|
2024-08-09 09:49:45 -04:00
|
|
|
background-image: linear-gradient(to right, rgba(77, 133, 58, 1) 0, rgba(54, 126, 54, 1) 100%);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
2024-08-09 09:49:45 -04:00
|
|
|
body[theme="dark"] .progress-bar-warning {
|
|
|
|
background-image: linear-gradient(to right, rgba(153, 95, 13, 1) 0, rgba(181, 113, 15, 1) 100%);
|
2023-12-07 08:58:42 -05:00
|
|
|
}
|
|
|
|
|
2024-08-09 09:49:45 -04:00
|
|
|
body[theme="dark"] .progress-bar-danger {
|
|
|
|
background-image: linear-gradient(to right, rgba(145, 35, 32, 1) 0, rgba(161, 38, 35, 1) 100%);
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
2024-08-09 09:49:45 -04:00
|
|
|
body[theme="dark"] .progress-offline .progress-bar-success {
|
|
|
|
background-image: linear-gradient(rgba(128, 128, 128, 1) 0, rgba(128, 128, 128, 1) 100%);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
2024-08-09 09:49:45 -04:00
|
|
|
body[theme="dark"] .progress-offline .progress-bar-warning {
|
|
|
|
background-image: linear-gradient(rgba(128, 128, 128, 1) 0, rgba(128, 128, 128, 1) 100%);
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .progress-offline .progress-bar-danger {
|
2024-08-09 09:49:45 -04:00
|
|
|
background-image: linear-gradient(rgba(128, 128, 128, 1) 0, rgba(128, 128, 128, 1) 100%);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .node-cell.status .status-icon.online {
|
2024-08-09 09:49:45 -04:00
|
|
|
background-image: linear-gradient(rgba(77, 133, 58, 1) 0, rgba(54, 126, 54, 1) 100%);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .node-cell.status .status-icon.offline {
|
2024-08-09 09:49:45 -04:00
|
|
|
background-image: linear-gradient(rgba(155, 37, 34, 1) 0, rgba(161, 38, 35, 1) 100%);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .service-status .danger {
|
2024-02-25 10:16:57 -05:00
|
|
|
background-image: linear-gradient(#942320 0, #a12623 100%);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .service-status .good {
|
2024-02-25 10:16:57 -05:00
|
|
|
background-image: linear-gradient(#4d853a, #367e36 100%);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .service-status .warning {
|
2024-02-25 10:16:57 -05:00
|
|
|
background-image: linear-gradient(#995f0d 0, #b5710f 100%);
|
2023-11-07 00:46:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .service-day-status-icon {
|
2024-07-24 11:15:17 -04:00
|
|
|
background-color: rgba(128, 128, 128, 1);
|
2023-12-07 08:58:42 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] footer p a,
|
|
|
|
body[theme="dark"] footer p a:hover {
|
|
|
|
color: #f1f1f1;
|
|
|
|
text-decoration: none;
|
2024-02-25 10:16:57 -05:00
|
|
|
}
|
2024-04-08 10:31:28 -04:00
|
|
|
|
|
|
|
body[theme="dark"] .modal-content{
|
2024-07-24 11:15:17 -04:00
|
|
|
background-color: rgba(28, 29, 38, 1);
|
2024-04-08 10:31:28 -04:00
|
|
|
color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
2024-08-09 09:49:45 -04:00
|
|
|
body[theme="dark"] #earthChartBox .modal-content{
|
|
|
|
background-color: rgba(0, 0, 0, 1);
|
|
|
|
color: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
2024-04-08 10:31:28 -04:00
|
|
|
body[theme="dark"] .modal-header{
|
|
|
|
border-bottom-color:#080808;
|
|
|
|
}
|
|
|
|
|
2024-08-09 09:49:45 -04:00
|
|
|
body[theme="dark"] .modal-header i.xclose{
|
2024-04-08 10:31:28 -04:00
|
|
|
color: #f1f1f1;
|
|
|
|
}
|
2024-07-24 11:15:17 -04:00
|
|
|
|
|
|
|
body[theme="dark"] .toolbox i{
|
|
|
|
color: rgba(241, 241, 241, 1);
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2024-08-10 11:19:52 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
body[theme="dark"] .network-box .network-box-header{
|
|
|
|
border-bottom: 1px solid rgba(110, 112, 121, 0.25);
|
2024-07-24 11:15:17 -04:00
|
|
|
}
|