Welcome!

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

SignUp Now!

Переливание краски Администратор Pawno Help

Май
477
81
Пользователь
Как сделать переливание белого цвета на краску как у павно хелп?
 

Вложения

  • IMG_20250802_130130.jpg
    IMG_20250802_130130.jpg
    55.9 KB · Просмотры: 62
Окт
597
127
Пользователь
kod:
.userBannerLight,.userBanner--staff {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    width: 100%;
    border: none;
    position: relative;
    overflow: hidden
}

.userBannerLight.admin,.userBanner--staff.admin {
    background: linear-gradient(90deg, #cb2d3e, #ef473a);
    width: 101px
}

.userBannerLight.banned,.userBanner--staff.banned {
    background: linear-gradient(90deg, #99958c 25%, #99958c 100%, #000);
    width: 115px
}

.userBannerLight.user,.userBanner--staff.user {
    background: linear-gradient(90deg, #789 25%, #789 100%, #000);
    width: 93px
}

.userBannerLight.readOnly,.userBanner--staff.readOnly {
    background: linear-gradient(90deg, #333, #4d4d4d);
    width: 95px
}

.userBannerLight.moder,.userBanner--staff.moder {
    background: linear-gradient(90deg, #4b6cb7, #182848);
    width: 77px
}

.userBannerLight.editor,.userBanner--staff.editor {
    background-color: #5F72BE;
    background-image: linear-gradient(315deg, #5f72be 0%, #9921e8 74%);
    width: 67px
}

.userBannerLight.active,.userBanner--staff.active {
    background-color: #3333ff;
    background-image: linear-gradient(315deg, #00f 0%, #33f 74%);
    width: 67.5px
}

.userBannerLight.professional,.userBanner--staff.professional {
    background-color: #00b300;
    background-image: linear-gradient(315deg, #008000 0%, #00b300 74%);
    width: 100px
}

.userBannerLight.seller,.userBanner--staff.seller {
    background-color: #ff5c77;
    background-image: linear-gradient(315deg, #ff294d 0%, #ff5c77 74%);
    width: 100px
}
 
Май
477
81
Пользователь
kod:
.userBannerLight,.userBanner--staff {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    width: 100%;
    border: none;
    position: relative;
    overflow: hidden
}

.userBannerLight.admin,.userBanner--staff.admin {
    background: linear-gradient(90deg, #cb2d3e, #ef473a);
    width: 101px
}

.userBannerLight.banned,.userBanner--staff.banned {
    background: linear-gradient(90deg, #99958c 25%, #99958c 100%, #000);
    width: 115px
}

.userBannerLight.user,.userBanner--staff.user {
    background: linear-gradient(90deg, #789 25%, #789 100%, #000);
    width: 93px
}

.userBannerLight.readOnly,.userBanner--staff.readOnly {
    background: linear-gradient(90deg, #333, #4d4d4d);
    width: 95px
}

.userBannerLight.moder,.userBanner--staff.moder {
    background: linear-gradient(90deg, #4b6cb7, #182848);
    width: 77px
}

.userBannerLight.editor,.userBanner--staff.editor {
    background-color: #5F72BE;
    background-image: linear-gradient(315deg, #5f72be 0%, #9921e8 74%);
    width: 67px
}

.userBannerLight.active,.userBanner--staff.active {
    background-color: #3333ff;
    background-image: linear-gradient(315deg, #00f 0%, #33f 74%);
    width: 67.5px
}

.userBannerLight.professional,.userBanner--staff.professional {
    background-color: #00b300;
    background-image: linear-gradient(315deg, #008000 0%, #00b300 74%);
    width: 100px
}

.userBannerLight.seller,.userBanner--staff.seller {
    background-color: #ff5c77;
    background-image: linear-gradient(315deg, #ff294d 0%, #ff5c77 74%);
    width: 100px
}
А как сделать строку которая бежит в краске?
 
𝚖𝚎𝚖𝚎𝚗𝚝𝚘 𝚖𝚘𝚛𝚒.
Мар
1,129
11,442
Команда форума
Администратор
Less:
.userBannerLight, .userBanner--staff {
    &:before {
        content: "";
        position: absolute;
        background: linear-gradient(135deg, transparent 0%, transparent 30%, rgba(250, 250, 250, .7) 50%, transparent 70%, transparent 100%);
        background-repeat: no-repeat;
        top: 0px;
        left: -80%;
        width: 100%;
        height: 100%;
        animation: light 2.5s infinite;
    }
}
 
Май
477
81
Пользователь
Less:
.userBannerLight, .userBanner--staff {
    &:before {
        content: "";
        position: absolute;
        background: linear-gradient(135deg, transparent 0%, transparent 30%, rgba(250, 250, 250, .7) 50%, transparent 70%, transparent 100%);
        background-repeat: no-repeat;
        top: 0px;
        left: -80%;
        width: 100%;
        height: 100%;
        animation: light 2.5s infinite;
    }
}
А как сделать чтобы просто переливалось?
 
Лучше плохо начать, чем хорошо бездействовать
Ноя
2,043
1,248
Профессионал
А как сделать чтобы просто переливалось?
Вот мануал на переливающийся ник:
 
@viovit_dev
Апр
1,316
830
Продавец
Вот мануал на переливающийся ник:
искали медь нашли золото!!!
1754145210232.png
 
Сверху