Welcome!

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

SignUp Now!

HTML-шаблон правил форума и магазина CRMP ONLINE

Лучше плохо начать, чем хорошо бездействовать
Ноя
2,175
1,444
Профессионал
Помог данному пользователю
Проблема была в том, что он создал узел с типом форум и вставлял код в поле Описание. А надо было создать узел с типом страница и там есть определённое поле для вставки html-кода
 
Лучше плохо начать, чем хорошо бездействовать
Ноя
2,175
1,444
Профессионал
Приветствую всех читателей данной темы!
Я даю вам код правил форума и магазина с форума crmp online, которые актуалены на 31.01.2026
Посмотреть вложение 20081
Посмотреть вложение 20096

Код правил форума:
*** Скрытый текст не может быть процитирован. ***
Код магазина форума:
Т.к в теме возможно писать не более 40к символов, то код магазина и правил не помещается, поэтому я просто дам ссылку на тему с полным кодом магазина форума:
Автор слива магазина форума - @Kolpak
Автор слива правил форума - @JustAlex
Я уменьшил, а также улучшил код, чтобы он не ломал своей структурой подвал у определённых стилей
 
Ноя
62
10
Пользователь
А есть код на сами баннеры новые

А есть стиль крмп онлайн токо не баганый
 
Ноя
1,702
4,516
Команда форума
Администратор
А есть код на сами баннеры новые
Это конечно пиздец, что у них в шаблоне extra.less, там столько говна
Less:
@keyframes AnimBanner
{
    0%, 100%
    {
        background-position: 0% 50%;
    }

    50%
    {
        background-position: 100% 50%;
    }
}

@keyframes bannerGlow
{
    0%
    {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    }

    100%
    {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 15px rgba(255, 255, 255, 0.3);
    }
}

@keyframes staffGlow
{
    0%
    {
        box-shadow: 0 0 5px rgba(139, 0, 139, 0.4);
    }

    100%
    {
        box-shadow: 0 0 10px rgba(139, 0, 139, 0.7), 0 0 15px rgba(0, 191, 255, 0.5);
    }
}

@keyframes admforumGlow
{
    0%
    {
        box-shadow: 0 0 5px rgba(255, 81, 47, 0.6);
    }

    100%
    {
        box-shadow: 0 0 22px rgba(255, 120, 0, 0.8), 0 0 30px rgba(255, 159, 0, 0.6);
    }
}

@keyframes razrabGlow
{
    0%
    {
        box-shadow: #f819a7 0 0 5px;
    }

    100%
    {
        box-shadow: #f819a7 0 0 10px, #4619f8 0 0 15px;
    }
}

@keyframes durovGlow
{
    0%
    {
        box-shadow: #a0522d 0 0 5px;
    }

    100%
    {
        box-shadow: #a0522d 0 0 10px, #8b4513 0 0 15px;
    }
}

@keyframes blueGlow
{
    0%
    {
        box-shadow: #06f 0 0 5px;
    }

    100%
    {
        box-shadow: #06f 0 0 10px, #00f 0 0 15px;
    }
}

@keyframes greenGlow
{
    0%
    {
        box-shadow: #49cc2c 0 0 5px;
    }

    100%
    {
        box-shadow: #49cc2c 0 0 10px, #00ced1 0 0 15px;
    }
}

@keyframes redGlow
{
    0%
    {
        box-shadow: #8b0000 0 0 5px;
    }

    100%
    {
        box-shadow: #8b0000 0 0 10px, #f00 0 0 15px;
    }
}

@keyframes redPulse
{
    0%
    {
        box-shadow: #f00 0 0 5px;
    }

    100%
    {
        box-shadow: #f00 0 0 10px, #ff6b6b 0 0 15px;
    }
}

@keyframes grayGlow
{
    0%
    {
        box-shadow: #bcbbbb 0 0 5px;
    }

    100%
    {
        box-shadow: #bcbbbb 0 0 10px, #fff 0 0 15px;
    }
}

@keyframes purpleGlow
{
    0%
    {
        box-shadow: #6e48aa 0 0 5px;
    }

    100%
    {
        box-shadow: #6e48aa 0 0 10px, #9d50bb 0 0 15px;
    }
}

