User
Difference between revisions of "Cookai1205/common.css"
Cookai1205 (talk | contribs) (Created page with "[lang=zh]:lang(zh) { -webkit-locale: "zh-Hant-TW"; }") |
Cookai1205 (talk | contribs) |
||
Line 1: | Line 1: | ||
[lang=zh]:lang(zh) { | [lang=zh]:lang(zh) { | ||
-webkit-locale: "zh-Hant-TW"; | -webkit-locale: "zh-Hant-TW"; | ||
+ | } | ||
+ | |||
+ | textarea { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | body .mw-editfont-monospace, .ve-ui-mwWikitextSurface .ve-ce-attachedRootNode, .diff-editfont-monospace .diff-addedline, .diff-editfont-monospace .diff-deletedline, .diff-editfont-monospace .diff-context, .diff-editfont-monospace .mw-diff-inline-added, .diff-editfont-monospace .mw-diff-inline-deleted, .diff-editfont-monospace .mw-diff-inline-moved, .diff-editfont-monospace .mw-diff-inline-changed, .diff-editfont-monospace .mw-diff-inline-context, #Wikiplus-Quickedit { | ||
+ | font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace,sans-serif,'Nirmala UI','Tahoma','Leelawadee UI','Microsoft Himalaya','Myanmar Text','Ebrima','Leelawadee UI','Microsoft Tai Le','Gadugi','Mongolian Baiti','MV Boli','Segoe UI Historic','Noto Sans Syloti Nagri','Noto Sans Meetei Mayek','TH-Hak','TH-Tshyn-P0','TH-Tshyn-P1','TH-Tshyn-P16','TH-Tshyn-P2'; | ||
} | } |
Revision as of 14:34, 11 February 2024
[lang=zh]:lang(zh) {
-webkit-locale: "zh-Hant-TW";
}
textarea {
width: 100%;
}
body .mw-editfont-monospace, .ve-ui-mwWikitextSurface .ve-ce-attachedRootNode, .diff-editfont-monospace .diff-addedline, .diff-editfont-monospace .diff-deletedline, .diff-editfont-monospace .diff-context, .diff-editfont-monospace .mw-diff-inline-added, .diff-editfont-monospace .mw-diff-inline-deleted, .diff-editfont-monospace .mw-diff-inline-moved, .diff-editfont-monospace .mw-diff-inline-changed, .diff-editfont-monospace .mw-diff-inline-context, #Wikiplus-Quickedit {
font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace,sans-serif,'Nirmala UI','Tahoma','Leelawadee UI','Microsoft Himalaya','Myanmar Text','Ebrima','Leelawadee UI','Microsoft Tai Le','Gadugi','Mongolian Baiti','MV Boli','Segoe UI Historic','Noto Sans Syloti Nagri','Noto Sans Meetei Mayek','TH-Hak','TH-Tshyn-P0','TH-Tshyn-P1','TH-Tshyn-P16','TH-Tshyn-P2';
}