MediaWiki: Common.css:修订间差异

来自帮助文档
跳转至: 导航、​ 搜索
(页面内容被替换为“→‎这里放置的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; }”
标签替换
无编辑摘要
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/* 这里放置的CSS将应用于所有皮肤 */
#contentwrapper{
    max-width: 1840px;
}
.button{
.button{
     background-color: #1795bb;
     background-color: #1795bb;

2025年4月18日 (五) 08:09的版本

/* 这里放置的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;
}