Skip to content

* by MaruniUmebachi

Details

AuthorMaruniUmebachi

LicenseCC 0

Category*

Created

Updated

Size3.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         * Style
@version      20241013.05.06
@namespace    .*
@description  すべてのページに適用するスタイル。
@author       MaruniUmebachi
@license      CC 0
==/UserStyle== */

@-moz-document url("http"), url-prefix("*"), regexp(".*") {
:root {
    --Stylus-CSS: "* Style";
    font-language-override: var(--font-language-override-Stylus);
    :where(&, body) {
        --Stylus-CSS: "* Style";
        font-feature-settings: var(--font-feature-settings-Stylus);
        -webkit-font-kerning: var(--font-kerning-Stylus);
        font-kerning: var(--font-kerning-Stylus);
        font-variant-east-asian: var(--font-variant-east-asian-Stylus);
        overflow-wrap: var(--overflow-wrap-Stylus);
    }

    :link {
        --Stylus-CSS: "* Style";
        text-underline-position: var(--text-underline-position-Stylus);
    }

    :where(input, textarea):read-write {
        font-feature-settings: var(--font-feature-settings-Stylus-input);
        -webkit-font-kerning: var(--font-kerning-Stylus-input);
        font-kerning: var(--font-kerning-Stylus-input);
        font-variant-east-asian: var(--font-variant-east-asian-Stylus-input);
    }

    :where(input, textarea, select),
    button,
    ::file-selector-button,
    input:where([type=reset], [type=button], [type=submit]),
    input:where([type=date], [type=time], [type=datetime-local]) {
        --Stylus-CSS: "* Style";
        font-family: var(--font-family-Stylus-input);
    }

    svg {
        --Stylus-CSS: "* Style";
        text {
            --Stylus-CSS: "* Style";
            font-feature-settings: var(--font-feature-settings-Stylus-input);
            -webkit-font-kerning: var(--font-kerning-Stylus-input);
            font-kerning: var(--font-kerning-Stylus-input);
            font-variant-east-asian: var(--font-variant-east-asian-Stylus-input);
        }
    }

    :where(xmp, pre, plaintext) {
        --Stylus-CSS: "* Style";
        font-family: var(--font-family-Stylus-monospace);
    }
}
}

@-moz-document url-prefix("http"), regexp(".*") {
:root {
    --Stylus-CSS: "* Style";
    :where(*, &):where(:lang(ur)) {
        --Stylus-CSS: "* Style";
        line-height: 2;
    }

    :where(*, &):where(:lang(ja), :lang(zh), :lang(ko)) {
        --Stylus-CSS: "* Style";
        hyphens: var(--hyphens-Stylus);
    }

    :where(*, &):where(:lang(en), :lang(fr), :lang(es), :lang(lt), :lang(ru), :lang(gr)) {
        --Stylus-CSS: "* Style";
        hyphens: var(--hyphens-Stylus);
    }
}
}

@-moz-document url("http"), regexp(".*") {
.ͼ1 :is(.cm-scroller) *,
code {
    --Stylus-CSS: "* Style";
    --font-feature-settings-Stylus-code: normal;
    --font-kerning-Stylus-code: normal;
    --font-language-override-Stylus-code: normal;
    --font-variant-east-asian-Stylus-code: normal;
    --font-variant-Stylus-code: normal;
    font-family: var(--Font-Code), monospace;
    font-feature-settings: var(--font-feature-settings-Stylus);
    font-kerning: var(--font-kerning-Stylus);
    font-language-override: var(--font-language-override-Stylus);
    font-variant-east-asian: var(--font-variant-east-asian-Stylus);
    font-variant: var(--font-variant-Stylus);
    letter-spacing: 0;
    word-spacing: 0;
}
}

@-moz-document regexp("^\\w+-extension://.+") {

}

Reviews

No reviews yet.