跳转到内容

Template talk:Taxobox/core/styles.css

页面内容不支持其他语言。
添加话题
维基百科,自由的百科全书
蕭漫在话题“編輯請求 2025-05-23”中的最新留言:8天前
          模板依照页面评级標準无需评级。
本Template属于下列维基专题范畴:
生物专题 (获评模板級不适用重要度
本Template属于生物专题范畴,该专题旨在改善中文维基百科生物领域类内容。如果您有意参与,请浏览专题主页、参与讨论,并完成相应的开放性任务。
 模板级模板  根据专题质量评级标准,本Template无需评级。

編輯請求 2025-05-23

[编辑]

User:Manchiu

请求以下方代码替换当前代码,将模板样式同步至英维最新版本。在深色模式下,本地 taxobox 中的保护状况图片带有黑色背景色,而英维则是透明背景,视觉效果更加美观自然(可分别在深色模式下浏览本地的“”和英维的“tiger”条目,差别一目了然)。此外,请顺便删除在本模板样式建立之前错误建立的 Template:Taxobox/core/style.css,该模板样式的名称不合常规(style 後面少了 s),並且未被任何页面使用。

/* {{pp-template}} */
@media (max-width:640px) {
	body:not(.skin-minerva) .infobox {
	  width:100% !important;
	}
	body:not(.skin-minerva) .infobox th { 
		width:50%;
	}
}
@media screen {
	html.skin-theme-clientpref-night .infobox.biota tr {
	  background: transparent !important;
	}
	html.skin-theme-clientpref-night .infobox.biota img {
	  background: transparent;
	}
}

@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .infobox.biota tr {
      background: transparent !important;
    }
    html.skin-theme-clientpref-os .infobox.biota img {
      background: white;
    }
}

.infobox.biota .taxobox-edit-taxonomy img {
    background: transparent !important;
}
body.skin-vector table.biota.infobox {
	margin-top:0.5em;
}

body.skin--responsive table.biota.infobox tr.taxonrow2 td {
	padding:2px 10px;
}

--蕭漫留言2025年5月23日 (五) 14:49 (UTC)回复