LLWiki正在建設中,歡迎加入我們

Widget:As-song

出自LLWiki
於 2020年11月17日 (二) 15:24 由 Bhsd對話 | 貢獻 所做的修訂
跳至導覽 跳至搜尋
Template-info.png 小部件文檔
這個文檔是內聯文檔。

用於LoveLive!學園偶像祭ALL STARS歌曲列表,請使用{{AS song select}}調用。

CSS樣式表:

 */
.as-song-container > .chosen-container {
	font-size: 1em;
	margin-right: 1em;
}
.as-song-container > select {
	padding: 2px;
	margin-right: 1em;
}
@media only screen and (max-width:720px) {
	.as-song-container > select {
		width:100%;
		box-sizing:border-box;
	}
}
.as-song-container > .chosen-container + div,
.skin-minerva .as-song-container > select + div {
	display: inline-block;
	vertical-align: top;
}
.as-song-container .as-song {
	display: none;
}
/*