Skip to content

12.10.2022, 23:06:18 by alex-gavrilov

Details

Authoralex-gavrilov

LicenseNo License

Categorya

Created

Updated

Size19 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

a

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           12.10.2022, 23:06:18
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://yummyanime.org/") {
    .ksupdate_block_list_item {
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -ms-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        background-color: #262626;
        cursor: pointer;
        display: table;
        min-height: 35px;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #ff4646;
    }

    .season {
        white-space: nowrap;
        color: #848484;
        text-transform: uppercase;
        font-size: 12px;
    }

    .ksupdate_block_list_item_inner .cell-1 {
        color: #b7b7b7;
        font-size: 16px;
        padding-right: 5px;
        padding-left: 10px;
        float: left;
    }

    [data-dlefilter="reset"] {
        width: 40px;
        background-color: #262626;
        color: #ff3537;
        padding: 0;
        font-size: 18px;
        border: 1px solid #1e1e1e;
    }

    body {
        font: 14px 'Manrope', sans-serif;
        line-height: normal;
        padding: 0;
        margin: 0;
        color: #bdbdbd;
        background: #fb6666;
        min-height: 100%;
        width: 100%;
        font-weight: 400;
        overflow-x: hidden;
        letter-spacing: 0.02em;
    }

    .ksupdate_block_date {
        color: #ff4949;
        font-size: 16px;
        font-weight: bold;
        padding: 7px 0;
    }

    .header__search button {
        position: absolute;
        left: 10px;
        top: 0;
        padding: 0;
        background: none;
        color: #c7c7c7;
        opacity: 0.6;
        font-size: 14px;
    }

    .header__search {
        position: relative;
        border: 1px solid #ff5858;
        width: 300px;
        border-radius: 5px;
    }

    .header__btn {
        background-color: #262626;
        color: #ff5a57;
    }

    .header__btn-menu {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        background: #ff6666;
        color: #121212;
        display: block;
        margin-left: 10px;
        font-size: 18px;
    }

    .filter-block__cell-content select,
    .filter-block__cell-content input[type="text"],
    .filter-block__cell-content--check-group {
        height: 40px;
        line-height: 36px;
        background-position: right 14px top 54%;
        background-color: #262626;
        color: #bbbbbb;
        border: 2px solid #101010;
        border-radius: 5px;
        box-shadow: none;
        font-size: 14px;
        padding: 0 15px;
        background-size: 10px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: auto;
        box-sizing: border-box;
    }

    a {
        color: #919191;
        text-decoration: none;
    }

    .pagination__pages > a,
    .pagination__pages > span,
    .pagination__pages-btn > a,
    .pagination__pages-btn > span {
        display: inline-block;
        margin: 10px 5px 0 5px;
        line-height: 38px;
        padding: 0 10px;
        min-width: 40px;
        font-size: 14px;
        border: 1px solid #ff5757;
        border-radius: 20px;
    }

    .pagination__pages > span:not(.nav_ext),
    .pagination__pages-btn > span {
        background: #3c3c3c;
        color: #ffffff;
    }

    .mobile-menu {
        width: 280px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 10px 20px;
        z-index: 999;
        position: fixed;
        left: -320px;
        top: 0;
        transition: left .4s;
        background: #181818;
        color: #787878;
    }

    .mobile-menu .header__menu > li > a {
        height: 40px;
        color: #9d9d9d;
    }

    .side-block__menu > li > a {
        color: #9d9d9d;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        background: #121212;
        padding: 10px;
        border-left: 4px solid #ff3f4c;
    }

    .mobile-menu-close {
        cursor: pointer;
        display: block;
        left: 280px;
        top: -40px;
        position: fixed;
        z-index: 999;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        opacity: 0;
        background-color: #e84e36;
        color: #343434;
        transition: top .4s, opacity .4s;
    }

    body {
        font: 14px 'Manrope', sans-serif;
        line-height: normal;
        padding: 0;
        margin: 0;
        color: #939393;
        background: #363636;
        min-height: 100%;
        width: 100%;
        font-weight: 400;
        overflow-x: hidden;
        letter-spacing: 0.02em;
    }

    .login__header {
        padding: 20px 40px;
        background-color: #1a1a1a;
    }

    .login {
        position: fixed;
        z-index: 999;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        background-color: #2e2e2e;
        border-radius: 4px;
        width: 400px;
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 15px 45px rgba(0, 0, 0, 1);
    }

    .login__menu a {
        display: block;
        border-radius: 6px;
        padding: 10px;
        text-align: center;
        white-space: nowrap;
        background-color: #1e1e1e;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
        font-size: 13px;
    }

    a {
        color: #868686;
        text-decoration: none;
    }

    .side-block__menu > li > a {
        color: #8f8f8f;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        background: #262626;
        padding: 10px;
        border-left: 4px solid #ff3f4c;
    }

    .comment-item1 {
        margin-bottom: 35px;
        background: #262626;
        padding: 10px;
        border-radius: 6px;
    }

    .col-side {
        color: #9f9f9f;
        padding: 110px 10px;
        width: 240px;
        position: relative;
    }

    .comment-item__author a {
        color: #dfdfdf;
    }

    .ksupdate_block_list_item_inner .cell-1 {
        color: #e7e7e7;
        font-size: 16px;
        padding-right: 5px;
        padding-left: 10px;
        float: left;
    }

    .header__menu > li > a {
        height: 80px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #818181;
        font-weight: 600;
    }

    .login__header {
        padding: 20px 40px;
        background-color: #1a1a1a;
    }

    .login__menu a {
        display: block;
        border-radius: 6px;
        padding: 10px;
        text-align: center;
        white-space: nowrap;
        background-color: #1c1c1c;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
        font-size: 13px;
    }

    .ksupdate_block_list_item {
        -webkit-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        -ms-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        background-color: #262626;
        cursor: pointer;
        display: table;
        min-height: 35px;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #ff4545;
    }

    .comment-item__title1 a {
        color: #ff4a4a;
    }

    .new {
        background: #2e2e2e;
        color: #ff9393;
    }

    .usp__status {
        padding: 6px 0;
        border-radius: 4px;
        color: #2e2e2e;
        margin: 0 10px;
        width: 80px;
        text-align: center;
        white-space: nowrap;
        font-size: 13px;
    }

    button,
    .btn,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .form__btn,
    .qq-upload-button,
    .pm__links a,
    .usp__btn a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-align: center;
        padding: 0 20px;
        height: 40px;
        font-size: 12px;
        font-weight: 500;
        white-space: nowrap;
        background-color: var(--accent);
        color: #2e2e2e;
        border-radius: 5px;
        box-shadow: none;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .color-btn,
    [class*=fr],
    [class*=plyr],
    [class*=owl-],
    [id*=mceu] {
        padding: 0;
        margin: 0;
        line-height: normal;
        border: 0;
        box-shadow: none;
        background: none;
        border-radius: 0;
    }

    .usp__columns {
        background: #310000 url(https://i.ytimg.com/vi/3n-INQZMjUo/maxresdefault.jpg) center / cover no-repeat;
        padding: 50px;
        color: #000;
        position: relative;
    }

    .popular__title {
        line-height: 1.4;
        -webkit-line-clamp: 2;
        color: #bfbfbf;
    }

    .side-block__title {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 1px solid #ff3c3c;
    }

    .col-side {
        color: #ffffff;
        padding: 110px 10px;
        width: 240px;
        position: relative;
    }

    input[type="text"],
    input[type="password"],
    select,
    textarea {
        width: 100%;
        background-color: #242424;
        color: #c1c1c1;
        box-shadow: inset 0 0 0 1px #141414, inset 1px 2px 5px rgb(0 0 0 / 10%);
    }

    .form__caption--above {
        width: 100%;
        padding: 15px 20px;
        background-color: #2f343a;
        color: #e1e1e1;
    }
...

Reviews

No reviews yet.