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

“Widget:Songposition”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
(//使用页面/文本对比查看器快速编辑)
(//使用页面/文本对比查看器快速编辑)
 
第6行: 第6行:
height: auto !important;
height: auto !important;
min-width: 0;
min-width: 0;
}
.member-graph img {
width: 60px !important;
}
}
@media screen and (min-width:720px) {
@media screen and (min-width:720px) {
第15行: 第18行:
display: none;
display: none;
}
}
#member-popup img {
#member-symbol-popup img {
width: 50px;
width: 50px;
height: 50px;
height: 50px;
}
}
#member-popup span {
#member-graph-popup img {
width: 300px;
height: auto;
}
#member-symbol-popup span, #member-graph-popup span {
white-space: pre;
white-space: pre;
}
}

2022年12月3日 (六) 18:42的最新版本

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

用于生成角色小图标的tooltip。请使用{{songposition}}调用。

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

CSS样式表:

 */
.member-symbol img {
	width: 20px !important;
	height: auto !important;
	min-width: 0;
}
.member-graph img {
	width: 60px !important;
}
@media screen and (min-width:720px) {
	.member-symbol-10 img {
		width: 18px !important;
	}
}
.member-symbol-image {
	display: none;
}
#member-symbol-popup img {
	width: 50px;
	height: 50px;
}
#member-graph-popup img {
	width: 300px;
	height: auto;
}
#member-symbol-popup span, #member-graph-popup span {
	white-space: pre;
}
/*