跳转到内容
打开/关闭菜单
  • 395 文件
  • 1 用户
  • 6135 编辑
Gal中文百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Module:Hatnote/styles.css

来自Gal中文百科
更多语言
imported>S83214142026年8月21日 (五) 01:11的版本 (Per request
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* {{pp-template|small=yes}} */
.hatnote {
	font-size: small;
}

div.hatnote {
	/* @noflip */
	padding-left: 2em;
	margin-bottom: 0.8em; /* 小于1.2可能会导致错行问题 */
	margin-top: 0.8em;
	/* background: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Disambig_gray.svg/26px-Disambig_gray.svg.png) no-repeat;*/
}

.hatnote-notice-img::after {
	content: "\202f\202f\202f\202f";
}

.hatnote-notice-img-small::after {
	content: "\202f\202f";
}

/* Templatestyles causes an 'empty' span between hatnotes.
 * See also [[phab:T200206]] for later */
.hatnote + .mw-empty-elt + .hatnote {
	margin-top: -0.5em;
}

body.skin-minerva .hatnote-notice-img,
body.skin-minerva .hatnote-notice-img-small {
	display: none;
}

@media print {
	body.ns-0 .hatnote {
		display: none !important;
	}
}