模板:Collapse top/styles.css:修訂間差異

出自眾神廳
跳至導覽 跳至搜尋
CSS國家模板>Xiplus-abot
已保护“Template:Collapse top/styles.css”:​高風險模板:2291引用<!-- 機器人3 --> ([编辑=仅允许自动确认用户](无限期) [移动=仅允许自动确认用户](无限期))
 
已匯入 1 筆修訂
 
(無差異)

2026年9月17日 (四) 09:27的最新修訂

.cot-header-mainspace {
	background:#F0F2F5;
	color:inherit;
}

.cot-header-other {
	background:#CCFFCC;
	color:inherit;
}


@media screen {
	html.skin-theme-clientpref-night .cot-header-mainspace {
		background:#14181F;
		color:inherit;
	}

	html.skin-theme-clientpref-night .cot-header-other {
		background:#003500;
		color:inherit;
	}
}


@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .cot-header-mainspace {
		background:#14181F;
		color:inherit;
	}

	html.skin-theme-clientpref-os .cot-header-other {
		background:#003500;
		color:inherit;
	}
}