Welcome!

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

SignUp Now!

У кого есть список МП крмп

Дек
198
19
Пользователь
Здравствуйте,у кого есть код этих новых списков МП?
 

Вложения

  • Screenshot_2026-03-14-20-07-39-626_com.android.chrome.jpg
    Screenshot_2026-03-14-20-07-39-626_com.android.chrome.jpg
    543.1 KB · Просмотры: 15
Решение
HTML:
<div class="container">
    <div class="header glass-card">
        <h1 class="title">
            <xf:fa icon="fa-calendar-alt" /> Список мероприятий
        </h1>
        <div class="sub">
            <xf:fa icon="fa-calendar-check" /> 14 марта 2026 · суббота
            <span class="badge">сегодня</span>
        </div>
    </div>

    <div class="legend">
        <span class="rule-punish punish-warn"><xf:fa icon="fa-star" /> донатный авто</span>
        <span class="rule-punish punish-temp"><xf:fa icon="fa-clock" /> марафон</span>
        <span class="rule-punish punish-perm"><xf:fa icon="fa-snowman" /> замри-умри</span>
    </div>

    <div class="section-header">
        <h2><xf:fa icon="fa-clock" style="margin-right: 10px;" />...
Дек
198
19
Пользователь
Ноя
1,798
5,090
Команда форума
Администратор
HTML:
<div class="container">
    <div class="header glass-card">
        <h1 class="title">
            <xf:fa icon="fa-calendar-alt" /> Список мероприятий
        </h1>
        <div class="sub">
            <xf:fa icon="fa-calendar-check" /> 14 марта 2026 · суббота
            <span class="badge">сегодня</span>
        </div>
    </div>

    <div class="legend">
        <span class="rule-punish punish-warn"><xf:fa icon="fa-star" /> донатный авто</span>
        <span class="rule-punish punish-temp"><xf:fa icon="fa-clock" /> марафон</span>
        <span class="rule-punish punish-perm"><xf:fa icon="fa-snowman" /> замри-умри</span>
    </div>

    <div class="section-header">
        <h2><xf:fa icon="fa-clock" style="margin-right: 10px;" /> расписание</h2>
    </div>

    <div class="rule-block">
        <div class="rule-title">17:00 – Угадай столицу</div>
        <div class="rule-text">
            игроки должны встать в строй, га/зга задает в общий чат игроков (/aad) вопрос: столица России.
            Игроки должны написать правильный ответ. Кто отвечает правильно, получает балл. Игра до двух баллов.
        </div>
        <div class="punish-row">
            <span class="rule-punish punish-warn"><xf:fa icon="fa-gift" /> донатный автомобиль</span>
        </div>
    </div>

    <div class="rule-block">
        <div class="rule-title">18:00 – Марафон</div>
        <div class="rule-text">
            Суть: когда администратор открыт телепорт на мероприятия, игроки строятся в линию.
            После вы показываете куда надо добежать, тот кто добежит первый выигрывает.
        </div>
        <div class="punish-row">
            <span class="rule-punish punish-temp"><xf:fa icon="fa-money-bill-wave" /> 200.000.000р</span>
        </div>
    </div>

    <div class="rule-block">
        <div class="rule-title">19:00 – Замри или умри</div>
        <div class="rule-text">
            Суть: администратор открывает телепорт на мероприятие, после игроки строятся в строй.
            И администратор становится спиной к игрокам, когда он начинает идти за ним должны идти игроки.
            Если администратор поворачивается и какой-либо игрок еще бежит — он выбывает с МП.
            Последний выживший побеждает.
        </div>
        <div class="punish-row">
            <span class="rule-punish punish-warn"><xf:fa icon="fa-car" /> донатный автомобиль</span>
            <span class="rule-punish punish-perm"><xf:fa icon="fa-coins" /> 50.000.000р</span>
        </div>
    </div>

    <div class="admin-contact">
        <div class="admin-contact-item">
            <xf:fa icon="fa-shield-alt" />
            <span>по вопросам: <span class="gradient-nick">Keleen Dalaner</span></span>
        </div>
        <div class="admin-contact-item">
            <xf:fa icon="fa-telegram-plane" />
            <a href="#" class="telegram-link">telegram: @azxfalens <xf:fa icon="fa-arrow-right" /></a>
        </div>
    </div>

    <footer class="glass-card">
        <xf:fa icon="fa-ticket-alt" style="margin-right: 8px; color: #ffb82b;" />
        мероприятия проводятся в главном мире · явка за 5 минут до старта<br>
        <span style="font-size: 13px; opacity: 0.7;">администрация оставляет право изменять призы</span>
    </footer>
