打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
登录后可编辑和发表评论。

Template:参见页面/style.css

模板页面
.template-refer-to-page {
	text-indent: 0 !important;
	line-height: calc(1.125 / 0.875);
}

.template-refer-to-page > a {
	text-decoration: none !important;
	display: flex;
	align-items: center;
	gap: calc(0.25em / 0.875) calc(0.75em / 0.875);
	box-sizing: border-box;
	width: fit-content;
	min-height: calc(2.5em / 0.875);
	margin: 0 calc(-0.3125em / 0.875);
	padding: calc(0.5em / 0.875) calc(1.125em / 0.875);
	border-radius: calc(1.25em / 0.875);
	background-color: var(--background-color-interactive, #eaecf0);
	flex-wrap: wrap;
}
.template-refer-to-page > a:hover {
	background-color: var(--background-color-interactive--hover, #dadde3);
}
.template-refer-to-page > a:active {
	background-color: var(--background-color-interactive--active, #c8ccd1);
}

.template-refer-to-page > a.new {
    background-color: var(--background-color-destructive-subtle, #ffe9e5);
}
.template-refer-to-page > a.new:hover {
    background-color: var(--background-color-destructive-subtle--hover, #ffdad3);
}
.template-refer-to-page > a.new:active {
    background-color: var(--background-color-destructive-subtle--active, #ffc8bd);
}


.template-refer-to-page > a > :first-child {
	color: var(--color-placeholder, #72777d);
	flex-shrink: 0;
}

.template-refer-to-page > a.new > :first-child {
	color: var(--color-destructive, #bf3c2c);
	opacity: 0.8;
}
/* CNM SB MediaWiki 不让我提交
.template-refer-to-page > a.new > :first-child {
    color: color-mix(in xyz, var(--color-placeholder, #72777d), var(--color-destructive, #bf3c2c) 60%);
}
@supports not (color: color-mix(in xyz, red , red)) {
	.template-refer-to-page > a.new > :first-child {
		color: var(--color-destructive, #bf3c2c);
		opacity: 0.8;
	}
}
*/


.template-refer-to-page > a > :last-child {
	font-weight: var(--font-weight-medium, 500);
}

/* [[分类:在模板命名空间下的CSS页面]] */