mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Remove comments
This commit is contained in:
parent
d7e3e666f8
commit
213abbfbde
@ -136,14 +136,6 @@ body>div.to-top.on,
|
||||
{
|
||||
background-color: #444 !important;
|
||||
}
|
||||
// a
|
||||
// {
|
||||
// background-color: #555 !important;
|
||||
// }
|
||||
// a
|
||||
// {
|
||||
// background-color: #aaa !important;
|
||||
// }
|
||||
.bilibili-player-video-time-seek
|
||||
{
|
||||
background-color: #fff1 !important;
|
||||
@ -201,11 +193,6 @@ body>div.to-top.on,
|
||||
{
|
||||
background: #fff !important;
|
||||
}
|
||||
// a
|
||||
// {
|
||||
// background: transparent !important;
|
||||
// }
|
||||
|
||||
.scroll-loading,
|
||||
.room-card-item .info .s-info,
|
||||
.fans-no-data::after,
|
||||
@ -421,10 +408,6 @@ body>div.to-top.on,
|
||||
{
|
||||
border-color: #aaa !important;
|
||||
}
|
||||
// a
|
||||
// {
|
||||
// border-color: #222 !important;
|
||||
// }
|
||||
.up-info-holder .fixed-box .up-article-list-block .block-title,
|
||||
.up-info-holder .fixed-box .more .top-bar,
|
||||
.el-date-range-picker__content.is-left,
|
||||
@ -452,7 +435,6 @@ i.settings-category-arrow::after,
|
||||
{
|
||||
border-color: white !important;
|
||||
}
|
||||
|
||||
#player-header .bg-image
|
||||
{
|
||||
transition: all .2s .5s !important;
|
||||
@ -544,11 +526,6 @@ body>div.to-top.on,
|
||||
{
|
||||
filter: brightness(0.5) !important;
|
||||
}
|
||||
// a
|
||||
// {
|
||||
// filter: none !important;
|
||||
// }
|
||||
|
||||
.tab-mk2.active,
|
||||
.face-g-more,
|
||||
.bangumi-player,
|
||||
@ -557,10 +534,6 @@ body>div.to-top.on,
|
||||
{
|
||||
background-image: none !important;
|
||||
}
|
||||
// a
|
||||
// {
|
||||
// border-radius: 4px !important;
|
||||
// }
|
||||
.bangumi-player,
|
||||
.live-sidebar-ctnr,
|
||||
.el-picker-panel,
|
||||
@ -607,18 +580,6 @@ body>div.to-top.on,
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
// a
|
||||
// {
|
||||
// opacity: 0 !important;
|
||||
// }
|
||||
// a
|
||||
// {
|
||||
// opacity: 0.5 !important;
|
||||
// }
|
||||
// a
|
||||
// {
|
||||
// opacity: 1 !important;
|
||||
// }
|
||||
@supports (backdrop-filter: blur(24px)) or (-webkit-backdrop-filter: blur(24px))
|
||||
{
|
||||
.gui-settings-box.blur li.category,
|
||||
@ -655,7 +616,6 @@ body>div.to-top.on
|
||||
border: none !important;
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
|
||||
.list-filter-bar .sort-box .item.active,
|
||||
.list-filter-bar .sort-box .item:hover,
|
||||
.data-card .tab .data-tab.current:after,
|
||||
@ -881,7 +841,6 @@ body>div.to-top.on
|
||||
{
|
||||
fill: var(--theme-color) !important;
|
||||
}
|
||||
|
||||
.leftMsg .msgDiv:before,
|
||||
.rightMsg .msgDiv::before
|
||||
{
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
.bangumi-timing-module .headline .bili-tab {
|
||||
width:650px;
|
||||
}
|
||||
|
||||
.bangumi-timing-module .headline .bili-tab .bili-tab-item {
|
||||
width: 70px;
|
||||
}
|
||||
@ -40,7 +39,6 @@
|
||||
.elevator-module {
|
||||
margin-left:590px;
|
||||
}
|
||||
|
||||
#primary_menu,
|
||||
#primary_menu>ul.nav-menu,
|
||||
.uns_box li.u-i.b-post
|
||||
@ -62,7 +60,6 @@
|
||||
position: static;
|
||||
margin-left: 2%;
|
||||
}
|
||||
|
||||
.primary-menu .nav-menu>li
|
||||
{
|
||||
margin-right: 0 !important;
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
background: var(--theme-color) !important;
|
||||
box-shadow: var(--theme-color-70) 0px 2px 10px 1px !important;
|
||||
}
|
||||
|
||||
body .bili-header-m .nav-menu div.nav-mask,
|
||||
.b-header-mask-wrp,
|
||||
.z_top
|
||||
@ -12,30 +11,25 @@ body .bili-header-m .nav-menu div.nav-mask,
|
||||
background-color: transparent !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.b-header-mask-wrp
|
||||
{
|
||||
overflow: unset !important;
|
||||
}
|
||||
|
||||
.bili-header-m .nav-menu .nav-con .nav-item .t,
|
||||
.z_top.b-header-blur .z_top_nav li:not(.home) a.i-link
|
||||
{
|
||||
color: var(--foreground-color-d) !important;
|
||||
}
|
||||
|
||||
li.nav-item:hover,
|
||||
.z_top .z_top_nav ul li:hover,
|
||||
.uns_box ul.menu li:not(.b-post):hover
|
||||
{
|
||||
background-color: hsla(0,0%,var(--brightness),.2) !important;
|
||||
}
|
||||
|
||||
.vip-m
|
||||
{
|
||||
background: white !important;
|
||||
}
|
||||
|
||||
a.t>i.bili-icon
|
||||
{
|
||||
filter: brightness(0) var(--invert-filter) !important;
|
||||
@ -54,7 +48,6 @@ a.t>i.bili-icon
|
||||
background-size: 16px !important;
|
||||
background-position-x: 16% !important;
|
||||
}
|
||||
|
||||
#entryOld,
|
||||
.nav-search-submit,
|
||||
.b-icon-app,
|
||||
@ -65,14 +58,12 @@ a.t>i.bili-icon
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.i-face>.face,
|
||||
.uns_box li.u-i .i_face
|
||||
{
|
||||
box-shadow: 0 0 2px 1.5px #0002 !important;
|
||||
/* margin-top: -1px !important; */
|
||||
}
|
||||
|
||||
div.up-load
|
||||
{
|
||||
margin: 5px 0 0 5px !important;
|
||||
@ -89,7 +80,6 @@ div.up-load
|
||||
border: 1px solid var(--foreground-color-b) !important;
|
||||
transition: background-color .2s !important;
|
||||
}
|
||||
|
||||
.u-link:hover,
|
||||
.uns_box li.u-i.b-post a.i-link:hover
|
||||
{
|
||||
@ -100,17 +90,14 @@ div.up-load
|
||||
{
|
||||
margin-left: 8px !important;
|
||||
}
|
||||
|
||||
.nav-search
|
||||
{
|
||||
width: 140px !important;
|
||||
}
|
||||
|
||||
.nav-search-keyword
|
||||
{
|
||||
width: 130px !important;
|
||||
}
|
||||
|
||||
#nav_searchform
|
||||
{
|
||||
margin-top: 0.1rem !important;
|
||||
@ -120,44 +107,36 @@ div.up-load
|
||||
transition: background-color .2s !important;
|
||||
box-shadow: 0px 2px 10px 1px #0002;
|
||||
}
|
||||
|
||||
#nav_searchform:hover
|
||||
{
|
||||
background-color: #fff !important;
|
||||
}
|
||||
|
||||
#bilibiliPlayer
|
||||
{
|
||||
box-shadow: 0px 4px 16px 0px var(--theme-color-40) !important;
|
||||
}
|
||||
|
||||
.blur-bg
|
||||
{
|
||||
opacity: var(--blur-background-opacity) !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
|
||||
{
|
||||
box-shadow: 0 0.5px 4px 0 #0004 !important;
|
||||
}
|
||||
|
||||
#primary_menu,
|
||||
#primary_menu>ul.nav-menu,
|
||||
.uns_box li.u-i.b-post
|
||||
@ -165,18 +144,15 @@ div.num
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
div.nav-gif,
|
||||
#primary_menu
|
||||
{
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.up-nav
|
||||
{
|
||||
top: 37px !important;
|
||||
}
|
||||
|
||||
.filter-item.search,
|
||||
body
|
||||
{
|
||||
@ -203,7 +179,6 @@ input.nav-search-keyword::placeholder,
|
||||
{
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1291px)
|
||||
{
|
||||
.bilibili-suggest.nav,
|
||||
@ -212,18 +187,15 @@ input.nav-search-keyword::placeholder,
|
||||
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user