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

“Widget:Songposition”的版本间差异

来自LLWiki
跳转到导航 跳转到搜索
(创建页面,内容为“<noinclude>{{doc|用于{{tl|songposition}}的样式表。}}</noinclude><includeonly><!--{if !isset($wgWidgetSongposition) || !$wgWidgetSongposition}--><!--{assign va…”)
 
第1行: 第1行:
<noinclude>{{doc|用于{{tl|songposition}}的样式表。}}</noinclude><includeonly><!--{if !isset($wgWidgetSongposition) || !$wgWidgetSongposition}--><!--{assign var="wgWidgetSongposition" value=true scope="global"}-->
<noinclude>{{doc|content=用于{{tl|songposition}}的样式表。}}</noinclude><includeonly><!--{if !isset($wgWidgetSongposition) || !$wgWidgetSongposition}--><!--{assign var="wgWidgetSongposition" value=true scope="global"}-->
<style>
<style>
/* </includeonly>CSS样式表:<pre lang="css"> */
/* </includeonly>CSS样式表:<pre lang="css"> */

2020年9月30日 (三) 06:04的版本

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

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

CSS样式表:

 */
.member-symbol {
	display: inline-block;
	position: relative;
}
.member-symbol:hover::after {
	content: attr(title);
	position: absolute;
	white-space: nowrap;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #a7d7f9;
	font-size: 0.8em;
	z-index: 10;
	background-color: #fff;
	padding: 0 3px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #ccc;
}
.member-symbol img {
	width: 20px;
	height: auto;
}
/*