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

Template:Hero/style.css: Difference between revisions

Template page
Content added Content deleted
(Created page with ".mediawiki:not(.citizen-body-header--sticky) header.mw-body-header { align-items: flex-start; } .mediawiki:not(.citizen-body-header--sticky) header.mw-body-header .page-heading { margin-top: 8rem; padding-left: 3rem; text-shadow: 0px 0px 10px var(--color-surface-0); } .hero { height: 200px; margin-top: -10.5rem; position: relative; } .hero::after { content: ''; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(29, 35, 48, 0.9) 0%, rgba(29,...")
 
No edit summary
 
Line 26: Line 26:
}
}


.hero .kopfbild-bild {
.hero .hero-pic {
border-radius: var(--border-radius--large);
border-radius: var(--border-radius--large);
object-fit: cover;
object-fit: cover;

Latest revision as of 17:23, 4 April 2023

.mediawiki:not(.citizen-body-header--sticky) header.mw-body-header {
	align-items: flex-start;
}

.mediawiki:not(.citizen-body-header--sticky) header.mw-body-header .page-heading {
	margin-top: 8rem;
	padding-left: 3rem;
	text-shadow: 0px 0px 10px var(--color-surface-0);
}

.hero {
	height: 200px;
	margin-top: -10.5rem;
	position: relative;
}

.hero::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(29, 35, 48, 0.9) 0%, rgba(29, 35, 48, 0) 100%);
	border-radius: var(--border-radius--large);
	position: absolute;
	left: 0;
	top: 0;
}

.hero .hero-pic {
	border-radius: var(--border-radius--large);
	object-fit: cover;
	height: 100%;
	width: 100%;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.