MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| 第156行: | 第156行: | ||
} | } | ||
/* 首页:诺布娘柔和展示 A+ */ | |||
/* 首页:诺布娘柔和展示 */ | |||
.nc-mascot { | .nc-mascot { | ||
text-align: center; | text-align: center; | ||
margin: 4px auto | margin: 0 auto 18px; | ||
padding: 14px 0 4px; | |||
} | |||
.nc-mascot figure, | |||
.nc-mascot .mw-halign-center { | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
} | |||
.nc-mascot .mw-file-description { | |||
display: inline-block; | |||
padding: 18px 22px; | |||
background: rgba(255,255,255,.42); | |||
border: 1px solid rgba(255,255,255,.72); | |||
box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 18px 42px -30px rgba(45,52,68,.55); | |||
backdrop-filter: blur(14px) saturate(125%); | |||
-webkit-backdrop-filter: blur(14px) saturate(125%); | |||
} | } | ||
.nc-mascot img, | .nc-mascot img, | ||
.nc-mascot .mw-file-element { | .nc-mascot .mw-file-element { | ||
width: min(520px, 82vw) !important; | |||
height: auto !important; | height: auto !important; | ||
filter: drop-shadow(0 | filter: drop-shadow(0 20px 26px rgba(45,52,68,.26)); | ||
} | } | ||