MediaWiki:Gadget-InterwikiTips.css:修订间差异

MediaWiki系统消息页面
(Git更新:([https://github.com/TopRealm/InterfaceCodes/commit/05c17fb37915093e674230a3956012daf20810e7 05c17fb]) Update InterwikiTips.css @sourc&@author)
(Git更新:([https://github.com/TopRealm/InterfaceCodes/commit/749ac336af898258ff8b473cca46e940da87b75e 749ac33]) fix(InterwikiTips): image url)
第27行: 第27行:
.mw-parser-output a.extiw:is([href*='.qiuwenbaike.cn'])::before {
.mw-parser-output a.extiw:is([href*='.qiuwenbaike.cn'])::before {
content: '//youshou.wiki/images/4/41/“求”网站图标(透明背景;2023版).svg';
content: url(//youshou.wiki/images/4/41/“求”网站图标(透明背景;2023版).svg);
font-size: 0.9em;
font-size: 0.9em;
}
}

2023年10月19日 (四) 22:50的版本

/* <nowiki> */
/**
 * SPDX-License-Identifier: CC-BY-SA-4.0
 * _addText: '{{Gadget Header|license=CC-BY-SA-4.0|import=no}}'
 *
 * @source <https://github.com/TopRealm/InterfaceCodes/blob/master/src/Gadgets/Appearance/InterwikiTips>
 * @author Zorua-Fox and other Youshou Arxiv 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: url(//youshou.wiki/images/4/41/“求”网站图标(透明背景;2023版).svg);
	 font-size: 0.9em;
 }
 
 /* </nowiki> */