MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| 第485行: | 第485行: | ||
} | } | ||
/* Portfolio style: | /* Portfolio style: game archive */ | ||
.nc-art-card, | .nc-art-card, | ||
.nc-logo-card { | .nc-logo-card { | ||
background: rgba( | background: rgba(248,250,252,.72); | ||
border: 1px solid rgba( | border: 1px solid rgba(150,164,178,.65); | ||
box-shadow: 0 | box-shadow: 0 16px 36px -30px rgba(14,36,50,.62); | ||
position: relative; | |||
} | |||
.nc-art-card::after, | |||
.nc-logo-card::after { | |||
content: ""; | |||
position: absolute; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
height: 3px; | |||
background: linear-gradient(90deg, #0f4c5c, #4a6fd4); | |||
opacity: .48; | |||
} | } | ||
.nc-art-card:hover, | .nc-art-card:hover, | ||
.nc-logo-card:hover { | .nc-logo-card:hover { | ||
transform: translateY(-2px) | transform: translateY(-2px); | ||
box-shadow: 0 | border-color: rgba(15,76,92,.55); | ||
box-shadow: 0 22px 48px -34px rgba(14,36,50,.76); | |||
} | } | ||
| 第502行: | 第516行: | ||
.nc-logo-image { | .nc-logo-image { | ||
background: | background: | ||
linear-gradient( | linear-gradient(135deg, rgba(255,255,255,.78), rgba(235,240,245,.68)); | ||
} | } | ||
.nc-art-caption, | .nc-art-caption, | ||
.nc-logo-mosaic .nc-art-caption { | .nc-logo-mosaic .nc-art-caption { | ||
background: rgba( | background: rgba(239,244,248,.86); | ||
border-top: 1px solid rgba( | border-top: 1px solid rgba(185,196,207,.7); | ||
color: # | color: #21313b; | ||
} | } | ||
.nc-art-caption span, | .nc-art-caption span, | ||
.nc-logo-mosaic .nc-art-caption span { | .nc-logo-mosaic .nc-art-caption span { | ||
color: # | color: #697783; | ||
font-weight: | font-weight: 620; | ||
} | } | ||
.nc-character-grid .nc-art-card::after { | |||
.nc- | background: linear-gradient(90deg, #0f4c5c, #5ec5d4); | ||
} | } | ||
.nc- | .nc-logo-card::after { | ||
background: linear-gradient(90deg, #333942, #8a96a3); | |||
} | } | ||
.nc-fanart-grid .nc-art-card: | .nc-fanart-grid .nc-art-card::before { | ||
opacity: 0; | |||
} | } | ||
.nc-fanart-grid .nc-art-card: | .nc-fanart-grid .nc-art-card::after { | ||
background: linear-gradient(90deg, #d89038, #7d4ed4); | |||
} | } | ||