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

「Widget:Songposition」修訂間的差異

出自LLWiki
跳至導覽 跳至搜尋
(// 使用Wikiplus小工具快速编辑)
標籤行動版網頁編輯 行動版編輯
(// 使用Wikiplus小工具快速编辑)
標籤行動版網頁編輯 行動版編輯
第10行: 第10行:
.member-symbol-10 img {
.member-symbol-10 img {
width: 18px !important;
width: 18px !important;
}
.member-symbol-12 img {
width: 15px !important;
}
}
}
}

於 2021年10月4日 (一) 12:41 的修訂

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

用於生成角色小圖標的tooltip。請使用{{songposition}}調用。

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

CSS樣式表:

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