Немає опису редагування
Немає опису редагування
Рядок 1: Рядок 1:
<div style="background: red !important; color: white !important; padding: 20px !important; text-align: center !important; position: relative !important; z-index: 9999 !important;">
<div style="
ТЕСТ: Если это видно, значит баннер работает!
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 25px 0 !important;
    margin: 0 !important;
    font-family: Arial, sans-serif !important;
    display: block !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
    z-index: 9999 !important;
">
    <div style="
        max-width: 1200px !important;
        margin: 0 auto !important;
        text-align: center !important;
        position: relative !important;
        z-index: 10000 !important;
    ">
        <div style="
            font-size: 24px !important;
            margin-bottom: 10px !important;
            font-weight: bold !important;
        ">Присоединяйтесь к нашему сообществу!</div>
        <p style="margin: 10px 0 !important; font-size: 16px !important;">Получайте самые свежие обновления и эксклюзивные материалы</p>
        <div style="margin-top: 15px !important;">
            <a href="/wiki/Регистрация" style="
                background: rgba(255,255,255,0.3) !important;
                color: white !important;
                border: 2px solid white !important;
                padding: 12px 25px !important;
                margin: 0 10px !important;
                text-decoration: none !important;
                border-radius: 25px !important;
                display: inline-block !important;
                font-weight: bold !important;
                transition: all 0.3s !important;
            " onmouseover="this.style.background='white';this.style.color='#667eea'" onmouseout="this.style.background='rgba(255,255,255,0.3)';this.style.color='white'">Зарегистрироваться</a>
            <a href="/wiki/Новости" style="
                background: rgba(255,255,255,0.3) !important;
                color: white !important;
                border: 2px solid white !important;
                padding: 12px 25px !important;
                margin: 0 10px !important;
                text-decoration: none !important;
                border-radius: 25px !important;
                display: inline-block !important;
                font-weight: bold !important;
                transition: all 0.3s !important;
            " onmouseover="this.style.background='white';this.style.color='#667eea'" onmouseout="this.style.background='rgba(255,255,255,0.3)';this.style.color='white'">Читать новости</a>
        </div>
    </div>
</div>
</div>