MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| 第484行: | 第484行: | ||
height: 290px; | height: 290px; | ||
} | } | ||
/* Portfolio style: game archive C2 - section colors */ | |||
/* | /* 基础卡片:更清爽的资料库底色 */ | ||
.nc-art-card, | .nc-art-card, | ||
.nc-logo-card { | .nc-logo-card { | ||
background: rgba( | background: rgba(249,251,253,.76); | ||
border: 1px solid rgba( | border: 1px solid rgba(178,190,204,.58); | ||
box-shadow: 0 16px | box-shadow: 0 16px 38px -32px rgba(28,43,58,.62); | ||
position: relative; | position: relative; | ||
} | } | ||
| 第509行: | 第498行: | ||
.nc-logo-card:hover { | .nc-logo-card:hover { | ||
transform: translateY(-2px); | transform: translateY(-2px); | ||
box-shadow: 0 24px 52px -38px rgba(28,43,58,.76); | |||
box-shadow: 0 | |||
} | } | ||
/* 基础图片区 */ | |||
.nc-art-image, | .nc-art-image, | ||
.nc-logo-image { | .nc-logo-image { | ||
background: | background: | ||
linear-gradient(135deg, rgba(255,255,255,. | linear-gradient(135deg, rgba(255,255,255,.84), rgba(238,243,248,.70)); | ||
} | } | ||
/* 基础说明区 */ | |||
.nc-art-caption, | .nc-art-caption, | ||
.nc-logo-mosaic .nc-art-caption { | .nc-logo-mosaic .nc-art-caption { | ||
background: rgba( | background: rgba(244,248,251,.88); | ||
border-top: 1px solid rgba( | border-top: 1px solid rgba(196,207,218,.72); | ||
color: # | color: #23313d; | ||
} | } | ||
.nc-art-caption span, | .nc-art-caption span, | ||
.nc-logo-mosaic .nc-art-caption span { | .nc-logo-mosaic .nc-art-caption span { | ||
color: # | color: #72808c; | ||
font-weight: 620; | font-weight: 620; | ||
} | |||
/* 官方设定图:冰蓝 / 青色,清透正式 */ | |||
.nc-character-grid .nc-art-card { | |||
border-color: rgba(112,173,196,.48); | |||
} | |||
.nc-character-grid .nc-art-image { | |||
background: | |||
linear-gradient(135deg, rgba(255,255,255,.88), rgba(226,244,249,.72)); | |||
} | } | ||
.nc-character-grid .nc-art-card::after { | .nc-character-grid .nc-art-card::after { | ||
background: linear-gradient(90deg, # | content: ""; | ||
position: absolute; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
height: 3px; | |||
background: linear-gradient(90deg, #0f7c8c, #72c7d4); | |||
opacity: .58; | |||
} | |||
/* LOGO 区:石墨灰 / 金色,像品牌资产 */ | |||
.nc-logo-card { | |||
border-color: rgba(165,154,135,.50); | |||
} | |||
.nc-logo-image { | |||
background: | |||
linear-gradient(135deg, rgba(255,255,255,.88), rgba(241,238,230,.72)); | |||
} | |||
.nc-logo-dark { | |||
background: #202124; | |||
} | } | ||
.nc-logo-card::after { | .nc-logo-card::after { | ||
background: linear-gradient(90deg, # | content: ""; | ||
position: absolute; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
height: 3px; | |||
background: linear-gradient(90deg, #343a40, #c59b47); | |||
opacity: .50; | |||
} | |||
/* 玩家创作:暖橙 / 紫粉,更有社区创作感 */ | |||
.nc-fanart-grid .nc-art-card { | |||
border-color: rgba(203,156,190,.48); | |||
} | |||
.nc-fanart-grid .nc-art-image { | |||
background: | |||
linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,241,232,.68)); | |||
} | } | ||
| 第545行: | 第583行: | ||
.nc-fanart-grid .nc-art-card::after { | .nc-fanart-grid .nc-art-card::after { | ||
background: linear-gradient(90deg, # | content: ""; | ||
position: absolute; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
height: 3px; | |||
background: linear-gradient(90deg, #e08a3e, #c45fa0, #7d6bd6); | |||
opacity: .58; | |||
} | } | ||