Template:InfoBox/styles.css: Difference between revisions

From Aphelium
No edit summary
No edit summary
Line 14: Line 14:
font-style: italic;
font-style: italic;
font-weight: 300;
font-weight: 300;
padding-bottom: 0.5rem;
}
}
.infobox-image {
.infobox-image {

Revision as of 07:57, 21 May 2023

.infobox {
	display: flex;
	flex-direction: column;
	float: right;
	max-width: 300px;
}
.infobox-name {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}
.infobox-description {
	font-size: 0.85rem;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 0.5rem;
}
.infobox-image {
	text-align: center;
}
.infobox-separator {
	background: #00d2ff;
	padding: 0.2rem 0.5rem;
	font-weight: bold;
	text-align: center;
}