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

Template:MasteryCards/styles.css

Template page
Revision as of 19:25, 3 June 2025 by Luke (talk | contribs) (Created page with ".mastery-container { display: flex; flex-wrap: nowrap; overflow: auto; gap: 20px; padding-bottom: 15px; } .mastery-card { background-color: #101826; border-radius: 10px; width: 100%; min-width: 250px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } .mastery-card__image { width: 100%; height: 140px; object-fit: cover; border-radius: 6px 6px 0 0; margin-bottom: 10px; } .mastery-card__image img { border-radius: 6px 6px 0 0; } .mastery-card__header { height:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.mastery-container {
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	gap: 20px;
	padding-bottom: 15px;
}

.mastery-card {
	background-color: #101826;
	border-radius: 10px;
	width: 100%;
	min-width: 250px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mastery-card__image {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 6px 6px 0 0;
	margin-bottom: 10px;
}

.mastery-card__image img {
	border-radius: 6px 6px 0 0;
}

.mastery-card__header {
	height: 120px;
	padding: 0 10px;
}

.mastery-card__name {
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.mastery-card__description {
	color: #aaa;
	font-size: 16px;
}

.mastery-card__tier-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0 10px;
}

.mastery-card__tier-details {
	display: flex;
	flex-direction: column;
}

.mastery-card__tier {
	font-weight: bold;
	color: white;
}

.mastery-card__reward {
	color: #a5a09c;
}

.mastery-card__requirement {
	background-color: #ccc6c0;
	color: black;
	font-weight: 500;
	width: 40px;
	font-size: 14px;
	text-align: center;
}