Skip to content

Wykopek by januszdoe

Screenshot of Wykopek

Details

Authorjanuszdoe

LicenseNo License

Categorywykop.pl

Created

Updated

Size44 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tylko nocny!
Drobne zmiany kosmetyczne.

Notes

W kodzie pewnie syf bo sie na tym nie znam xD

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         Wykopek
@version      20230814.19.20
@namespace    userstyles.world/user/januszdoe
@description  Drobne zmiany kosmetyczne. W kodzie syf xD
@author       januszdoe
@license      No License
==/UserStyle== */
@-moz-document domain("wykop.pl") {

    /* Usuwa obramowanie i ustawia zaokrąglone rogi dla ikony konta użytkownika w nagłówku */
    body > section > header > div.right > nav > ul > li.account.dropdown > a > a {
        border: none;
        border-radius: 4px !important;
    }

    /* Dodaje odstęp od góry dla głównej sekcji treści */
    body > section > div.main-content > main > section:nth-child(4) > section {
        margin-top: 50px !important;
    }

    /* Ustawia margines górny dla bocznego paska z wpisami */
    body > section > div.main-content > main > section:nth-child(4) > section > section.custom-sidebar.entries-sidebar {
        margin-top: 13px;
    }

    /* Ustawia margines górny dla czwartej sekcji w głównej treści */
    body > section > div.main-content > main > section:nth-child(4) > section > section:nth-child(4) {
        margin-top: 13px;
    }

    /* Ustawia margines górny dla bocznego paska z tagami */
    body > section > div.main-content > main > section:nth-child(4) > section > section.custom-sidebar.tags-sidebar {
        margin-top: 13px;
    }

    /* Ustawia margines górny dla stopki w głównej sekcji treści */
    body > section > div.main-content > main > section:nth-child(4) > section > footer {
        margin-top: 13px !important;
    }

    /* Dodaje odstęp od góry dla sekcji w głównej treści */
    body > section > div.main-content > main > section:nth-child(4) > div > section {
        margin-top: 41px;
    }

    /* Ustawia margines górny dla elementów w bocznym pasku */
    body > section > div.main-content > main > aside > section > div {
        margin-top: 10px !important;
    }

    /* Zaokrągla rogi obrazków w artykułach */
    section > article > figure > img {
        border-radius: 4px;
    }

    /* Usuwa transformację tekstu dla linków */
    a {
        text-transform: none !important;
    }

    /* Ukrywa nagłówki h1 w artykułach */
    body > section > div.main-content > main > section:nth-child(n+1) > div > section > section > article > header:nth-child(n+1) > h1 {
        visibility: hidden;
    }

    /* Stylizuje nagłówek strony */
    body > section > header {
        border-bottom: solid 1px #c1c1c312;
        background-color: #2222256b !important;
        backdrop-filter: blur(10px) !important;
    }

    /* Stylizuje pole wyszukiwania w nagłówku */
    body > section > header > div.right > section > form > input[type=search] {
        background-color: #3c3c3c !important;
        opacity: 1;
        filter: grayscale(100%);
        font-size: 13px !important;
    }

    /* Stylizuje etykietę pola wyszukiwania */
    body > section > header > div.right > section > form > label {
        filter: grayscale(100%);
        opacity: 0.3;
    }

    /* Przesuwa sekcję w górę */
    body > section > div.main-content > main > section > div > section > section {
        margin-top: -33px;
    }

    /* Stylizuje przycisk w lewej części nagłówka */
    body > section > header > div.left > button {
        background-color: rgba(255, 255, 255, .1) !important;
    }

    /* Ustawia margines i wysokość dla bocznego paska */
    body > section > div.main-content > aside {
        margin-top: 12px !important;
        height: 100% !important;
    }

    /* Ustawia padding dla przycisku list w bocznym pasku */
    body > section > div.main-content > aside > div.popper-button.lists {
        padding: 8px 0 !important;
    }

    /* Ustawia padding dla przycisku buckets w bocznym pasku */
    body > section > div.main-content > aside > div.popper-button.buckets.new {
        padding-bottom: 6px;
    }

    /* Ustawia marginesy dla nagłówka strumienia mikroblogów */
    body > section > div.main-content > main > section > div > section > section > section.stream.microblog.from-pagination-microblog > header {
        margin: 12px 0 14px 0 !important;
    }

    /* Stylizuje nagłówek h1 w strumieniu mikroblogów */
    body > section > div.main-content > main > section > div > section > section > section.stream.microblog.from-pagination-microblog > header > h1 {
        min-width: 150px;
        text-transform: none;
    }

    /* Stylizuje przycisk w komentarzach do wpisów */
    #entry-comments > footer > div > button {
        text-transform: none !important;
        border: solid 1px #4f4f50 !important;
    }

    /* Zmienia kolor obramowania przycisku w komentarzach po najechaniu myszką */
    #entry-comments > footer > div > button:hover {
        border: solid 1px #989899 !important;
    }

    /* Usuwa transformację tekstu dla przycisku w ankiecie */
    article > div > section.survey > footer > div > button {
        text-transform: none !important;
    }

    /* Usuwa transformację tekstu dla przycisku wysyłania w edytorze wpisów */
    body > section > div.main-content > main > section > div > section > section > section.editor.entry-editor > footer > div.buttons > div.button.send.filled.small.inactive.blue-color > button {
        text-transform: none !important;
    }

    /* Zmniejsza rozmiar czcionki dla linków w bocznym pasku wpisów */
    body > section > div.main-content > main > section > section > section.custom-sidebar.entries-sidebar > div > section > section:nth-child(n+1) > header > div > div > a {
        font-size: 13px;
    }

    /* Ustawia ujemny margines dolny dla elementów w bocznym pasku wpisów */
    body > section > div.main-content > main > section > section > section.custom-sidebar.entries-sidebar > div > section > section:nth-child(n+1) > header > div > div {
        margin-bottom: -3px !important;
    }

    /* Ustawia margines górny dla bocznego paska */
    body > section > div.main-content > main > aside {
        margin-top: 12px !important;
    }

    /* Stylizuje boczny pasek z linkami */
    body > section > div.main-content > main > section > section > section.custom-sidebar.links-sidebar {
        background-color: #121214;
        border: solid 1px #29292b;
    }

    /* Stylizuje boczny pasek z wpisami */
    body > section > div.main-content > main > section > section > section.custom-sidebar.entries-sidebar {
        background-color: #121214;
        border: solid 1px #29292b;
        margin-top: 13px;
    }

    /* Stylizuje tło dla obrazków w bocznym pasku wpisów */
    body > section > div.main-content > main > section > section > section.custom-sidebar.entries-sidebar > div > section > section:nth-child(1) > div > section > figure {
        background-color: #121214 !important;
        border: none;
    }

    /* Ukrywa pseudo-element after dla obrazków w bocznym pasku wpisów */
    body > section > div.main-content > main > section > section > section.custom-sidebar.entries-sidebar > div > section > section:nth-child(1) > div > section > figure::after {
        visibility: hidden;
    }

    /* Zaokrągla rogi obrazków w bocznym pasku wpisów */
    body > section > div.main-content > main > section > section > section.custom-sidebar.entries-sidebar > div > section > section:nth-child(1) > div > section > figure > img {
        border-radius: 4px !important;
    }

    /* Stylizuje tło dla drugiego obrazka w bocznym pasku wpisów */
    body > section > div.main-content > main > section > section > section.custom-sidebar.entries-sidebar > div > section > section:nth-child(2) > div > section > figure {
        background-color: #121214 !important;
        border: none;
    }

    /* Ukrywa pseudo-element after dla drugiego obrazka w bocznym pasku wpisów */
    body > section > div.main-content > main > section > section > section.custom-sidebar.entries-sidebar > div > section > section:nth-child(2) > div > section > figure::after {
        visibility: hidden;
    }

    /* Zaokrągla rogi drugiego obrazka w bocznym pasku wpisów */
    body > section > div.main-content > main > section > section > section.custom-sidebar.entries-sidebar > div > section > section:nth-child(2) > div > section > figure > img {
        border-radius: 4px !important;
    }

    /* Stylizuje boczny pasek z tagami */
    body > section > div.main-content > main > section > section > section.custom-sidebar.tags-sidebar {
        background-color: #121214;
        border: solid 1px #29292b;
        margin-top: 13px;
    }

    /* Stylizuje stopkę w głównej sekcji */
    body > section > div.main-content > main > section > section > .footer {
        background-color: #121214;
        border: solid 1px #29292b;
        margin-top: 13px !important;
    }

    /* Ustawia margines górny dla sekcji w głównej treści */
    body > section > div.main-content > main > section:nth-child(2) > div > section > section {
        margin-top: 6px;
    }

    /* Ustawia margines górny dla elementów w trzeciej sekcji głównej treści */
    body > section > div.main-content > main > section:nth-child(3) > div > section > section > section > section > div {
        margin-top: 35px;
    }

    /* Stylizuje gradient dla slajdów w karuzeli hitów */
    aside.hits-slider .swiper-container .swiper-wrapper .swiper-slide section.item[data-v-45aa6985]:after {
        background: linear-gradient(0deg, rgba(18, 18, 20, 1) 0%, rgba(18, 18, 20, 0.6895133053221288) 50%) !important;
    }

    /* Ustawia kolor tekstu dla linków w karuzeli hitów */
    aside.hits-slider .swiper-container .swiper-wrapper .swiper-slide section.item figure a[data-v-45aa6985] {
        color: #b6b6b7;
    }

    /* Ustawia z-index dla pola głosowania w karuzeli hitów */
    aside.hits-slider .swiper-container .swiper-wrapper .swiper-slide a[data-v-45aa6985] .vote-box {
        z-index: 100;
    }

    /* Stylizuje nagłówek h1 w sekcji powiązanych linków */
    #related-links > section > header > h1 {
        width: 100%;
        text-transform: none;
    }

    /*...

Reviews

No reviews yet.