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

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

出自LLWiki
跳至導覽 跳至搜尋
標籤行動版網頁編輯 行動版編輯
第10行: 第10行:
margin-right: 1em;
margin-right: 1em;
display: block;
display: block;
}
@media only screen and (max-width:720px) {
.as-song-container > select {
width:100%;
box-sizing:border-box;
}
}
}
.as-song-container > .chosen-container + div,
.as-song-container > .chosen-container + div,

於 2020年11月17日 (二) 16:26 的修訂

Template-info.png 小部件文檔
這個文檔是內聯文檔。

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

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

CSS樣式表:

 */
.as-song-container > .chosen-container {
	font-size: 1em;
	margin-right: 1em;
	display: block;
}
.as-song-container > select {
	padding: 2px;
	margin-right: 1em;
	display: block;
}
@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;
}
.as-song-container .as-song {
	display: none;
}
/*