MediaWiki:Gadget-NoteTA-pagestyles.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/**
* SPDX-License-Identifier: CC-BY-SA-4.0
* _addText: '{{Gadget Header|license=CC-BY-SA-4.0}}'
*
* @base {@link https://zh.wikipedia.org/wiki/MediaWiki:Gadget-noteTA.css}
* @source {@link https://git.qiuwen.net.cn/InterfaceAdmin/QiuwenGadgets/src/branch/master/src/NoteTA-pagestyles}
* @license CC-BY-SA-4.0 {@link https://www.qiuwenbaike.cn/wiki/H:CC-BY-SA-4.0}
*/
/**
* +------------------------------------------------------------+
* | === 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 by opening an issue before editing. |
* +------------------------------------------------------------+
*/
/* <nowiki> */
/* src/NoteTA-pagestyles/NoteTA-pagestyles.less */
.skin-vector-2022 #p-noteTA .ca-noteTA {
max-height: 32px;
}
.skin-vector-legacy #p-noteTA.vector-menu-tabs-legacy {
padding-left: 0;
}
.mw-indicator[id^=mw-indicator-noteTA-] img {
cursor: pointer;
}
.x-noteTA-viewer-output .error {
color: #b32424;
font-size: 1.2em;
font-weight: bold;
}
.x-noteTA-viewer__label {
height: 85%;
padding: 1px 3px;
}
.x-noteTA-viewer__label-hans {
background: #d3e3f4;
color: #000;
}
.x-noteTA-viewer__label-hant {
background: #e9e9e9;
color: #434343;
}