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

“Widget:Songposition”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
第2行: 第2行:
/* </includeonly>CSS样式表:<pre lang="css"> */
/* </includeonly>CSS样式表:<pre lang="css"> */
.member-symbol {
.member-symbol {
display: inline-block;
display: inline-block; /* 横向排列 */
}
}
.member-symbol img {
.member-symbol img {
width: 20px !important;
width: 20px !important;
height: auto !important;
height: auto !important;
}
.member-popup {
z-index: 201;
}
}
.member-popup .oo-ui-popupWidget-body-padded {
.member-popup .oo-ui-popupWidget-body-padded {

2021年1月16日 (六) 04:09的版本

Template-info.png 小部件文档
这个文档是内联文档。

用于{{songposition}}的样式表。

JavaScript脚本:User:Bhsd/widget/songposition.js

CSS样式表:

 */
.member-symbol {
	display: inline-block; /* 横向排列 */
}
.member-symbol img {
	width: 20px !important;
	height: auto !important;
}
.member-popup .oo-ui-popupWidget-body-padded {
	margin: 1px 3px;
	font-size: small;
}
/*