Template:VOCALOID Songbox/styles.css
模板页面
更多操作
.songbox {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.songbox * {
box-sizing: border-box;
}
.songbox_titles {
margin: 16px 0 12px;
font-size: 12px;
line-height: 16px;
min-height: 28px; /* 防止空白标题 */
}
.songbox_main-title,
.songbox_titles.unknown::first-line {
font-size: 24px;
font-weight: 700;
line-height: 28px;
margin: 16px auto 4px;
}
.songbox_note {
color: #666;
background: #f5f5f5;
border-radius: 6px;
padding: 4px 12px;
font-size: 12px;
margin-bottom: 12px;
line-height: 18px;
/* min-width: min(320px, 100%); SB MW不支持,写在行内了 */
max-width: 450px;
}
.songbox_th {
padding: 2px 12px;
font-size: 12px;
line-height: 18px;
border: 2px solid;
border-radius: 10px;
}
.songbox_td {
font-size: 13px;
line-height: 19px;
}
/* [[Category:在模板命名空间下的CSS页面]] */