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:Infobox website/styles.css

Template page
Revision as of 20:33, 19 August 2026 by Kaph (talk | contribs) (Create Infobox website template for Loka-related sites/bots)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.loka-website-status--active {
	color: #54FC54;
}

.loka-website-status--beta {
	color: #FCA800;
}

.loka-website-status--inactive,
.loka-website-status--discontinued {
	color: #FC5454;
}

.loka-website-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: .6em;
	padding: .5em .6em;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.loka-website-link {
	display: inline-flex;
	align-items: center;
}

/* Same reasoning as Template:Infobox player's generation colours: these
   neon shades read clearly against a dark infobox but wash out (green,
   amber) or vanish (nothing here is near-white, but keep the pattern
   consistent) on a light one -- darker, equally-distinct equivalents for
   light mode, same hues. */
@media (prefers-color-scheme: light) {
	.loka-website-status--active {
		color: #2E7D32;
	}

	.loka-website-status--beta {
		color: #8A5A00;
	}

	.loka-website-status--inactive,
	.loka-website-status--discontinued {
		color: #C62828;
	}

	.loka-website-links {
		border-top-color: rgba(0, 0, 0, .1);
	}
}