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

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

出自LLWiki
跳至導覽 跳至搜尋
標籤行動版網頁編輯 行動版編輯
第11行: 第11行:
.as-song-container .indicator-clear {
.as-song-container .indicator-clear {
position: absolute;
position: absolute;
top: 5px;
top: 50%;
transform: translateY(-50%);
right: 50px;
right: 3em;
color: #000;
color: #000;
}
}

於 2020年12月2日 (三) 23:29 的修訂

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: 50%;
	transform: translateY(-50%);
	right: 3em;
	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;
}
/*