模板:Main page/featured/styles.css:修订间差异

来自NebulaeWiki
无编辑摘要
无编辑摘要
第5行: 第5行:
#home-featured .home-card__background a {
#home-featured .home-card__background a {
display: block;
display: block;
height: 10%;
height: 100%;
}
}


第15行: 第15行:
left: 0;
left: 0;
display: block;
display: block;
height: 100%;
height: 20%;
background: linear-gradient( to top, #000, transparent );
background: linear-gradient( to top, #000, transparent );
border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;

2023年9月19日 (二) 14:33的版本

#home-featured {
	overflow: hidden;
}

#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: 20%;
	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;
}