LLWiki正在建设中,欢迎加入我们

“Widget:Sif-song-table”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
(使用页面/文本对比查看器快速编辑)
标签移动版网页编辑 移动版编辑
第7行: 第7行:
width: auto !important;
width: auto !important;
}
}
.sif-song-table .tabs-content {
.sif-song-table .tabs-content, .sif-song-table .tabs-dropdown li:last-child {
border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
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:25的版本

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;
}
.sif-song-table .tabs-content, .sif-song-table .tabs-dropdown li:last-child {
	border-radius: 0 0 8px 8px;
}
.sif-song-table .tabs-dropdown ul {
	padding: 0;
}
/*