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
e2ba02924b
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
@ -33,7 +33,7 @@
|
||||
"custom-navbar.min.js": "C283CA830555522CDD603708501CED76A43E8ECBF10441386B89ABBCE7D5F8F0",
|
||||
"custom-navbar-settings.min.js": "BF251CA22EF6F8B681C70F9CC5C9DC3A31D6AAE3968CA3990722A0191B06AB13",
|
||||
"danmaku-converter.min.js": "FDAB4DB2E3C79730A39CDA7C5FD193693621FED206C6549E9B8F13778080CC12",
|
||||
"dark.min.css": "92935E38D76C19094AAFD3DAA5C936F1B74377AFE6A91BF88ADCA8FF64685C70",
|
||||
"dark.min.css": "BE3EEA67383A7382C6D470A0DF48798069D1F10842653CE5B0364831B64B07C9",
|
||||
"dark-important.min.css": "8453644F7FC8BB0E9DA401DC161815E2AC198E9B4D7A5A19C29934B672F277B1",
|
||||
"dark-navbar.min.css": "A2D91F11127D165571ACCC53004EDDB118CEE110F9B020D7E0541E1C8FAEA478",
|
||||
"dark-schedule.min.js": "853C446547603F4F0425F19F09F73335C9EC451A790C1C07E5E5B88A09E9B453",
|
||||
|
||||
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
@ -1114,7 +1114,6 @@ form.ipt,
|
||||
.bilibili-player-color-picker-color-code,
|
||||
.history-list .l-info .lastplay-time .history-red-round,
|
||||
.history-list .l-info,
|
||||
.tag-container .tag-item .tag-content,
|
||||
.up-info-holder .fixed-box .rightside-article-list-btn .label,
|
||||
.pub-list .info dl,
|
||||
.case-list .info dl,
|
||||
@ -1865,7 +1864,6 @@ input[type=text]:focus,
|
||||
.live-wrap .live-tabs a.active,
|
||||
.base-bubble,
|
||||
.base-bubble .content-ctnr:before,
|
||||
.tag-container .tag-item .tag-border .tag-border-inner,
|
||||
.calendar-checkin .title .month:hover.cur-month:after,
|
||||
.calendar-checkin .title .month:hover.cur-month:before,
|
||||
.calendar-checkin .title .month:hover.last-month:after,
|
||||
@ -2194,7 +2192,6 @@ a.up-name:hover,
|
||||
.chat-item.danmaku-item .danmaku-content:hover,
|
||||
.guard-rank-cntr .rank-cntr .btn-box .buy,
|
||||
.clock-time,
|
||||
.tag-container .tag-item:hover .tag-content,
|
||||
.user-panel .user-level,
|
||||
.calendar-checkin .title .month:hover,
|
||||
.calendar-checkin .checkin-rewards .query:hover,
|
||||
|
||||
@ -110,7 +110,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bl-button--primary:disabled {
|
||||
.bl-button--primary:disabled,
|
||||
.notice-info-wrapper .notice-info-title {
|
||||
@include color("e");
|
||||
}
|
||||
|
||||
@ -576,6 +577,21 @@
|
||||
filter: invert(0.8) !important;
|
||||
}
|
||||
}
|
||||
.announcement-wrapper {
|
||||
@include background-color("4");
|
||||
@include border-color();
|
||||
.announcement {
|
||||
&-icon,
|
||||
&-item.active .circle {
|
||||
@include to-theme("pink");
|
||||
}
|
||||
&-title,
|
||||
&-item.active .announcement-item-time,
|
||||
&-item-desc a {
|
||||
@include color("e");
|
||||
}
|
||||
}
|
||||
}
|
||||
.activity-info-body .info-body {
|
||||
ul li .title,
|
||||
p strong {
|
||||
|
||||
@ -249,6 +249,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.detail {
|
||||
@include background-color();
|
||||
}
|
||||
.category {
|
||||
@include background-color("4");
|
||||
}
|
||||
}
|
||||
.el-popover {
|
||||
@include background-color("2");
|
||||
@ -361,4 +367,62 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.page-container {
|
||||
.bangumi-spoiler-container {
|
||||
@include background-color("4");
|
||||
@include color("e");
|
||||
}
|
||||
.tag-container {
|
||||
.tag-item {
|
||||
span {
|
||||
@include color("e");
|
||||
}
|
||||
.tag-border .tag-border-inner {
|
||||
display: none;
|
||||
}
|
||||
.tag-content {
|
||||
@include background-color("4");
|
||||
@include border-color();
|
||||
}
|
||||
&:hover .tag-content {
|
||||
@include theme-background-color();
|
||||
@include foreground-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
.publish-panel {
|
||||
.core-style {
|
||||
@include background-color("2");
|
||||
@include color("e");
|
||||
@include border-color();
|
||||
&:hover {
|
||||
@include theme-border-color();
|
||||
}
|
||||
}
|
||||
.publish-btn {
|
||||
@include background-color("2");
|
||||
@include color("e");
|
||||
&:hover {
|
||||
@include theme-background-color();
|
||||
@include foreground-color();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.container-body {
|
||||
.b-head.topic {
|
||||
@include border-color();
|
||||
}
|
||||
.art_list li {
|
||||
@include background-color();
|
||||
@include border-color();
|
||||
h2 a {
|
||||
@include color("e");
|
||||
}
|
||||
.info,
|
||||
.artInfo {
|
||||
@include color("a");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -267,7 +267,6 @@
|
||||
.text-article-wrp .article-card .meta-view .meta-item .iconfont,
|
||||
.cc-article-wrp .article-card .meta-status .pubdate,
|
||||
.cc-article-wrp .article-card .meta-footer .view-stat,
|
||||
.tag-container .tag-item span,
|
||||
.article-net-charts .area .empty-tips,
|
||||
#dc-section_summary .source-rank-list-item .video-info-pubdate,
|
||||
.live-user .user-item .item-right .info .star,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user