mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
This commit is contained in:
parent
1a0fab7700
commit
eb6316be8e
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
@ -47,12 +47,14 @@
|
||||
"custom-navbar-video-list.min.js": "08D6713144E910C1303CB610A5890A5663B92BE82630BDA3C8E6299FB4A429E2",
|
||||
"custom-navbar-watchlater-list.min.js": "1C64C6829708C9A0C14499586A27B7E6EE64686205F4C91F6E194161C085C5A3",
|
||||
"danmaku-converter.min.js": "FDAB4DB2E3C79730A39CDA7C5FD193693621FED206C6549E9B8F13778080CC12",
|
||||
"dark.min.css": "454BC7CD5C1C17D8B3A0E082FC0ADF1680FD4ADA6F311BD99642856D96E3053B",
|
||||
"dark.min.css": "154F374B8A5EFFB3242BD23DE62A8A9C2B65D128D01EAE5F2A3093360D906F4E",
|
||||
"dark-important.min.css": "8453644F7FC8BB0E9DA401DC161815E2AC198E9B4D7A5A19C29934B672F277B1",
|
||||
"dark-navbar.min.css": "A2D91F11127D165571ACCC53004EDDB118CEE110F9B020D7E0541E1C8FAEA478",
|
||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||
"dark-slice-10.min.css": "FDC1B400E221E3DA5095208F27EC501855F544043557451206717CF37AE14515",
|
||||
"dark-slice-11.min.css": "02CB433C9AEE796B631727A85A71A6A79DF578F2B7E5F49BD70351B5C3C3955E",
|
||||
"dark-slice-5.min.css": "42D3DBD6759118CFE4C6F655465D6581580FF2CE9B40B252CCAC70B32C07221E",
|
||||
"dark-slice-4.min.css": "5FFF273391240D2144314ACE1EA60D26BCE81CA6E9C197E932210C1EA14B2935",
|
||||
"dark-slice-5.min.css": "6F82BF4F317C2D86FB28AAA6389F447B48835ECC48E9CC304B42D4BDAAA8C6AF",
|
||||
"dark-styles.min.js": "C62AFBB47DDC1E2F3F45D688B0F98394E471A423BE26BF47504D5C7D069ADBA1",
|
||||
"debounce.min.js": "54D33E1273C1F3FE19550BF1844339C3D54D6B01DF8A39C3162D95B93B079CFA",
|
||||
"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
@ -818,4 +818,96 @@
|
||||
@include color("e");
|
||||
@include background-color("2");
|
||||
}
|
||||
}
|
||||
.recent-danmu-wrp {
|
||||
.danmu-filter .left {
|
||||
@include border-color("a");
|
||||
.plain {
|
||||
@include color("e");
|
||||
@include border-color("a");
|
||||
&.disable {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
.delete .option-wrp .act-btn {
|
||||
@include background-color();
|
||||
}
|
||||
.option-menu {
|
||||
@include background-color("4");
|
||||
@include border-color();
|
||||
.menu-item {
|
||||
@include color("e");
|
||||
&:hover {
|
||||
@include background-color("3");
|
||||
}
|
||||
}
|
||||
.option-arrow {
|
||||
@include border-color();
|
||||
&-border {
|
||||
@include border-color("4");
|
||||
border-top-color: transparent !important;
|
||||
border-left-color: transparent !important;
|
||||
border-right-color: transparent !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.danmu-container .danmu-table {
|
||||
@include color("e");
|
||||
.box-header {
|
||||
@include background-color("4");
|
||||
@include border-color();
|
||||
th {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
tr:hover {
|
||||
@include background-color("4");
|
||||
}
|
||||
.danmu-item {
|
||||
@include background-color("5");
|
||||
@include border-color();
|
||||
&:nth-child(2n) {
|
||||
@include background-color("4");
|
||||
}
|
||||
&:hover {
|
||||
@include background-color("3");
|
||||
}
|
||||
.item {
|
||||
&-name a {
|
||||
@include color("e");
|
||||
}
|
||||
&-content {
|
||||
@include color("e");
|
||||
a {
|
||||
@include color("a");
|
||||
&:hover {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
&-act .option-wrp {
|
||||
.act-btn {
|
||||
@include background-color("3");
|
||||
@include color("a");
|
||||
@include border-color();
|
||||
&:hover {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
.menu-item {
|
||||
@include color("e");
|
||||
&:hover {
|
||||
@include background-color("3");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.bili-checkbox:checked+span:before {
|
||||
@include theme-background-color();
|
||||
@include foreground-color();
|
||||
@include border-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -104,7 +104,6 @@ li.user-wrapper .avatar .detail .logout,
|
||||
.dropdown .dropdown-menu,
|
||||
.comment-manage-wrap .dropdown.open .dropdown-btn,
|
||||
.comment-manage-wrap .head .dropdown-btn .text,
|
||||
.recent-danmu-wrp .danmu-filter .left .delete .option-wrp .act-btn,
|
||||
.recent-danmu-wrp .head .dropdown-btn,
|
||||
.rank-list-head .rank_tips,
|
||||
.condition-btn-disable,
|
||||
@ -692,10 +691,6 @@ body #app .category-wrapper .upload-content .title,
|
||||
.comment-manage-wrap .search input,
|
||||
.comment-manage-wrap .dropdown .dropdown-btn,
|
||||
.comment-manage-wrap .head .dropdown-btn .text,
|
||||
.recent-danmu-wrp .danmu-filter .left .danmu-type,
|
||||
.recent-danmu-wrp .danmu-filter .left .protect,
|
||||
.recent-danmu-wrp .danmu-filter .left .refresh,
|
||||
.recent-danmu-wrp .danmu-filter .left .delete,
|
||||
.recent-danmu-wrp .dropdown .dropdown-btn,
|
||||
.bilibili-player .bilibili-player-area-separator,
|
||||
.rank-item div.num,
|
||||
|
||||
@ -273,10 +273,6 @@
|
||||
.add-cover,
|
||||
.my-room.room-info .room-info-ctnr .timing-num,
|
||||
.my-room.room-info .room-info-ctnr .san-num,
|
||||
.recent-danmu-wrp .danmu-filter .left .danmu-type .plain.disable,
|
||||
.recent-danmu-wrp .danmu-filter .left .protect .plain.disable,
|
||||
.recent-danmu-wrp .danmu-filter .left .refresh .plain.disable,
|
||||
.recent-danmu-wrp .danmu-filter .left .delete .plain.disable,
|
||||
.qrcode-box .tip,
|
||||
.announcement-cntr .tips,
|
||||
.live-haruna,
|
||||
@ -698,10 +694,6 @@ table.viptable td,
|
||||
.user-ctnr .top,
|
||||
.my-room.room-info .room-info-ctnr .top,
|
||||
.live-haruna .tab-body .item,
|
||||
.recent-danmu-wrp .danmu-filter .left .delete .plain,
|
||||
.recent-danmu-wrp .danmu-filter .left .danmu-type .plain,
|
||||
.recent-danmu-wrp .danmu-filter .left .protect .plain,
|
||||
.recent-danmu-wrp .danmu-filter .left .refresh .plain,
|
||||
.popup-close-btn,
|
||||
.user-avatar,
|
||||
.areas .area,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user