打开/关闭菜单
4
1
78
模拟火车世界中文维基
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Template:首页/特色页面.css

模板页面
zh>Imxiaoanag2025年3月30日 (日) 10:28的版本 (创建页面,内容为“#home-featured { overflow: hidden; border-radius: var(--border-radius-medium); } #home-featured .home-card__background a { display: block; height: 100%; } #home-featured .home-card__background:after { top: unset; height: 60%; background: linear-gradient( to top, #000, transparent ); } #home-featured .home-card__foreground { justify-content: flex-end; } #home-featured .home-card__badge { border-bottom-left-radius: var(--border-radius-base); } #ho…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
#home-featured {
	overflow: hidden;
	border-radius: var(--border-radius-medium);	
}

#home-featured .home-card__background a {
	display: block;
	height: 100%;
}

#home-featured .home-card__background:after {
	top: unset;
	height: 60%;
	background: linear-gradient( to top, #000, transparent );
}


#home-featured .home-card__foreground {
	justify-content: flex-end;
}

#home-featured .home-card__badge {
	border-bottom-left-radius: var(--border-radius-base);
}

#home-featured.home-card--button:hover .home-card__background::after {
	transform: translateY(100%);
}