MediaWiki: Common.css:修订间差异
来自帮助文档
无编辑摘要 |
无编辑摘要 |
||
第31行: | 第31行: | ||
#目录二级标题 | #目录二级标题 | ||
.toclevel-2 { | .toclevel-2 { | ||
margin-top: | margin-top: 10px; | ||
} | } |
2025年4月21日 (一) 03:54的版本
/* 这里放置的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; }