Skip to content

lcwo.net - 2024年6月 by pyonpyon

Details

Authorpyonpyon

LicenseNo License

Categorylwco.net

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           lcwo.net - 2024年6月
@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: "BIZ UDPゴシック", "sans-serif";
    }


    form#eform > table > tbody > tr:nth-child(1) > td:nth-child(1) > input {
        font-size: 1.5rem;
    }
    input {
        font-family: "Bizin Gothic Discord NF", "BIZ UDゴシック", monospace;
    }
    input#callentry {
        font-size: 1.5rem;
    }
    input#wordentry {
        font-size: 1.5rem;
    }
    table#calltable > tbody > tr > td.smalltd {
        font-size: 1.0rem !important
    }
    table#calltable > tbody > tr > td.smalltd > span {
        font-size: 1.0rem !important
    }
    table#wordtable > tbody > tr > td.smalltd {
        font-size: 1.0rem !important
    }
    table#wordtable > tbody > tr > td.smalltd > span {
        font-size: 1.0rem !important
    }
    td {
        font-family: "BIZ UDPゴシック", "sans-serif";
        font-size: 1.2rem;
        line-height: 1.2;
    }
    td > span {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    textarea {

        font-family: "Bizin Gothic Discord NF", "BIZ UDゴシック", monospace;
        font-size: 2.0rem;
        line-height: 1;
        height: 10h;
        width: 40w;
    }
}
@-moz-document url-prefix("https://lcwo.net/groups") {}

Reviews

No reviews yet.