Widget:Songposition

於 2020年9月30日 (三) 06:20 由 Bhsd對話 | 貢獻 所做的修訂
Template-info.png 小部件文檔
這個文檔是內聯文檔。

用於{{songposition}}的樣式表。

CSS樣式表:

 */
.member-symbol {
	display: inline-block;
	position: relative;
}
.skin-minerva .member-symbol:hover::after {
	content: attr(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 {
	width: 20px;
	height: auto;
}
/*