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

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

Материал из Star Horizon Wiki
Версия 3
Версия 4
Строка 4: Строка 4:
   flex-wrap: wrap;  
   flex-wrap: wrap;  
   justify-content: center;  
   justify-content: center;  
   gap: 1.5em;  
   gap: 2em;  
   padding: 1.5em;  
   padding: 1.5em;  
   background: radial-gradient(circle at top left, #0c0c18 0%, #060611 100%);
   background: radial-gradient(circle at top left, #0c0c18 0%, #060611 100%);
Строка 13: Строка 13:
   <!-- ОСНОВНОЕ -->
   <!-- ОСНОВНОЕ -->
   <div style="
   <div style="
     flex: 1 1 320px;  
     flex: 1 1 calc(50% - 2em);  
     max-width: 400px;  
     max-width: 500px;  
     background: rgba(20, 20, 35, 0.85);  
     background: rgba(20, 20, 35, 0.85);  
     border: 1px solid rgba(100,100,200,0.3);  
     border: 1px solid rgba(100,100,200,0.3);  
Строка 21: Строка 21:
     overflow: hidden;
     overflow: hidden;
     transition: 0.3s;
     transition: 0.3s;
   " onmouseover="this.style.transform='scale(1.03)';" onmouseout="this.style.transform='scale(1)'">
   "  
  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;">
     <div style="background: linear-gradient(90deg, #3b3b5e, #1b1b3b); color: #fff; text-align: center; padding: .6em; font-size: 1.3em;">
       <b>Основное</b>
       <b>Основное</b>
Строка 42: Строка 44:
   <!-- GUIDES -->
   <!-- GUIDES -->
   <div style="
   <div style="
     flex: 1 1 320px;  
     flex: 1 1 calc(50% - 2em);  
     max-width: 400px;  
     max-width: 500px;  
     background: rgba(20, 20, 35, 0.85);  
     background: rgba(20, 20, 35, 0.85);  
     border: 1px solid rgba(42,128,219,0.4);  
     border: 1px solid rgba(42,128,219,0.4);  
Строка 50: Строка 52:
     overflow: hidden;
     overflow: hidden;
     transition: 0.3s;
     transition: 0.3s;
   " onmouseover="this.style.transform='scale(1.03)';" onmouseout="this.style.transform='scale(1)'">
   "  
  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;">
     <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>
       <b>Guides</b>
Строка 63: Строка 67:
   <!-- ROLES -->
   <!-- ROLES -->
   <div style="
   <div style="
     flex: 1 1 320px;  
     flex: 1 1 calc(50% - 2em);  
     max-width: 400px;  
     max-width: 500px;  
     background: rgba(20, 20, 35, 0.85);  
     background: rgba(20, 20, 35, 0.85);  
     border: 1px solid rgba(41,77,207,0.4);  
     border: 1px solid rgba(41,77,207,0.4);  
Строка 71: Строка 75:
     overflow: hidden;
     overflow: hidden;
     transition: 0.3s;
     transition: 0.3s;
   " onmouseover="this.style.transform='scale(1.03)';" onmouseout="this.style.transform='scale(1)'">
   "  
  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;">
     <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>
       <b>Roles</b>
Строка 84: Строка 90:
   <!-- LORE -->
   <!-- LORE -->
   <div style="
   <div style="
     flex: 1 1 320px;  
     flex: 1 1 calc(50% - 2em);  
     max-width: 400px;  
     max-width: 500px;  
     background: rgba(20, 20, 35, 0.85);  
     background: rgba(20, 20, 35, 0.85);  
     border: 1px solid rgba(0,168,104,0.4);  
     border: 1px solid rgba(0,168,104,0.4);  
Строка 92: Строка 98:
     overflow: hidden;
     overflow: hidden;
     transition: 0.3s;
     transition: 0.3s;
   " onmouseover="this.style.transform='scale(1.03)';" onmouseout="this.style.transform='scale(1)'">
   "  
  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;">
     <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>
       <b>Lore</b>

Версия от 14:00, 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>