Bilibili-Evolved/src/utils/remove-promotions/remove-promotions.scss
2021-08-29 11:01:02 +08:00

75 lines
1.6 KiB
SCSS

#slide_ad,
.v-wrap .vcd,
.ad-report,
#home_popularize .l-con,
#home_popularize .adpos,
.gg-floor-module,
.home-app-download,
.bilibili-player-promote-wrap,
.bili-header-m .nav-menu .nav-con .nav-item .text-red,
.mobile-link-l,
.video-page-game-card,
.international-home .banner-card,
.bypb-window .operate-card,
.gg-window .operate-card,
#reportFirst2 .extension,
.video-page-special-card,
.mascot,
.rank-container .cm-module,
body:not(.preserve-event-banner) .activity-m,
body.remove-game-match-module .bili-wrapper > .home-match,
body.remove-game-match-module #reportFirst3,
.home-content .ad-panel,
.recommend-list .rec-list > :not(.video-page-card),
.eva-extension-area,
.eva-banner
{
display: none !important;
}
.recommend-list .rec-list > :not(.video-page-card) + .video-page-card {
padding-top: 0 !important;
}
#home_popularize {
position: relative !important;
}
.popularize-module .online,
.gg-window .online {
position: absolute !important;
top: 50% !important;
right: 0.5% !important;
transform: translateY(-100%) !important;
}
.gg-window .online {
right: 0 !important;
padding: 0 16px !important;
}
#reportFirst2 {
position: relative;
margin-bottom: 4px;
}
.blocked {
width: 440px;
height: 220px;
display: flex;
color: #888;
background-color: #8882;
font-size: 24pt;
font-weight: bold;
align-items: center;
justify-content: space-evenly;
}
.blocked.new {
/* width: 459px;
height: 202px; */
width: 100%;
height: 100%;
background-color: #eee;
}
body.dark .blocked.new {
background-color: #333;
}
body.compact .blocked {
width: 480px;
height: 240px;
}