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

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

出自LLWiki
跳至導覽 跳至搜尋
標籤流動版網頁編輯 流動版編輯
第6行: 第6行:
.sif-song-table .tabs-dropdown {
.sif-song-table .tabs-dropdown {
width: auto !important;
width: auto !important;
white-space: nowrap;
}
}
.sif-song-table .tabs-content, .sif-song-table .tabs-dropdown li:last-child {
.sif-song-table .tabs-content {
border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
min-width: 100%;
}
}
.sif-song-table .tabs-dropdown ul {
.sif-song-table .tabs-dropdown ul {
padding: 0;
padding: 0;
}
.sif-song-table .tabs-dropdown li:last-child {
border-radius: 0 0 8px 8px;
}
}
/* </pre><includeonly> */
/* </pre><includeonly> */

於 2021年1月19日 (二) 14:31 的修訂

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

用於{{Sif-song-table}}。

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

CSS樣式表:

 */
.sif-song-table {
	text-align: center;
}
.sif-song-table .tabs-dropdown {
	width: auto !important;
	white-space: nowrap;
}
.sif-song-table .tabs-content {
	border-radius: 0 0 8px 8px;
	min-width: 100%;
}
.sif-song-table .tabs-dropdown ul {
	padding: 0;
}
.sif-song-table .tabs-dropdown li:last-child {
	border-radius: 0 0 8px 8px;
}
/*