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

“Widget:Songposition”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
(使用页面/文本对比查看器快速编辑)
(使用页面/文本对比查看器快速编辑)
第17行: 第17行:
display: none;
display: none;
}
}
.member-popup .member-symbol-image {
.member-popup-image {
display: block;
max-width: 80px;
max-height: 80px;
overflow: hidden;
margin-bottom: 10px;
}
.member-popup-image:empty {
margin-bottom: 0;
}
.member-popup-image img {
width: 100px;
width: 100px;
height: auto;
height: auto;
margin-left: -10px;
}
}
/* </pre><includeonly> */
/* </pre><includeonly> */

2021年1月25日 (一) 14:13的版本

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;
	text-align: center;
}

.member-symbol-image {
	display: none;
}
.member-popup-image {
	max-width: 80px;
	max-height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
}
.member-popup-image:empty {
	margin-bottom: 0;
}
.member-popup-image img {
	width: 100px;
	height: auto;
	margin-left: -10px;
}
/*