User

Difference between revisions of "Cookai1205/common.css"

 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
* {
 
* {
 
     font-family: inherit;
 
     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;
}