打开/关闭菜单
57
82
13
863
诺布百科 · Noblecraft Wiki
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Template:剧透/styles.css

模板页面
.nc-spoiler {
	background-color: #202122;
	color: transparent;
	border-radius: 3px;
	padding: 0 4px;
	cursor: help;
	transition: color .15s ease, background-color .15s ease;
}
.nc-spoiler:hover,
.nc-spoiler:focus {
	color: #fff;
	background-color: #3a3b3c;
}