Перейти к содержанию

Участник:IGRYIIIKA: различия между версиями

Материал из LemonCraft Wiki
IGRYIIIKA (обсуждение | вклад)
Нет описания правки
IGRYIIIKA (обсуждение | вклад)
Нет описания правки
 
Строка 13: Строка 13:
             --orange-light: #FF9E1F;
             --orange-light: #FF9E1F;
             --orange-pale: #FFD3B5;
             --orange-pale: #FFD3B5;
            --neon-orange: #FF3131;
            --neon-yellow: #FFF01F;
             --bg-dark: #1A1A1A;
             --bg-dark: #1A1A1A;
             --bg-light: #2D2D2D;
             --bg-light: #2D2D2D;
Строка 25: Строка 27:
             margin: 0;
             margin: 0;
             padding: 20px;
             padding: 20px;
            overflow-x: hidden;
         }
         }
          
          
Строка 31: Строка 32:
             max-width: 1000px;
             max-width: 1000px;
             margin: 0 auto;
             margin: 0 auto;
            position: relative;
             border-radius: 15px;
             border-radius: 15px;
             overflow: hidden;
             overflow: hidden;
             box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
             box-shadow: 0 0 20px rgba(255, 107, 53, 0.5);
             background: var(--bg-dark);
             background: var(--bg-dark);
             border: 1px solid var(--orange-main);
             border: 1px solid var(--orange-main);
             transition: all 0.5s ease;
             position: relative;
        }
       
        .profile-container::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg,
                var(--neon-orange),
                var(--neon-yellow),
                var(--orange-light),
                var(--neon-orange));
            background-size: 400% 400%;
            z-index: -1;
            border-radius: 16px;
            animation: borderGlow 3s ease infinite;
            opacity: 0.7;
        }
       
        @keyframes borderGlow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
         }
         }
          
          
Строка 47: Строка 72:
             align-items: center;
             align-items: center;
             border-bottom: 4px solid var(--orange-main);
             border-bottom: 4px solid var(--orange-main);
            transition: all 0.5s ease;
         }
         }
          
          
Строка 59: Строка 83:
             background: url('https://i.yapx.ru/aS6Fi.png') center/cover;
             background: url('https://i.yapx.ru/aS6Fi.png') center/cover;
             opacity: 0.15;
             opacity: 0.15;
            transition: opacity 0.5s ease;
         }
         }
          
          
Строка 66: Строка 89:
             height: 120px;
             height: 120px;
             background-color: var(--bg-light);
             background-color: var(--bg-light);
             border: 4px solid var(--orange-pale);
             border: 4px solid;
             border-radius: 10px;
             border-radius: 10px;
             margin-right: 25px;
             margin-right: 25px;
            overflow: hidden;
             position: relative;
             position: relative;
             overflow: hidden;
             z-index: 1;
             box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
             transition: all 0.3s ease;
        }
       
        .skin-display::before {
            content: '';
            position: absolute;
             top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg,
                var(--neon-orange),  
                var(--neon-yellow),  
                var(--orange-light),  
                var(--neon-orange));
             background-size: 400% 400%;
            z-index: -1;
            border-radius: 12px;
            animation: borderGlow 2s ease infinite;
            opacity: 0.8;
         }
         }
          
          
         .skin-display:hover {
         .skin-display:hover {
             transform: scale(1.05);
             transform: scale(1.05) rotate(2deg);
         }
         }
          
          
Строка 83: Строка 125:
             height: 100%;
             height: 100%;
             object-fit: cover;
             object-fit: cover;
             transition: transform 0.3s ease;
             border-radius: 6px;
         }
         }
          
          
Строка 89: Строка 131:
             flex-grow: 1;
             flex-grow: 1;
             position: relative;
             position: relative;
            z-index: 2;
         }
         }
          
          
Строка 96: Строка 137:
             font-size: 42px;
             font-size: 42px;
             font-weight: 700;
             font-weight: 700;
             margin: 0;
             margin: 0 0 10px 0;
             letter-spacing: 1px;
             letter-spacing: 1px;
             background: linear-gradient(90deg, #FFD700, #FFFFFF, #FFD700);
             background: linear-gradient(90deg, #FFD700, #FFFFFF, #FFD700);
Строка 103: Строка 144:
             background-clip: text;
             background-clip: text;
             color: transparent;
             color: transparent;
             text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
             text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
             animation: shine 3s linear infinite;
             animation: shine 3s linear infinite;
            position: relative;
            display: inline-block;
         }
         }
          
          
