模板:独立维护/styles.css
来自星露谷物语扩展百科
更多操作
.message-table {
border: 3px solid rgb(68, 74, 73);
border-radius: 0.5em;
margin-left: auto;
margin-right: auto;
font-size: 14px;
padding: 5px;
margin-bottom: 15px;
height: 80px;
width: 65%;
max-width: 700px;
display: table;
margin-top: 12px;
}
.message-table .message-header {
font-size: 22px;
font-weight: 500;
}
.message-table th {
width: 100px;
}
.message-table th img {
text-align: center;
}
.message-table p {
margin-block: 0;
}
.message-table ul {
margin-top: auto;
}