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

「Widget:As-song」修訂間的差異

出自LLWiki
跳至導覽 跳至搜尋
第12行: 第12行:
position: absolute;
position: absolute;
top: 5px;
top: 5px;
right: 40px;
right: 50px;
color: #000;
color: #000;
}
}

於 2020年12月2日 (三) 11:25 的修訂

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;
	margin-right: 0;
	display: block;
}
.as-song-container .oo-ui-comboBoxInputWidget {
	position: relative;
}
.as-song-container .indicator-clear {
	position: absolute;
	top: 5px;
	right: 50px;
	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;
}
/*