Difference between revisions of "Template:Ivm/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>TheDJ
imported>MusikBot II
m (Protected "Template:Ivm/styles.css": High-risk template or module (more info) ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(No difference)

Revision as of 18:00, 31 March 2020

/* Styling of this template is inspired by tl:template-documentation */
.ivmbox {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #a2a9b1;
	background-color: ivory;
	padding: 0.5em;
	display: flex;
	align-items: center;
}

.ivmbox .mbox-image {
	border: none;
	display: table-cell;
	padding: 2px 0 2px 0.5em;
	text-align: center;
	vertical-align: middle;
}

.ivmbox .mbox-text {
	border: none;
	display: table-cell;
	padding: 0.25em 0.5em;
	width: 100%;
	box-sizing: border-box;
}