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

「Widget:Songposition」修訂間的差異

出自LLWiki
跳至導覽 跳至搜尋
第7行: 第7行:
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 {
margin: 0 3px;
margin: 0 3px;
font-size: small;
}
.skin-vector .member-popup {
font-size: 14px;
}
}
/* </pre><includeonly> */
/* </pre><includeonly> */

於 2020年12月12日 (六) 05:38 的修訂

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 {
	z-index: 201;
}
.member-popup .oo-ui-popupWidget-body-padded {
	margin: 0 3px;
	font-size: small;
}
/*