A new userstyle
Amateur Radio by pyonpyon
Details
Authorpyonpyon
LicenseNo License
CategoryQRZ.com
Created
Updated
Size1.3 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 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: "Bizin Gothic Discord NF", monospace;
font-size: 20px;
}
body {
font-size: 2rem;
}
input#Comment {
width: 100%;
}
}
@-moz-document regexp("https:\\/\\/.*\\.qrz\\.com\\/.*") {
/* ここにコードを挿入... */
* {
font-family: "BIZ UDPゴシック", sans-serif;
}
}
@-moz-document url-prefix("https://logbook.qrz.com/") {
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;
}
}