注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
?_=1
来访问最新页面。https://zh.moegirl.org.cn/User:%E5%8E%9A%E7%A4%BC%E8%B0%A2/common.css?_=1
/* 链接相关修改:
# 红链变加粗、颜色加深、加下划线
*/
a.new {
color: #DC143C!important;
text-decoration: underline!important;
font-weight: bold!important;
}
.noRedLink a.new {
font-weight: normal!important;
font-style: italic;
}
/* WikiPlus个性化 */
.Wikiplus-Btn,
.Wikiplus-InterBox button {
box-shadow: 0 0 0px #ffffff!important;
border: 1px solid #CC3399!important;
user-select: none!important;
background: white!important;
height: 22px!important;
}
.Wikiplus-InterBox {
border: 1px #FF99CC solid!important;
background: linear-gradient(108deg, rgb(219,226,255), rgb(219,226,255))!important;
width: 80%!important;
margin-left: 11.5em!important;
}
.Wikiplus-Btn {
margin: 3px 10px 3px 0!important;
}
input#Wikiplus-Quickedit-Summary-Input {
height: 18px!important;
}
.Wikiplus-InterBox textarea,
.Wikiplus-InterBox input:not([type]) {
border-color: #CC3399!important;
}
div.Wikiplus-InterBox>div.Wikiplus-InterBox-Content>div>br {
display: none;
}
html body.ns-2 div#catlinks {
display: block!important;
}
html body.ns-2 div#catlinks::before {
content: "被隐藏的";
float: left;
}
html body.ns-2 div#catlinks:empty::before {
content: "无分类~";
float: none;
}
.mw-plusminus-pos::after,
.mw-plusminus-neg::after {
content: attr(title);
overflow: hidden;
text-indent: -4em;
display: inline-block;
white-space: nowrap;
vertical-align: bottom;
}
/* 为最后版本的编辑添加浅蓝色背景 */
.mw-contributions-current { background: #E6F4FF; }