MediaWiki:Minerva.css

HW留言 | 贡献2026年2月19日 (四) 10:29的版本

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* 这里放置的CSS将应用于MinervaNeue皮肤 */
.mw-footer > .post-content{
	margin-top: 0;
}

#mw-mf-page-center{
	height: auto;
}

.mw-footer > .post-content > * {
	    margin-bottom: 0;
}

main#content{
	    min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
}