/* 适用于条目[[米糊zzZ]]的css样式表,更新于09月07日 */
/** 标题改色 **/
h2, h3, h4 {
color: #E9657D;
font-family: Arial, 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;
}
.navbox ul > li::before {
content: "";
display: none;
}
/* [[Category:在主命名空间下的CSS页面]] */