mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge branch 'preview'
This commit is contained in:
commit
c84be2c190
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
@ -53,13 +53,11 @@
|
||||
"custom-navbar-video-list.min.js": "08D6713144E910C1303CB610A5890A5663B92BE82630BDA3C8E6299FB4A429E2",
|
||||
"custom-navbar-watchlater-list.min.js": "57EA2C62F7442750BB177B9898CF07BA61C45F0FD99737516ED609051699B054",
|
||||
"danmaku-converter.min.js": "6C844406F060DCF2483F9CC4C7329911ED77BC77097F2BC5B925B6F12C990820",
|
||||
"dark.min.css": "67FDF1004FA32402E5A1C0FEA8AC91A0BD4A13D9B87974966F103BE7789C9075",
|
||||
"dark.user.css": "C5014A4F8CE7D5040E87FF394089892B765E1D1EC0296472E9DE62053B8C8442",
|
||||
"dark.min.css": "8C6C8B86C479F2178A395AB5C11FC5DB79D8A8600D88399EAD9480D796288F56",
|
||||
"dark.user.css": "67A19A5B6277DBD72F94EA4BB5DD7D703C16F815ADDFC5762465623C71E08E68",
|
||||
"dark-important.min.css": "9381B563726BCA701DD77C7AD572793538A45CB839F56008A55EE46821EA1B05",
|
||||
"dark-navbar.min.css": "A2D91F11127D165571ACCC53004EDDB118CEE110F9B020D7E0541E1C8FAEA478",
|
||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||
"dark-slice-1.min.css": "479BCCF971FEA2FFFED8D567B79461838606460AE9A155CB37B28DD2D1E1C9A9",
|
||||
"dark-slice-12.min.css": "48C939C1DBB9DEE79B70D8D6075B883565ADFA7C96D86B1F4D0797CDAFF283A5",
|
||||
"dark-styles.min.js": "6ED7CE25D7242A78FDD4D1064FBB4DF7BF4B557C1FCF16E97DE6E09C46A6D1DD",
|
||||
"debounce.min.js": "54D33E1273C1F3FE19550BF1844339C3D54D6B01DF8A39C3162D95B93B079CFA",
|
||||
"default-danmaku-settings.min.css": "D9942B184FEDA7B08CFA0C34920E97D7A83B81762DCBF757642EBB60F95FF25D",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/custom-navbar.min.js
vendored
2
min/custom-navbar.min.js
vendored
File diff suppressed because one or more lines are too long
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
@ -53,4 +53,74 @@
|
||||
.link i {
|
||||
@include to-theme("blue");
|
||||
}
|
||||
}
|
||||
.popup-bg-cntr .popup-cntr {
|
||||
@include background-color("4");
|
||||
.left-part {
|
||||
@include background-color("2");
|
||||
.round-item {
|
||||
.round-name {
|
||||
@include color("e");
|
||||
}
|
||||
.round-state {
|
||||
@include color("a");
|
||||
}
|
||||
&.active {
|
||||
background-image: none !important;
|
||||
@include background-color("4");
|
||||
.round-name .progress {
|
||||
@include theme-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.right-part {
|
||||
.activity-name,
|
||||
.not-bingo,
|
||||
.not-join {
|
||||
@include color("e");
|
||||
}
|
||||
.bingo-list {
|
||||
@include background-color("5");
|
||||
.title {
|
||||
@include color("e");
|
||||
}
|
||||
.bingo-group-item-cntr .bingo-group-item .title {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
.award-list-cntr {
|
||||
.title {
|
||||
@include color("e");
|
||||
}
|
||||
.award-list .award-item {
|
||||
.desc {
|
||||
@include color("a");
|
||||
}
|
||||
img {
|
||||
@include theme-border-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
.right-top-corner .rule {
|
||||
@include theme-color();
|
||||
}
|
||||
.help-cntr {
|
||||
@include background-color("2");
|
||||
.title {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.draw-fold-cntr .sender-info {
|
||||
@include background-color("2");
|
||||
@include color("e");
|
||||
box-shadow: 0 0 0 1px var(--theme-color) !important;
|
||||
.name {
|
||||
@include color("e");
|
||||
}
|
||||
.words {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user