MediaWiki:Gadget-InterwikiTips.css

MediaWiki系统消息页面
Github-bot留言 | 贡献2023年10月19日 (四) 22:36的版本 (Git更新:([https://github.com/TopRealm/InterfaceCodes/commit/aad68efdfddbf8c26e49bf63fd0537b015fcaea2 aad68ef]) feat: add InterwikiTips (#160))
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* <nowiki> */
/**
 * SPDX-License-Identifier: CC-BY-SA-4.0
 * _addText: '{{Gadget Header|license=CC-BY-SA-4.0}}'
 *
 * @source <https://git.qiuwen.net.cn/InterfaceAdmin/Gadgets/src/branch/master/src/Gadgets/DisambigLinks>
 * @author Kaldari, Cyberpower678, Alexander Misel, Artoria2e5, WaitSpring <me@waitspring.com> and other Qiuwen Baike Contributors.
 */
/**
 * +--------------------------------------------------------+
 * |         === WARNING: GLOBAL GADGET FILE ===            |
 * +--------------------------------------------------------+
 * |      All changes should be made in the repository,     |
 * |              otherwise they will be lost.              |
 * +--------------------------------------------------------+
 * |      Changes to this page may affect many users.       |
 * |  Please discuss changes at talk page before editing.   |
 * +--------------------------------------------------------+
 */
 .mw-parser-output a.extiw:is([href*='.qiuwenbaike.cn'])::before ,
 .mw-parser-output a.extiw:is([href*='.moegirl.org.cn'])::before {
	 font-weight: normal;
	 line-height: 0;
	 text-indent: 0.1em;
	 vertical-align: super;
 }
 
 .mw-parser-output a.extiw:is([href*='.qiuwenbaike.cn'])::before {
	 content: '//youshou.wiki/images/4/41/“求”网站图标(透明背景;2023版).svg';
	 font-size: 0.9em;
 }
 
 /* </nowiki> */