MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| 第34行: | 第34行: | ||
/* —— 首页四栏布局 —— */ | /* —— 首页四栏布局 —— */ | ||
.nc-home-cols { | .nc-home-cols { display:flex; flex-wrap:wrap; gap:24px; margin-top:12px; } | ||
.nc-home-col { flex:1; min-width:200px; } | |||
.nc-home-col h3 { | |||
display:inline-block; padding:4px 12px; margin:0 0 12px; | |||
color:#fff; font-size:1.05em; border:none; border-radius:3px; | |||
} | } | ||
.nc-home-col ul { list-style:none; margin:0; padding:0; line-height:2.1; } | |||
.nc-home-col li { border-bottom:1px solid #eee; padding-left:2px; } | |||
/* 四个分类标题色块 */ | |||
.nc-c-lobby { background:#6b6440; } | |||
.nc-c-play { background:#2c4a7d; } | |||
.nc-c-comm { background:#5a3a6b; } | |||
.nc-c-apply { background:#7d3a3a; } | |||
/* 欢迎区 */ | |||
.nc-welcome-title { font-size:2.2em; font-weight:bold; margin:0; } | |||
.nc-welcome-love { color:#e84393; font-style:italic; margin:14px 0; } | |||
.nc- | |||
.nc- | |||
.nc- | |||
.nc- | |||
.nc- | |||
.nc | |||