</div>
Less:
.p-body-pageContent:has(.container)
{
    background: linear-gradient(135deg, #0b0b0f 0%, #1a1a24 100%);
    line-height: 1.6;
    color: #e8eef2;
    min-height: 100vh;

    .container
    {
        max-width: 1000px;
        margin: 0 auto;
        padding: 32px 24px;
    }

    .glass-card
    {
        background: rgba(26, 26, 35, 0.8);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 184, 43, 0.1);
        border-radius: 24px;
        box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
    }

    .header
    {
        margin-bottom: 32px;
        padding: 24px 32px;
        background: linear-gradient(145deg, rgba(255, 184, 43, 0.1) 0%, rgba(255, 184, 43, 0.02) 100%);
        border-radius: 32px;
        border-left: 6px solid #ffb82b;
        position: relative;
        overflow: hidden;

        &:before
        {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 184, 43, 0.1) 0%, transparent 70%);
            animation: glow 15s infinite linear;
        }
    }

    .title
    {
        font-size: 36px;
        font-weight: 700;
        margin: 0 0 8px 0;
        color: #fff;
        letter-spacing: -0.02em;
        text-shadow: 0 2px 10px rgba(255, 184, 43, 0.3);
        position: relative;

        .fa--xf
        {
            margin-right: 16px;
            color: #ffb82b;
            filter: drop-shadow(0 0 8px rgba(255, 184, 43, 0.5));
        }
    }

    .sub
    {
        color: #a0a8b8;
        font-size: 16px;
        font-weight: 400;
        position: relative;

        .fa--xf
        {
            margin-right: 10px;
        }
    }

    .legend
    {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 40px;
        padding: 20px 24px;
        background: rgba(20, 20, 28, 0.6);
        backdrop-filter: blur(8px);
        border-radius: 40px;
        border: 1px solid rgba(255, 184, 43, 0.15);
    }

    .rule-punish
    {
        display: inline-flex;
        align-items: center;
        padding: 8px 18px;
        border-radius: 40px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.02em;
        transition: all 0.3s ease;
        cursor: default;

        .fa--xf
        {
            margin-right: 10px;
            font-size: 16px;
        }

        &:hover
        {
            transform: translateY(-2px);
            filter: brightness(1.2);
        }

        &.punish-warn
        {
            background: rgba(255, 184, 43, 0.15);
            border: 1px solid #ffb82b;
            color: #ffb82b;
            box-shadow: 0 5px 15px -5px rgba(255, 184, 43, 0.3);
        }

        &.punish-temp
        {
            background: rgba(255, 184, 43, 0.08);
            border: 1px solid rgba(255, 184, 43, 0.4);
            color: #ffd700;
            box-shadow: 0 5px 15px -5px rgba(255, 184, 43, 0.15);
        }

        &.punish-perm
        {
            background: rgba(255, 70, 70, 0.08);
            border: 1px solid rgba(255, 140, 140, 0.3);
            color: #ff9f9f;
            box-shadow: 0 5px 15px -5px rgba(255, 70, 70, 0.15);
        }
    }

    .section-header
    {
        margin: 48px 0 24px 0;
        position: relative;

        h2
        {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            letter-spacing: -0.01em;
            display: inline-block;
            padding: 0 24px 0 16px;
            background: linear-gradient(90deg, #ffb82b 0%, transparent 100%);
            border-radius: 0 40px 40px 0;
            line-height: 48px;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

            .fa--xf
            {
                margin-right: 10px;
            }
        }
    }

    .rule-block
    {
        padding: 24px 28px;
        margin-bottom: 20px;
        background: rgba(30, 30, 40, 0.6);
        backdrop-filter: blur(8px);
        border-radius: 24px;
        border: 1px solid rgba(255, 184, 43, 0.1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        animation: fadeInUp 0.5s ease-out forwards;

        &:before
        {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: linear-gradient(180deg, #ffb82b 0%, #ff8c42 100%);
            border-radius: 4px 0 0 4px;
        }

        &:hover
        {
            transform: translateX(8px) scale(1.01);
            background: rgba(35, 35, 45, 0.8);
            border-color: rgba(255, 184, 43, 0.3);
            box-shadow: 0 15px 30px -10px rgba(255, 184, 43, 0.2);
        }

        &:nth-child(2) { animation-delay: 0.1s; }
        &:nth-child(3) { animation-delay: 0.2s; }
        &:nth-child(4) { animation-delay: 0.3s; }
        &:nth-child(5) { animation-delay: 0.4s; }

        .rule-title
        {
            font-size: 18px;
            font-weight: 700;
            color: #ffb82b;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            letter-spacing: -0.01em;

            &:before
            {
                content: '•';
                margin-right: 12px;
                font-size: 28px;
                color: #ffb82b;
                line-height: 1;
            }
        }

        .rule-text
        {
            font-size: 15px;
            color: #d0d8e5;
            margin-bottom: 16px;
            padding-left: 24px;
            border-left: 2px solid rgba(255, 184, 43, 0.2);
        }

        .punish-row
        {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            padding-top: 8px;
        }

        .rule-punish
        {
            font-size: 13px;
            padding: 6px 16px;
            background: rgba(0, 0, 0, 0.3);
        }
    }

    .admin-contact
    {
        background: rgba(20, 20, 28, 0.8);
        backdrop-filter: blur(8px);
        border-radius: 40px;
        padding: 16px 24px;
        margin: 30px 0 20px;
        border: 1px solid rgba(255, 184, 43, 0.15);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;

        .admin-contact-item
        {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;

            .fa--xf
            {
                color: #ffb82b;
                font-size: 20px;
            }
        }
    }

    .gradient-nick
    {
        background: linear-gradient(135deg, #FF0000, #8B0000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 700;
        text-shadow: none;
        letter-spacing: -0.5px;
        display: inline-block;
    }

    .telegram-link
    {
        color: #ffb82b;
        text-decoration: none;
        font-weight: 600;
        padding: 8px 18px;
        border-radius: 40px;
        background: rgba(255, 184, 43, 0.1);
        border: 1px solid rgba(255, 184, 43, 0.3);
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;

        &:hover
        {
            background: rgba(255, 184, 43, 0.2);
            transform: translateY(-2px);
            box-shadow: 0 10px 20px -10px rgba(255, 184, 43, 0.4);
        }
    }

    .badge
    {
        display: inline-block;
        padding: 2px 10px;
        border-radius: 20px;
        background: rgba(255, 184, 43, 0.15);
        border: 1px solid rgba(255, 184, 43, 0.3);
        font-size: 12px;
        font-weight: 500;
        margin-left: 10px;
    }

    footer
    {
        margin-top: 60px;
        padding: 32px 24px;
        background: rgba(15, 15, 20, 0.8);
        backdrop-filter: blur(8px);
        border-radius: 32px;
        border: 1px solid rgba(255, 184, 43, 0.15);
        text-align: center;
        font-size: 14px;
        color: #a0a8b8;

        .fa--xf
        {
            margin-right: 8px;
            color: #ffb82b;
        }
    }

    a.admin-link
    {
        color: #ffb82b;
        text-decoration: none;
        font-weight: 600;
        padding: 4px 12px;
        border-radius: 20px;
        background: rgba(255, 184, 43, 0.1);
        transition: all 0.3s ease;
        display: inline-block;
        margin: 0 4px;

        &:hover
        {
            background: rgba(255, 184, 43, 0.25);
            transform: scale(1.05);
            color: #fff;
        }
    }

    @media (max-width: @xf-responsiveMedium)
    {
        .container
        {
            padding: 16px;
        }

        .title
        {
            font-size: 28px;
        }

        .header
        {
            padding: 20px;
        }

        .legend
        {
            padding: 16px;
        }

        .section-header
        {
            h2
            {
                font-size: 20px;
                line-height: 40px;
            }
        }

        .rule-block
        {
            padding: 20px;

            &:hover
            {
                transform: translateX(4px);
            }
        }

        .admin-contact
        {
            flex-direction: column;
            gap: 12px;
        }
    }

    @media (max-width: @xf-responsiveNarrow)
    {
        .rule-punish
        {
            width: 100%;
            justify-content: center;
        }

        .rule-block
        {
            .punish-row
            {
                gap: 8px;
            }

            .rule-title
            {
                font-size: 16px;
            }

            .rule-text
            {
                font-size: 14px;
                padding-left: 16px;
            }
        }
    }
}

@keyframes glow
{
    from
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp
{
    from
    {
        opacity: 0;
        transform: translateY(20px);
    }
    to
    {
        opacity: 1;
        transform: translateY(0);
    }
}
изображение_2026-03-15_135333785.png
 
Дек
198
19
Пользователь
HTML:
<div class="container">
    <div class="header glass-card">
        <h1 class="title">
            <xf:fa icon="fa-calendar-alt" /> Список мероприятий
        </h1>
        <div class="sub">
            <xf:fa icon="fa-calendar-check" /> 14 марта 2026 · суббота
            <span class="badge">сегодня</span>
        </div>
    </div>

    <div class="legend">
        <span class="rule-punish punish-warn"><xf:fa icon="fa-star" /> донатный авто</span>
        <span class="rule-punish punish-temp"><xf:fa icon="fa-clock" /> марафон</span>
        <span class="rule-punish punish-perm"><xf:fa icon="fa-snowman" /> замри-умри</span>
    </div>

    <div class="section-header">
        <h2><xf:fa icon="fa-clock" style="margin-right: 10px;" /> расписание</h2>
    </div>

    <div class="rule-block">
        <div class="rule-title">17:00 – Угадай столицу</div>
        <div class="rule-text">
            игроки должны встать в строй, га/зга задает в общий чат игроков (/aad) вопрос: столица России.
            Игроки должны написать правильный ответ. Кто отвечает правильно, получает балл. Игра до двух баллов.
        </div>
        <div class="punish-row">
            <span class="rule-punish punish-warn"><xf:fa icon="fa-gift" /> донатный автомобиль</span>
        </div>
    </div>

    <div class="rule-block">
        <div class="rule-title">18:00 – Марафон</div>
        <div class="rule-text">
            Суть: когда администратор открыт телепорт на мероприятия, игроки строятся в линию.
            После вы показываете куда надо добежать, тот кто добежит первый выигрывает.
        </div>
        <div class="punish-row">
            <span class="rule-punish punish-temp"><xf:fa icon="fa-money-bill-wave" /> 200.000.000р</span>
        </div>
    </div>

    <div class="rule-block">
        <div class="rule-title">19:00 – Замри или умри</div>
        <div class="rule-text">
            Суть: администратор открывает телепорт на мероприятие, после игроки строятся в строй.
            И администратор становится спиной к игрокам, когда он начинает идти за ним должны идти игроки.
            Если администратор поворачивается и какой-либо игрок еще бежит — он выбывает с МП.
            Последний выживший побеждает.
        </div>
        <div class="punish-row">
            <span class="rule-punish punish-warn"><xf:fa icon="fa-car" /> донатный автомобиль</span>
            <span class="rule-punish punish-perm"><xf:fa icon="fa-coins" /> 50.000.000р</span>
        </div>
    </div>

    <div class="admin-contact">
        <div class="admin-contact-item">
            <xf:fa icon="fa-shield-alt" />
            <span>по вопросам: <span class="gradient-nick">Keleen Dalaner</span></span>
        </div>
        <div class="admin-contact-item">
            <xf:fa icon="fa-telegram-plane" />
            <a href="#" class="telegram-link">telegram: @azxfalens <xf:fa icon="fa-arrow-right" /></a>
        </div>
    </div>

    <footer class="glass-card">
        <xf:fa icon="fa-ticket-alt" style="margin-right: 8px; color: #ffb82b;" />
        мероприятия проводятся в главном мире · явка за 5 минут до старта<br>
        <span style="font-size: 13px; opacity: 0.7;">администрация оставляет право изменять призы</span>
    </footer>
</div>
Less:
.p-body-pageContent:has(.container)
{
    background: linear-gradient(135deg, #0b0b0f 0%, #1a1a24 100%);
    line-height: 1.6;
    color: #e8eef2;
    min-height: 100vh;

    .container
    {
        max-width: 1000px;
        margin: 0 auto;
        padding: 32px 24px;
    }

    .glass-card
    {
        background: rgba(26, 26, 35, 0.8);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 184, 43, 0.1);
        border-radius: 24px;
        box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
    }

    .header
    {
        margin-bottom: 32px;
        padding: 24px 32px;
        background: linear-gradient(145deg, rgba(255, 184, 43, 0.1) 0%, rgba(255, 184, 43, 0.02) 100%);
        border-radius: 32px;
        border-left: 6px solid #ffb82b;
        position: relative;
        overflow: hidden;

        &:before
        {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 184, 43, 0.1) 0%, transparent 70%);
            animation: glow 15s infinite linear;
        }
    }

    .title
    {
        font-size: 36px;
        font-weight: 700;
        margin: 0 0 8px 0;
        color: #fff;
        letter-spacing: -0.02em;
        text-shadow: 0 2px 10px rgba(255, 184, 43, 0.3);
        position: relative;

        .fa--xf
        {
            margin-right: 16px;
            color: #ffb82b;
            filter: drop-shadow(0 0 8px rgba(255, 184, 43, 0.5));
        }
    }

    .sub
    {
        color: #a0a8b8;
        font-size: 16px;
        font-weight: 400;
        position: relative;

        .fa--xf
        {
            margin-right: 10px;
        }
    }

    .legend
    {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 40px;
        padding: 20px 24px;
        background: rgba(20, 20, 28, 0.6);
        backdrop-filter: blur(8px);
        border-radius: 40px;
        border: 1px solid rgba(255, 184, 43, 0.15);
    }

    .rule-punish
    {
        display: inline-flex;
        align-items: center;
        padding: 8px 18px;
        border-radius: 40px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.02em;
        transition: all 0.3s ease;
        cursor: default;

        .fa--xf
        {
            margin-right: 10px;
            font-size: 16px;
        }

        &:hover
        {
            transform: translateY(-2px);
            filter: brightness(1.2);
        }

        &.punish-warn
        {
            background: rgba(255, 184, 43, 0.15);
            border: 1px solid #ffb82b;
            color: #ffb82b;
            box-shadow: 0 5px 15px -5px rgba(255, 184, 43, 0.3);
        }

        &.punish-temp
        {
            background: rgba(255, 184, 43, 0.08);
            border: 1px solid rgba(255, 184, 43, 0.4);
            color: #ffd700;
            box-shadow: 0 5px 15px -5px rgba(255, 184, 43, 0.15);
        }

        &.punish-perm
        {
            background: rgba(255, 70, 70, 0.08);
            border: 1px solid rgba(255, 140, 140, 0.3);
            color: #ff9f9f;
            box-shadow: 0 5px 15px -5px rgba(255, 70, 70, 0.15);
        }
    }

    .section-header
    {
        margin: 48px 0 24px 0;
        position: relative;

        h2
        {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            letter-spacing: -0.01em;
            display: inline-block;
            padding: 0 24px 0 16px;
            background: linear-gradient(90deg, #ffb82b 0%, transparent 100%);
            border-radius: 0 40px 40px 0;
            line-height: 48px;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

            .fa--xf
            {
                margin-right: 10px;
            }
        }
    }

    .rule-block
    {
        padding: 24px 28px;
        margin-bottom: 20px;
        background: rgba(30, 30, 40, 0.6);
        backdrop-filter: blur(8px);
        border-radius: 24px;
        border: 1px solid rgba(255, 184, 43, 0.1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        animation: fadeInUp 0.5s ease-out forwards;

        &:before
        {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: linear-gradient(180deg, #ffb82b 0%, #ff8c42 100%);
            border-radius: 4px 0 0 4px;
        }

        &:hover
        {
            transform: translateX(8px) scale(1.01);
            background: rgba(35, 35, 45, 0.8);
            border-color: rgba(255, 184, 43, 0.3);
            box-shadow: 0 15px 30px -10px rgba(255, 184, 43, 0.2);
        }

        &:nth-child(2) { animation-delay: 0.1s; }
        &:nth-child(3) { animation-delay: 0.2s; }
        &:nth-child(4) { animation-delay: 0.3s; }
        &:nth-child(5) { animation-delay: 0.4s; }

        .rule-title
        {
            font-size: 18px;
            font-weight: 700;
            color: #ffb82b;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            letter-spacing: -0.01em;

            &:before
            {
                content: '•';
                margin-right: 12px;
                font-size: 28px;
                color: #ffb82b;
                line-height: 1;
            }
        }

        .rule-text
        {
            font-size: 15px;
            color: #d0d8e5;
            margin-bottom: 16px;
            padding-left: 24px;
            border-left: 2px solid rgba(255, 184, 43, 0.2);
        }

        .punish-row
        {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            padding-top: 8px;
        }

        .rule-punish
        {
            font-size: 13px;
            padding: 6px 16px;
            background: rgba(0, 0, 0, 0.3);
        }
    }

    .admin-contact
    {
        background: rgba(20, 20, 28, 0.8);
        backdrop-filter: blur(8px);
        border-radius: 40px;
        padding: 16px 24px;
        margin: 30px 0 20px;
        border: 1px solid rgba(255, 184, 43, 0.15);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;

        .admin-contact-item
        {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;

            .fa--xf
            {
                color: #ffb82b;
                font-size: 20px;
            }
        }
    }

    .gradient-nick
    {
        background: linear-gradient(135deg, #FF0000, #8B0000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 700;
        text-shadow: none;
        letter-spacing: -0.5px;
        display: inline-block;
    }

    .telegram-link
    {
        color: #ffb82b;
        text-decoration: none;
        font-weight: 600;
        padding: 8px 18px;
        border-radius: 40px;
        background: rgba(255, 184, 43, 0.1);
        border: 1px solid rgba(255, 184, 43, 0.3);
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;

        &:hover
        {
            background: rgba(255, 184, 43, 0.2);
            transform: translateY(-2px);
            box-shadow: 0 10px 20px -10px rgba(255, 184, 43, 0.4);
        }
    }

    .badge
    {
        display: inline-block;
        padding: 2px 10px;
        border-radius: 20px;
        background: rgba(255, 184, 43, 0.15);
        border: 1px solid rgba(255, 184, 43, 0.3);
        font-size: 12px;
        font-weight: 500;
        margin-left: 10px;
    }

    footer
    {
        margin-top: 60px;
        padding: 32px 24px;
        background: rgba(15, 15, 20, 0.8);
        backdrop-filter: blur(8px);
        border-radius: 32px;
        border: 1px solid rgba(255, 184, 43, 0.15);
        text-align: center;
        font-size: 14px;
        color: #a0a8b8;

        .fa--xf
        {
            margin-right: 8px;
            color: #ffb82b;
        }
    }

    a.admin-link
    {
        color: #ffb82b;
        text-decoration: none;
        font-weight: 600;
        padding: 4px 12px;
        border-radius: 20px;
        background: rgba(255, 184, 43, 0.1);
        transition: all 0.3s ease;
        display: inline-block;
        margin: 0 4px;

        &:hover
        {
            background: rgba(255, 184, 43, 0.25);
            transform: scale(1.05);
            color: #fff;
        }
    }

    @media (max-width: @xf-responsiveMedium)
    {
        .container
        {
            padding: 16px;
        }

        .title
        {
            font-size: 28px;
        }

        .header
        {
            padding: 20px;
        }

        .legend
        {
            padding: 16px;
        }

        .section-header
        {
            h2
            {
                font-size: 20px;
                line-height: 40px;
            }
        }

        .rule-block
        {
            padding: 20px;

            &:hover
            {
                transform: translateX(4px);
            }
        }

        .admin-contact
        {
            flex-direction: column;
            gap: 12px;
        }
    }

    @media (max-width: @xf-responsiveNarrow)
    {
        .rule-punish
        {
            width: 100%;
            justify-content: center;
        }

        .rule-block
        {
            .punish-row
            {
                gap: 8px;
            }

            .rule-title
            {
                font-size: 16px;
            }

            .rule-text
            {
                font-size: 14px;
                padding-left: 16px;
            }
        }
    }
}

@keyframes glow
{
    from
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp
{
    from
    {
        opacity: 0;
        transform: translateY(20px);
    }
    to
    {
        opacity: 1;
        transform: translateY(0);
    }
}
Посмотреть вложение 21668
Отдуши
 
Сверху