/* {{tmbox}} 讨论页消息框样式 */
.tmbox {
border: 1px solid #c8ccd1;
border-left: 10px solid #36c;
background-color: #f8f9fa;
color: #202122;
margin: 0.5em 0;
padding: 3px;
width: 100%;
box-sizing: border-box;
}
.tmbox-speedy {
border-left-color: #b32424;
}
.tmbox-delete {
border-left-color: #b32424;
}
.tmbox-content {
border-left-color: #f28500;
}
.tmbox-style {
border-left-color: #fc3;
}
.tmbox-move {
border-left-color: #9932cc;
}
.tmbox-protection {
border-left-color: #a2a9b1;
}
.tmbox-notice {
border-left-color: #36c;
}
.tmbox .mbox-image {
border: none;
padding: 2px 0 2px 0.9em;
text-align: center;
width: 52px;
}
.tmbox .mbox-text {
border: none;
padding: 0.25em 0.9em;
width: 100%;
}
.tmbox .mbox-empty-cell {
border: none;
padding: 0;
width: 1px;
}
/* 小型消息框 */
.tmbox.mbox-small {
clear: right;
float: right;
margin: 4px 0 4px 1em;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}