@keyframes cyanGlow
{
    0%
    {
        box-shadow: #80c3df 0 0 5px;
    }

    100%
    {
        box-shadow: #80c3df 0 0 10px, #0ff 0 0 15px;
    }
}

@keyframes greenPulse
{
    0%
    {
        box-shadow: #01a72c 0 0 5px;
    }

    100%
    {
        box-shadow: #01a72c 0 0 10px, #32cd32 0 0 15px;
    }
}

@keyframes goldGlow
{
    0%
    {
        box-shadow: #feea10 0 0 5px;
    }

    100%
    {
        box-shadow: #feea10 0 0 10px, #ffd700 0 0 15px;
    }
}

@keyframes limeGlow
{
    0%
    {
        box-shadow: #32cd32 0 0 5px;
    }

    100%
    {
        box-shadow: #32cd32 0 0 10px, #7fff00 0 0 15px;
    }
}

@keyframes superRainbow
{
    0%
    {
        box-shadow: #feea10 0 0 5px;
    }

    25%
    {
        box-shadow: #f819a7 0 0 10px;
    }

    50%
    {
        box-shadow: #0859fc 0 0 10px;
    }

    75%
    {
        box-shadow: #01a72c 0 0 10px;
    }

    100%
    {
        box-shadow: #feea10 0 0 5px;
    }
}

@keyframes kurGlow
{
    0%
    {
        box-shadow: #497fff 0 0 5px;
    }

    100%
    {
        box-shadow: #497fff 0 0 10px, #b0284d 0 0 15px;
    }
}

@keyframes blackPulse
{
    0%
    {
        box-shadow: #000 0 0 3px;
    }

    100%
    {
        box-shadow: #000 0 0 8px, #333 0 0 12px;
    }
}

@keyframes oliveGlow
{
    0%
    {
        box-shadow: #6b8e23 0 0 5px;
    }

    100%
    {
        box-shadow: #6b8e23 0 0 10px, #9acd32 0 0 15px;
    }
}

@keyframes orangeGlow
{
    0%
    {
        box-shadow: #ff4500 0 0 5px;
    }

    100%
    {
        box-shadow: #ff4500 0 0 10px, #ff8c00 0 0 15px;
    }
}

@keyframes sandyGlow
{
    0%
    {
        box-shadow: #f4a460 0 0 5px;
    }

    100%
    {
        box-shadow: #f4a460 0 0 10px, #d2691e 0 0 15px;
    }
}

@keyframes crimsonGlow
{
    0%
    {
        box-shadow: #dc143c 0 0 5px;
    }

    100%
    {
        box-shadow: #dc143c 0 0 10px, #ff6b6b 0 0 15px;
    }
}

@keyframes silverGlow
{
    0%
    {
        box-shadow: #808080 0 0 5px;
    }

    100%
    {
        box-shadow: #808080 0 0 10px, #c0c0c0 0 0 15px;
    }
}

@keyframes pinkGlow
{
    0%
    {
        box-shadow: #ff69b4 0 0 5px;
    }

    100%
    {
        box-shadow: #ff69b4 0 0 10px, #ffb6c1 0 0 15px;
    }
}

@keyframes hotpinkGlow
{
    0%
    {
        box-shadow: #c71585 0 0 5px;
    }

    100%
    {
        box-shadow: #c71585 0 0 10px, #ff1493 0 0 15px;
    }
}

@keyframes violetGlow
{
    0%
    {
        box-shadow: #9370db 0 0 5px;
    }

    100%
    {
        box-shadow: #9370db 0 0 10px, #9932cc 0 0 15px;
    }
}

@keyframes magentaGlow
{
    0%
    {
        box-shadow: #d600c1 0 0 5px;
    }

    100%
    {
        box-shadow: #d600c1 0 0 10px, #f0f 0 0 15px;
    }
}

@keyframes stkotGlow
{
    0%
    {
        box-shadow: #ff5b00 0 0 5px;
    }

    100%
    {
        box-shadow: #ff5b00 0 0 10px, #007cad 0 0 15px;
    }
}

@keyframes slateblueGlow
{
    0%
    {
        box-shadow: #6a5acd 0 0 5px;
    }

    100%
    {
        box-shadow: #6a5acd 0 0 10px, #8a2be2 0 0 15px;
    }
}

