跳转到内容

User:Diskdance/Gadget-text-spacing.css

维基百科,自由的百科全书
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
:root {
	text-autospace: normal;
}

/* Monospace (and likely monospace) elements */
code, kbd, pre, rp, rt, samp, textarea, var,
/* Elements with this class are excluded */
.gadget-nospace,
/* Editable elements */
[contenteditable="true"],
/* ACE editor content */
.ace_editor,
/* Visual Editor (and 2017 Wikitext Editor) content & diff */
.ve-ui-surface,
.ve-init-mw-diffPage-diff,
/* Diff */
.diff-context,
.diff-addedline,
.diff-deletedline,
/* Diff (inline mode) */
.mw-diff-inline-added,
.mw-diff-inline-deleted,
.mw-diff-inline-moved,
.mw-diff-inline-changed,
.mw-diff-inline-context {
	text-autospace: no-autospace;
}