MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第92行: | 第92行: | ||
margin: auto; /* 居中显示 */ | margin: auto; /* 居中显示 */ | ||
margin-bottom: 10px; /* 增加底部间距 */ | margin-bottom: 10px; /* 增加底部间距 */ | ||
} | |||
.novel-item { | |||
margin-bottom: 5px; | |||
padding: 5px; | |||
border-bottom: 1px solid #ddd; | |||
} | |||
.novel-item:hover { | |||
background-color: #f0f0f0; | |||
} | } |