User

Difference between revisions of "Cookai1205/common.css"

(Created page with "[lang=zh]:lang(zh) { -webkit-locale: "zh-Hant-TW"; }")
 
 
(4 intermediate revisions by the same user not shown)
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%;
 +
}
 +
 +
* {
 +
    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;
}