注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變動。
?_=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; }