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

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

Template page
Content deleted Content added
Created page with ".home-event .home-card { height: 5rem; } .home-event .home-card__background:after { →‎* Theme gradient color * FIXME: Find a way to make customize it through wikitext: background: linear-gradient(to right,#101e3c,transparent); }"
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
.home-event .home-card {
.home-event .home-card{
height: 5rem;
height: 6rem;
}
}


Line 8: Line 8:
* FIXME: Find a way to make customize it through wikitext
* FIXME: Find a way to make customize it through wikitext
*/
*/
background: linear-gradient(to right,#101e3c,transparent);
background: linear-gradient(to right,#ec871047,transparent);
}
}

Latest revision as of 21:48, 17 October 2024

.home-event .home-card{
	height: 6rem;
}

.home-event .home-card__background:after {
	/*
	 * Theme gradient color
	 * FIXME: Find a way to make customize it through wikitext 
	 */
	background: linear-gradient(to right,#ec871047,transparent);
}
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.