@keyframes brightgreenGlow
{
    0%
    {
        box-shadow: #5ade21 0 0 5px;
    }

    100%
    {
        box-shadow: #5ade21 0 0 10px, #0f0 0 0 15px;
    }
}

@keyframes legendaryGlow
{
    0%
    {
        box-shadow: #00f 0 0 5px;
    }

    100%
    {
        box-shadow: #00f 0 0 10px, #00f 0 0 15px;
    }
}

@keyframes iceteamGlow
{
    0%
    {
        box-shadow: #b870ff 0 0 5px;
    }

    100%
    {
        box-shadow: #b870ff 0 0 10px, #3d98ff 0 0 15px;
    }
}

@keyframes pluxuryGlow
{
    0%
    {
        box-shadow: #ff6745 0 0 5px;
    }

    100%
    {
        box-shadow: #ff6745 0 0 10px, #ffe7ab 0 0 15px;
    }
}

@keyframes furmangroupGlow
{
    0%
    {
        box-shadow: #e785ff 0 0 5px;
    }

    100%
    {
        box-shadow: #e785ff 0 0 10px, #ff69b4 0 0 15px;
    }
}

@keyframes kasperGlow
{
    0%
    {
        box-shadow: #ff3df9 0 0 5px;
    }

    100%
    {
        box-shadow: #ff3df9 0 0 10px, #f819a7 0 0 15px;
    }
}

@keyframes furmanvipGlow
{
    0%
    {
        box-shadow: #458f51 0 0 5px;
    }

    100%
    {
        box-shadow: #458f51 0 0 10px, #7f00ff 0 0 15px;
    }
}

@keyframes dagovskyGlow
{
    0%
    {
        box-shadow: #992572 0 0 5px;
    }

    100%
    {
        box-shadow: #992572 0 0 10px, #d304d6 0 0 15px;
    }
}

@keyframes wagnerShimmer
{
    0%, 100%
    {
        background-position: 0% 50%;
    }

    50%
    {
        background-position: 100% 50%;
    }
}

@keyframes wagnerPhoto
{
    0%, 100%
    {
        transform: scale(1) rotate(0deg);
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 18px rgba(255, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.3);
    }

    50%
    {
        transform: scale(1.12) rotate(6deg);
        box-shadow: 0 0 18px rgba(255, 255, 255, 0.9), 0 0 25px rgba(255, 0, 0, 0.7), 0 4px 8px rgba(0, 0, 0, 0.4);
    }
}

@keyframes wagnerPulse
{
    0%
    {
        transform: scale(1);
    }

    50%
    {
        transform: scale(1.06);
    }

    100%
    {
        transform: scale(1.04);
    }
}

@keyframes wagGlow
{
    0%
    {
        box-shadow: 0 2px 8px rgba(255, 0, 0, 0.3);
    }

    100%
    {
        box-shadow: 0 2px 10px rgba(255, 0, 0, 0.6), 0 0 15px rgba(255, 0, 0, 0.4);
    }
}

@keyframes winstonGlow
{
    0%
    {
        box-shadow: #7442c8 0 0 5px;
    }

    100%
    {
        box-shadow: #7442c8 0 0 10px, #f0f 0 0 15px;
    }
}

@keyframes goshaGlow
{
    0%
    {
        box-shadow: #f00 0 0 5px;
    }

    100%
    {
        box-shadow: #f00 0 0 10px, #00f 0 0 15px;
    }
}

