diff --git a/registry/lib/components/style/dark-mode/dark-mode.important.scss b/registry/lib/components/style/dark-mode/dark-mode.important.scss index 3397f3976..3b9210033 100644 --- a/registry/lib/components/style/dark-mode/dark-mode.important.scss +++ b/registry/lib/components/style/dark-mode/dark-mode.important.scss @@ -1,9 +1,9 @@ -@import "./dark-definitions"; +@import './dark-definitions'; #disable-popup-modal, #vip-exchange-modal { .vip-exchange .months button.disabled { - @include background-color("2"); + @include background-color('2'); } } @@ -12,7 +12,7 @@ .sch-pub-btn.disabled, .publish-btn.publishing, .publish-btn.disabled { - @include background-color("2"); + @include background-color('2'); } } .link-footer, @@ -22,10 +22,10 @@ .tab-list .tab-item.active:before, .player-auxiliary-area .player-auxiliary-bscrollbar .bscroll-indicator, .home-content .publish-btn.disabled { - @include background-color("2"); + @include background-color('2'); } .manga-detail .episode-list-component .episode-list .list-header .header-item.selected { - @include background-color("3"); + @include background-color('3'); } .wrapper .elec-btn.disabled, .f-list-hover:hover, @@ -43,10 +43,10 @@ .main-container .media-info .media-right .media-tool-bar .btn-follow.active, .coupon-content-con .coupon-btn-disable, .customize-wrp .select { - @include background-color("4"); + @include background-color('4'); } .danmaku-wrap .player-auxiliary-area .player-auxiliary-danmaku-wrap .bscroll-indicator { - @include background-color("5"); + @include background-color('5'); } .player-auxiliary-area .player-auxiliary-bscrollbar { .bscroll-vertical-scrollbar, @@ -68,12 +68,12 @@ blockquote { &, * { - @include color("a"); + @include color('a'); } - @each $color in "blue", "gray", "green", "lblue", "pink", "purple", "yellow" { - @each $value in "01", "02", "03", "04" { + @each $color in 'blue', 'gray', 'green', 'lblue', 'pink', 'purple', 'yellow' { + @each $value in '01', '02', '03', '04' { .color-#{$color}-#{$value} { - @include color("a"); + @include color('a'); } } } @@ -81,30 +81,30 @@ blockquote { .open-dialog-masker .open-dialog-content .open-footer .btn-normal.disabled { &, &:hover { - @include color("a"); + @include color('a'); } } .status_box .status_btn.disabled { - @include color("a"); + @include color('a'); } .live-room-app .guard-rank-cntr { .tabs.isHundred .item.active { - @include color("e"); + @include color('e'); } &.hundred, &.thousand { .live-skin-main-a-text, .page-box .live-skin-main-text, .live-skin-highlight-text { - @include color("e"); + @include color('e'); } } } .bb-comment .no-login .comment-submit { .common &, & { - @include color("9"); - @include background-color("4"); + @include color('9'); + @include background-color('4'); @include border-color(); } } @@ -124,7 +124,7 @@ blockquote { .customize-wrp .select, .manga-detail .episode-list-component .episode-list .list-data .list-item.last-read, .popup-content-ctnr .bl-button--ghost { - @include color("e"); + @include color('e'); } .link-footer, @@ -224,27 +224,27 @@ blockquote { #bilibiliPlayer { box-shadow: 0 4px 8px 0 #0004; - @include background-color("2"); + @include background-color('2'); } .live-skin-coloration-area { .live-skin-separate-area, .live-skin-separate-area-hover:hover { - @include background-color("2"); + @include background-color('2'); } .live-skin-normal-a-text { &, &:link, &:visited { - @include color("a"); + @include color('a'); } } .live-skin-normal-text { - @include color("a"); + @include color('a'); } .live-skin-main-text, .live-skin-highlight-text { - @include color("e"); + @include color('e'); } .live-skin-highlight-border, .live-skin-separate-border { @@ -293,4 +293,51 @@ blockquote { .bilibili-player-block-filter-label { @include theme-color(); } -} \ No newline at end of file +} +.left-container #head-info-vm.head-info-section { + @include background-color('4'); +} +#link-navbar-vm.link-navbar-ctnr { + &, + & .link-navbar { + @include background-color('3'); + } + .calendar-checkin .calendar-wrapper, + .download-panel-ctnr, + .nav-item, + .nav-item .area-list-panel .list-item, + .nav-logo, + .shortcuts-ctnr .shortcut-item, + .user-panel-ctnr .user-panel .header-node .username-info, + .user-panel-ctnr .user-panel .user-level-detail .detail-link { + @include color('e'); + } + .link-panel-ctnr .ps__thumb-x, + .link-panel-ctnr .ps__thumb-y, + .nav-item:hover, + .shortcuts-ctnr .shortcut-item:not(:last-child):hover { + @include background-color('4'); + } + .calendar-checkin, + .calendar-checkin .calendar-wrapper, + .calendar-checkin .title, + .download-panel-ctnr, + .link-panel-ctnr, + .link-panel-ctnr .totally-empty-hint, + .nav-item .area-list-panel, + .user-panel-ctnr .user-panel, + .user-panel-ctnr .user-panel .load-error-panel, + .user-panel-ctnr .user-panel .user-level-detail { + @include background-color('3'); + } + .right-part > .shortcuts-ctnr .shortcut-item:hover { + @include background-color(); + } + .content-ctnr { + .items .item .light-name, + .items .item .name, + .title { + @include color('e'); + } + } +} diff --git a/registry/lib/components/style/dark-mode/dark-navbar.scss b/registry/lib/components/style/dark-mode/dark-navbar.scss index a3a0d0520..543f78624 100644 --- a/registry/lib/components/style/dark-mode/dark-navbar.scss +++ b/registry/lib/components/style/dark-mode/dark-navbar.scss @@ -16,8 +16,7 @@ #link-navbar-vm > .link-navbar, #app > .link-navbar, #app > .nav-header-wrapper, -.b-header-mask-wrp .b-header-mask, -.link-navbar { +.b-header-mask-wrp .b-header-mask { @include background-color("3"); } .z_top .i-link:hover, diff --git a/registry/lib/components/style/dark-mode/dark-slice-17.scss b/registry/lib/components/style/dark-mode/dark-slice-17.scss index 1c03f620f..6cffc484a 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-17.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-17.scss @@ -474,6 +474,12 @@ .content-warp { @include border-color('4'); } + .jump-url-prefix { + @include to-theme('blue'); + } + .jump-url-link { + @include theme-color(); + } } .view-more { @include color('a'); @@ -714,3 +720,9 @@ } } } +.live-room-app { + .hot-rank-text { + @include theme-background-color('80'); + @include foreground-color(); + } +} diff --git a/registry/lib/components/style/dark-mode/old/dark-slice-1.css b/registry/lib/components/style/dark-mode/old/dark-slice-1.css index 01717f894..692168712 100644 --- a/registry/lib/components/style/dark-mode/old/dark-slice-1.css +++ b/registry/lib/components/style/dark-mode/old/dark-slice-1.css @@ -369,7 +369,6 @@ button.submit-button.disabled, .ema-wishing, .room-info-ctnr .content-wrapper, .activity-pushing-out, -.left-container .head-info-section, .left-container .gift-control-section, .rank-list-ctnr .tabs, .player-and-aside-area .aside-area, diff --git a/registry/lib/components/style/simplify/live/live.scss b/registry/lib/components/style/simplify/live/live.scss index 4612282b8..b7d9759a1 100644 --- a/registry/lib/components/style/simplify/live/live.scss +++ b/registry/lib/components/style/simplify/live/live.scss @@ -116,6 +116,9 @@ $prefix: "simplifyLiveroom-switch"; } } } + .info-section { + display: none !important; + } } .rows-ctnr .lower-row, .room-info-down-row {