mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
64 lines
1.2 KiB
CSS
64 lines
1.2 KiB
CSS
div.nav-menu
|
|
{
|
|
width: unset !important;
|
|
}
|
|
div.nav-menu>div.bili-wrapper
|
|
{
|
|
width: 1018px;
|
|
margin: 0 auto !important;
|
|
}
|
|
.search
|
|
{
|
|
position: relative !important;
|
|
float: right !important;
|
|
margin: 30px 12px 5px 0 !important;
|
|
margin: 26px 12px 5px 0 !important;
|
|
width: 130px !important;
|
|
height: 30px !important;
|
|
background-color: transparent !important;
|
|
padding: 0 !important;
|
|
}
|
|
form.searchform
|
|
{
|
|
background-color: #fff !important;
|
|
|
|
background-color: #fffb !important;
|
|
box-shadow: 0px 2px 10px 1px #0002 !important;
|
|
height: 30px !important;
|
|
}
|
|
form.searchform:hover
|
|
{
|
|
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;
|
|
}
|
|
|
|
@media only screen and (min-width: 1291px)
|
|
{
|
|
div.nav-menu>div.bili-wrapper
|
|
{
|
|
width: 1234px !important;
|
|
}
|
|
|
|
.search
|
|
{
|
|
width: 250px !important;
|
|
margin: 30px 72px 5px 0 !important;
|
|
margin: 26px 72px 5px 0 !important;
|
|
}
|
|
|
|
input.search-keyword
|
|
{
|
|
width: 230px !important;
|
|
}
|
|
}
|