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

User:LUO1P530/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:LUO1P530/common.css?_=1}-
/* WikiPlus编辑按钮改色 */
a.Wikiplus-Edit-EveryWhereBtn{
    color: #FFD900!important;
}
a.Wikiplus-Edit-SectionBtn{
    color: #FFD900!important;
}
li#Wikiplus-Edit-TopBtn a{
    color: #FFD900!important;
}
 
 
/* 页面历史记录添加图标 */
.history-size::before
  {content:"📊";}
 
.history-size::after
  {content:"←";}
 
.mw-history-undo::before
  {content:"⬇️";}
 
.mw-thanks-thank-link:before
  {content:"❤";}
 
#pagehistory li.selected
  {background-color:#DDD;}
 
.mw-tag-markers a::before
  {content:"🏷";}
 
.mw-changeslist-date::before, .mw-changeslist h4::before
  {content:"📅";}
 
.history-user::before
  {content:"✏";}
 
.autocomment::before
  {content:"📝";}
 
 
/* 右上角个人菜单栏常驻 */
#p-personal {
  position: fixed !important; 
}
 
 
/* 重定向链接加上紫色上标、消歧义链接加上橙色上标 */
.mw-redirect:after {
    content: "(重)";
    color: purple;
    vertical-align: super;
    font-size: 50%;
}
 
.mw-disambig:after {
    content: "(消)";
    color: orange;
    vertical-align: super;
    font-size: 50%;
}
 
 

/* WikiPlus样式 */
.Wikiplus-Btn,
.Wikiplus-InterBox button {
    box-shadow: 0 0 0px rgba(255,217,0,.50)!important;
    border: 1px solid #ff9900!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: rgba(255,217,0,.50)!important;
    height: 22px!important;
}
.Wikiplus-Btn {
    margin: 3px 10px 3px 0!important;
}
.Wikiplus-InterBox {
    border: 1px #ffa74a solid!important;
    background: linear-gradient(108deg, rgba(255,217,0,.50), rgba(255,153,0,.50))!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: #ffa74a!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:LUO1P"] {
    background-color: rgba(255,217,0,.50);
}


#flowtherad > * {
    display: inline !important;
}