User
Difference between revisions of "Cookai1205/common.css"
Cookai1205 (talk | contribs) |
Cookai1205 (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
} | } | ||
− | + | * { | |
− | font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace | + | font-family: inherit; |
+ | } | ||
+ | |||
+ | .tux-message-editor .sourcemessage.long, .tux-message-editor .editarea { | ||
+ | font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace; | ||
} | } |
Latest revision as of 14:49, 11 February 2024
[lang=zh]:lang(zh) {
-webkit-locale: "zh-Hant-TW";
}
textarea {
width: 100%;
}
* {
font-family: inherit;
}
.tux-message-editor .sourcemessage.long, .tux-message-editor .editarea {
font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace;
}