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

Поиск

Показаны результаты для тегов 'начать играть'.

  • Поиск по тегам

    Введите теги через запятую.
  • Поиск по автору

Поиск результатов в...

Поиск контента, содержащего...


Дата создания

  • Начало

    Конец


Дата обновления

  • Начало

    Конец


Фильтр по количеству...

Регистрация

  • Начало

    Конец


Группа


Обо мне

Найдено 1 результат

  1. REVOWINTER - Как начать игру /* --- DARK THEME MODERN GUIDE PAGE --- */ body { margin: 0; padding: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f7f7fa; background: #181a20; line-height: 1.6; overflow-x: hidden; scroll-behavior: smooth; } .guide-container { max-width: 900px; margin: 0 auto; padding: 24px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f7f7fa; background: #181a20; border-radius: 20px; box-shadow: 0 8px 32px 0 rgba(0,0,0,0.45); border: 1px solid #23242c; margin-top: 20px; margin-bottom: 20px; } .language-switcher { text-align: right; margin-bottom: 20px; } .lang-btn { background: #23242c; border: 1px solid #393a43; color: #c8d0e7; padding: 8px 18px; border-radius: 20px; cursor: pointer; margin-left: 10px; transition: background 0.3s, color 0.3s, border 0.3s; font-weight: 600; outline: none; } .lang-btn.active { background: linear-gradient(90deg, #4f8cff 0%, #3a3f6e 100%); color: #fff; border-color: #4f8cff; } .guide-header { text-align: center; margin-bottom: 30px; animation: fadeInDown 0.8s; } .guide-title { font-size: 2.3rem; color: #e7eaff; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; gap: 18px; letter-spacing: 0.02em; } .guide-icon { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #4f8cff 0%, #23242c 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 2.1rem; box-shadow: 0 4px 20px rgba(79,140,255,0.10); transition: box-shadow 0.3s; } .guide-icon svg { width: 32px; height: 32px; display: block; } .guide-description { font-size: 1.12rem; line-height: 1.7; color: #b2bad6; max-width: 800px; margin: 0 auto; margin-top: 8px; } /* --- Progress Bar --- */ .progress-bar { display: flex; justify-content: space-between; margin: 40px 0; position: relative; } .progress-bar::before { content: ""; position: absolute; top: 20px; left: 0; width: 100%; height: 4px; background: #393a43; z-index: 1; } .progress-bar::after { content: ""; position: absolute; top: 20px; left: 0; width: var(--progress, 0%); height: 4px; background: linear-gradient(90deg, #4f8cff 0%, #3a3f6e 100%); z-index: 2; transition: width 0.5s ease; } .step { text-align: center; position: relative; z-index: 3; cursor: pointer; transition: transform 0.3s ease; flex: 1; max-width: 120px; } .step:hover { transform: translateY(-5px); } .step.active .step-icon { background: linear-gradient(135deg, #4f8cff, #23242c); transform: scale(1.1); box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.3); } .step.completed .step-icon { background: #2ecc71; } .step-icon { width: 40px; height: 40px; border-radius: 50%; background: #393a43; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; transition: all 0.3s ease; } .step-title { font-weight: bold; font-size: 0.9rem; color: #c8d0e7; } .guide-section { background: #22232b; border-radius: 16px; padding: 28px 24px; margin-bottom: 28px; box-shadow: 0 4px 18px rgba(0,0,0,0.11); border: 1px solid #262739; transition: transform 0.3s, box-shadow 0.3s; animation: fadeInUp 0.8s; } .guide-section:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 8px 30px rgba(79,140,255,0.08); } .section-title { font-size: 1.45rem; color: #8cb4ff; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid #30314a; display: flex; align-items: center; gap: 12px; letter-spacing: 0.01em; } .section-title::before { content: ""; width: 7px; height: 28px; background: linear-gradient(to bottom, #4f8cff, #23242c); border-radius: 4px; } /* --- Step Sections --- */ .step-section { display: none; animation: fadeIn 0.8s ease; padding: 30px; background: rgba(44, 62, 80, 0.1); border-radius: 10px; margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .step-section.active { display: block; } .step-header { display: flex; align-items: center; margin-bottom: 20px; } .step-number { font-size: 3rem; font-weight: bold; color: #8cb4ff; margin-right: 15px; text-shadow: 0 0 10px rgba(79, 140, 255, 0.5); } .step-content h2 { font-size: 2rem; margin-bottom: 10px; color: #8cb4ff; } .step-content p { margin-bottom: 15px; font-size: 1.1rem; color: #c8d0e7; } .btn { display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(135deg, #4f8cff, #23242c); color: #fff; padding: 13px 28px; border-radius: 32px; text-decoration: none; font-weight: bold; font-size: 1.05rem; transition: background 0.3s, transform 0.3s, box-shadow 0.3s; box-shadow: 0 4px 16px rgba(79,140,255,0.15); border: none; cursor: pointer; outline: none; letter-spacing: 0.01em; } .btn:hover { transform: translateY(-2px) scale(1.03); box-shadow: 0 8px 22px rgba(46,204,113,0.12); background: linear-gradient(135deg, #23242c, #4f8cff); } .btn-success { background: linear-gradient(135deg, #2ecc71, #23242c); box-shadow: 0 4px 14px rgba(46,204,113,0.13); } .btn-success:hover { background: linear-gradient(135deg, #23242c, #2ecc71); box-shadow: 0 8px 20px rgba(46,204,113,0.18); } /* --- Download Options --- */ .download-options { display: flex; justify-content: center; gap: 30px; margin: 20px 0; flex-wrap: wrap; } .download-option { text-align: center; transition: transform 0.3s ease; background: #23242c; border-radius: 12px; padding: 20px; flex: 1; min-width: 200px; box-shadow: 0 2px 12px rgba(0,0,0,0.12); } .download-option:hover { transform: scale(1.05); } .download-option svg { width: 80px; height: 80px; margin-bottom: 10px; border-radius: 10px; } /* --- Warning Box --- */ .warning { background: rgba(231, 76, 60, 0.1); border-left: 4px solid #e74c3c; padding: 15px; margin: 20px 0; border-radius: 0 8px 8px 0; color: #ff9f9f; } /* --- Popup --- */ .popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(24,26,32,0.93); display: none; justify-content: center; align-items: center; z-index: 1000; animation: fadeIn 0.3s; } .popup-content { background: #181a20; border-radius: 18px; width: 90%; max-width: 800px; height: 80%; box-shadow: 0 10px 32px rgba(79,140,255,0.18); display: flex; flex-direction: column; animation: slideUp 0.4s; border: 1px solid #30314a; } .popup-header { padding: 15px 20px; border-bottom: 1px solid #23242c; display: flex; justify-content: space-between; align-items: center; } .popup-title { font-size: 1.25rem; color: #8cb4ff; margin: 0; display: flex; align-items: center; gap: 8px; } .close-popup { background: none; border: none; font-size: 2rem; cursor: pointer; color: #b2bad6; transition: color 0.3s; outline: none; display: flex; align-items: center; } .close-popup:hover { color: #e74c3c; } .popup-body { flex-grow: 1; padding: 0; } .popup-iframe { width: 100%; height: 100%; border: none; border-radius: 0 0 18px 18px; background: #23242c; } /* --- Social Links --- */ .social-links { display: flex; justify-content: center; gap: 20px; margin: 30px 0; flex-wrap: wrap; } .social-link { display: flex; align-items: center; gap: 10px; padding: 10px 20px; background: rgba(255, 255, 255, 0.1); border-radius: 5px; text-decoration: none; color: #c8d0e7; transition: all 0.3s ease; } .social-link:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-3px); } .social-link i { font-size: 1.5rem; } /* --- Footer --- */ footer { text-align: center; padding: 30px 0; margin-top: 50px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.9rem; color: #b2bad6; } .moving-text { display: inline-block; animation: moveText 3s infinite alternate; } @keyframes fadeInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(46,204,113,0.5); } 70% { box-shadow: 0 0 0 10px rgba(46,204,113,0); } 100% { box-shadow: 0 0 0 0 rgba(46,204,113,0); } } @keyframes moveText { 0% { transform: translateX(0); } 100% { transform: translateX(10px); } } @media (max-width: 768px) { .guide-container { padding: 13px; } .guide-title { font-size: 1.3rem; flex-direction: column; gap: 10px; } .progress-bar { flex-direction: column; align-items: center; gap: 20px; } .progress-bar::before, .progress-bar::after { display: none; } .popup-content { width: 97%; height: 90%; } .download-options { flex-direction: column; align-items: center; } .download-option { width: 100%; max-width: 300px; } .language-switcher { text-align: center; } .lang-btn { margin: 5px; } } Русский English КАК НАЧАТЬ ИГРУ? Поэтапное руководство для новых игроков по началу игры в REVOWINTER Аккаунт в игре Аккаунт на форуме Загрузка клиента Распаковка файлов Начало игры 01 Создание аккаунта в игре Первый шаг к началу вашего приключения в мире REVOWINTER Для начала игры вам необходимо создать учетную запись на игровом портале. Создать аккаунт в игре 02 Создание аккаунта на форуме Присоединяйтесь к сообществу игроков Создание отдельной учетной записи для форума, где вы сможете получить быструю обратную связь с администрацией, ознакомиться с политиками и правилами, взаимодействовать и обмениваться игровой информацией с другими игроками, а так же оставаться в курсе новостей проекта, ведь они публикуются только здесь. Создать аккаунт на форуме 03 Загрузка клиента Скачайте игровой клиент для начала игры Доступно несколько вариантов загрузки игрового клиента: Yandex.Disk Скачать Google Disk (скоро) Скоро ВНИМАНИЕ! Скачать нужно весь архив целиком! 04 Распаковка игровых файлов Подготовка клиента к запуску Извлеките файлы игры из архива в любое удобное для Вас место. Для извлечения отлично подходят такие программы, как: WinRAR или 7zip. WinRAR Скачать 7zip Скачать Открыть архив с игровым клиентом Распаковать архив в удобное место Запустить игру через .exe файл (Run Russian или Run English) Важно! Для правильного отображения предметов в игре, путь к ней не должен содержать кириллицы (русских букв). Пример правильного пути к папке с игрой: С:\Games\Revowinter Пример НЕ правильного пути к папке с игрой: С:\Игры\Revowinter 05 Начало игрового пути Поздравляем! Теперь Вы можете начать свой путь в мире REVOWINTER! Вспомогательные страницы: Telegram VK Discord Правила Стать контент мейкером Перейти в портал (веб версия игры) Данный проект является тестовым вариантом игр и предназначен только для ознакомления игроков. Все права принадлежат компании Cryptic Studios. All rights reserved. Мы рекомендуем играть только на Официальном проекте Neverwinter Online Создание аккаунта в игре ×
×
×
  • Создать...