mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
212 lines
3.4 KiB
SCSS
212 lines
3.4 KiB
SCSS
.bili-header-m>.nav-menu
|
|
{
|
|
background: $customStyleColorff !important;
|
|
box-shadow: $customStyleColor70 0px 2px 10px 1px !important;
|
|
}
|
|
|
|
.nav-mask
|
|
{
|
|
background-color: transparent !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.bili-header-m .nav-menu .nav-con .nav-item .t
|
|
{
|
|
color: $foregroundd !important;
|
|
}
|
|
|
|
li.nav-item:hover
|
|
{
|
|
background-color: hsla(0,0%,$brightness,.2) !important;
|
|
}
|
|
|
|
.vip-m
|
|
{
|
|
background: white !important;
|
|
}
|
|
|
|
a.t>i.bili-icon
|
|
{
|
|
filter: brightness(0) $filterInvert !important;
|
|
background-image: url(https://www.bilibili.com/favicon.ico) !important;
|
|
background-size: cover !important;
|
|
background-position: inherit !important;
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
opacity: 0.81 !important;
|
|
}
|
|
|
|
#entryOld,
|
|
.nav-search-submit,
|
|
.b-icon-app,
|
|
.title-icon
|
|
{
|
|
display: none !important;
|
|
}
|
|
|
|
.i-face>.face
|
|
{
|
|
border: 1.5px solid #fff3 !important;
|
|
margin-top: -1px !important;
|
|
}
|
|
|
|
div.up-load
|
|
{
|
|
margin: 5px 0 0 5px !important;
|
|
height: 32px !important;
|
|
}
|
|
.u-link
|
|
{
|
|
background: transparent !important;
|
|
color: $foregroundd !important;
|
|
border-radius: 4px !important;
|
|
line-height: 30px !important;
|
|
height: 30px !important;
|
|
border: 1px solid $foregroundb !important;
|
|
transition: background-color .2s !important;
|
|
}
|
|
|
|
.u-link:hover
|
|
{
|
|
opacity: 1 !important;
|
|
background-color: hsla(0,0%,$brightness,.2) !important;
|
|
}
|
|
|
|
.nav-search
|
|
{
|
|
width: 140px !important;
|
|
}
|
|
|
|
.nav-search-keyword
|
|
{
|
|
width: 130px !important;
|
|
}
|
|
|
|
#nav_searchform
|
|
{
|
|
margin-top: 0.1rem !important;
|
|
border-radius: 4px !important;
|
|
background: #fffb !important;
|
|
border: none !important;
|
|
transition: background-color .2s !important;
|
|
box-shadow: 0px 2px 10px 1px #0002;
|
|
}
|
|
|
|
#nav_searchform:hover
|
|
{
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
#bilibiliPlayer
|
|
{
|
|
box-shadow: 0px 10px 30px 5px $customStyleColor40 !important;
|
|
}
|
|
|
|
.blur-bg
|
|
{
|
|
opacity: $blurBackgroundOpacity !important;
|
|
filter: blur(20px) !important;
|
|
}
|
|
|
|
.cancel
|
|
{
|
|
width: 28px !important;
|
|
}
|
|
|
|
ul.bilibili-suggest
|
|
{
|
|
margin-left: -30px !important;
|
|
width: 200px !important;
|
|
}
|
|
|
|
li.suggest-item>a
|
|
{
|
|
max-width: 155px !important;
|
|
}
|
|
|
|
div.num
|
|
{
|
|
border: 1px solid #fff8 !important;
|
|
}
|
|
|
|
#primary_menu,
|
|
#primary_menu>ul.nav-menu
|
|
{
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
div.nav-gif,
|
|
#primary_menu
|
|
{
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.up-nav
|
|
{
|
|
top: 37px !important;
|
|
}
|
|
|
|
.filter-item.search
|
|
{
|
|
margin: 0 !important;
|
|
}
|
|
.input-box textarea
|
|
{
|
|
padding: 8px !important;
|
|
}
|
|
.bili-header-m .nav-search .nav-search-keyword
|
|
{
|
|
color: #222 !important;
|
|
}
|
|
.tag-container .tag-item .tag-border .tag-border-inner
|
|
{
|
|
width: 100% !important;
|
|
}
|
|
|
|
@media only screen and (min-width: 1291px)
|
|
{
|
|
.bilibili-suggest.nav,
|
|
.nav-search
|
|
{
|
|
width: 250px !important;
|
|
margin-right: 72px !important;
|
|
}
|
|
|
|
.nav-search-keyword
|
|
{
|
|
width: 240px !important;
|
|
}
|
|
|
|
ul.bilibili-suggest
|
|
{
|
|
margin-left: 0px !important;
|
|
width: 250px !important;
|
|
}
|
|
|
|
li.suggest-item>a
|
|
{
|
|
max-width: 205px !important;
|
|
}
|
|
}
|
|
|
|
::-webkit-scrollbar
|
|
{
|
|
width: 5px !important;
|
|
height: 5px !important;
|
|
}
|
|
::-webkit-scrollbar-corner,
|
|
::-webkit-scrollbar-track
|
|
{
|
|
background: transparent !important;
|
|
}
|
|
::-webkit-resizer,
|
|
::-webkit-scrollbar-thumb
|
|
{
|
|
background: #aaa !important;
|
|
}
|
|
::-webkit-scrollbar-thumb:hover
|
|
{
|
|
background: #888 !important;
|
|
}
|