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

Template:Licence card/styles.css: Difference between revisions

Template page
Content added Content deleted
(template styles created)
 
(Borderman changed the content model of the page Template:Licence card/styles.css from "wikitext" to "Sanitized CSS": require santised css content model)
Tag: content model change
 
(No difference)

Latest revision as of 02:04, 17 December 2023

.licence-card {
	padding: 1.25rem;
	margin-top: 0.8rem;
	background: var( --color-surface-2 );
	border-radius: var( --border-radius--medium );
}

.licence-card__icons {
	margin-bottom: 0.8rem;
}

.licence-card__icons img {
	margin-right: 10px;
}

.licence-card__title {
	color: var( --color-base--emphasized );
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
}

.licence-card__description {
	margin-top: 0.8rem;
	font-size: 0.875rem;
}

html.skin-citizen-dark .licence-card__icons img {
	filter: invert( 1 ) hue-rotate( 180deg );
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.