mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
parent
cacfc0dde3
commit
ff050f00b8
@ -1,9 +1,9 @@
|
|||||||
@import "./dark-definitions";
|
@import './dark-definitions';
|
||||||
|
|
||||||
#disable-popup-modal,
|
#disable-popup-modal,
|
||||||
#vip-exchange-modal {
|
#vip-exchange-modal {
|
||||||
.vip-exchange .months button.disabled {
|
.vip-exchange .months button.disabled {
|
||||||
@include background-color("2");
|
@include background-color('2');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -12,7 +12,7 @@
|
|||||||
.sch-pub-btn.disabled,
|
.sch-pub-btn.disabled,
|
||||||
.publish-btn.publishing,
|
.publish-btn.publishing,
|
||||||
.publish-btn.disabled {
|
.publish-btn.disabled {
|
||||||
@include background-color("2");
|
@include background-color('2');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.link-footer,
|
.link-footer,
|
||||||
@ -22,10 +22,10 @@
|
|||||||
.tab-list .tab-item.active:before,
|
.tab-list .tab-item.active:before,
|
||||||
.player-auxiliary-area .player-auxiliary-bscrollbar .bscroll-indicator,
|
.player-auxiliary-area .player-auxiliary-bscrollbar .bscroll-indicator,
|
||||||
.home-content .publish-btn.disabled {
|
.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 {
|
.manga-detail .episode-list-component .episode-list .list-header .header-item.selected {
|
||||||
@include background-color("3");
|
@include background-color('3');
|
||||||
}
|
}
|
||||||
.wrapper .elec-btn.disabled,
|
.wrapper .elec-btn.disabled,
|
||||||
.f-list-hover:hover,
|
.f-list-hover:hover,
|
||||||
@ -43,10 +43,10 @@
|
|||||||
.main-container .media-info .media-right .media-tool-bar .btn-follow.active,
|
.main-container .media-info .media-right .media-tool-bar .btn-follow.active,
|
||||||
.coupon-content-con .coupon-btn-disable,
|
.coupon-content-con .coupon-btn-disable,
|
||||||
.customize-wrp .select {
|
.customize-wrp .select {
|
||||||
@include background-color("4");
|
@include background-color('4');
|
||||||
}
|
}
|
||||||
.danmaku-wrap .player-auxiliary-area .player-auxiliary-danmaku-wrap .bscroll-indicator {
|
.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 {
|
.player-auxiliary-area .player-auxiliary-bscrollbar {
|
||||||
.bscroll-vertical-scrollbar,
|
.bscroll-vertical-scrollbar,
|
||||||
@ -68,12 +68,12 @@
|
|||||||
blockquote {
|
blockquote {
|
||||||
&,
|
&,
|
||||||
* {
|
* {
|
||||||
@include color("a");
|
@include color('a');
|
||||||
}
|
}
|
||||||
@each $color in "blue", "gray", "green", "lblue", "pink", "purple", "yellow" {
|
@each $color in 'blue', 'gray', 'green', 'lblue', 'pink', 'purple', 'yellow' {
|
||||||
@each $value in "01", "02", "03", "04" {
|
@each $value in '01', '02', '03', '04' {
|
||||||
.color-#{$color}-#{$value} {
|
.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 {
|
.open-dialog-masker .open-dialog-content .open-footer .btn-normal.disabled {
|
||||||
&,
|
&,
|
||||||
&:hover {
|
&:hover {
|
||||||
@include color("a");
|
@include color('a');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.status_box .status_btn.disabled {
|
.status_box .status_btn.disabled {
|
||||||
@include color("a");
|
@include color('a');
|
||||||
}
|
}
|
||||||
.live-room-app .guard-rank-cntr {
|
.live-room-app .guard-rank-cntr {
|
||||||
.tabs.isHundred .item.active {
|
.tabs.isHundred .item.active {
|
||||||
@include color("e");
|
@include color('e');
|
||||||
}
|
}
|
||||||
&.hundred,
|
&.hundred,
|
||||||
&.thousand {
|
&.thousand {
|
||||||
.live-skin-main-a-text,
|
.live-skin-main-a-text,
|
||||||
.page-box .live-skin-main-text,
|
.page-box .live-skin-main-text,
|
||||||
.live-skin-highlight-text {
|
.live-skin-highlight-text {
|
||||||
@include color("e");
|
@include color('e');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bb-comment .no-login .comment-submit {
|
.bb-comment .no-login .comment-submit {
|
||||||
.common &,
|
.common &,
|
||||||
& {
|
& {
|
||||||
@include color("9");
|
@include color('9');
|
||||||
@include background-color("4");
|
@include background-color('4');
|
||||||
@include border-color();
|
@include border-color();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -124,7 +124,7 @@ blockquote {
|
|||||||
.customize-wrp .select,
|
.customize-wrp .select,
|
||||||
.manga-detail .episode-list-component .episode-list .list-data .list-item.last-read,
|
.manga-detail .episode-list-component .episode-list .list-data .list-item.last-read,
|
||||||
.popup-content-ctnr .bl-button--ghost {
|
.popup-content-ctnr .bl-button--ghost {
|
||||||
@include color("e");
|
@include color('e');
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-footer,
|
.link-footer,
|
||||||
@ -224,27 +224,27 @@ blockquote {
|
|||||||
|
|
||||||
#bilibiliPlayer {
|
#bilibiliPlayer {
|
||||||
box-shadow: 0 4px 8px 0 #0004;
|
box-shadow: 0 4px 8px 0 #0004;
|
||||||
@include background-color("2");
|
@include background-color('2');
|
||||||
}
|
}
|
||||||
|
|
||||||
.live-skin-coloration-area {
|
.live-skin-coloration-area {
|
||||||
.live-skin-separate-area,
|
.live-skin-separate-area,
|
||||||
.live-skin-separate-area-hover:hover {
|
.live-skin-separate-area-hover:hover {
|
||||||
@include background-color("2");
|
@include background-color('2');
|
||||||
}
|
}
|
||||||
.live-skin-normal-a-text {
|
.live-skin-normal-a-text {
|
||||||
&,
|
&,
|
||||||
&:link,
|
&:link,
|
||||||
&:visited {
|
&:visited {
|
||||||
@include color("a");
|
@include color('a');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.live-skin-normal-text {
|
.live-skin-normal-text {
|
||||||
@include color("a");
|
@include color('a');
|
||||||
}
|
}
|
||||||
.live-skin-main-text,
|
.live-skin-main-text,
|
||||||
.live-skin-highlight-text {
|
.live-skin-highlight-text {
|
||||||
@include color("e");
|
@include color('e');
|
||||||
}
|
}
|
||||||
.live-skin-highlight-border,
|
.live-skin-highlight-border,
|
||||||
.live-skin-separate-border {
|
.live-skin-separate-border {
|
||||||
@ -293,4 +293,51 @@ blockquote {
|
|||||||
.bilibili-player-block-filter-label {
|
.bilibili-player-block-filter-label {
|
||||||
@include theme-color();
|
@include theme-color();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.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');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -16,8 +16,7 @@
|
|||||||
#link-navbar-vm > .link-navbar,
|
#link-navbar-vm > .link-navbar,
|
||||||
#app > .link-navbar,
|
#app > .link-navbar,
|
||||||
#app > .nav-header-wrapper,
|
#app > .nav-header-wrapper,
|
||||||
.b-header-mask-wrp .b-header-mask,
|
.b-header-mask-wrp .b-header-mask {
|
||||||
.link-navbar {
|
|
||||||
@include background-color("3");
|
@include background-color("3");
|
||||||
}
|
}
|
||||||
.z_top .i-link:hover,
|
.z_top .i-link:hover,
|
||||||
|
|||||||
@ -474,6 +474,12 @@
|
|||||||
.content-warp {
|
.content-warp {
|
||||||
@include border-color('4');
|
@include border-color('4');
|
||||||
}
|
}
|
||||||
|
.jump-url-prefix {
|
||||||
|
@include to-theme('blue');
|
||||||
|
}
|
||||||
|
.jump-url-link {
|
||||||
|
@include theme-color();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.view-more {
|
.view-more {
|
||||||
@include color('a');
|
@include color('a');
|
||||||
@ -714,3 +720,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.live-room-app {
|
||||||
|
.hot-rank-text {
|
||||||
|
@include theme-background-color('80');
|
||||||
|
@include foreground-color();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@ -369,7 +369,6 @@ button.submit-button.disabled,
|
|||||||
.ema-wishing,
|
.ema-wishing,
|
||||||
.room-info-ctnr .content-wrapper,
|
.room-info-ctnr .content-wrapper,
|
||||||
.activity-pushing-out,
|
.activity-pushing-out,
|
||||||
.left-container .head-info-section,
|
|
||||||
.left-container .gift-control-section,
|
.left-container .gift-control-section,
|
||||||
.rank-list-ctnr .tabs,
|
.rank-list-ctnr .tabs,
|
||||||
.player-and-aside-area .aside-area,
|
.player-and-aside-area .aside-area,
|
||||||
|
|||||||
@ -116,6 +116,9 @@ $prefix: "simplifyLiveroom-switch";
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.info-section {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.rows-ctnr .lower-row,
|
.rows-ctnr .lower-row,
|
||||||
.room-info-down-row {
|
.room-info-down-row {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user