Строка 113: Строка 152:
             100% { background-position: 200% center; }
             100% { background-position: 200% center; }
         }
         }
        .moderator-badge {
       
        display: inline-block;
        .moderator-badge {
            display: inline-block;
             background: linear-gradient(45deg, var(--orange-dark), var(--orange-light));
             background: linear-gradient(45deg, var(--orange-dark), var(--orange-light));
             padding: 8px 20px;
             padding: 8px 20px;
Строка 120: Строка 160:
             font-weight: 700;
             font-weight: 700;
             font-size: 16px;
             font-size: 16px;
            margin-top: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
             color: white;
             color: white;
             text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
             text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
            position: relative;
            overflow: hidden;
             border: 1px solid rgba(255, 255, 255, 0.3);
             border: 1px solid rgba(255, 255, 255, 0.3);
             transition: all 0.5s ease;
            animation: pulse 2s infinite, neonGlow 1.5s infinite alternate;
            box-shadow: 0 0 10px rgba(255, 107, 53, 0.7);
             transition: all 0.3s ease;
         }
         }
          
          
         @keyframes pulse {
         .moderator-badge:hover {
             0% { transform: scale(1); }
             animation: pulse 0.5s infinite, neonGlow 0.75s infinite alternate;
             50% { transform: scale(1.03); }
             box-shadow: 0 0 20px rgba(255, 107, 53, 0.9);
            100% { transform: scale(1); }
         }
         }
          
          
         .moderator-badge::before {
         @keyframes pulse {
             content: "";
             0%, 100% { transform: scale(1); }
            position: absolute;
             50% { transform: scale(1.05); }
            top: 0;
            left: -100%;
            width: 100%;
             height: 100%;
            background: linear-gradient(
                90deg,
                transparent,
                rgba(255, 255, 255, 0.2),
                transparent
            );
            transition: all 0.5s ease;
         }
         }
          
          
         .moderator-badge:hover::before {
         @keyframes neonGlow {
             left: 100%;
            from { box-shadow: 0 0 5px rgba(255, 107, 53, 0.7),
                            0 0 10px rgba(255, 107, 53, 0.5); }
             to { box-shadow: 0 0 15px rgba(255, 107, 53, 0.9),
                          0 0 30px rgba(255, 107, 53, 0.7); }
         }
         }
          
          
Строка 167: Строка 195:
             width: 220px;
             width: 220px;
             box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
             box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
            z-index: 2;
             backdrop-filter: blur(5px);
             backdrop-filter: blur(5px);
             transition: all 0.5s ease;
             transition: all 0.3s ease;
            animation: infoFloat 4s ease-in-out infinite;
        }
       
        @keyframes infoFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }
       
        .info-corner:hover {
            transform: scale(1.03) translateY(-5px);
            box-shadow: 0 0 20px rgba(255, 107, 53, 0.6);
            animation: none;
         }
         }
          
          
Строка 179: Строка 218:
             padding-bottom: 5px;
             padding-bottom: 5px;
             text-align: center;
             text-align: center;
             transition: all 0.3s ease;
             text-shadow: 0 0 5px rgba(255, 158, 31, 0.5);
         }
         }
          
          
Строка 185: Строка 224:
             margin: 10px 0;
             margin: 10px 0;
             font-size: 14px;
             font-size: 14px;
             transition: color 0.3s ease;
             position: relative;
            padding-left: 15px;
        }
       
        .info-corner p::before {
            content: '»';
            position: absolute;
            left: 0;
            color: var(--orange-light);
            animation: arrowBlink 1.5s infinite;
        }
       
        @keyframes arrowBlink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.3; }
         }
         }
          
          
