MediaWiki:Common.css

来自帮助文档
Admin讨论 | 贡献2025年4月21日 (一) 03:55的版本
跳转至: 导航、​ 搜索

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-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;
}