MediaWiki:Gadget-Wikiplus.css
外观
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* <pre> */
/**
* -------------------------------------------------------------------------
* !!! DON'T MODIFY THIS PAGE MANUALLY, YOUR CHANGES WILL BE OVERWRITTEN !!!
* -------------------------------------------------------------------------
*/
._addText { content: '{{GHIACode|page=GHIA:MoegirlPediaInterfaceCodes/blob/master/src/gadgets/Wikiplus/MediaWiki:Gadget-Wikiplus.css|user=[[U:AnnAngela]]|longId=47c8f34b1beb8f390201e769649f6a56c542c3ed|shortId=47c8f34|message=style: Update CSS to match stylelint standard}}'; }
/* 调整navbar以适应Wikiplus快速编辑 */
.noprint.plainlinks.hlist.navbar.nomobile {
width: 140px !important;
}
/* 修复MoeSkin上的工具栏快速编辑按钮
* 机智的小鱼君 2022/4/16
*/
body.skin-moeskin #moe-page-tools #Wikiplus-Edit-TopBtn {
width: 2rem;
height: 2rem;
border-radius: 50%;
background-color: var(--theme-accent-link-color);
line-height: 2rem;
font-size: 0.75rem;
text-align: center;
box-shadow: var(--theme-card-box-shadow);
}
body.skin-moeskin #moe-page-tools #Wikiplus-Edit-TopBtn a {
color: var(--theme-button-color);
}
/* </pre> */