Строка 194: Строка 247:
             padding: 30px;
             padding: 30px;
             background-color: var(--bg-light);
             background-color: var(--bg-light);
            position: relative;
            z-index: 2;
            transition: all 0.5s ease;
         }
         }
          
          
         .profile-block {
         .profile-block {
             background: rgba(45, 45, 45, 0.7);
             background: linear-gradient(90deg, rgba(45, 45, 45, 0.7), rgba(45, 45, 45, 0.9));
             border-left: 4px solid var(--orange-main);
             border-left: 4px solid var(--orange-main);
             padding: 20px;
             padding: 20px;
             border-radius: 0 8px 8px 0;
             border-radius: 0 8px 8px 0;
             transition: all 0.5s ease;
             transition: all 0.3s ease;
             position: relative;
             position: relative;
             overflow: hidden;
             overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
       
        .profile-block::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid transparent;
            border-radius: 0 8px 8px 0;
            background: linear-gradient(45deg,
                      rgba(255, 107, 53, 0.3),
                      rgba(255, 158, 31, 0.2),
                      rgba(255, 107, 53, 0.3));
            background-size: 200% 200%;
            animation: blockBorderGlow 4s linear infinite;
            pointer-events: none;
        }
       
        @keyframes blockBorderGlow {
            0% { background-position: 0% 50%; opacity: 0.3; }
            50% { background-position: 100% 50%; opacity: 0.7; }
            100% { background-position: 0% 50%; opacity: 0.3; }
         }
         }
          
          
         .profile-block:hover {
         .profile-block:hover {
             transform: translateY(-5px);
             transform: scale(1.02);
             box-shadow: 0 8px 25px rgba(255, 107, 53, 0.25);
             box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
             background: rgba(45, 45, 45, 0.85);
             z-index: 1;
         }
         }
          
          
Строка 219: Строка 294:
             margin-top: 0;
             margin-top: 0;
             font-size: 22px;
             font-size: 22px;
            position: relative;
            z-index: 1;
             display: flex;
             display: flex;
             align-items: center;
             align-items: center;
             transition: all 0.5s ease;
             text-shadow: 0 0 8px rgba(255, 158, 31, 0.3);
            position: relative;
         }
         }
          
          
Строка 230: Строка 304:
             margin-right: 10px;
             margin-right: 10px;
             color: var(--orange-main);
             color: var(--orange-main);
             transition: all 0.5s ease;
             animation: starTwinkle 2s infinite;
            text-shadow: 0 0 5px var(--orange-light);
        }
       
        @keyframes starTwinkle {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.3); opacity: 0.7; }
         }
         }
          
          
         .profile-block p {
         .profile-block p {
             color: var(--text-gray);
             color: var(--text-gray);
            line-height: 1.6;
             position: relative;
             position: relative;
            z-index: 1;
            line-height: 1.6;
            transition: all 0.3s ease;
         }
         }
          
          
         .stats-grid {
         .profile-block a {
             display: grid;
             color: var(--orange-pale);
             grid-template-columns: repeat(3, 1fr);
             text-decoration: none;
             gap: 15px;
             transition: all 0.3s ease;
             margin-top: 15px;
             position: relative;
         }
         }
          
          
         .stat-item {
         .profile-block a::after {
             text-align: center;
             content: '';
             background: rgba(255, 107, 53, 0.15);
            position: absolute;
             padding: 10px;
            bottom: -2px;
             border-radius: 5px;
             left: 0;
             border: 1px solid rgba(255, 107, 53, 0.4);
             width: 0;
             transition: all 0.5s ease;
             height: 1px;
             background: var(--orange-light);
             transition: width 0.3s ease;
         }
         }
          
          
         .stat-item:hover {
         .profile-block a:hover {
             background: rgba(255, 107, 53, 0.25);
             color: var(--orange-light);
            transform: translateY(-3px);
             text-shadow: 0 0 5px rgba(255, 158, 31, 0.3);
             box-shadow: 0 5px 10px rgba(255, 107, 53, 0.2);
         }
         }
          
          
         .stat-label a {
         .profile-block a:hover::after {
            color: var(--orange-pale);
             width: 100%;
            text-decoration: none;
            transition: color 0.3s ease;
        }
       
        .stat-label a:hover {
             color: var(--orange-light);
            text-decoration: underline;
         }
         }
          
          
         .full-width {
         .full-width {
             grid-column: 1 / -1;
             grid-column: 1 / -1;
        }
       
        .activity-timeline {
            position: relative;
            padding-left: 25px;
        }
       
        .activity-timeline::before {
            content: "";
            position: absolute;
            left: 7px;
            top: 5px;
            bottom: 5px;
            width: 2px;
            background: linear-gradient(to bottom, var(--orange-main), var(--orange-light));
            transition: all 0.5s ease;
        }
       
        .timeline-dot {
            position: absolute;
            left: -25px;
            top: 3px;
            width: 12px;
            height: 12px;
            background-color: var(--orange-light);
            border-radius: 50%;
            border: 2px solid var(--orange-dark);
            box-shadow: 0 0 5px var(--orange-light);
            transition: all 0.5s ease;
         }
         }
          
          
