Skip to content

◆Qiita [キータ] by syon

Details

Authorsyon

LicenseNo License

Categoryqiita

Created

Updated

Size1.4 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           ◆Qiita [キータ]
@namespace      userstyles.world
@version        2023-10-06
==/UserStyle== */
@-moz-document domain("qiita.com") {
    /*
     * Hide
     */
    [id^="GlobalHeader"] > header form,
    [id^="GlobalHeader"] > nav,
    [data-testid="ArticleHeaderTextBanner_Banner"],
    .st-Modal,
    .wb-CampaignLink,
    .st-NewHeader_mainNavigation,
    .st-NewHeader_search,
    .st-NewHeader_postButton,
    [id^=dfp],
    .apm-Content,
    .p-items_options,
    .it-MdContent + div + div {
        display: none !important;
    }

    /*
     * Base
     */
    body {
        font-family: "Segoe UI", "Source Han Sans", "Noto Sans CJK JP", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
        font-feature-settings: "palt";
    }

    .material-symbols-outlined {
        font-family: 'Material Symbols Outlined';
    }

    /*
     * Styling
     */
    .it-MdContent h1 {
        margin: 2.2em -32px 2.4rem;
        padding: 0.5em 32px;
        background-color: hsla(94, 100%, 39%, .75);
        color: #fff;
    }
    h2 {
        background-color: #e3f7df;
        margin: 0 -32px;
        padding: 0 32px;
        border: 0 !important;
    }
    .it-MdContent img {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }
    .it-MdContent blockquote {
        background-color: #fcfcfc;
    }
}

Reviews

No reviews yet.