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%9C%A8%E4%B8%8B%E7%BE%8A%E7%BE%BD%E5%90%9B/common.css?_=1}-
/*  WikiPlus按钮改色  */
a.Wikiplus-Edit-EveryWhereBtn{
    color: #3CB371! important;
}
a.Wikiplus-Edit-SectionBtn{
    color: #3CB371 !important;
}
li#Wikiplus-Edit-TopBtn a{
    color: #3CB371 !important;
}


/*  页面历史、最近更改、我的贡献、日志页添加图标  */
.mw-changeslist-date::before, .mw-changeslist h4::before { content:"📅"; }
.userlink-avatar::before { content:"✏"; }
.mw-usertoollinks-talk::before { content:"💬"; }
.mw-usertoollinks-contribs::before { content:"📝"; }
.history-size::before { content:"📊"; }
.history-size::after { content:"←";} 
.mw-plusminus-pos::before { content:"📈"; }
.mw-plusminus-neg::before { content:"📉	"; }
.mw-plusminus-null::before { content:"↔️"; }
.comment::before { content:"📢"; font-style:normal; }
.mw-history-undo::before, .mw-logevent-actionlink a::before, .mw-rollback-link a::before { content:"↩️️"; }
.mw-thanks-thank-link:before, .quick-thank:before { content:"❤"; }
#pagehistory li.selected { background-color:#DDD; }
.mw-tag-markers a::before { content:"🏷"; }
.autocomment::before { content:"📑"; }
.mw-title::before, .mw-contributions-title::before { content:"📄"; }
.mw-enhanced-rc-time::before { content:"🕒"; }
.mw-usertoollinks-block::before { content:"🚫"; }


/*  页面一级、二级标题常驻,右上角个人菜单栏常驻  */
/*
#firstHeading {
    position: sticky;
    top: 0;
    background-color: inherit;
    z-index: 99;
}
h2 {
    position: sticky;
    top: 40px !important;
    background-color: #F7FAFD;
    z-index: 98;
}
#p-personal {
  position: fixed !important; 
}
*/


/*  重定向链接加上紫色上标、消歧义链接加上橙色上标、假链加上红色上标  */
.mw-redirect:after {
    content: "(重)";
    color: purple;
    vertical-align: super;
    font-size: smaller;
}

.mw-disambig:after {
    content: "(消)";
    color: orange;
    vertical-align: super;
    font-size: smaller;
}

.fakelink:after {
    content: "(假)";
    color: red;
    vertical-align: super;
    font-size: smaller;
}


/*  WikiPlus编辑框样式更modern  */
.Wikiplus-Btn,
.Wikiplus-InterBox button {
    box-shadow: 0 0 0px #ffffff!important;
    border: 1px solid #a7d7f9!important;
    cursor: pointer!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -o-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}
.Wikiplus-InterBox button {
    background: white!important;
    height: 22px!important;
}
.Wikiplus-Btn {
    margin: 3px 10px 3px 0!important;
}
.Wikiplus-InterBox {
    border: 1px #a7d7f9 solid!important;
    background: white!important;
    width: 80%!important;
    margin-left: 11.5em!important;
}
input#Wikiplus-Quickedit-Summary-Input {
    height: 18px!important;
}
.Wikiplus-InterBox textarea,
.Wikiplus-InterBox input:not([type]) {
    border-color: #a7d7f9!important;
}
div.Wikiplus-InterBox>div.Wikiplus-InterBox-Content>div>br {
    display: none;
}


/* 对比差异的样式 */
/* .diff-context, .diff-deletedline, .diff-addedline {
	font-family: monospace;
	font-size: 13px; 
}
*/
td.diff-deletedline {
    border-color: lightpink !important;
}

del.diffchange {
    background: lightpink !important;
}

td.diff-addedline {
    border-color: palegreen !important;
}

ins.diffchange {
    background: palegreen !important;
}

.diffchange {
    font-weight: 900 !important;
}


/*  在监视列表、最近更改、编辑历史等地高亮自己  */
.mw-userlink[title="User:在下羊羽君"] {
    background-color: rgba(255,165,0,.50);
}


/*  隐藏所有“组提示”、“页面提示”、预加载模板选项那一坨  */
/*
#editnotice-area,
.mw-newarticletext.plainlinks,
#multiboilerplateform {
    display:none !important;
}
*/


/*  有个“导航菜单”多余了  */
#mw-navigation h2 {
    display:none !important;
}


/*  防止popup下拉菜单被常驻二级标题覆盖  */
.popup_menu {
    z-index: 99;
}


/*  微调搜索栏宽度、页顶编辑工具栏位置  */
#simpleSearch {
    width: 10vw !important;
}

#right-navigation {
    margin-right: 2em;
}


/* 隐藏JS和CSS页面上方的缓存提示 */
/*
#mw-clearyourcache {
    display: none;
}
*/


/* 编辑框下方点击插入内容和点击插入编辑摘要的样式 */
.my-charinsert-item {
    margin-right: 0.7em;
    padding-right: 0.7em;
    border-right: 1px solid #AAA;
}

.my-summary-item {
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #AAA;
}


/* 隐藏语言变体提示 */
#noteTA-lang {
    display: none;
}


/* 评论区头像增加圆角 */
.comment-avatar img {
	border-radius: 5px;
}


/* 在讨论页中添加边框,以帮助辨认回复层级 */
/*
.ns-talk dd {
    margin:0 ; 
  	padding:0 ; 
}

.ns-talk dl { 
  	border-top:solid 1px #a7d7f9 ; 
  	border-left:solid 1px #a7d7f9 ; 
  	padding-top:.5em ; 
  	padding-left:.5em ; 
  	margin-left:1em ; 
}
*/


/* 显示引文格式1错误 */
.citation-comment {display: inline !important;}


/* rwkk */
.patroller-show, .sysop-show, .interface-admin-show { display: revert !important; }