A new userstyle
lcwo.net - 2024年6月 by pyonpyon
Details
Authorpyonpyon
LicenseNo License
Categorylwco.net
Created
Updated
Size1.8 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ゴシック", sans-serif;
font-size: 1.1rem;
}
[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;
}
td,
th {
font-family: "Bizin UDPゴシック", sans-serif;
font-size: 1rem;
}
}
@-moz-document url-prefix("https://lcwo.net/groups") {
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);
}
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;
}
}
@-moz-document url-prefix("https://lcwo.net/morsemachine") {}
@-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;
}
}