A new userstyle
B站-字幕提取插件、内容总结插件-界面美化 by hanshou101
Details
Authorhanshou101
LicenseNo License
Categorytools
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.bilibili.com/video/BV1Wj411p7XN/ - 2024年1月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
/**
* 插件部分
*/
@-moz-document url-prefix("https://www.bilibili.com/video") {
#mirror-vdcon > div.right-container.is-in-large-ab > div {
display: flex;
flex-direction: column;
}
.base-video-sections-v1 {
width: 411px !important;
top: 66px !important;
position: fixed !important;
right: -1px;
z-index: 99999999;
opacity: 0.15;
}
#multi_page {
/*
参考资料:
html - 如何将最后一个孩子移到第一个孩子前面 - Thinbug https://stackoverflow.com/questions/54756556/how-can-i-move-last-child-in-front-of-first-child
*/
order: unset;
top: -1px;
position: fixed !important;
right: -1px;
z-index: 99999999;
opacity: 0.15;
}
iframe#bilibili-subtitle-iframe {
width: 500px !important;
bottom: -1px;
position: fixed !important;
right: -1px;
z-index: 99999999;
opacity: 0.15;
}
#multi_page:hover,
iframe#bilibili-subtitle-iframe:hover,
.base-video-sections-v1:hover {
opacity: 1;
}
}
/**
* 整体,围绕【播放器】 做一个【精简版式】。
*/
@-moz-document url-prefix("https://www.bilibili.com/video") {
div#mirror-vdcon.video-container-v1 {
justify-content: unset;
}
}
/*# sourceMappingURL=B站-字幕提取插件、内容总结插件-界面美化.css.map */