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

“Widget:Songposition”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
标签移动版网页编辑 移动版编辑
第1行: 第1行:
<noinclude>{{doc|content=用于{{tl|songposition}}的样式表。}}[[category:混合小部件]]</noinclude><includeonly><!--{if !isset($wgWidgetSongposition) || !$wgWidgetSongposition}--><!--{assign var="wgWidgetSongposition" value=true scope="global"}--><script defer src='/zh?title=</includeonly><noinclude><p>JavaScript脚本:[[</noinclude>User:Bhsd/widget/songposition.js<noinclude>]]</p></noinclude><includeonly>&action=raw&ctype=text/javascript'></script><style>
<noinclude>{{doc|content=用于{{tl|songposition}}的样式表。}}[[category:混合小部件]]</noinclude><includeonly><!--{if !isset($wgWidgetSongposition) || !$wgWidgetSongposition}--><!--{assign var="wgWidgetSongposition" value=true scope="global"}--><script defer src='/zh?title=</includeonly><noinclude><p>JavaScript脚本:[[</noinclude>User:Bhsd/widget/songposition.js<noinclude>]]</p></noinclude><includeonly>&action=raw&ctype=text/javascript'></script><style>
/* </includeonly>CSS样式表:<pre lang="css"> */
/* </includeonly>CSS样式表:<pre lang="css"> */
.member-symbol {
display: inline-block;
position: relative;
}
.member-symbol:hover::after {
content: attr(data-title);
position: absolute;
white-space: nowrap;
top: 100%;
left: 50%;
transform: translateX(-50%);
border: 1px solid #a7d7f9;
z-index: 10;
background-color: #fff;
padding: 0 3px;
border-radius: 4px;
box-shadow: 1px 1px 1px #ccc;
}
.member-symbol img {
.member-symbol img {
width: 20px !important;
width: 20px !important;
height: auto !important;
height: auto !important;
}
.member-popup .oo-ui-popupWidget-body-padded {
margin: 0 3px;
.skin-vector .member-popup {
font-size: 14px;
}
}
/* </pre><includeonly> */
/* </pre><includeonly> */

2020年12月12日 (六) 05:04的版本

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

用于{{songposition}}的样式表。

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

CSS样式表:

 */
.member-symbol img {
	width: 20px !important;
	height: auto !important;
}
.member-popup .oo-ui-popupWidget-body-padded {
	margin: 0 3px;
.skin-vector .member-popup {
	font-size: 14px;
}
/*