打开/关闭菜单
331
1.7K
131
11.8K
星露谷物语扩展百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:独立维护/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;
}