注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
?_=1
来访问最新页面。https://zh.moegirl.org.cn/User:%E5%A4%A9%E9%9B%AA%E7%BA%B8%E9%B8%A2/common.css?_=1
/* 在监视列表、最近更改、编辑历史等地高亮自己(from:一位史蒂夫) */
.mw-userlink[title="User:天雪纸鸢"] {
background-color: rgba(255,165,0,.50);
}
/* 加减字节数改色 */
.mw-plusminus-neg { color:#00CED1; }/* 蓝色 */
.mw-plusminus-pos { color:#00bb00; }/* 绿色 */
/* 重定向链接加上粉色上标、消歧义链接加上橙色上标、假链加上绿色上标 (慎用,强迫症可以疯,特别是重定向) */
.mw-redirect:after {
content: "重";
color: Pink;
vertical-align: super;
font-size: smaller;
}
.mw-disambig:after {
content: "消";
color: orange;
vertical-align: super;
font-size: smaller;
}
.fakelink:after {
content: "假";
color: green;
vertical-align: super;
font-size: smaller;
}
/* 优质编辑者 */
.markrights-goodeditor::after {
content: "幼" !important;
}
/* 机器用户 */
.markrights-flood::after {
content: "伎" !important;
}
/* 维护姬 */
.markrights-patroller::after {
content: "姬" !important;
}