Skip to content

Amateur Radio by pyonpyon

Details

Authorpyonpyon

LicenseNo License

CategoryQRZ.com

Created

Updated

Code size1.4 kB

Code checksumdabaa896

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           Amateur Radio
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://eqsl.cc") {
    * {
        font-family: "BIZ UDPゴシック", "BIZ UDPGothic", serif;
        font-size: 18px;
    }
    .clsTD, .clsTDGrey, .clsTDToggle {
        font-family: "BIZ UDPゴシック", "BIZ UDPGothic", serif;
        font-size: 18px;
    }
    input#Comment {
        width: 100%;
    }
}
@-moz-document url-prefix("https://qrz.com/") {
    /* ここにコードを挿入... */
    * {
        font-family: "BIZ UDPゴシック", serif;
    }
}
@-moz-document url-prefix("https://logbook.qrz.com/") {
    * {
        font-family: "BIZ UDPゴシック", "BIZ UDPGothic", serif;
    }
    td.td_call1, td.td_call2 {
        font-family: "BIZ UDゴシック", monospace;
    }
}
@-moz-document url-prefix("https://lotw.arrl.org/") {
    /* ここにコードを挿入... */
    * {
        font-family: "BIZ UDPゴシック", sans-serif;
        font-size: 16px;
    }
}
@-moz-document url-prefix("https://lotw.arrl.org/lotwuser/qsos") {
    /* ここにコードを挿入... */
    td {
        font-family: "BID UDPゴシック", sans-serif;
    }
    table.pagecols > tbody > tr > td > form > table {
        width: 100%
    }
    .qso > td {
        font-size: 1.5rem;
        height: 2em;
    }
}

Reviews

No reviews yet.