跳转到内容

MediaWiki:Gadget-deletion.css

来自萌娘共享

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/**
 * -------------------------------------------------------------------------
 * !!! 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=30d90e3|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> */