MediaWiki:Common.css

来自帮助文档
Admin讨论 | 贡献2025年4月17日 (四) 10:20的版本 (页面内容被替换为“→‎这里放置的CSS将应用于所有皮肤:​ .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; }”
跳转至: 导航、​ 搜索

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

  • 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将应用于所有皮肤 */
.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;
}