Template:Ivm/styles.css
Appearance
/* {{pp-template}} */
/* 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;
}