2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

User:厚礼谢/common.css

萌娘百科,万物皆可萌的百科全书!转载请标注来源页面的网页链接,并声明引自萌娘百科。内容不可商用。
跳转到导航 跳转到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存
如果您已登录但该页面出现未登录状态,请尝试在地址栏的地址最后添加代码?_=1来访问最新页面。
添加代码后的本页地址如下:-{R|https://moegirl.icu/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; }