The editors' meeting has been canceled for technical reasons.
View source for Template:Message box/styles.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* [[Category:模板样式]] */
.msgbox {
display: grid;
grid-template-columns: 1fr;
gap: 0.6em;
align-items: center;
max-width: 80%;
margin: 0.5em auto;
padding: 0.3em 0.6em;
border-left: 8px solid var(--custom-border-blue);
background-color: var(--custom-table-background);
}
.msgbox + .msgbox {
margin-top: -0.5em;
border-top: 1px solid #bbc2c6;
}
.msgbox.has-image {
grid-template-columns: max-content 1fr;
}
000
1:0
Return to Template:Message box/styles.css.