A new userstyle
lcwo.net - 2024年6月 by pyonpyon
Details
Authorpyonpyon
LicenseNo License
Categorylwco.net
Created
Updated
Size2.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name LCWO
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://lcwo.net") {
* {
font-family: "Bizin UDPゴシック", "BIZ UDPGothic", "Times New Roman", serif;
font-size: 1.1rem;
line-height: 1.5em;
}
[id^="callsigns"] > td,
[id^="groups"] > td,
[id^="lesson"] > td,
[id^="plaintext"] > td,
[id^="words"] > td {
font-family: "Bizin Gothic Discord", "Hack Nerd Font Mono", "Osaka-Mono", monospace;
font-size: 1.5rem;
line-height: 1.0em;
}
textarea {
font-family: "Bizin Gothic Discord", "Hack Nerd Font Mono", "Osaka-Mono", monospace;
font-size: 1.75rem;
line-height: calc(1.75rem * 1.2);
height: calc(1.75rem * 1.2 * 13);
text-transform: lowercase;
width: calc(1.75rem * 20);
}
}
@-moz-document url-prefix("https://lcwo.net/groups") {
body > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > th,
body > table:nth-child(5) > tbody > tr > td:nth-child(2) > table > tbody > tr > td:nth-child(1) > table > tbody > tr > td,
body > table:nth-child(5) > tbody > tr > td:nth-child(2) > table > tbody > tr > td:nth-child(1) > table > tbody > tr > td > span {
font-family: "Bizin Gothic Discord", "Hack Nerd Font Mono", "Osaka-Mono", monospace !important;
font-size: 1.5rem;
line-height: 1.5rem;
}
textarea {
font-family: "Bizin Gothic Discord", "Hack Nerd Font Mono", "Osaka-Mono", monospace;
font-size: 1.75rem;
line-height: calc(1.75rem * 1.2);
height: calc(1.75rem * 1.2 * 13);
text-transform: lowercase;
width: calc(1.75rem * 21);
}
}
@-moz-document url-prefix("https://lcwo.net/morsemachine") {
#entrybox {
font-size: 1.25rem;
}
}
@-moz-document url-prefix("https://lcwo.net/wordtraining") {
#wordtable th,
#wordtable td {
font-family: "Bizin Gothic Discord", "Hack Nerd Font Mono", "Osaka-Mono", monospace;
font-size: 1.2rem;
}
}
@-moz-document url-prefix("https://lcwo.net/text2cw") {
textarea {
font-family: "Bizin Gothic Discord", "Hack Nerd Font Mono", "Osaka-Mono", monospace;
font-size: 1.75rem;
line-height: calc(1.75rem * 1.2);
height: calc(1.75rem * 1.2 * 5);
text-transform: lowercase;
width: calc(1.75rem * 20);
}
}