MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第54行: | 第54行: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
text-align: right; | text-align: right; | ||
} | |||
/* 最新页面列表 */ | |||
.latest-list { | |||
display: flex; | |||
flex-direction: column; | |||
gap: 0.3em; | |||
} | |||
.latest-item { | |||
padding: 0.4em 0.2em; | |||
} | |||
.latest-link { | |||
text-decoration: none; | |||
color: inherit; | |||
} | |||
.latest-link:hover { | |||
text-decoration: underline; | |||
} | } | ||