mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
87 lines
1.5 KiB
CSS
87 lines
1.5 KiB
CSS
div.nav-menu
|
|
{
|
|
width: unset !important;
|
|
}
|
|
body .bili-header-m .nav-menu div.bili-wrapper
|
|
{
|
|
width: 1018px;
|
|
margin: 0 auto !important;
|
|
}
|
|
.search
|
|
{
|
|
position: relative !important;
|
|
float: right !important;
|
|
margin: 26px 24px 5px 0 !important;
|
|
width: 130px !important;
|
|
height: 30px !important;
|
|
background-color: transparent !important;
|
|
padding: 0 !important;
|
|
}
|
|
form.searchform
|
|
{
|
|
background-color: #fffb !important;
|
|
box-shadow: 0px 2px 10px 1px #0002 !important;
|
|
height: 30px !important;
|
|
}
|
|
form.searchform:hover,
|
|
form.searchform:focus-within
|
|
{
|
|
background-color: #fff !important;
|
|
}
|
|
button.search-submit,
|
|
a.link-ranking
|
|
{
|
|
display: none !important;
|
|
}
|
|
input.search-keyword
|
|
{
|
|
width: 110px !important;
|
|
height: 30px !important;
|
|
padding: 0 10px !important;
|
|
}
|
|
|
|
.preserve-rank
|
|
{
|
|
display: flex !important;
|
|
}
|
|
.preserve-rank>a
|
|
{
|
|
opacity: 0.382;
|
|
filter: brightness(0);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
transform: scale(0.64);
|
|
cursor: pointer;
|
|
width: 30px;
|
|
transition: all .2s ease-out !important;
|
|
flex-shrink: 0;
|
|
}
|
|
.preserve-rank>a:hover
|
|
{
|
|
opacity: 0.75;
|
|
}
|
|
.preserve-rank>input
|
|
{
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
@media only screen and (min-width: 1291px)
|
|
{
|
|
body .bili-header-m .nav-menu div.bili-wrapper
|
|
{
|
|
width: 1234px !important;
|
|
}
|
|
|
|
.search
|
|
{
|
|
width: 250px !important;
|
|
margin: 26px 24px 5px 0 !important;
|
|
}
|
|
|
|
input.search-keyword
|
|
{
|
|
width: 230px !important;
|
|
}
|
|
}
|