mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
194 lines
3.2 KiB
SCSS
194 lines
3.2 KiB
SCSS
.recom-wrap .no-result,
|
|
.side-bar-popup-cntr,
|
|
.link-popup-panel
|
|
{
|
|
background-color: #222 !important;
|
|
}
|
|
.progress-bar-body,
|
|
.more-btn-cntr,
|
|
.timer-wrap,
|
|
.fjw-random
|
|
{
|
|
background-color: #444 !important;
|
|
}
|
|
// a
|
|
// {
|
|
// background-color: #555 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-color: #aaa !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-color: #eee !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-image: none !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-color: #222e !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-color: transparent !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background: #fff1 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background: transparent !important;
|
|
// }
|
|
|
|
.introduction-text
|
|
{
|
|
color: #aaa !important;
|
|
}
|
|
.section-title>a.t,
|
|
.section>.section-title,
|
|
.link-popup-panel,
|
|
.more-btn-text,
|
|
.chat-history-panel .gift-item .gift-count,
|
|
.chat-history-panel .hover-panel>span
|
|
{
|
|
color: #eee !important;
|
|
}
|
|
// a
|
|
// {
|
|
// color: #222 !important;
|
|
// }
|
|
|
|
.gift-item-wrap .num,
|
|
.side-bar-popup-cntr
|
|
{
|
|
border-color: transparent !important;
|
|
}
|
|
// a
|
|
// {
|
|
// border-color: #222 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// border-color: #444 !important
|
|
// }
|
|
// a
|
|
// {
|
|
// border-color: #99a2aa !important;
|
|
// }
|
|
|
|
// a
|
|
// {
|
|
// transition: all .2s !important;
|
|
// }
|
|
|
|
// a
|
|
// {
|
|
// filter: brightness(0) invert(1) !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// filter: $blueImageFilter !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// filter: $pinkImageFilter !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// filter: grayscale(1) !important;
|
|
// }
|
|
|
|
// a
|
|
// {
|
|
// background-image: none !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// border-radius: 4px !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// box-shadow: none !important;
|
|
// }
|
|
.side-bar-popup-cntr,
|
|
.link-popup-panel
|
|
{
|
|
box-shadow: 0px 1px 20px 2px $customStyleColor30 !important;
|
|
}
|
|
.side-bar-popup-cntr>.arrow
|
|
{
|
|
display: none !important;
|
|
}
|
|
// a
|
|
// {
|
|
// opacity: 0 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// opacity: 0.5 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// opacity: 1 !important;
|
|
// }
|
|
|
|
// a
|
|
// {
|
|
// border-color: $customStyleColor !important;
|
|
// }
|
|
.progress-bar-inner
|
|
{
|
|
background-color: $customStyleColor !important;
|
|
}
|
|
.union-cntr a,
|
|
.title-link,
|
|
.link-popup-panel .title-ctnr .popup-title,
|
|
.user-info-name.active
|
|
{
|
|
color: $customStyleColor !important;
|
|
}
|
|
// a
|
|
// {
|
|
// color: $foreground !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// fill: $customStyleColor !important;
|
|
// }
|
|
|
|
// a
|
|
// {
|
|
// border-top-color: transparent !important;
|
|
// border-bottom-color: transparent !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// border-top-color: transparent !important;
|
|
// border-right-color: transparent !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// border-left-color: transparent !important;
|
|
// border-right-color: transparent !important;
|
|
// }
|
|
|
|
// .chat-history-panel .chat-history-list::-webkit-scrollbar-track,
|
|
// .multi-page .cur-list ul::-webkit-scrollbar-track
|
|
// {
|
|
// background: #444 !important;
|
|
// }
|
|
// .chat-history-panel .chat-history-list::-webkit-scrollbar-thumb,
|
|
// .multi-page .cur-list ul::-webkit-scrollbar-thumb
|
|
// {
|
|
// background: #222 !important;
|
|
// }
|
|
// .chat-history-panel .chat-history-list::-webkit-scrollbar-thumb:hover,
|
|
// .multi-page .cur-list ul::-webkit-scrollbar-thumb:hover
|
|
// {
|
|
// background: #333 !important;
|
|
// }
|