MediaWiki:Gadget-ToolsRedirect.css

MediaWiki系统消息页面
qwbk>WaitSpring (test)2023年3月25日 (六) 19:25的版本 (Git 版本 a4144cd: 代码仓库同步更新)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/**
 * SPDX-License-Identifier: CC-BY-SA-4.0
 * _addText: '{{Gadget Header|license=CC-BY-SA-4.0}}'
 *
 * @source <zh.wikipedia.org/wiki/MediaWiki:Gadget-ToolsRedirect.css>
 */
div.dialog-redirect .mw-ajax-loader {
	top: 0;
}

div.dialog-redirect a:visited {
	color: #0b0080;
}

div.dialog-redirect a {
	color: #0645ad;
}

div.dialog-redirect a.new:visited {
	color: #a55858;
}

div.dialog-redirect a.new {
	color: #c20;
}

.tools-redirect_methods > a {
	position: relative;
	margin: 0 5px;
}

.tools-redirect_methods > .tools-redirect_link:first-of-type::before {
	content: "(";
}

.tools-redirect_methods > .tools-redirect_link::before {
	content: "|";
}

.tools-redirect_methods > .tools-redirect_link:last-of-type::after {
	content: ")";
}