/* Only for [[Minicatty]] */ /* 紫幕 */ .heimu { background-color: #794882; color: #794882; } .heimu a, .heimu.fakelink { color: Transparent; } /* 标题改色 */ h2, h3, h4 { color: #91549e; font-family: Microsoft YaHei; } /* 二级标题前后添加样式 */ h2 .mw-headline::before { content: '🦭'; } /* 隐藏三级标题 */ li.toclevel-3{ display:none; } /* 无序列表前置样式 */ ul { list-style: none; } ul > li::before { content: "☆"; color: #91549e; } #toc ul > li::before { content: ""; display: none; } ul > li.gallerybox::before { content: ""; display: none; } .navbox ul > li::before { content: ""; display: none; } /* [[分类:在主名字空间下的CSS页面]] */