2023年政策修订增补工作正在进行中,欢迎参与!
克罗艾·芙洛拉/style.css
< 克罗艾·芙洛拉
/* 适用于条目[[克罗艾·芙洛拉]]的css样式表 */
/** 标题改色 **/
h2, h3, h4 {
color: #F7797D;
font-family: sans-serif;
}
/** 二级标题前后添加样式 **/
h2 .mw-headline::before {
content: "🌸";
}
h2 .mw-headline::after {
content: "🌸";
}
/** 无序列表前置样式 **/
ul {
list-style: none;
}
ul > li::before {
content: "⭐";
}
#toc ul > li::before {
content: "";
display: none;
}
ul > li.gallerybox::before {
content: "";
display: none;
}
/* [[Category:在主名字空间下的CSS页面]] */