Skip to content

dev.remex.ru by vsq

Details

Authorvsq

LicenseNo License

Categorydev.remex.ru

Created

Updated

Code size3.9 kB

Code checksum35fee857

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

REMEX-2502

Notes

Userstyle doesn't have notes.

Source code

    /* ==UserStyle==
@name           dev.remex.ru
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
    @-moz-document url-prefix("https://dev.remex.ru/") {
        /* Место для CSS кода... */
        @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

        .partnersItem {
            width: 100px;
        }

        .metrovibor .header__label--def {
            color: rgba(var(--color-gray--rgb), 0.5);
            border-left: 2px solid var(--color-primary);
            padding: 5px 10px;
        }

        .header__bottom {
            background: var(--color-primary);
            height: 58px;
        }

        .main__breadcrumbs {
            margin-top: 24px;
            margin-bottom: 32px;
            font-size: 14px;
            font-weight: normal;
            color: #8a8a8a;
        }

        .podmenu {
            max-width: 1400px;
        }

        .podmenu__link {
            max-width: 351px;
            min-width: 351px;
            height: 50px;
            border-radius: 4px;
        }

        .podmenu__left nav {
            padding-left: 0px;
        }

        .podmenu__left nav ul li a span {
            font-size: 16px;
            line-height: 25.2px;
            margin-left: 15px;
            font-weight: 500;
        }

        .podmenu__ico {
            mix-blend-mode: multiply;
            max-width: 42px;
            min-width: 42px;
            height: 42px;
            margin-left: 15px;
        }

.podmenu__left nav ul li a em {

  opacity: 0.2;
}
.podmenu__left nav ul li a em:hover {

  opacity: 0.9;
}


        .navigation__btn {
            padding: 18px 30px;
        }

        .product__title {
            letter-spacing: 0;
        }

        h1,
        h2 {
            letter-spacing: 0;
        }

        .title1 {
            font-weight: 700 !important;
        }

        .text-content ul li::before {
            margin-top: 8px;
        }

        .product__sidebar {
            background: #f5f5f5;
        }

        .cart-total {
            background: #f5f5f5;
        }

        .nav-btns {
            padding: 4px;
        }

        .header__label {
            font-size: 14px;
        }

        .textbox__switch--semibold {
            font-weight: 400;
            font-size: 14px;
        }

        .tag {
            font-weight: 400;
            color: #5c5c5c;
            background-color: transparent;
        }

        .news-item__img {
            margin-top: 0px;
        }

        .news-item__main {
            margin-top: 14px;
        }

        .accordion__btn {
            color: #797979;
            font-size: 14px;
        }

        .navigation {
            background-color: #f5f5f5;
        }

        .num-list__item {
            align-items: first baseline;
        }

        .num-list__item::before {
            font-size: 14px;
        }

        .category__img {
            margin-bottom: 36px;
            padding-top: 50%;
        }


        .product-card__code {
            font-weight: 300;
        }

        .text {
            line-height: 1.4;
            font-weight: 300;
        }

        .search__input {

            font-size: 14px;

            font-weight: 300;
        }


        @media (max-width: 640px) {
            .product-card .but {
                padding: 11px 0;
                font-size: 14px;
            }
        }
        .product-series__name {
            display: block;
            font-size: 14px;
        }
        .slide1__utp {
            font-weight: 700;
        }

        .link__icon--mx-lg:first-child:not(:last-child) {
            margin-right: 6px;
        }

        .header__hover {

            padding: 10px 0 10px;
        }
    }

Reviews

No reviews yet.