Skip to content

? - Nov 2023 by IntroPreter

Details

AuthorIntroPreter

LicenseNo License

Categorypolityka.pl

Created

Updated

Size2.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           ? - Nov 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("polityka.pl") {
    p,
    h1,
    h3,
    footer a {
        font-family: 'Roboto Slab' !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }

    h2,
    h2 > strong,
    .twitter-tweet *,
    blockquote {
        font-family: 'League Spartan' !important;
        font-weight: 600;
    }

    blockquote {
        font-weight: 200;
    }

    h1.cg_article_internet_title {
        font-size: 50px !important;
    }

    div.cg_article_section a {
        font-size: 20px !important;
    }

    div.cg_article_title div {
        font-size: 14px !important;
        letter-spacing: 1px !important;
    }

    div.cg_article_lead,
    nav *,
    .cg_article_header div,
    .cg_article_related div,
    div,
    .cg_article_tags li,
    .btn,
    h4 a,
    div.cg_footer_secondary a,
    .cg_footer_tretiary a,
    label,
    p.cg_article_author_longdesc,
    .cg_article_side-multimedia-desc,
    .cg_article_side-audio_version * {
        font-family: 'League Spartan' !important;
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }

    div.cg_footer_secondary a,
    .cg_footer_tretiary a {
        letter-spacing: 1px !important;
        font-size: 11px !important;
    }

    nav {
        font-size: 12px !important;
        letter-spacing: 1px !important;
    }

    nav a {
        line-height: 10px !important;
        font-weight: 600 !important;
    }

    .cg_article_lead {
        font-size: 130% !important;
    }

    .cg_nav_article_info_title {
        margin-top: 3px !important;
        font-family: 'Roboto Slab' !important;
        font-weight: 600;
    }
    .cg_nav_article-container {
        box-shadow: 0 1px 20px #00000085;
    }

    .cg_article_content {
        font-weight: 500;
    }

    .cg_article_meat {
        font-weight: 400;
    }

    .cg_article_lead {
        font-weight: 600;
    }

    .cg_article_meat > p > strong {
        display: block;
        margin: 0 0 8px !important;
    }

    .cg_article,
    .cg_important_topics {
        padding: 44px 0 0;
    }
    .base-width {
        width: 1400px;
    }
}

Reviews

No reviews yet.