Template:Ivory messagebox/styles.css
Jump to navigation
Jump to search
.ivmbox {
margin-bottom: 1em;
border: 1px solid #a2a9b1;
background-color: #fdf2d5;
padding: 0.5em;
display: flex;
align-items: center;
}
@media screen {
html.skin-theme-clientpref-night .ivmbox[style*="background"] {
background-color: ivory !important;
color: inherit;
}
}
.ivmbox-image {
padding-left: 1px;
padding-right: 0.5em;
max-width: 100px;
flex: 1 0 25px;
}
.ivmbox-text {
padding: 0.5em 0;
}
.ivmbox-text > :first-child {
margin-top: 0;
}
.ivmbox-text > :last-child {
margin-bottom: 0;
}