Строка 310: Строка 353:
             width: 100%;
             width: 100%;
             margin-top: 10px;
             margin-top: 10px;
             transition: transform 0.5s ease;
             transition: transform 0.3s ease;
         }
         }
          
          
Строка 320: Строка 363:
             width: 100%;
             width: 100%;
             border-collapse: collapse;
             border-collapse: collapse;
        }
             box-shadow: 0 0 10px rgba(255, 202, 0, 0.3);
       
        .wikipediauserbox td {
             padding: 5px;
         }
         }
     </style>
     </style>
Строка 336: Строка 376:
             <div class="nickname-section">
             <div class="nickname-section">
                 <h1 class="nickname">IGRYIIIKA</h1>
                 <h1 class="nickname">IGRYIIIKA</h1>
                 <span class="moderator-badge">МОДЕРАТОР</span>
                 <div class="moderator-badge">МОДЕРАТОР</div>
             </div>
             </div>
              
              
Строка 355: Строка 395:
             <div class="profile-block">
             <div class="profile-block">
                 <h2>Сервера</h2>
                 <h2>Сервера</h2>
                 <div class="stats-grid">
                 <p><a href="https://wiki.lemoncraft.su/w/Industry">Industry2</a></p>
                    <div class="stat-item">
                        <div class="stat-label">
                            <a href="https://wiki.lemoncraft.su/w/Industry">Industry2</a>
                        </div>
                    </div>
                </div>
             </div>
             </div>
              
              
Строка 380: Строка 414:
             <div class="profile-block">
             <div class="profile-block">
                 <h2>Юзербокс</h2>
                 <h2>Юзербокс</h2>
                 <div style="float:left; border:1px solid black; margin: 1px;" class="wikipediauserbox" bis_skin_checked="1">
                 <div class="wikipediauserbox">
<table cellspacing="0" style="width: 238px; margin: 0; background:#ffca00;">
                    <table style="width: 238px; margin: 0; background:#ffca00;">
<tbody><tr>
                        <tr>
<td style="width: 45px; height: 45px; background: #fcff81; text-align: center; font-size: 24pt; color: black; padding: 1px; line-height: 1.25em; vertical-align: middle;" class=""><b><span class="pixel-image" typeof="mw:File"><span><img src="/images/thumb/e/ea/LemonCraft.png/32px-LemonCraft.png" decoding="async" width="32" height="32" class="mw-file-element" srcset="/images/thumb/e/ea/LemonCraft.png/48px-LemonCraft.png 1.5x, /images/thumb/e/ea/LemonCraft.png/64px-LemonCraft.png 2x" data-file-width="512" data-file-height="512"></span></span></b>
                            <td style="width: 45px; height: 45px; background: #fcff81; text-align: center; font-size: 24pt; color: black; padding: 1px; line-height: 1.25em; vertical-align: middle;">
</td>
                                <img src="/images/thumb/e/ea/LemonCraft.png/32px-LemonCraft.png" width="32" height="32">
<td style="text-align:left; font-size: 8pt; padding: 4px; line-height: 1.25em; color: #ff0000; vertical-align: middle; background:#ffca00;" class=""><center>Этот участник в составе команды проекта LemonCraft</center>
                            </td>
</td></tr></tbody></table></div>
                            <td style="text-align:left; font-size: 8pt; padding: 4px; line-height: 1.25em; color: #ff0000; vertical-align: middle; background:#ffca00;">
                                <center>Этот участник в составе команды проекта LemonCraft</center>
                            </td>
                        </tr>
                    </table>
                </div>
            </div>
        </div>
    </div>
</body>
</body>
</html>
</html>

Текущая версия от 21:25, 17 августа 2025

<!DOCTYPE html> Профиль модератора IGRYIIIKA

Скин модератора

IGRYIIIKA

МОДЕРАТОР

Быстрая информация

На проекте: 8 лет

Любит жанр: фонк

Дата рождения: 17 июня

О модераторе

Опытный администратор с глубокими знаниями правил проекта. Всегда готов помочь игрокам и поддержать порядок на сервере.

Сервера

Industry2

Обязанности

• Модерация чата и форумов
• Рассмотрение жалоб
• Поддержка новых участников
• Техническая поддержка игроков

Контакты

Discord: DELL#3977

Юзербокс

Этот участник в составе команды проекта LemonCraft