MediaWiki:Gadget-DisamAssist.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/User:Peacearth/DisamAssist.js}
* @base {@link https://es.wikipedia.org/wiki/Usuario:Qwertyytrewqqwerty/DisamAssist.js}
* @base {@link https://es.wikipedia.org/wiki/Usuario:Qwertyytrewqqwerty/DisamAssist.css}
* @source {@link https://git.qiuwen.net.cn/InterfaceAdmin/QiuwenGadgets/src/branch/master/src/DisamAssist}
* @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/DisamAssist/DisamAssist.less */
.disamassist-box {
overflow: hidden;
width: 95%;
padding: 5px;
border: 1px solid;
margin: 0 auto;
margin-bottom: 5px;
}
.disamassist-mainbox {
border-color: #36c;
background: #b2b2ff;
}
.disamassist-pendingeditbox {
border-color: #00f0ff;
background: #c5fcff;
}
.disamassist-errorbox {
border-color: #b32424;
background: #ffb2b2;
}
.disamassist-errorbutton {
float: right;
}
.disamassist-pagetitleline {
font-weight: bold;
}
.disamassist-editcounter {
float: right;
font-size: 0.85rem;
}
.disamassist-subtitle {
font-size: 0.875rem;
}
.disamassist-button {
padding: 0 1px;
font-size: 0.9rem;
}
.disamassist-allbuttons {
clear: both;
}
.disamassist-leftbuttons {
float: left;
}
.disamassist-rightbuttons {
float: right;
}
.disamassist-optionmarker {
color: #00f !important;
font-size: 0.85rem;
font-style: normal;
font-weight: normal;
}
.disamassist-curroptionmarker {
font-weight: bold;
}
.disamassist-inclink {
color: #f00;
font-weight: bold;
}
.disamassist-context {
font-family: monospace;
font-family: var(--fonts-monospace, monospace);
}