Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main page/featured/styles.css: Difference between revisions

Template page
Content deleted Content added
No edit summary
No edit summary
 
Line 34: Line 34:
#home-featured .home-card__foreground .home-card__label {
#home-featured .home-card__foreground .home-card__label {
justify-content: flex-end;
justify-content: flex-end;
color: #ffffff;
text-shadow: 0px 1px 0px black;
text-shadow: 0px 1px 0px #fdb256;
}
}

Latest revision as of 02:27, 3 December 2024

#home-featured {
	overflow: hidden;
}

#home-featured .home-card__background {
	overflow: hidden;
    border-top-right-radius: 12px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#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, #ffa943, transparent );
}


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

#home-featured .home-card__foreground {
	justify-content: flex-end;
	text-shadow: 1px 1px 1px black;
}

#home-featured .home-card__foreground .home-card__label {
	justify-content: flex-end;
	color: #ffffff;
	text-shadow: 0px 1px 0px #fdb256;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies. We only use cookie to make the site function and save your preferences, nothing else.