MediaWiki:Gadget-deletion.css

来自萌娘共享
跳转至: 导航搜索

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
/**
 * -------------------------------------------------------------------------
 * !!! DON'T MODIFY THIS PAGE MANUALLY, YOUR CHANGES WILL BE OVERWRITTEN !!!
 * -------------------------------------------------------------------------
 */
._addText { content: '{{GHIACode|page=GHIA:MoegirlPediaInterfaceCodes/blob/master/src/gadgets/deletion/MediaWiki:Gadget-deletion.css|user=[[U:Leranjun]]|co-authors=|longId=30d90e3944e72e488b45487599649e124a714e6e|shortId=30d90e39|summary=fix(Gadget-deletion): fix link error|body=<nowiki>fix minor display and interaction errors</nowiki>}}'; } 

/* <pre> */

.batdel-body .mw-category-generated ul{
    margin-left:0;
}

.batdel-body .mw-category-generated ul li{
    list-style:none;
}

.batdel-body #batdel-control{
    border:1px dashed black;
    padding:0.5em;
}

.batdel-body #batdel-control button{
    margin:0 0.5em;
}

.batdel-body .batdel-disabled{
    opacity:0.3;
}

.batdel-error{
    color:#D32F2F;
}

.batdel-success{
    color:#388E3C;
} 

/* </pre> */