Template:Item/style.css

From ArchivesWiki
.tpl-item {
	display: flex;
	align-items: center;
}

@media ( max-width: 1100px ) {
	.tpl-item {
		flex-direction: column;
	}
}

.tpl-item > .tpl-item-nonphoto {
	flex: 0;
}

.tpl-item > .tpl-item-nonphoto > span {
	display: block;
	width: 250px;
	margin-right: 1em;
}

.tpl-item > .content-table-wrapper {
	flex: 1;
}

.tpl-item-table {
	width: 100%;
}

.tpl-item-table th {
	text-align: right;
	vertical-align: top;
}