Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

Заглавная страница2: различия между версиями

Материал из Star Horizon Wiki
Версия 2
Версия 3
Строка 1: Строка 1:
<!-- === GRID LAYOUT === -->
<!-- FRONTIER MAIN PAGE CARDS -->
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2em; margin-top: 1.5em;">
<div style="
  display: flex;  
  flex-wrap: wrap;
  justify-content: center;  
  gap: 1.5em;  
  padding: 1.5em;  
  background: radial-gradient(circle at top left, #0c0c18 0%, #060611 100%);
  color: #ddd;
  font-family: 'Segoe UI', sans-serif;
">


   <!-- === ОСНОВНОЕ (WELCOME + SYSTEM INFO) === -->
   <!-- ОСНОВНОЕ -->
   <div style="box-shadow: 0 0 .3em #999; border-radius: .2em; overflow: hidden;">
   <div style="
     <div style="background: #3b3b5e; color: white; padding: .6em; font-size: 1.3em; text-align: center; font-weight: bold;">
    flex: 1 1 320px;
       Основное
    max-width: 400px;
    background: rgba(20, 20, 35, 0.85);
    border: 1px solid rgba(100,100,200,0.3);  
    border-radius: 0.75em;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    overflow: hidden;
    transition: 0.3s;
  " onmouseover="this.style.transform='scale(1.03)';" onmouseout="this.style.transform='scale(1)'">
     <div style="background: linear-gradient(90deg, #3b3b5e, #1b1b3b); color: #fff; text-align: center; padding: .6em; font-size: 1.3em;">
       <b>Основное</b>
     </div>
     </div>
     <div style="padding: 1em; font-size: .95em; text-align: center;">
     <div style="padding: 1em; text-align: center;">
       <big>
       <img src="File:Frontier_wiki_logo.png" style="width:90px; opacity:0.9;"><br><br>
        [https://byond.com/ BYOND] ∙ [https://discord.gg/frontier14 Discord] ∙ [https://github.com/FrontierStation GitHub] ∙ [https://frontier14.com Web Portal]
       <b style="font-size:1.1em; color:#fff;">Welcome to Frontier Station Wiki!</b><br>
      </big>
       <small>Here you can find guides, lore, and roles of the server.</small>
      <hr>
       <hr style="margin: 1em 0; border-color: rgba(150,150,255,0.2);">
      Добро пожаловать на '''Frontier Station Wiki'''! <br>
       <b style="color:#9cf;">System Information</b><br>
       Здесь вы можете найти руководства, роли и лор проекта.<br><br>
       <small>
 
        <b>Server:</b> Frontier Station 14<br>
      Space Station 14 — это сложная научно-фантастическая многопользовательская игра на движке [https://byond.com/ BYOND].<br>
        <b>Build:</b> Frontier / v1.8<br>
      Мы используем собственную сборку на базе Frontier с акцентом на глубокие ролевые механики.<br><br>
        <b>Language:</b> English / Russian<br>
 
        <b>Platform:</b> Space Station 14
       <big>[https://webmap.affectedarc07.co.uk/maps/frontier/ Map] ∙ [[Guide for New Players|Новые Игроки]] ∙ [[Beginning Lore|Начало Лора]] ∙ [[Timeline of Canon Events|Таймлайн]]</big>
       </small>
       <hr>
      Сервер работает на BYOND '''516.1669''' и блокирует клиентские сборки старше '''516.1659'''.<br><br>
       <b>Техническая информация:</b><br>
       <b>Server:</b> Frontier Station 14<br>
      • <b>Build:</b> Frontier / v1.8<br>
      • <b>Language:</b> English / Russian<br>
      • <b>Platform:</b> Space Station 14<br><br>
 
       Обновления BYOND доступны по ссылкам:<br>
      [https://www.byond.com/download/ Официальный загрузчик]<br>
      [https://indm.dev/byond/516/ Альтернативное зеркало]<br>
      [https://www.byond.com/docs/notes/516.html Список патчей версии 516]
     </div>
     </div>
   </div>
   </div>


   <!-- === GUIDES === -->
   <!-- GUIDES -->
   <div style="box-shadow: 0 0 .3em #999; border-radius: .2em; overflow: hidden;">
   <div style="
     <div style="background: #3b3b5e; color: white; padding: .6em; font-size: 1.3em; text-align: center; font-weight: bold;">
    flex: 1 1 320px;
       Руководства
    max-width: 400px;
    background: rgba(20, 20, 35, 0.85);
    border: 1px solid rgba(42,128,219,0.4);  
    border-radius: 0.75em;  
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    overflow: hidden;
    transition: 0.3s;
  " onmouseover="this.style.transform='scale(1.03)';" onmouseout="this.style.transform='scale(1)'">
     <div style="background: linear-gradient(90deg, rgba(42,128,219), rgba(30,90,180)); color:white; text-align:center; padding:.6em; font-size:1.3em;">
       <b>Guides</b>
     </div>
     </div>
     <div style="padding: 1em; text-align: center;">
     <div style="padding:1em; text-align:center;">
       [[Guide for New Players|Новые игроки]]<br>
       <img src="File:Logo ec.png" style="width:80px; opacity:0.9;"><br>
       [[Engineering Guide|Инженерия]]<br>
      <b><a href="Guide for New Players" style="color:#9cf; text-decoration:none;">Guide for New Players</a></b><br>
      [[Medical Guide|Медицина]]<br>
       <small><a href="https://webmap.affectedarc07.co.uk/maps/bay12/torch/" style="color:#ccc;">Map of the SEV Torch</a></small>
      [[Security Guide|Безопасность]]<br>
      [[Science Guide|Наука]]
     </div>
     </div>
   </div>
   </div>


   <!-- === ROLES === -->
   <!-- ROLES -->
   <div style="box-shadow: 0 0 .3em #999; border-radius: .2em; overflow: hidden;">
   <div style="
     <div style="background: #3b3b5e; color: white; padding: .6em; font-size: 1.3em; text-align: center; font-weight: bold;">
    flex: 1 1 320px;
       Роли
    max-width: 400px;
    background: rgba(20, 20, 35, 0.85);
    border: 1px solid rgba(41,77,207,0.4);  
    border-radius: 0.75em;  
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    overflow: hidden;
    transition: 0.3s;
  " onmouseover="this.style.transform='scale(1.03)';" onmouseout="this.style.transform='scale(1)'">
     <div style="background: linear-gradient(90deg, rgba(41,77,207), rgba(20,50,150)); color:white; text-align:center; padding:.6em; font-size:1.3em;">
       <b>Roles</b>
     </div>
     </div>
     <div style="padding: 1em; text-align: center;">
     <div style="padding:1em; text-align:center;">
       [[Captain|Капитан]]<br>
       <img src="File:Logo torch.png" style="width:80px; opacity:0.9;"><br>
       [[Chief Engineer|Главный инженер]]<br>
       <b><a href="Commanding Officer" style="color:#9cf; text-decoration:none;">Command Roles</a></b><br>
      [[Chief Medical Officer|Главврач]]<br>
       <small><a href="Engineer" style="color:#ccc;">Engineering</a> ∙ <a href="Explorer" style="color:#ccc;">Exploration</a></small>
       [[Head of Security|Глава безопасности]]<br>
      [[Research Director|Директор исследований]]
     </div>
     </div>
   </div>
   </div>


   <!-- === LORE === -->
   <!-- LORE -->
   <div style="box-shadow: 0 0 .3em #999; border-radius: .2em; overflow: hidden;">
   <div style="
     <div style="background: #3b3b5e; color: white; padding: .6em; font-size: 1.3em; text-align: center; font-weight: bold;">
    flex: 1 1 320px;
       Лор
    max-width: 400px;
    background: rgba(20, 20, 35, 0.85);
    border: 1px solid rgba(0,168,104,0.4);  
    border-radius: 0.75em;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    overflow: hidden;
    transition: 0.3s;
  " onmouseover="this.style.transform='scale(1.03)';" onmouseout="this.style.transform='scale(1)'">
     <div style="background: linear-gradient(90deg, rgba(0,168,104), rgba(0,110,70)); color:white; text-align:center; padding:.6em; font-size:1.3em;">
       <b>Lore</b>
     </div>
     </div>
     <div style="padding: 1em; text-align: center;">
     <div style="padding:1em; text-align:center;">
       [[Beginning Lore|Начало Лора]]<br>
       <img src="File:Solgov logo.png" style="width:80px; opacity:0.9;"><br>
       [[Timeline of Canon Events|Таймлайн]]<br>
      <b><a href="Beginning Lore" style="color:#9cf; text-decoration:none;">Beginning Lore</a></b><br>
      [[Corporations|Корпорации]]<br>
       <small><a href="Timeline of Canon Events" style="color:#ccc;">Canon Timeline</a></small>
      [[Species|Виды]]<br>
      [[Technology|Технологии]]
     </div>
     </div>
   </div>
   </div>


</div>
</div>

Версия от 13:58, 25 октября 2025

     Основное
     <img src="File:Frontier_wiki_logo.png" style="width:90px; opacity:0.9;">

Welcome to Frontier Station Wiki!
Here you can find guides, lore, and roles of the server.

     System Information
Server: Frontier Station 14
Build: Frontier / v1.8
Language: English / Russian
Platform: Space Station 14
     Guides
     <img src="File:Logo ec.png" style="width:80px; opacity:0.9;">
<a href="Guide for New Players" style="color:#9cf; text-decoration:none;">Guide for New Players</a>
<a href="https://webmap.affectedarc07.co.uk/maps/bay12/torch/" style="color:#ccc;">Map of the SEV Torch</a>
     Roles
     <img src="File:Logo torch.png" style="width:80px; opacity:0.9;">
<a href="Commanding Officer" style="color:#9cf; text-decoration:none;">Command Roles</a>
<a href="Engineer" style="color:#ccc;">Engineering</a> ∙ <a href="Explorer" style="color:#ccc;">Exploration</a>
     Lore
     <img src="File:Solgov logo.png" style="width:80px; opacity:0.9;">
<a href="Beginning Lore" style="color:#9cf; text-decoration:none;">Beginning Lore</a>
<a href="Timeline of Canon Events" style="color:#ccc;">Canon Timeline</a>