打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Template:VOCALOID Songbox/styles.css

模板页面
.songbox {
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 12px auto;
}

.songbox, .songbox [class*="songbox_"] {
	box-sizing: border-box;
}

.songbox_titles {
	margin: 18px 0 12px;
	font-size: 13px;
	line-height: 19px;
	max-width: 900px;
	min-height: 28px; /* 防止空白标题 */
}

.songbox_main-title,
.songbox_titles.unknown::first-line {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.songbox_note {
	color: #667;
	background: #f5f5f7;
	border-radius: 6px;
	padding: 4px 12px;
	font-size: 12px;
	margin-bottom: 16px;
	line-height: 18px;
	/* min-width: min(320px, 100%); SB MW不支持,写在行内了 */
	max-width: 450px;
}

.songbox_th {
	width: 100%;
	max-width: 450px;
    padding: 1px 12px;
	font-size: 12px;
	line-height: 18px;
	border: 2px solid;
	border-radius: 10px;
	font-weight: 700;
}

.songbox_td {
	font-size: 13px;
	line-height: 17px;
	min-height: 17px;
	margin: 4px 0;
}

/* [[Category:在模板命名空间下的CSS页面]] */