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

「Widget:Songposition」修訂間的差異

出自LLWiki
跳至導覽 跳至搜尋
(// 使用Wikiplus小工具快速编辑)
標籤流動版網頁編輯 流動版編輯
(//使用页面/文本对比查看器快速编辑)
 
(未顯示同一使用者於中間所作的 1 次修訂)
第1行: 第1行:
<noinclude>{{doc|content=用于生成角色小图标的tooltip。请使用{{tl|songposition}}调用。}}[[category:混合小部件]]
<noinclude>{{doc|content=用于生成角色小图标的tooltip。请使用{{tl|songposition}}调用。}}[[category:混合小部件]]
<p>JavaScript脚本:[[User:Bhsd/widget/songposition.js]]</p></noinclude><includeonly><!--{if !isset($wgWidgetSongposition) || !$wgWidgetSongposition}--><!--{assign var="wgWidgetSongposition" value=true scope="global"}--><script defer src='//cdn.jsdelivr.net/gh/bhsd-harry/LLWiki@1.4/widget/songposition.min.js'></script><style>
<p>JavaScript脚本:[[User:Bhsd/widget/songposition.js]]</p></noinclude><includeonly><!--{if !isset($wgWidgetSongposition) || !$wgWidgetSongposition}--><!--{assign var="wgWidgetSongposition" value=true scope="global"}--><script defer src='/zh?title=user:bhsd/widget/songposition.js&action=raw&ctype=text/javascript'></script><style>
/* </includeonly>CSS样式表:<pre lang="css"> */
/* </includeonly>CSS样式表:<pre lang="css"> */
.member-symbol img {
.member-symbol img {
第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;
}
/*