Difference between revisions of "Template:Ivm/styles.css"
Jump to navigation
Jump to search
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))) |
imported>Pppery (Adding protection template) |
||
| Line 1: | Line 1: | ||
| + | /* {{pp-template} */ | ||
/* Styling of this template is inspired by tl:template-documentation */ | /* Styling of this template is inspired by tl:template-documentation */ | ||
.ivmbox { | .ivmbox { | ||
Revision as of 00:23, 2 April 2020
/* {{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;
}