MediaWiki:Common.css
来自帮助文档
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 这里放置的CSS将应用于所有皮肤 */ #contentwrapper{ max-width: 1840px; } .button{ background-color: #1795bb; border: none; color: white; padding: 15px 30px; text-decoration: none; display: inline-block; transition-duration: 0.4s; cursor: pointer; font-size: 1.3em; text-align: center; margin: 10px 5px; line-height: 1.2em; font-weight:bold; } .button:hover{ background-color: #fff; color: #1795bb; border: 0px solid #ccc; } /* 目录一级标题 */ .toclevel-1 { margin-top: 20px; } /* 目录二级标题 */ .toclevel-2 { margin-top: 10px; }