This commit is contained in:
Bard 2023-02-13 02:50:18 +08:00 committed by GitHub
parent 8a617afa1d
commit ad1801e71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,11 +27,11 @@
* Licensed to the public under the Apache License 2.0
*/
body {
background: #1e1e1e;
background: #06070a;
color: #cccccc;
}
.login-page .login-container .login-form {
background-color: #1e1e1e;
background-color: #06070a;
}
.login-page .login-container .login-form .brand {
color: #adb5bd;
@ -58,10 +58,10 @@ body {
opacity: 0.9;
}
header::after {
background-color: #1e1e1e !important;
background-color: #06070a !important;
}
.main .main-left {
background-color: #1e1e1e !important;
background-color: #06070a !important;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.main .main-left .sidenav-header .brand {
@ -96,7 +96,7 @@ header::after {
color: #cccccc !important;
}
.main .main-left::-webkit-scrollbar-thumb {
background-color: #252526 !important;
background-color: #0a0f17 !important;
}
.main .main-left::-webkit-scrollbar-track {
background-color: #333;
@ -108,17 +108,17 @@ header::after {
box-shadow:inset 0 0 0 5px #363636;
}
.main .main-right {
background-color: #1e1e1e;
background-color: #06070a;
background-attachment: fixed;
}
h2 {
color: #ccc;
background: #333333;
background: #0a0f17;
}
h3 {
color: #ccc;
border-bottom: 0;
background: #333333;
background: #0a0f17;
}
a:-webkit-any-link {
color: -webkit-link;
@ -142,7 +142,7 @@ input:-webkit-autofill {
color: #ccc;
}
header.bg-primary {
background-color: #1e1e1e !important;
background-color: #06070a !important;
}
.cbi-map-descr {
color: #ccc;
@ -153,12 +153,12 @@ header.bg-primary {
}
.panel-title {
color: #ccc;
background-color: #333333;
background-color: #0a0f17;
border-bottom: 0px;
}
div > table > tbody > tr:nth-of-type(2n),
div > .table > .tr:nth-of-type(2n) {
background-color: #252526;
background-color: #0a0f17;
}
table > tbody > tr > td,
table > tfoot > tr > td,
@ -166,12 +166,12 @@ table > thead > tr > td {
color: #ccc;
}
fieldset > table > tbody > tr:nth-of-type(2n) {
background-color: #252526;
background-color: #0a0f17;
}
table > tbody > tr > td,
table > tfoot > tr > td,
table > thead > tr > td {
border-top: 1px solid #252526;
border-top: 1px solid #0a0f17;
}
#swaptotal > div > div,
#swapfree > div > div,
@ -202,7 +202,7 @@ table > thead > tr > td {
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > th {
background-color: #252526;
background-color: #0a0f17;
border-bottom: black 1px solid !important;
}
tr > td,
@ -214,10 +214,10 @@ tr > th,
border-top: 0;
}
.cbi-rowstyle-2 {
background-color: #1e1e1e;
background-color: #06070a;
}
.cbi-rowstyle-1 {
background-color: #252526;
background-color: #0a0f17;
}
.cbi-section > h3:first-child,
.panel-title,
@ -237,7 +237,8 @@ h3 {
overflow: hidden;
}
.cbi-progressbar div {
background-color: #32325d !important;
background-color: var(--dark-primary) !important;
/*background: -webkit-linear-gradient(45deg,#4600da 10%,#b38fff);*/
}
.cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
background-color: #1e1e1f;
@ -257,24 +258,24 @@ abbr {
}
div > table > tbody > tr:nth-of-type(2n),
div > .table > .tbody > .tr:nth-of-type(2n) {
background-color: #252526;
background-color: #0a0f17;
}
#content_syslog {
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35);
}
#syslog {
color: #ccc;
background-color: #1e1e1e;
background-color: #0a0f17;
}
#iwsvg,
#iwsvg2,
#bwsvg {
overflow: hidden;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35);
background-color: #1e1e1e !important;
background-color: #06070a !important;
}
.tabs {
background-color: #252526;
background-color: #0a0f17;
}
.tabs > li[class~="active"] > a {
color: #ccc;
@ -295,7 +296,7 @@ div > .table > .tbody > .tr:nth-of-type(2n) {
color: #ccc;
}
.cbi-tabmenu > li {
background: #2d2d2d;
background: var(--dark-primary);
}
.cbi-tabmenu li[class~="cbi-tab"] a {
color: #ccc;
@ -308,7 +309,7 @@ div > .table > .tbody > .tr:nth-of-type(2n) {
background-color: #181819;
}
.cbi-tabcontainer > .cbi-value:nth-of-type(2n) {
background-color: #252526;
background-color: #0a0f17;
}
.cbi-value-title {
color: #ccc;
@ -317,7 +318,7 @@ select,
input {
color: #ccc;
background-color: transparent !important;
border: 1px solid #252526;
border: 1px solid #0a0f17;
box-shadow: none;
}
select:not([multiple="multiple"]):focus,
@ -327,7 +328,7 @@ input:focus {
outline: 0;
}
select {
background-color: #1e1e1e !important;
background-color: #06070a !important;
}
#cbi-dropbear h2,
#cbi-dropbear .cbi-map-descr,
@ -349,12 +350,12 @@ select {
color: #ccc;
}
.cbi-input-textarea {
background-color: #1e1e1e;
background-color: #06070a;
color: #ccc;
}
.cbi-section-remove:nth-of-type(2n),
.cbi-section-node:nth-of-type(2n) {
background-color: #1e1e1e;
background-color: #06070a;
}
.node-system-packages > .main table tr td:nth-last-child(1) {
color: #ccc;
@ -364,14 +365,16 @@ select {
}
.ifacebox {
background-color: none;
border: 1px solid #1e1e1e;
border: 1px solid #06070a;
box-shadow: none;
}
.ifacebox-head {
color: #666;
border-radius: 5px 5px 0px 0px;
}
.ifacebox-body {
background-color: #191919;
background-color: #0f1218;
border-radius: 0px 0px 5px 5px;
}
.zonebadge strong {
color: #333;
@ -385,7 +388,7 @@ td.cbi-value-field var {
}
#diag-rc-output > pre {
color: #ccc;
background-color: #1e1e1e;
background-color: #06070a;
}
.node-services-vssr .block {
background-color: #3c3c3c !important;
@ -397,7 +400,7 @@ td.cbi-value-field var {
.node-services-vssr .status-bar {
color: #ccc;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35);
background-color: #1e1e1e;
background-color: #06070a;
}
.node-services-vssr .cbi-section-table-row {
color: #ccc;
@ -413,7 +416,7 @@ td.cbi-value-field var {
color: #ccc;
}
.node-services-vssr .incon:nth-child(2) {
border-right: #1e1e1e 1px solid;
border-right: #06070a 1px solid;
}
#xhr_poll_status > .label.success {
color: #ccc !important;
@ -471,7 +474,7 @@ fieldset[id^="cbi-apply-"] {
background: #252525;
}
.ifacebox-head.active {
background-color: #32325d !important;
background-color: var(--dark-primary) !important;
}
header .fill .status span[data-style="active"] {
color: #ccc !important;
@ -483,11 +486,11 @@ header .fill .status span[data-style="active"] {
[data-page="admin-network-diagnostics"] .tr > .td,
.tr.table-titles > .th,
.tr.cbi-section-table-titles > .th {
background-color: #1e1e1e;
background-color: #06070a;
/* border-bottom: black 1px solid !important; */
}
.network-status-table .ifacebox-body .ifacebadge {
background-color: #252526;
background-color: #0a0f17;
border-bottom: 0;
box-shadow: none;
border-radius: 0.375rem;
@ -520,7 +523,7 @@ td > .ifacebadge,
[data-tab-title],
[data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
[data-page="admin-system-opkg"] #maincontent > .container {
background: #1e1e1e !important;
background: #06070a !important;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35);
}
div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] {
@ -561,10 +564,10 @@ input,
color: #ccc;
}
.cbi-section-table-row {
background-color: #1e1e1e !important;
background-color: #06070a !important;
}
.modal {
background-color: #1e1e1e;
background-color: #313746;
}
.cbi-button-positive {
color: #fff !important;
@ -581,7 +584,7 @@ input,
border-color: var(--dark-primary) !important;
}
.cbi-dropdown[open] > ul.dropdown {
background: #252526 !important;
background: #0a0f17 !important;
color: #ccc !important;
box-shadow: none;
border: 1px solid #3c3c3c !important;
@ -637,14 +640,26 @@ input,
color: #ccc !important;
}
.ifacebadge a {
color: #4caf50;
}
textarea {
background-color: rgb(43, 43, 43);
background-color: #06070a;
color: #cccccc;
}
code {
background: #4e9150;
}
.alert-message.fade-in {
background-color: #282b3b;
}
.cbi-section .cbi-section-remove:nth-of-type(2n),
.container > .cbi-section .cbi-section-node:nth-of-type(2n) {
background-color: #1e1e1e;
background-color: #06070a;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
@ -656,7 +671,7 @@ textarea {
}
@media screen and (max-width: 480px) {
.node-status-iptables > .main div > .cbi-map > form {
background-color: #1e1e1e;
background-color: #06070a;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35);
}
}