mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
6cf8945a45
commit
73b5dc0ad2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -54,13 +54,13 @@
|
|||||||
"custom-navbar-video-list.min.js": "08D6713144E910C1303CB610A5890A5663B92BE82630BDA3C8E6299FB4A429E2",
|
"custom-navbar-video-list.min.js": "08D6713144E910C1303CB610A5890A5663B92BE82630BDA3C8E6299FB4A429E2",
|
||||||
"custom-navbar-watchlater-list.min.js": "57EA2C62F7442750BB177B9898CF07BA61C45F0FD99737516ED609051699B054",
|
"custom-navbar-watchlater-list.min.js": "57EA2C62F7442750BB177B9898CF07BA61C45F0FD99737516ED609051699B054",
|
||||||
"danmaku-converter.min.js": "6C844406F060DCF2483F9CC4C7329911ED77BC77097F2BC5B925B6F12C990820",
|
"danmaku-converter.min.js": "6C844406F060DCF2483F9CC4C7329911ED77BC77097F2BC5B925B6F12C990820",
|
||||||
"dark.min.css": "FB5A96010BCC3339C22A61F43964BCA9EDEFF2C774D03DAC00E0999B8AA22AF5",
|
"dark.min.css": "FA7EC533DDF1CFB224C85B062565C4773FCB88EDC91FC7C42D8D643E44BD126E",
|
||||||
"dark.user.css": "FB7A73CB1E17D7D1759FF9D9597486456C8C97378984532E9C03C6D37AC18D38",
|
"dark.user.css": "FB7A73CB1E17D7D1759FF9D9597486456C8C97378984532E9C03C6D37AC18D38",
|
||||||
"dark-color-scheme.min.js": "6D353AC738180317ACF9D2E046BFFBA0ACC0FA7A8D22B8E16C51127CDE4FE96B",
|
"dark-color-scheme.min.js": "6D353AC738180317ACF9D2E046BFFBA0ACC0FA7A8D22B8E16C51127CDE4FE96B",
|
||||||
"dark-important.min.css": "5369385A2C16188FB11E71C4C5B91275646F22F0F09E518E37813CC4FA23A072",
|
"dark-important.min.css": "5369385A2C16188FB11E71C4C5B91275646F22F0F09E518E37813CC4FA23A072",
|
||||||
"dark-navbar.min.css": "7FAD547E326B768904B3739C978DF86FFDDD5E5064FB8F490710D197CCC3018B",
|
"dark-navbar.min.css": "7FAD547E326B768904B3739C978DF86FFDDD5E5064FB8F490710D197CCC3018B",
|
||||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||||
"dark-slice-12.min.css": "9A4235E7F038F1EDB74DA7C35A1EA71D8B2BF7210145C4A57926343EFD93124B",
|
"dark-slice-12.min.css": "5921959C5B233DB9716B11C3553D9BA4F34E82ED4519C18917DB97375DAC2FDD",
|
||||||
"dark-styles.min.js": "74E6D655F88E50A27D60F189554F6656CCD2A6EA2686FD9946CA9A89EABF7719",
|
"dark-styles.min.js": "74E6D655F88E50A27D60F189554F6656CCD2A6EA2686FD9946CA9A89EABF7719",
|
||||||
"debounce.min.js": "54D33E1273C1F3FE19550BF1844339C3D54D6B01DF8A39C3162D95B93B079CFA",
|
"debounce.min.js": "54D33E1273C1F3FE19550BF1844339C3D54D6B01DF8A39C3162D95B93B079CFA",
|
||||||
"default-danmaku-settings.min.css": "D9942B184FEDA7B08CFA0C34920E97D7A83B81762DCBF757642EBB60F95FF25D",
|
"default-danmaku-settings.min.css": "D9942B184FEDA7B08CFA0C34920E97D7A83B81762DCBF757642EBB60F95FF25D",
|
||||||
|
|||||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/dark.min.css
vendored
2
min/dark.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -334,4 +334,60 @@
|
|||||||
.btn-box .total-price {
|
.btn-box .total-price {
|
||||||
@include color("e");
|
@include color("e");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
.crowdfunding-container {
|
||||||
|
.current-num-wrap {
|
||||||
|
.current-num {
|
||||||
|
@include color("e");
|
||||||
|
}
|
||||||
|
.join-status {
|
||||||
|
@include color("a");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.tips-container .status {
|
||||||
|
@include theme-color();
|
||||||
|
&.fail {
|
||||||
|
@include color("a");
|
||||||
|
}
|
||||||
|
&.nostart {
|
||||||
|
@include color("e");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.progress-container {
|
||||||
|
@include background-color("2");
|
||||||
|
.progress-fill.highlight {
|
||||||
|
@include theme-background-color();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.current-pro-num.highlight {
|
||||||
|
@include theme-color();
|
||||||
|
}
|
||||||
|
.goal-container {
|
||||||
|
@include color("a");
|
||||||
|
.goal-num,
|
||||||
|
.goal-time {
|
||||||
|
@include color("e");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.risk-tip-container .risk-content {
|
||||||
|
@include background-color("2");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.ticket-tips-wrapper .merchant-section {
|
||||||
|
@include background-color("4");
|
||||||
|
.merchant-header {
|
||||||
|
@include color("e");
|
||||||
|
span {
|
||||||
|
@include to-theme("pink");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.baseinfo-wrapper .content-item .title {
|
||||||
|
@include background-color("3");
|
||||||
|
.fold-btn:hover {
|
||||||
|
.open,
|
||||||
|
.close {
|
||||||
|
@include to-theme("pink");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user