LLWiki正在建设中,欢迎加入我们

Widget:As-song

来自LLWiki
Bhsd讨论 | 贡献2020年12月2日 (三) 11:14的版本
跳转到导航 跳转到搜索
Template-info.png 小部件文档
这个文档是内联文档。

用于LoveLive!学园偶像祭ALL STARS歌曲列表,请使用{{AS song select}}调用。

JavaScript脚本:User:Bhsd/widget/as-song.js

CSS样式表:

 */
.as-song-container .oo-ui-comboBoxInputWidget, .as-song-container .oo-ui-menuSelectWidget {
 	width: 360px !important;
	margin-right: 0;
}
.as-song-container .oo-ui-comboBoxInputWidget-field {
	position: relative;
}
.as-song-container .indicator-clear {
	position: absolute;
	top: 5px;
	right: 40px;
	color: #000;
}
@media only screen and (max-width:720px) {
	.as-song-container .oo-ui-comboBoxInputWidget, .as-song-container .oo-ui-menuSelectWidget {
		width:100% !important;
		box-sizing:border-box;
	}
}
.as-song-container > div {
	display: inline-block;
}
.as-song-container .as-song {
	display: none;
}
/*