模板:MUCWikiHome/styles.css:修订间差异
来自MUC Wiki
更多操作
Maintenance script(留言 | 贡献) Refine MUC Wiki home component styles |
Maintenance script(留言 | 贡献) Tune MUC Wiki home chip styles |
||
| 第261行: | 第261行: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: . | gap: .5rem; | ||
} | } | ||
| 第267行: | 第267行: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: . | gap: .5rem; | ||
margin: 0; | margin: 0; | ||
} | } | ||
| 第274行: | 第274行: | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
min-height: 2. | min-height: 2.1rem; | ||
padding: . | padding: .32rem .62rem; | ||
border: 1px solid #d6e0ed; | border: 1px solid #d6e0ed; | ||
border-radius: 8px; | border-radius: 8px; | ||
background: rgba(255, 255, 255, .96); | background: rgba(255, 255, 255, .96); | ||
color: #344054; | color: #344054; | ||
line-height: 1. | font-size: .95rem; | ||
line-height: 1.32; | |||
box-shadow: 0 1px 2px rgba(31, 47, 70, .02); | box-shadow: 0 1px 2px rgba(31, 47, 70, .02); | ||
} | |||
.mucwiki-home-link-cloud span:hover { | |||
border-color: #a9bdd7; | |||
background: #f8fbff; | |||
} | } | ||