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

Template:Biome/styles.css

Template page
Revision as of 19:07, 17 August 2026 by Kaph (talk | contribs) (Move Template:Biome/Template:Resource CSS out of inline style= into TemplateStyles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.loka-biome-card {
	width: 260px;
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.loka-biome-card--dark {
	overflow: hidden;
	border: 1px solid #4a4030;
	background: #1c1712;
}

.loka-biome-card--light {
	box-sizing: border-box;
	background: #faf7f0;
	border: 1px solid #d8cfb8;
	padding: .6em .7em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.loka-biome-backdrop {
	position: relative;
	line-height: 0;
	height: 108px;
	overflow: hidden;
}

.loka-biome-scrim {
	position: absolute;
	inset: 0;
	background: rgba(8, 6, 3, .58);
}

.loka-biome-title-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .4em .6em .35em;
}

.loka-biome-title {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.3;
	color: #ffffff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .9);
}

.loka-biome-title--light {
	color: #1f1c16;
	text-shadow: none;
	border-bottom: 1px solid #e5ddc8;
	padding-bottom: .3em;
	margin-bottom: .2em;
}

.loka-biome-title-inner {
	display: inline-flex;
	align-items: center;
	gap: .35em;
}

.loka-biome-body {
	background: #1c1712;
	padding: .55em .7em .65em;
}

.loka-biome-label {
	font-size: .7em;
	font-weight: 700;
	color: #f0cf8e;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: .45em 0 .25em;
}

.loka-biome-label--light {
	color: #9c6b2e;
}

.loka-biome-row {
	display: flex;
	flex-wrap: wrap;
	gap: .3em;
}