Template:Infobox craft type/styles.css

From BBBBT
Jump to navigation Jump to search
/* {{pp|small=y}} */
.ib-craft-type {
	width: 23em;
	border-collapse: collapse;
	line-height: 1.2em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.ib-craft-type td,
.ib-craft-type th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.4em 0.6em;
}

.ib-craft-type .mergedtoprow .infobox-full-data,
.ib-craft-type .mergedtoprow .infobox-data,
.ib-craft-type .mergedtoprow .infobox-label,
.ib-craft-type .mergedtoprow .infobox-below {
	border-top: 1px solid #a2a9b1;
	padding: 0.6em 0.6em 0.4em 0.6em;
}

.ib-craft-type .mergedrow .infobox-full-data,
.ib-craft-type .mergedrow .infobox-data,
.ib-craft-type .mergedrow .infobox-label {
	border: 0;
	padding: 0 0.6em 0.4em 0.6em;
}

.ib-craft-type .mergedbottomrow .infobox-full-data,
.ib-craft-type .mergedbottomrow .infobox-data,
.ib-craft-type .mergedbottomrow .infobox-label {
	border-top: 0;
	border-bottom: 1px solid #a2a9b1;
	padding: 0 0.6em 0.6em 0.6em;
}

.ib-craft-type .infobox-below {
	text-align: left;
}

.ib-craft-type .infobox-above {
	font-size: 125%;
	line-height: 1.3em;
}

.ib-craft-type .infobox-subheader {
	background-color: #cddeff;
	font-weight: bold;
}

.ib-craft-type .infobox-header {
	background-color: #cddeff;
	font-weight: bold;
}

.ib-craft-type-caption {
	padding: 0.3em 0 0 0;
}