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