mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
182 lines
2.9 KiB
SCSS
182 lines
2.9 KiB
SCSS
.bilibili-player-video-sendbar
|
|
{
|
|
background-color: #222 !important;
|
|
}
|
|
// a
|
|
// {
|
|
// background-color: #444 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-color: #555 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-color: #aaa !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-color: #eee !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-image: none !important;
|
|
// }
|
|
|
|
.mode-fullscreen .bilibili-player-video-btn-widescreen,
|
|
.mode-webfullscreen .bilibili-player-video-sendbar,
|
|
.mode-fullscreen .bilibili-player-video-sendbar,
|
|
.bilibili-player-video-bottom-area::before
|
|
{
|
|
background-color: transparent !important;
|
|
}
|
|
// a
|
|
// {
|
|
// background: #fff1 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background: transparent !important;
|
|
// }
|
|
|
|
// a
|
|
// {
|
|
// color: #aaa !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// color: #eee !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// color: #222 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// border-color: transparent !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// border-color: #aaa !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// border-color: #222 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// border-color: #444 !important
|
|
// }
|
|
// a
|
|
// {
|
|
// border-color: #99a2aa !important;
|
|
// }
|
|
|
|
// a
|
|
// {
|
|
// transition: all .2s !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// fill: #aaa !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// filter: brightness(0) invert(1) !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// filter: $blueImageFilter !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// filter: $pinkImageFilter !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// filter: grayscale(1) !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// filter: none !important;
|
|
// }
|
|
|
|
.tab-mk2.active,
|
|
.face-g-more,
|
|
.bangumi-player
|
|
{
|
|
background-image: none !important;
|
|
}
|
|
// a
|
|
// {
|
|
// border-radius: 4px !important;
|
|
// }
|
|
.bangumi-player
|
|
{
|
|
box-shadow: none !important;
|
|
}
|
|
// a
|
|
// {
|
|
// box-shadow: 0px 1px 10px 0px $customStyleColor30 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// display: none !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// opacity: 0 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// opacity: 0.5 !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// opacity: 1 !important;
|
|
// }
|
|
@supports (backdrop-filter: blur(64px)) or (-webkit-backdrop-filter: blur(64px))
|
|
{
|
|
.gui-settings-content
|
|
{
|
|
background: #222d !important;
|
|
}
|
|
}
|
|
|
|
// a
|
|
// {
|
|
// border-color: $customStyleColor !important;
|
|
// }
|
|
// a
|
|
// {
|
|
// background-color: $customStyleColor !important;
|
|
// }
|
|
.face-g-more
|
|
{
|
|
color: $customStyleColor !important;
|
|
}
|
|
// a
|
|
// {
|
|
// color: $foreground !important;
|
|
// }
|
|
.bilibili-player-video-danmaku-setting-left-more:hover .bp-svgicon,
|
|
.bilibili-player-video-danmaku-setting-right-more:hover .bp-svgicon
|
|
{
|
|
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;
|
|
// } |