Small Apple.com

Shrinks apple home page to be readable for normal people

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

You will need to install an extension such as Tampermonkey to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

/* ==UserStyle==
@name           Small Apple.com
@namespace      https://greatest.deepsurf.us/en/users/759797-lego-savant
@version        1.0
@description    Shrinks apple home page to be readable for normal people
@author         legosavant
@license        GPLv3
==/UserStyle== */
/******************************HOME*************************/
/*super huge*/
.main [data-module-template="heroes"] {
    --columns:3;
    --content-height:400px;
    --gutter-width: 8px;
    --gutter-half-width: 4px;
    --gutter-and-half-width: 12px;
}
.main [data-module-template="heroes"] .unit-image-wrapper .unit-image[class] {
    background-size:54%;
    background-position:center bottom
}
.main [data-module-template="heroes"] [data-unit-id] .unit-copy-wrapper {
    padding-top:4px
}
@media (max-width:1681px) {
    .main [data-module-template="heroes"] {
        --content-height:300px
    }
    .main [data-module-template="heroes"] .unit-image-wrapper .unit-image[class] {
        background-size:40%;
        background-position:center bottom
    }
    .main [data-module-template="heroes"] [data-unit-id] .unit-copy-wrapper>*.headline {
        font-size:36px
    }
    .main [data-module-template="heroes"] [data-unit-id] .unit-copy-wrapper>*.subhead {
        font-size:24px
    }
    .main [data-module-template="heroes"] .unit-copy-wrapper>*.callout, .main [data-module-template="heroes"] [data-unit-id] .unit-copy-wrapper>*.cta, .main [data-module-template="heroes"] [data-unit-id] .unit-copy-wrapper>*.cta-links {
        font-size:16px
    }
}
/*huge*/
.main [data-module-template="promos"] {
    --columns:6;
    --content-height:300px
}
.main [data-module-template="promos"] .unit-image-wrapper .unit-image[class] {
    background-size:52%;
    background-position:center bottom
}
.main [data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .headline {
    margin-top:6px;
    font-size:24px
}
.main [data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .subhead {
    font-size:16px
}
@media (max-width:1681px) {
    .main [data-module-template="promos"] .unit-image-wrapper .unit-image[class] {
        background-size:43%;
        background-position:center bottom
    }
    .main [data-module-template="promos"] {
        --columns:6;
        --content-height:250px
    }
    .main [data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .headline {
        margin-top:4px;
        font-size:20px
    }
    .main [data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .subhead, .main [data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .cta-links, .main [data-module-template="promos"] [data-unit-id] .unit-copy-wrapper .cta {
        font-size:14px
    }
}