.userBanner
{
    color: #fff;
    text-transform: uppercase;
    font-size: 72%;
    font-weight: 800;
    padding: 5.3px 7.3px;
    border-radius: 10px;
    border: .6mm ridge rgba(255, 255, 255, 0.4);
    display: inline-block;
    vertical-align: middle;
    margin: 1.2px .2px;
    position: relative;
    background-size: 900% 900%;
    animation: AnimBanner 10s ease infinite, bannerGlow 3s ease-in-out infinite alternate;
    transition: transform .5s cubic-bezier(.25, .46, .45, .94), box-shadow .5s cubic-bezier(.25, .46, .45, .94), border-color .5s cubic-bezier(.25, .46, .45, .94), filter .5s cubic-bezier(.25, .46, .45, .94), text-shadow .5s cubic-bezier(.25, .46, .45, .94);

    &:hover
    {
        transform: translateY(-2px) scale(1.05);
        text-shadow: 0 0 6px currentColor;
        filter: brightness(1.1);
    }

    &::before
    {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
        pointer-events: none;
        z-index: -1;
    }

    &.userBanner--staff
    {
        border: .7mm ridge rgba(255, 255, 255, 0.4);
        background-image: linear-gradient(to right, #8b008b, #00bfff, #00b9ff, #d104ff, #2800ff);
        background-size: 900% 900%;
        animation: AnimBanner 10s ease infinite, staffGlow 2.5s ease-in-out infinite alternate;
    }

    &.userBanner--winstongroup
    {
        color: #fff;
        border: none;
        text-transform: uppercase;
        font-style: normal;
        font-size: 87%;
        border-radius: 30px;
        text-align: center;
        padding: 1px 10px 3px;
        background-image: linear-gradient(210deg, #7442c8, #9400d3, #000080, #f0f);
        box-shadow: #7442c8 0 0 5px;
        animation: AnimBanner 5s ease infinite, winstonGlow 3s ease-in-out infinite alternate;
    }

    &.userBanner--gosharespach
    {
        color: #fff;
        border: none;
        background-image: linear-gradient(210deg, #f00, #00f);
        box-shadow: #f00 0 0 5px;
        animation: AnimBanner 10s ease infinite, goshaGlow 2.5s ease-in-out infinite alternate;
    }

    &.userBanner--wagnersex
    {
        color: #fff;
        border: none;
        background-image: linear-gradient(270deg, #8b0000, #000);
        box-shadow: #8b0000 0 0 5px;
        animation: AnimBanner 10s ease infinite, redGlow 3s ease-in-out infinite alternate;
    }

    &.userBanner--shontakers
    {
        color: #fff;
        border: none;
        background-image: linear-gradient(270deg, #8b0000, #000);
        box-shadow: #8b0000 0 0 5px;
        animation: AnimBanner 10s ease infinite, redGlow 3s ease-in-out infinite alternate;
    }

    &.razrab
    {
        background-image: linear-gradient(270deg, #f819a7, #4619f8);
        box-shadow: #f819a7 0 0 5px;
        animation: AnimBanner 10s ease infinite, razrabGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #f819a7 0 0 15px, #4619f8 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(248, 25, 167, 0.6);
        }
    }

    &.durov
    {
        background-image: linear-gradient(270deg, #a0522d, #d2691e, #8b4513);
        box-shadow: #a0522d 0 0 5px;
        animation: AnimBanner 10s ease infinite, durovGlow 4s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #a0522d 0 0 15px, #8b4513 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(160, 82, 45, 0.6);
        }
    }

    &.stadm
    {
        background-image: linear-gradient(270deg, #06f, #04b);
        box-shadow: #06f 0 0 5px;
        animation: AnimBanner 10s ease infinite, blueGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #06f 0 0 15px, #00f 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(0, 102, 255, 0.6);
        }
    }

    &.soskags
    {
        background-image: linear-gradient(270deg, #49cc2c, #00ced1);
        box-shadow: #49cc2c 0 0 5px;
        animation: AnimBanner 10s ease infinite, greenGlow 3.2s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #49cc2c 0 0 15px, #00ced1 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(73, 204, 44, 0.6);
        }
    }

    &.VAFELKA
    {
        background-image: linear-gradient(270deg, #ff0, #ffa500);
        box-shadow: #f819a7 0 0 5px;
        animation: AnimBanner 10s ease infinite, razrabGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #f819a7 0 0 15px, #4619f8 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(248, 25, 167, 0.6);
        }
    }

    &.kot
    {
        background-image: linear-gradient(270deg, #8b0000, #000);
        box-shadow: #8b0000 0 0 5px;
        animation: AnimBanner 10s ease infinite, redGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #8b0000 0 0 15px, #f00 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(139, 0, 0, 0.6);
        }
    }

    &.soskazgs
    {
        background-image: linear-gradient(270deg, #06f, #ba55d3);
        box-shadow: #06f 0 0 5px;
        animation: AnimBanner 10s ease infinite, blueGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #06f 0 0 15px, #00f 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(0, 102, 255, 0.6);
        }
    }

    &.redadmin
    {
        background-image: linear-gradient(270deg, #b22222, #dc143c, #8b0000);
        box-shadow: #f00 0 0 5px;
        animation: AnimBanner 10s ease infinite, redPulse 2.5s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #f00 0 0 20px, #ff6b6b 0 0 30px, 0 5px 25px rgba(0, 0, 0, 0.4);
            border-color: rgba(255, 0, 0, 0.7);
        }
    }

    &.user
    {
        background-image: linear-gradient(270deg, #bcbbbb, #515151);
        box-shadow: #bcbbbb 0 0 5px;
        animation: AnimBanner 10s ease infinite, grayGlow 4s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #bcbbbb 0 0 15px, #fff 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 255, 255, 0.5);
        }
    }

    &.sledfrac
    {
        background-image: linear-gradient(270deg, #06f, #04b);
        box-shadow: #06f 0 0 5px;
        animation: AnimBanner 10s ease infinite, blueGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #06f 0 0 15px, #00f 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(0, 102, 255, 0.6);
        }
    }

    &.admin
    {
        background-image: linear-gradient(270deg, #6e48aa, #9d50bb, #9932cc, #9400d3);
        box-shadow: #6e48aa 0 0 5px;
        animation: AnimBanner 10s ease infinite, purpleGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #6e48aa 0 0 15px, #9d50bb 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(110, 72, 170, 0.6);
        }
    }

    &.mlmoder
    {
        background-image: linear-gradient(270deg, #80c3df, #0da, #0a8);
        box-shadow: #80c3df 0 0 5px;
        animation: AnimBanner 10s ease infinite, cyanGlow 3.5s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #80c3df 0 0 15px, #0ff 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(128, 195, 223, 0.6);
        }
    }

    &.stmod
    {
        background-image: linear-gradient(270deg, #f819a7, #0859fc);
        box-shadow: #f819a7 0 0 5px;
        animation: AnimBanner 10s ease infinite, razrabGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #f819a7 0 0 15px, #4619f8 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(248, 25, 167, 0.6);
        }
    }

    &.moder
    {
        background-image: linear-gradient(270deg, #01a72c, #df841a, #468153);
        box-shadow: #01a72c 0 0 5px;
        animation: AnimBanner 10s ease infinite, greenPulse 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #01a72c 0 0 15px, #32cd32 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(1, 167, 44, 0.6);
        }
    }

    &.osnov
    {
        background-image: linear-gradient(270deg, #feea10, #ff931e);
        box-shadow: #feea10 0 0 5px;
        animation: AnimBanner 10s ease infinite, goldGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #feea10 0 0 15px, #ffd700 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(254, 234, 16, 0.6);
        }
    }

    &.ga
    {
        background-image: linear-gradient(270deg, #32cd32, #008000, #20b2aa);
        box-shadow: #32cd32 0 0 5px;
        animation: AnimBanner 10s ease infinite, limeGlow 3.2s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #32cd32 0 0 15px, #7fff00 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(50, 205, 50, 0.6);
        }
    }

    &.osnovakp
    {
        background: linear-gradient(270deg, #04b, #bb0, #a00);
        box-shadow: #06f 0 0 5px;
        animation: AnimBanner 10s ease infinite, blueGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #06f 0 0 15px, #00f 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(0, 102, 255, 0.6);
        }
    }

    &.super
    {
        background-image: linear-gradient(270deg, #feea10, #ff931e, #df841a, #01a72c, #f819a7, #0859fc, #0045bb);
        box-shadow: 0 0 5px;
        animation: AnimBanner 10s ease infinite, superRainbow 4s ease-in-out infinite alternate;
        position: relative;
        z-index: 1;

        &:hover
        {
            box-shadow: #feea10 0 0 15px, #f819a7 0 0 25px, #0859fc 0 0 35px, #01a72c 0 0 45px, 0 5px 30px rgba(0, 0, 0, 0.5);
            border-color: rgba(255, 255, 255, 0.8);
        }
    }

    &.lider
    {
        background-image: linear-gradient(270deg, #feea10, #ff931e);
        box-shadow: #feea10 0 0 5px;
        animation: AnimBanner 10s ease infinite, goldGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #feea10 0 0 15px, #ffd700 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(254, 234, 16, 0.6);
        }
    }

    &.kur
    {
        background-image: linear-gradient(270deg, #b0284d, #497fff);
        box-shadow: #497fff 0 0 5px;
        animation: AnimBanner 10s ease infinite, kurGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #497fff 0 0 15px, #b0284d 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(73, 127, 255, 0.6);
        }
    }

    &.zablok
    {
        background-image: linear-gradient(270deg, #000);
        box-shadow: #000 0 0 5px;
        animation: AnimBanner 10s ease infinite, blackPulse 5s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #000 0 0 12px, #333 0 0 18px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(0, 0, 0, 0.7);
        }
    }

    &.adm
    {
        background-image: linear-gradient(270deg, #6b8e23, #82f358, #49cc2c);
        box-shadow: #6b8e23 0 0 5px;
        animation: AnimBanner 10s ease infinite, oliveGlow 3.5s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #6b8e23 0 0 15px, #9acd32 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(107, 142, 35, 0.6);
        }
    }

    &.teh
    {
        background-image: linear-gradient(270deg, #ff4500, #b50, #c00);
        box-shadow: #ff4500 0 0 5px;
        animation: AnimBanner 10s ease infinite, orangeGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #ff4500 0 0 15px, #ff8c00 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 69, 0, 0.6);
        }
    }

    &.grand
    {
        background-image: linear-gradient(270deg, #f4a460, #daa520, #d2691e);
        box-shadow: #f4a460 0 0 5px;
        animation: AnimBanner 10s ease infinite, sandyGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #f4a460 0 0 15px, #d2691e 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(244, 164, 96, 0.6);
        }
    }

    &.black
    {
        background-image: linear-gradient(270deg, #dc143c, #b22222, #8b0000);
        box-shadow: #dc143c 0 0 5px;
        animation: AnimBanner 10s ease infinite, crimsonGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #dc143c 0 0 15px, #ff6b6b 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(220, 20, 60, 0.6);
        }
    }

    &.sueta
    {
        background-image: linear-gradient(270deg, #808080, #c0c0c0, #8b4513);
        box-shadow: #808080 0 0 5px;
        animation: AnimBanner 10s ease infinite, silverGlow 4s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #808080 0 0 15px, #c0c0c0 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(128, 128, 128, 0.6);
        }
    }

    &.hassle
    {
        background-image: linear-gradient(270deg, #feea10, #ff931e);
        box-shadow: #feea10 0 0 5px;
        animation: AnimBanner 10s ease infinite, goldGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #feea10 0 0 15px, #ffd700 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(254, 234, 16, 0.6);
        }
    }

    &.lunar
    {
        background-image: linear-gradient(270deg, #ff69b4, #d16aff);
        box-shadow: #ff69b4 0 0 5px;
        animation: AnimBanner 10s ease infinite, pinkGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #ff69b4 0 0 15px, #ffb6c1 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 105, 180, 0.6);
        }
    }

    &.syvorov
    {
        background-image: linear-gradient(270deg, #00008b, #0000cd, #8b0000);
        box-shadow: #f819a7 0 0 5px;
        animation: AnimBanner 10s ease infinite, razrabGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #f819a7 0 0 15px, #4619f8 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(248, 25, 167, 0.6);
        }
    }

    &.test
    {
        background-image: linear-gradient(270deg, #c71585, #ff1493, #ff69b4);
        box-shadow: #c71585 0 0 5px;
        animation: AnimBanner 10s ease infinite, hotpinkGlow 3.2s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #c71585 0 0 15px, #ff1493 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(199, 21, 133, 0.6);
        }
    }

    &.melky
    {
        background-image: linear-gradient(270deg, #9370db, #9932cc, #da70d6);
        box-shadow: #9370db 0 0 5px;
        animation: AnimBanner 10s ease infinite, violetGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #9370db 0 0 15px, #9932cc 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(147, 112, 219, 0.6);
        }
    }

    &.project
    {
        background-image: linear-gradient(270deg, #00008b, #0000cd, #8b0000);
        box-shadow: #d600c1 0 0 5px;
        animation: AnimBanner 10s ease infinite, magentaGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #d600c1 0 0 15px, #f0f 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(214, 0, 193, 0.6);
        }
    }

    &.stkot
    {
        background-image: linear-gradient(270deg, #ff5b00, #ff000d, #ffd045, #007cad, #5f1179);
        box-shadow: #ff5b00 0 0 5px;
        animation: AnimBanner 10s ease infinite, stkotGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #ff5b00 0 0 15px, #007cad 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 91, 0, 0.6);
        }
    }

    &.sponsor
    {
        background-image: linear-gradient(270deg, #6a5acd, #4b0082, #8a2be2);
        box-shadow: #6a5acd 0 0 5px;
        animation: AnimBanner 10s ease infinite, slateblueGlow 3.5s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #6a5acd 0 0 15px, #8a2be2 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(106, 90, 205, 0.6);
        }
    }

    &.spec
    {
        background-image: linear-gradient(270deg, #b22222, #dc143c, #8b0000);
        box-shadow: #8b0000 0 0 5px;
        animation: AnimBanner 10s ease infinite, redGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #8b0000 0 0 15px, #f00 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(139, 0, 0, 0.6);
        }
    }

    &.osnovatel
    {
        background-image: linear-gradient(270deg, #ff0, #ffa500);
        box-shadow: #feea10 0 0 5px;
        animation: AnimBanner 10s ease infinite, goldGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #feea10 0 0 15px, #ffd700 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(254, 234, 16, 0.6);
        }
    }

    &.Gladmin
    {
        background-image: linear-gradient(270deg, #5ade21, #008000);
        box-shadow: #5ade21 0 0 5px;
        animation: AnimBanner 10s ease infinite, brightgreenGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #5ade21 0 0 15px, #0f0 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(90, 222, 33, 0.6);
        }
    }

    &.ZGadmin
    {
        background-image: linear-gradient(270deg, #5ade21, #008000);
        box-shadow: #5ade21 0 0 5px;
        animation: AnimBanner 10s ease infinite, brightgreenGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #5ade21 0 0 15px, #0f0 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(90, 222, 33, 0.6);
        }
    }

    &.rykproekta
    {
        background-image: linear-gradient(270deg, #8b006d, #f00);
        box-shadow: #f819a7 0 0 5px;
        animation: AnimBanner 10s ease infinite, razrabGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #f819a7 0 0 15px, #4619f8 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(248, 25, 167, 0.6);
        }
    }

    &.legendary
    {
        background-image: linear-gradient(270deg, #00f, #000);
        border-radius: 5px;
        box-shadow: #00f 0 0 5px;
        animation: AnimBanner 10s ease infinite, legendaryGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #00f 0 0 15px, #00f 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(0, 0, 255, 0.6);
        }
    }

    &.iceteam
    {
        background-image: linear-gradient(270deg, #b870ff, #c6ff6b, #21ed73, #3d98ff);
        box-shadow: #b870ff 0 0 5px;
        animation: AnimBanner 10s ease infinite, iceteamGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #b870ff 0 0 15px, #3d98ff 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(184, 112, 255, 0.6);
        }
    }

    &.pluxury
    {
        background-image: linear-gradient(270deg, #ff6745, #ffe7ab, #feb0ff);
        box-shadow: #ff6745 0 0 5px;
        animation: AnimBanner 10s ease infinite, pluxuryGlow 3.2s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #ff6745 0 0 15px, #ffe7ab 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 103, 69, 0.6);
        }
    }

    &.furmangroup
    {
        background-image: linear-gradient(270deg, #f819a7, #4619f8);
        box-shadow: #e785ff 0 0 5px;
        animation: AnimBanner 10s ease infinite, furmangroupGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #e785ff 0 0 15px, #ff69b4 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(231, 133, 255, 0.6);
        }
    }

    &.kasper
    {
        background-image: linear-gradient(270deg, #f819a7, #4619f8);
        box-shadow: #ff3df9 0 0 5px;
        animation: AnimBanner 10s ease infinite, kasperGlow 2.8s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #ff3df9 0 0 15px, #f819a7 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 61, 249, 0.6);
        }
    }

    &.furmanvip
    {
        background-image: linear-gradient(270deg, #458f51, #00de25, #7f00ff, #d60040);
        box-shadow: #458f51 0 0 5px;
        animation: AnimBanner 10s ease infinite, furmanvipGlow 3s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #458f51 0 0 15px, #7f00ff 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(69, 143, 81, 0.6);
        }
    }

    &.dagovsky
    {
        background-image: linear-gradient(270deg, #992572, #d304d6);
        box-shadow: #992572 0 0 5px;
        animation: AnimBanner 10s ease infinite, dagovskyGlow 3.2s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #992572 0 0 15px, #d304d6 0 0 25px, 0 5px 20px rgba(0, 0, 0, 0.3);
            border-color: rgba(153, 37, 114, 0.6);
        }
    }

    &.respachegroup
    {
        background-image: linear-gradient(270deg, #dc143c, #b22222, #8b0000);
        box-shadow: #f00 0 0 5px;
        animation: AnimBanner 10s ease infinite, redPulse 2.5s ease-in-out infinite alternate;

        &:hover
        {
            box-shadow: #f00 0 0 20px, #ff6b6b 0 0 30px, 0 5px 25px rgba(0, 0, 0, 0.4);
            border-color: rgba(255, 0, 0, 0.7);
        }
    }
}

.admforum
{
    background-image: linear-gradient(135deg, #ff512f, #ff9f00);
    background-size: 400% 400%;
    box-shadow: 0 0 22px rgba(255, 120, 0, 0.8);
    animation: AnimBanner 10s ease infinite, admforumGlow 3s ease-in-out infinite alternate;
    border: .6mm ridge rgba(255, 255, 255, 0.4);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 72%;
    border-radius: 10px;
    padding: 5.3px 7.3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease, filter .4s ease, text-shadow .4s ease;

    &:hover
    {
        transform: translateY(-2px) scale(1.04);
        box-shadow: 0 0 30px rgba(255, 120, 0, 0.9), 0 0 40px rgba(255, 159, 0, 0.8), 0 5px 25px rgba(0, 0, 0, 0.4);
        border-color: rgba(255, 81, 47, 0.7);
        filter: brightness(1.1);
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    }
}

.wag
{
    background: linear-gradient(45deg, #f00, #c00);
    background-size: 400% 400%;
    animation: wagnerShimmer 3s ease-in-out infinite, wagGlow 2s ease-in-out infinite alternate;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    padding: 4px 10px;
    border: none;
    position: relative;
    overflow: visible;
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px 4px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
    letter-spacing: 1px;
    min-height: 22px;
    max-height: 24px;
    line-height: 1.3;
    transition: transform .4s ease, box-shadow .4s ease, filter .4s ease;

    &::after
    {
        content: '';
        background-image: url('https://steamuserimages-a.akamaihd.net/ugc/2017102299334556140/2850FEB3E6AA7B24685305EC7610E5BCC874983F/?imw=512&imh=619&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=true');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 18px rgba(255, 0, 0, 0.6), 0 3px 6px rgba(0, 0, 0, 0.3);
        animation: wagnerPhoto 3s ease-in-out infinite;
        flex-shrink: 0;
        align-self: center;
        filter: brightness(1.15) contrast(1.08) saturate(1.2);
    }

    &:hover
    {
        animation: wagnerPulse .5s ease-in-out;
        transform: scale(1.04);
        box-shadow: 0 2px 15px rgba(255, 0, 0, 0.8), 0 0 30px rgba(255, 0, 0, 0.6), 0 5px 20px rgba(0, 0, 0, 0.4);
    }

    &:hover::after
    {
        transform: scale(1.15);
        box-shadow: 0 0 18px rgba(255, 255, 255, 0.9), 0 0 25px rgba(255, 0, 0, 0.7), 0 4px 8px rgba(0, 0, 0, 0.4);
    }
}

.venezuela
{
    display: inline-block;
    vertical-align: middle;
    margin: 1.2px .2px;
    position: relative;
    transition: transform .5s cubic-bezier(.25, .46, .45, .94), box-shadow .5s cubic-bezier(.25, .46, .45, .94), border-color .5s cubic-bezier(.25, .46, .45, .94), filter .5s cubic-bezier(.25, .46, .45, .94), text-shadow .5s cubic-bezier(.25, .46, .45, .94);

    &:hover
    {
        transform: translateY(-2px) scale(1.05);
        text-shadow: 0 0 6px currentColor;
        filter: brightness(1.1);
    }
}
1769892313588.png

А есть стиль крмп онлайн токо не баганый
 
Последнее редактирование:
Сверху