注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
?_=1来访问最新页面。https://mobile.moegirl.org.cn/User:BearBin/vector.css?_=1/**
* 使用稍旧浏览器的用户请勿直接抄用,可以使用less在线编译工具(https://www.wetools.com/less-to-css)编译后使用
*/
/* 用户工具栏固定 */
#p-personal {
position: fixed;
/* 提醒和通知位置微调 */
#pt-notifications-alert,
#pt-notifications-notice {
margin-top: 1em;
}
}
#p-sidebar-categoryindex {
display: none;
}
/* 工具栏不常用项目 */
#t-permalink,
#t-print {
display: none;
}
.mw-special-Contributions {
.mw-plusminus-pos,
.mw-plusminus-neg,
.mw-plusminus-null {
display: inline-block;
width: 5.3em;
margin-left: -0.3em;
}
.mw-redirect {
&~.mw-plusminus-pos,
&~.mw-plusminus-neg,
&~.mw-plusminus-null {
width: 3.5em;
}
}
}
@media screen and (max-width: 1080px) {
#p-variants {
display: none;
}
}
body.skin-vector.mediawiki,
#bearbin-background {
background-image: url("https://imgvb.com/images/2025/04/24/1bec3ce26438876d123e94081573bb4d.jpg"), url("https://s2.loli.net/2025/04/26/ZOsYalViT6hx4Wm.jpg");
background-size: cover;
background-attachment: fixed;
background-position: 60% 40%;
@media screen and (max-width: 1080px) {
background-image: url("https://imgvb.com/images/2025/04/12/3b65fca9665d40b92f3a670a41cb63ee.jpg"), url("https://s2.loli.net/2024/12/07/ncVO1HA5LwdNQS3.jpg");
background-position: 37% 34%;
}
}
#bearbin-background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -99999;
background-attachment: local;
}
#left-navigation,
#right-navigation {
margin-top: 80px;
}
div#mw-page-base {
height: 120px;
}
div#content {
background-color: rgb(247 251 255 / 74%);
}