Module:Infobox/styles.css: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
(Slightly larger font size for headers.)
 
Line 23: Line 23:
.infobox-below {
.infobox-below {
text-align: center;
text-align: center;
}
.infobox-header {
font-size: 105%;
}
}

Latest revision as of 09:36, 31 December 2023

.infobox-subbox {
	padding: 0;
	border: none;
	margin: -3px;
	width: auto;
	min-width: 100%;
	font-size: 100%;
	clear: none;
	float: none;
	background-color: transparent;
}

.infobox-3cols-child {
	margin: auto;
}

.infobox-header,
.infobox-subheader,
.infobox-above,
.infobox-title,
.infobox-image,
.infobox-full-data,
.infobox-below {
	text-align: center;
}

.infobox-header {
	font-size: 105%;
}