2023年政策修订增补工作正在进行中,欢迎参与!
User:Xiguayo/Sandbox/styles.css
< User:Xiguayo | Sandbox
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
- Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
- Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
- Opera:在“工具→首选项”中清除缓存
- 如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码
?_=1
来访问最新页面。 - 添加代码后的本页地址如下:
-{R|https://moegirl.icu/User:Xiguayo/Sandbox/styles.css?_=1}-
/* Only for [[User:Xiguayo/Sandbox]] */
/* 标题美化 */
h2,h3, h4 {
color: #FF526E;
font-family: Microsoft YaHei;
}
/* 二级标题前添加样式 */
h2 .mw-headline::before {
content: '✧';
}
/* 隐藏三级标题 */
li.toclevel-3{
display:none;
}
#toc ul > li::before {
content: "";
display: none;
}
ul > li.gallerybox::before {
content: "";
display: none;
}
.navbox ul > li::before {
content: "";
display: none;
}
/* MoeSkin优化 */
h2, h3, .mw-parser-output h2, .mw-parser-output h3{
color:#FF526E!important;
}
h2:after, .mw-parser-output h2:after{
display:none!important;
}
/* [[分类:在主名字空间下的CSS页面]] */
#panel-body-design > .Tabs.tabLabelLeft{
height:100%;
}
#panel-body-design > .Tabs.tabLabelLeft > .TabLabel{
display: block;
overflow-y: scroll;
overflow-x: hidden;
}