Widget:歌曲數據庫

於 2021年4月22日 (四) 09:22 由 Bhsd留言 | 貢獻 所做的修訂 (//使用页面/文本对比查看器快速编辑)
Template-info.png 小部件文檔
這個文檔是內聯文檔。

僅用於User:Bhsd/歌曲數據庫這一個頁面。

CSS樣式表:

 */
.oo-ui-comboBoxInputWidget {
	width: 500px;
	max-width: 100%;
	margin-right: 0;
	text-align: center;
}
.oo-ui-comboBoxInputWidget > .fa-backspace {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3em;
	cursor: pointer;
	line-height: 2; /* 更容易点击 */
}
.oo-ui-comboBoxInputWidget .oo-ui-menuOptionWidget {
	padding-left: 0.85714286em;
}
.oo-ui-comboBoxInputWidget ~ pre:empty {
	display: none;
}
/*