2023年政策修订增补工作正在进行中,欢迎参与!
User:在下羊羽君/Sandbox/Main01/styles.css
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- 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:%E5%9C%A8%E4%B8%8B%E7%BE%8A%E7%BE%BD%E5%90%9B/Sandbox/Main01/styles.css?_=1}-
/* 二级标题前缀装饰 */
h2 .mw-headline::before {
content: "";
width: 50px;
height: 50px;
background-image: url("https://img.moegirl.org.cn/common/6/65/%E8%B5%9B%E9%A9%AC%E5%A8%98_%E9%87%91%E8%B9%84%E9%93%81%E5%9B%BE%E6%A0%87.png");
position: absolute;
background-size: 25px;
background-repeat: no-repeat;
left: 3px;
top: 3px;
}
h2 .mw-headline {
font-family: "sans-serif";
position: relative;
padding-left: 30px;
}
/* 无序列表前缀装饰(额外加了一些规则以免此显示规则影响目录、画廊的正常显示) */
ul {
list-style: none;
}
ul > li::before {
content: "🦒 ";
}
#toc ul > li::before {
content: "";
display: none;
}
ul > li.gallerybox::before {
content: "";
display: none;
}