打开/关闭菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Main page/featured/styles.css

来自骷髅女孩Wiki
Junchnzy留言 | 贡献2024年11月1日 (五) 23:05的版本 (创建页面,内容为“→‎转自Dustloop This page was last edited on 28 March 2023, at 04:47.:​ #home-featured { overflow: hidden; min-height: 200px; } #home-featured .home-card__background a { display: block; height: 100%; } #home-featured .home-card__background:after { position: absolute; pointer-events: none; right: 0; bottom: 0; left: 0; display: block; height: 60%; background: linear-gradient( to top, #000, transparent ); border-radius: 0 0 8px 8px; content: ''…”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* 转自Dustloop This page was last edited on 28 March 2023, at 04:47. */
#home-featured {
	overflow: hidden;
	min-height: 200px;
}

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

#home-featured .home-card__background:after {
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 60%;
	background: linear-gradient( to top, #000, transparent );
	border-radius: 0 0 8px 8px;
	content: '';
}

#home-featured .home-card__foreground {
	pointer-events: none;
	right: 15px;
	bottom: 15px;
	left: 15px;
}