Greasy Fork is available in English.
还原20-21年时期bilibili旧版界面
当前为
/* ==UserStyle==
@name Bilibili 20-21年旧版
@namespace Ceale2021OldBili
@version 0.1.7
@description 还原20-21年时期bilibili旧版界面
@homepageURL https://github.com/XiaohCeale/go-back-bilibili-20-21-by-css
@author XiaohuangCeale
#match *://*.bilibili.com/*
#include *://*.bilibili.com/*
@icon https://www.bilibili.com/favicon.ico
==/UserStyle== */
@-moz-document url-prefix("*://*.bilibili.com/") {
.bili-header__bar {
font-family: Microsoft YaHei;
}
.bili-video-card.is-rcmd {
display: block!important;
}
.recommended-swipe {
display: none!important;
}
.mini-header svg {
display: none!important;
}
.bili-header .bili-header__bar {
height: 55px!important;
}
.header-upload-entry {
border-radius: 2px!important;
width: 100px!important;
}
.header-upload-entry svg {
display: none
}
.v-popover.is-bottom-start svg, .nav-search-btn svg {
display: unset!important;
}
.nav-search-btn svg {
width: 14px;
margin-bottom: 2px;
}
.bili-header .center-search-container {
height: 35px!important;
}
.bili-header .center-search-container .center-search__bar #nav-searchform {
line-height: 35px!important;
height: 35px!important;
border-radius: 2px!important;
}
.bili-header .center-search-container .center-search__bar .nav-search-btn {
right: 0!important;
top: 0!important;
width: 48px!important;
height: 35px!important;
background: #e7e7e7;
border-radius: 0!important;
}
a.entry-title {
margin-right: -10px!important;
}
a.entry-title {
visibility: hidden;
}
a.entry-title::after {
content: "主站";
visibility: visible;
position: absolute;
}
.bili-header .left-entry a.default-entry {
margin-right: 12px!important;
}
.bili-header .right-entry__outside .right-entry-icon {
display: none !important;
}
.bili-header .left-entry .download-client-trigger {
display: none}
.bili-header .red-num--message, .bili-header .red-num--dynamic {
top: -9px !important;
right: -4px !important;
left: unset !important;
}
}