Template:Home/featured/styles.css

Template page
Revision as of 21:40, 19 February 2024 by Mausterio (talk | contribs) (Created page with "#home-featured { overflow: hidden; height: 209px; margin-bottom: 0.625rem; } #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-eve...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
#home-featured {
	overflow: hidden;
    height: 209px;
    margin-bottom: 0.625rem;
}

#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;
}

#home-featured a img.thumbimage:hover, #home-featured a img:hover {
    transform: scale(1.1);
	transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
}

#home-featured a img.thumbimage, #home-featured a img {
	transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
}