Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Решено Помогите решить проблему

Статус
В этой теме нельзя размещать новые ответы.
Осуждён за гениальность или проклят за талант?
Сен
402
597
Пользователь
3.1. Заголовок темы должен отражать основную суть темы.
Всем ку, я сделал код баннеров с лого!
вопрос, у меня не работает он просьба помочь и исправить если там есть что не так!

Код:
.userBanner.dev {
    background-color #FF0000;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.ruk {
    background-color #fd1c0f;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.zruk {
    background-color #FF2400;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.spec {
    background-color #FF0000;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.ga {
    background-color #269f0f;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.zga {
    background-color #2aa111;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.kur {
    background-color #8B00FF;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.gs {
    background-color #0000FF;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.zgs {
    background-color #122FAA;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.stadm {
    background-color #1F75FE;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.admin {
    background-color #F3DA0B;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.moder {
    background-color #00FF00;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.mlmoder {
    background-color #00FF00;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.teh {
    background-color #FF4F00;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.lider {
    background-color #00CCCC;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.user {
    background-color gray;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.memberTooltip.memberTooltip-userGroup--19 {
    box-shadow: 0 0 10px #ff0000;
}
 
Решение
Всем ку, я сделал код баннеров с лого!
вопрос, у меня не работает он просьба помочь и исправить если там есть что не так!

Код:
.userBanner.dev {
    background-color #FF0000;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%...
Июл
979
1,333
Пользователь
OFFTOP

возможно есть ссылка на форум?

OFFTOP


а тебе нужна ссылка на форум что бы увидеть ошибку в коде?
ну интересный подход интересный..... как вы заебали со своей ссылкой на форум в любой непонятной ситуации



и исправить если там есть что не так!
1779216880849.png
двоеточие забыл
 
Апр
143
53
Пользователь
OFFTOP


а тебе нужна ссылка на форум что бы увидеть ошибку в коде?
ну интересный подход интересный..... как вы заебали со своей ссылкой на форум в любой непонятной ситуации




Посмотреть вложение 24090
двоеточие забыл
OFFTOP

при том , это везде где background-color (

 
Апр
143
53
Пользователь
OFFTOP


а тебе нужна ссылка на форум что бы увидеть ошибку в коде?
ну интересный подход интересный..... как вы заебали со своей ссылкой на форум в любой непонятной ситуации




Посмотреть вложение 24090
двоеточие забыл
OFFTOP

мне легче в тулсе это все искать, вообще возможно и не в этом ошибка

 
Апр
143
53
Пользователь
Апр
143
53
Пользователь
Всем ку, я сделал код баннеров с лого!
вопрос, у меня не работает он просьба помочь и исправить если там есть что не так!

Код:
.userBanner.dev {
    background-color #FF0000;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.ruk {
    background-color #fd1c0f;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.zruk {
    background-color #FF2400;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.spec {
    background-color #FF0000;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.ga {
    background-color #269f0f;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.zga {
    background-color #2aa111;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.kur {
    background-color #8B00FF;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.gs {
    background-color #0000FF;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.zgs {
    background-color #122FAA;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.stadm {
    background-color #1F75FE;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.admin {
    background-color #F3DA0B;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.moder {
    background-color #00FF00;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.mlmoder {
    background-color #00FF00;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.teh {
    background-color #FF4F00;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.lider {
    background-color #00CCCC;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.user {
    background-color gray;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.memberTooltip.memberTooltip-userGroup--19 {
    box-shadow: 0 0 10px #ff0000;
}
css:
.userBanner.dev {
    background-color: #FF0000;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.ruk {
    background-color: #fd1c0f;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.zruk {
    background-color: #FF2400;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.spec {
    background-color: #FF0000;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.ga {
    background-color: #269f0f;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.zga {
    background-color: #2aa111;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.kur {
    background-color: #8B00FF;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.gs {
    background-color: #0000FF;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.zgs {
    background-color: #122FAA;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.stadm {
    background-color: #1F75FE;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.admin {
    background-color: #F3DA0B;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.moder {
    background-color: #00FF00;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.mlmoder {
    background-color: #00FF00;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.teh {
    background-color: #FF4F00;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.lider {
    background-color: #00CCCC;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.userBanner.user {
    background-color: gray;
    padding: 10px;
    border-radius: 25px;
    position: relative;
    border: none;
    font-weight: bold;
    color: #fff;
    text-indent: 30px;
    .userBanner-before {
            background: url(https://i.postimg.cc/JnzZGhWK/lv-0-20260519114044.jpg) no-repeat center;
            background-size: 33px;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            left: 5px;
            top: 2px;
            padding: 4px;
            border-radius: 50%;
            transform: scale(0.7);
    }
}
.memberTooltip.memberTooltip-userGroup--19 {
    box-shadow: 0 0 10px #ff0000;
}

результат:

1779217293184.png
 
Июл
979
1,333
Пользователь
OFFTOP

мне легче в тулсе это все искать, вообще возможно и не в этом ошибка

OFFTOP

при чем тут это вообще алло земля вызывает ГТАшеров
чел тупо забыл поставить двоеточие там где оно должно быть, итог весь код летит в пизду и не работает, в чём блять там ещё должна быть по твоему причина ошибки?

когда умные слова выучил, а как их пользовать так и не понял....

я бы ещё доебался до того как он указывает content, его лучше делать через &:before, хотя не, не лучше, а его нужно так делать но критическая ошибка лежит не в этом...
ну выводы сделаны сделаны... жаль ток ты это делать не умеешь, найдёшь ещё какую не будь причину ошибки - напишешь

 
Апр
143
53
Пользователь
OFFTOP

при чем тут это вообще алло земля вызывает ГТАшеров
чел тупо забыл поставить двоеточие там где оно должно быть, итог весь код летит в пизду и не работает, в чём блять там ещё должна быть по твоему причина ошибки?

когда умные слова выучил, а как их пользовать так и не понял....

я бы ещё доебался до того как он указывает content, его лучше делать через &:before, хотя не, не лучше, а его нужно так делать но критическая ошибка лежит не в этом...
ну выводы сделаны сделаны... жаль ток ты это делать не умеешь, найдёшь ещё какую не будь причину ошибки - напишешь

OFFTOP

я и не утверждал, что там нет ошибок. я лишь хотел проверить работает ли код после этого. про &:before тоже хорошее замечание

 
Статус
В этой теме нельзя размещать новые ответы.
Сверху