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

MediaWiki系统消息页面
(Git更新:([https://github.com/TopRealm/InterfaceCodes/commit/749ac336af898258ff8b473cca46e940da87b75e 749ac33]) fix(InterwikiTips): image url)
(Git更新:([https://github.com/TopRealm/InterfaceCodes/commit/01521204779fae14d3568ac059e3eadd5bc18425 0152120]) fix(InterWikiTips): image size)
第20行: 第20行:
.mw-parser-output a.extiw:is([href*='.qiuwenbaike.cn'])::before ,
.mw-parser-output a.extiw:is([href*='.qiuwenbaike.cn'])::before ,
.mw-parser-output a.extiw:is([href*='.moegirl.org.cn'])::before {
.mw-parser-output a.extiw:is([href*='.moegirl.org.cn'])::before {
font-weight: normal;
font-weight: normal;
line-height: 0;
line-height: 0;
text-indent: 0.1em;
text-indent: 0.1em;
vertical-align: super;
vertical-align: super;
}
}
.mw-parser-output a.extiw:is([href*='.qiuwenbaike.cn'])::before {
.mw-parser-output a.extiw:is([href*='.qiuwenbaike.cn'])::before {
display: inline-block;
content: url(//youshou.wiki/images/4/41/“求”网站图标(透明背景;2023版).svg);
font-size: 0.9em;
width: 10px;
height: 10px;
margin-right: 5px;
content: "";
background: url(//youshou.wiki/images/4/41/“求”网站图标(透明背景;2023版).svg) no-repeat 0 0;
background-size: 100%;

}
}

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

/* <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 {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    content: "";
    background: url(//youshou.wiki/images/4/41/“求”网站图标(透明背景;2023版).svg) no-repeat 0 0;
    background-size: 100%;

 }
 
 /* </nowiki> */