Vorlage:Kopfbild/style.css

Aus Star Citizen Wiki
.mediawiki:not(.citizen-body-header--sticky) header.mw-body-header {
	align-items: flex-start;
	justify-content: flex-end;
}
.mediawiki:not(.citizen-body-header--sticky) header.mw-body-header .citizen-page-heading {
	display: none;
}

.kopfbild {
	overflow: hidden;
    position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    margin-bottom: 1rem;
	border-radius: var(--border-radius--large);
}

.kopfbild::before {
	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(29, 35, 48, 0.9) 0%, rgba(29, 35, 48, 0) 100%);
}

.kopfbild .kopfbild-bild {
	position: absolute;
    top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.kopfbild .kopfbild-text {
	z-index: 2;
	margin: 0;
    padding-left: 3rem;
}

.skin-citizen-light span.mw-page-title-main {
    color: #e8effc;
    text-shadow: none;
}

.skin-citizen-light #siteSub {
    color: #c7c7c7;
    text-shadow: none;
}
Cookies helfen uns bei der Bereitstellung dieses Wikis. Durch die Nutzung des Star Citizen Wiki erklärst du dich damit einverstanden, dass wir Cookies speichern.