注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
?_=1
来访问最新页面。https://zh.moegirl.org.cn/User:C8H17OH/moeskin.css?_=1
@media screen and (min-width: 480px) {
/* 公告栏置顶并隐藏滚动信息,自定义工具与目录一同贴紧
#moe-sidenav-sitenotice {
line-height: 1.6;
}
.moe-sitenotice {
height: auto;
} */
.sitenotice-toggle, #localNotice ul {
display: none;
}
/* 主文居中 */
main.moe-flexible-container {
width: 100%;
/* min-width: 1200px; */
justify-content: center;
}
#my-fake-left-sidenav {
flex: 1 10 280px;
}
.mainpage #my-fake-left-sidenav {
display: none;
}
#moe-article {
flex: 0 1 1200px;
margin-left: 1.5rem;
}
#moe-global-siderail {
flex: 1 2 280px;
display: none;
justify-content: center;
}
#moe-global-siderail > div {
margin-right: auto;
}
/* 隐藏原生【折叠侧栏】按钮 */
#moe-sidenav-toggle-btn {
display: none;
}
/* 名字空间链接红链变红 */
ul.namespaces-links-list a.new:hover {
color: rgb(204, 0, 0);
box-shadow: 0 -2px 0 rgb(212, 149, 142) inset;
}
/* 编辑页面显示分类条 */
#moe-after-content {
display: block !important;
}
/* 修复过矮行高 */
body.mediawiki {
line-height: 1.6;
}
}