Участник:SpaiR: различия между версиями
Перейти к навигации
Перейти к поиску
SpaiR (обсуждение | вклад) м |
SpaiR (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
{{#css: | {{#css: | ||
.wrap table { | |||
width: 100%; | |||
border-collapse: collapse; | |||
box-shadow: 0px 3px 20px -5px grey; | |||
margin-bottom: 40px; | |||
} | |||
.wrap table, | |||
.wrap th, | |||
.wrap td { border: 1px solid grey; } | |||
.wrap th { border-color: black; } | |||
.wrap td { | |||
padding: 0; | |||
transition: box-shadow linear 0.15s; | |||
-webkit-transition: box-shadow linear 0.15s; | |||
-o-transition: box-shadow linear 0.15s; | |||
-moz-transition: box-shadow linear 0.15s; | |||
} | |||
.wrap td:hover { | |||
box-shadow: inset 0px 2px 20px -5px black; | |||
border: 0; | |||
} | |||
.wrap td > a > img { | |||
max-width: 32px; | |||
max-height: 32px; | |||
transition: transform linear 0.15s; | |||
-webkit-transition: transform linear 0.15s; | |||
-o-transition: transform linear 0.15s; | |||
-moz-transition: transform linear 0.15s; | |||
} | |||
.wrap td:hover > a > img { | |||
transform: scale(0.9); | |||
} | |||
.wrap td > a { | |||
display: block; | |||
transition: font-size linear 0.15s; | |||
-webkit-transition: font-size linear 0.15s; | |||
-o-transition: font-size linear 0.15s; | |||
-moz-transition: font-size linear 0.15s; | |||
color: black; | |||
text-decoration: none; | |||
} | |||
.wrap td > a > span { | |||
position: relative; | |||
color: black; | |||
text-decoration: none; | |||
padding-bottom: 3px; | |||
} | |||
.wrap td > a > span:before { | |||
content: ""; | |||
position: absolute; | |||
width: 100%; | |||
height: 2px; | |||
bottom: 0; | |||
left: 0; | |||
background-color: black; | |||
visibility: hidden; | |||
transform: scaleX(0); | |||
transition: all ease-in-out 0.3s; | |||
-webkit-transition: all ease-in-out 0.3s; | |||
-o-transition: all ease-in-out 0.3s; | |||
-moz-transition: all ease-in-out 0.3s; | |||
} | |||
.wrap td > a:hover > span:before { | |||
visibility: visible; | |||
-webkit-transform: scaleX(1); | |||
transform: scaleX(1); | |||
} | |||
.wrap td:hover > a { | |||
font-size: 95%; | |||
} | |||
.wrap th, | |||
.wrap td { | |||
width: 25%; | |||
text-align: center; | |||
} | |||
.table-elementary { background-color: #F5F5FF; } | |||
.table-elementary th { background-color: #BDBDFF; } | |||
.table-engineering { background-color: #FEE098; } | |||
.table-engineering th { background-color: #D7B460; } | |||
.table-medicine { background-color: #DDF3FF; } | |||
.table-medicine th { background-color: #A5E0FF; } | |||
.table-science { background-color: #E1C3FF; } | |||
.table-science th { background-color: #C893FF; } | |||
.table-security { background-color: #FFC6C6; } | |||
.table-security th { background-color: #DA8C8C; } | |||
.table-civil { background-color: #99FF97; } | |||
.table-civil th { background-color: #69FF69; } | |||
.table-antagonists { background-color: #F5F5F5; } | |||
.table-antagonists td { width: 20%; } | |||
.table-antagonists th { | |||
background-color: black; | |||
color: white; | |||
} | |||
.table-other { background-color: white; } | |||
.table-other th { background-color: #CECECE; } | |||
.table-technical { background-color: #FFF4C7; } | |||
.table-technical th { background-color: #C5B160; } | |||
.tlp { | |||
display: inline-block; | |||
position: relative; | |||
font-size: 80%; | |||
font-weight: bold; | |||
} | |||
.tlp.tlp-warning { color: red; } | |||
.tlp.tlp-warning:before { content: " ❗"; } | |||
.tlp.tlp-notice { color: black; } | |||
.tlp.tlp-notice:before { content: " ❓"; } | |||
.tlp > span { | |||
position: absolute; | |||
background-color: gold; | |||
color: black; | |||
border-radius: 7px; | |||
box-shadow: 4px 4px 7px -3px grey; | |||
padding: 4px; | |||
min-width: 140px; | |||
top: -10px; | |||
right: 9999px; | |||
opacity: 0; | |||
transition: opacity linear 0.15s; | |||
-webkit-transition: opacity linear 0.15s; | |||
-o-transition: opacity linear 0.15s; | |||
-moz-transition: opacity linear 0.15s; | |||
} | |||
.tlp > span:before { | |||
content: " "; | |||
position: absolute; | |||
top: 50%; | |||
left: -14px; | |||
width: 0; | |||
height: 0; | |||
margin-top: -6px; | |||
border: 8px solid transparent; | |||
border-right-color: gold; | |||
} | |||
.tlp:hover > span { | |||
right: -162px; | |||
opacity: 1; | |||
} | |||
}} | |||
<div class="wrap"> | <div class="wrap"> | ||
< | <table class="table-elementary"> | ||
< | <tr> | ||
</ | <th colspan="4">Начальное</th> | ||
< | </tr> | ||
< | <tr> | ||
<td>[[Starter_Guide|<img alt="OpCom" src="http://tauceti.ru/w/images/e/e2/Taffy.gif"><br /><span>Начинающему игроку</span>]]</td> | |||
<br /> | <td>[[A Crash Course In Roleplaying|<img alt="Paper" src="http://tauceti.ru/w/images/b/b2/Paper.png"><br /><span>Ускоренный курс по ролевым играм</span>]]</td> | ||
<td>[[NanoTrasen Rules and Regulations|<img alt="Paper" src="http://tauceti.ru/w/images/b/b2/Paper.png"><br /><span>Правила и Инструкции НаноТрейзен</span>]]</td> | |||
</ | <td>[[Как избежать бана|<img alt="Jobmonkey" src="http://tauceti.ru/w/images/9/94/Jobmonkey.png"><br /><span>Как избежать бана</span>]]</td> | ||
</ | </tr> | ||
< | <tr> | ||
< | <td>[[Standard_Operating_Procedure|<img alt="Joinnow" src="http://tauceti.ru/w/images/4/46/Joinnow.png"><br /><span>Стандартный Порядок Действий</span>]]</td> | ||
< | <td>[[Legal Standard Operating Procedure|<img alt="LSOPbook" src="http://tauceti.ru/w/images/7/7e/LSOPbook.png"><br /><span>Юридические Стандартные Операционные Процедуры</span>]]</td> | ||
<td>[[Guide to Paperwork|<img alt="PaperTray" src="http://tauceti.ru/w/images/3/3a/PaperTray.png"><br /><span>Бюрократия</span>]]</td> | |||
</ | <td>[[Identifying Antagonists|<img alt="SyndicateBalloon" src="http://tauceti.ru/w/images/f/f2/SyndicateBalloon.png"><br /><span>Идентификация антагонистов</span>]]</td> | ||
< | </tr> | ||
<tr> | |||
</ | <td>[[Полезные советы|<img alt="ClownT" src="http://tauceti.ru/w/images/e/ed/ClownT.png"><br /><span>Полезные советы</span>]]</td> | ||
</ | <td>[[Radio_Channels|<img alt="Headset" src="http://tauceti.ru/w/images/3/32/Headset.png"><br /><span>Радиочастоты</span>]]</td> | ||
<div class=" | <td>[[HUD|<img alt="HUD" src="http://tauceti.ru/w/images/5/57/HUD-Full.gif"><br /><span>HUD'ы</span>]]</td> | ||
< | <td style="background-color: #E6FFE2;">[[FAQ|<img alt="Terminology" src="http://tauceti.ru/w/images/2/28/Terminology.png"><br /><span>Часто Задаваемые Вопросы</span>]]</td> | ||
< | </tr> | ||
< | <tr> | ||
< | <td>[[Fax|<img alt="ClownT" src="http://tauceti.ru/w/images/7/7b/Faxmachine.gif"><br /><span>Факс</span>]]</td> | ||
< | <td>[[Guide to Command|<img alt="Captain" src="http://tauceti.ru/w/images/a/a9/Captain.png"><br /><span>Гайд по командованию</span>]]</td> | ||
<div class=" | <td>[[Directory|<img alt="Paper" src="http://tauceti.ru/w/images/b/b2/Paper.png"><br /><span>Справочники по терминам</span>]]</td> | ||
</ | <td>[[Keyboard Shortcuts|<img alt="OpCom" src="http://tauceti.ru/w/images/a/a9/OpCom.png"><br /><span>Горячие клавиши</span>]]</td> | ||
< | </tr> | ||
< | </table> | ||
< | |||
</ | <table class="table-engineering"> | ||
</ | <tr> | ||
</ | <th colspan="4">Инженерия</th> | ||
</tr> | |||
<tr> | |||
<td>[[Guide to Engineering|<img alt="Wrench" src="http://tauceti.ru/w/images/7/7c/Wrench.png"><br /><span>Основы</span>]]</td> | |||
<td>[[Atmospherics|<img alt="O2_canister" src="http://tauceti.ru/w/images/a/a5/O2_canister.png"><br /><span>Атмосферникам</span>]]</td> | |||
<td>[[Construction|<img alt="Rcd" src="http://tauceti.ru/w/images/4/47/Rcd.png"><br /><span>Строительство</span>]]</td> | |||
<td>[[Suppermatter_Engine|<img alt="Supermatter" src="http://tauceti.ru/w/images/0/06/Supermatter.PNG"><br /><span>Настройка суперматерии</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td>[[Singularity Engine|<img alt="Singulo_1" src="http://tauceti.ru/w/images/7/7e/Singulo_1.gif"><br /><span>Запуск и обслуживание сингулярного двигателя</span>]]</td> | |||
<td>[[Solars|<img alt="Solar" src="http://tauceti.ru/w/images/2/25/Solar.png"><br /><span>Настройка солнечных панелей</span>]]</td> | |||
<td>[[Hacking|<img alt="Wirecutters" src="http://tauceti.ru/w/images/8/8c/Wirecutters.png"><br /><span>Взлом</span>]]</td> | |||
<td>[[Telecommunications|<img alt="Server" src="http://tauceti.ru/w/images/d/dd/Server.gif"><br /><span>Телекоммуникации</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td>[[Guide to Shield Generator|<img alt="Shield_gen" src="http://tauceti.ru/w/images/6/6b/Shield_gen.png"><br /><span>Настройка генератора щита</span>]]</td> | |||
<td>[[Tesla Engine|<img alt="Energy_ball" src="http://tauceti.ru/w/images/d/d9/Energy_ball.gif"><br /><span>Запуск генератора Тесла</span>]]</td> | |||
<td>[[Machine|<img alt="Machine_Frame" src="http://tauceti.ru/w/images/6/64/Machine_Frame.png"><br /><span>Машинерия</span>]]</td> | |||
<td>[[Guide_to_power|<img alt="Apc" src="http://tauceti.ru/w/images/1/10/APC2.gif"><br /><span>Руководство по энергосетям</span>]]</td> | |||
</tr> | |||
</table> | |||
<table class="table-medicine"> | |||
<tr> | |||
<th colspan="4">Медицина</th> | |||
</tr> | |||
<tr> | |||
<td>[[Guide_to_Virology|<img alt="Vialbox" src="http://tauceti.ru/w/images/d/d2/Vialbox.png"><br /><span>Успешным вирусологам</span>]]</td> | |||
<td>[[Surgery|<img alt="Saw" src="http://tauceti.ru/w/images/0/0a/Saw.png"><br /><span>Хирургия</span>]]</td> | |||
<td>[[Guide_to_Cadavers|<img alt="Autopsy_scanner" src="http://tauceti.ru/w/images/5/56/Autopsy_scanner.png"><br /><span>Вскрытия</span>]]</td> | |||
<td>[[Guide to Chemistry|<img alt="Bottles" src="http://tauceti.ru/w/images/7/77/Bottles.gif"><br /><span>Химические формулы</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td>[[Mental_illness|<img alt="Straight" src="http://tauceti.ru/w/images/7/7a/Straight.png"><br /><span>Психические болезни</span>]]</td> | |||
<td>[[Guide to Genetics|<img alt="Scanner" src="http://tauceti.ru/w/images/b/bb/Scanner.gif"><br /><span>Успешным генетикам</span>]]</td> | |||
<td colspan="2">[[Guide to Medicine|<img alt="Firstaid" src="http://tauceti.ru/w/images/0/0b/SMed.png"><br /><span>Основы медицины</span>]]</td> | |||
</tr> | |||
</table> | |||
<table class="table-science"> | |||
<tr> | |||
<th colspan="4">Наука</th> | |||
</tr> | |||
<tr> | |||
<td>[[Guide to Research and Development|<img alt="Disk" src="http://tauceti.ru/w/images/0/06/Disk.gif"><br /><span>Основы исследований</span>]]</td> | |||
<td>[[Guide to toxins|<img alt="Explosivebombthatgoesboom" src="http://tauceti.ru/w/images/d/dd/Explosivebombthatgoesboom.png"><br /><span>Как ''правильно'' изучать форон</span>]]</td> | |||
<td>[[Guide to robotics|<img alt="Generic_borg" src="http://tauceti.ru/w/images/f/f1/Generic_borg.png"><br /><span>Робототехника</span>]]</td> | |||
<td>[[Guide to xenobiology|<img alt="Baby_slime" src="http://tauceti.ru/w/images/e/e6/Baby_slime.gif"><br /><span>Ксенобиология</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td>[[Guide to Xenoarchaeology|<img alt="Pickhand" src="http://tauceti.ru/w/images/6/62/Pickhand.png"><br /><span>Ксеноархеология</span>]]</td> | |||
<td>[[Finds|<img alt="Shovel" src="http://tauceti.ru/w/images/7/77/Shovel.png><br /><span>Что можно найти на астероиде</span>]]</td> | |||
<td>[[Guide_To_Telescience|<img alt="Telepadidle" src="http://tauceti.ru/w/images/4/42/Telepadidle.gif"><br /><span>Телесайнс</span>]]</td> | |||
<td>[[Guide_to_Exosuits|<img alt="Honk" src="http://tauceti.ru/w/images/a/aa/Honk.png"><br /><span>Помощь по экзоскелетам</span>]]</td> | |||
</tr> | |||
</table> | |||
<table class="table-security"> | |||
<tr> | |||
<th colspan="3">Охрана</th> | |||
</tr> | |||
<tr> | |||
<td>[[Guide to Security|<img alt="StunBaton" src="http://tauceti.ru/w/images/9/96/StunBaton.gif"><br /><span>Как быть нормальным охранником</span>]]</td> | |||
<td>[[Shitcurity|<img alt="Donut" src="http://tauceti.ru/w/images/9/9b/Donut.png"><br /><span>Как быть мудаком-охранником<div class="tlp tlp-warning"><span>Что НЕ нужно делать!</span></div></span>]]</td> | |||
<td>[[Space Law|<img alt="Lawbook" src="http://tauceti.ru/w/images/1/15/SpaceLaw.png"><br /><span>Космический закон</span>]]</td> | |||
</tr> | |||
</table> | |||
<table class="table-civil"> | |||
<tr> | |||
<th colspan="4">Гражданское</th> | |||
</tr> | |||
<tr> | |||
<td>[[Guide to Hydroponics|<img alt="Carrot" src="http://tauceti.ru/w/images/c/c3/Carrot.png"><br /><span>Гидропоника</span>]]</td> | |||
<td>[[Guide to Food and Drinks|<img alt="ToxinsSpecial" src="http://tauceti.ru/w/images/a/a4/ToxinsSpecial.gif"><br /><span>Еда и выпивка</span>]]</td> | |||
<td>[[Supply_crates|<img alt="Critter" src="http://tauceti.ru/w/images/2/24/Critter.png"><br /><span>Ящики поставки</span>]]</td> | |||
<td>[[Guide to Mining|<img alt="Orebox" src="http://tauceti.ru/w/images/d/de/Orebox.png"><br /><span>Шахты и борьба с монстрами</span>]]</td> | |||
</tr> | |||
</table> | |||
<table class="table-antagonists"> | |||
<tr> | |||
<th colspan="5">Антагонисты</th> | |||
</tr> | |||
<tr> | |||
<td>[[Traitor|<img alt="Sword" src="http://tauceti.ru/w/images/1/1f/Sword.gif"><br /><span>Искусство предавать</span>]]</td> | |||
<td>[[Syndicate_Items|<img alt="Syndicate_uplink" src="http://tauceti.ru/w/images/9/93/Syndicate_uplink.png"><br /><span>Вещи синдиката</span>]]</td> | |||
<td>[[Syndicate Guide|<img alt="Nuke" src="http://tauceti.ru/w/images/2/23/Nuke.gif"><br /><span>Ядерная угроза</span>]]</td> | |||
<td>[[Xenos|<img alt="Alien" src="http://tauceti.ru/w/images/1/12/Alien.png"><br /><span>Чужие против людей</span>]]</td> | |||
<td>[[Cult Magic|<img alt="Cult" src="http://tauceti.ru/w/images/0/0f/Cult.png"><br /><span>Тайны тёмного культа</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td>[[Guide to Malfunction|<img alt="Malf_AI" src="http://tauceti.ru/w/images/c/c5/Malf_AI.gif"><br /><span>Неисправный искусственный интеллект</span>]]</td> | |||
<td>[[Wizard|<img alt="Wizard" src="http://tauceti.ru/w/images/c/c7/Wizard.png"><br /><span>Тайная федерация магов</span>]]</td> | |||
<td>[[Revolution|<img alt="Rev" src="http://tauceti.ru/w/images/2/23/Rev.png"><br /><span>Viva La Revolution!</span>]]</td> | |||
<td>[[Pirate|<img alt="Pirate" src="http://tauceti.ru/w/images/4/4b/Pirate.gif"><br /><span>Ограбление!</span>]]</td> | |||
<td>[[Meme|<img alt="Memo" src="http://tauceti.ru/w/images/4/40/Memo.png"><br /><span>Мемо</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td>[[Space Ninja|<img alt="SpaceNinja" src="http://tauceti.ru/w/images/6/66/SpaceNinja.png"><br /><span>Космический ниндзя</span>]]</td> | |||
<td>[[Shadowling|<img alt="Shadowbeing" src="http://tauceti.ru/w/images/1/18/Shadowbeing.png"><br /><span>Шедоулинг</span>]]</td> | |||
<td>[[Changeling|<img alt="Changeling" src="http://tauceti.ru/w/images/8/8c/Changeling.gif"><br /><span>Генокрад</span>]]</td> | |||
<td>[[Mutiny|<img alt="Force" src="http://tauceti.ru/w/images/0/09/Force.png"><br /><span>Мятеж</span>]]</td> | |||
<td>[[Blob|<img alt="Blob" src="http://tauceti.ru/w/images/9/9d/Blob.png"><br /><span>Блоб</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2">[[Abductor|<img alt="Agent" src="http://tauceti.ru/w/images/f/f3/Agent.png"><br /><span>Абдуктор</span>]]</td> | |||
<td colspan="1">[[Gang_Wars|<img alt="Dominator" src="http://tauceti.ru/w/images/6/69/Dominator.gif"><br /><span>Война банд</span>]]</td> | |||
<td>[[Slime|<img alt="Bluebabyslime" src="http://tauceti.ru/w/images/2/2a/Bluebabyslime.gif"><br /><span>Слайм</span>]]</td> | |||
<td>[[Vox Raider|<img alt="Voxraider" src="http://tauceti.ru/w/images/7/71/Voxraider.png"><br /><span>Налет Воксов</span>]]</td> | |||
</tr> | |||
</table> | |||
<table class="table-other"> | |||
<tr> | |||
<th colspan="4">Прочее</th> | |||
</tr> | |||
<tr> | |||
<td>[[:Категория:Objects|<img alt="Objects" src="http://tauceti.ru/w/images/8/8b/Objects.gif"><br /><span>Список предметов по категориям</span>]]</td> | |||
<td>[[Незаконный_доступ|<img alt="Id_regular" src="http://tauceti.ru/w/images/d/d2/Id_regular.png"><br /><span>Проникновение в отсеки</span>]]</td> | |||
<td>[[Piano|<img alt="Piano" src="http://tauceti.ru/w/images/e/ea/Piano.png"><br /><span>Космо-музыка</span>]]</td> | |||
<td>[[Guide to Robust Things|<img alt="Antique_laser" src="http://tauceti.ru/w/images/4/40/Antique_laser.png"><br /><span>Оружие</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td>[[Руководство по сборке бомб|<img alt="Fueltank1" src="http://tauceti.ru/w/images/5/58/Fueltank1.png"><br /><span>Руководство по сборке бомб</span>]]</td> | |||
<td>[[Guide_to_Defense|<img alt="RiotS" src="http://tauceti.ru/w/images/a/ac/RiotS.png"><br /><span>Защита</span>]]</td> | |||
<td>[[Creatures|<img alt="Carp" src="http://tauceti.ru/w/images/4/40/Goldgrub.png"><br /><span>Инородные существа<div class="tlp tlp-notice"><span>Боты</span></div></span>]]</td> | |||
<td>[[Reading Material|<img alt="Bookshelf" src="http://tauceti.ru/w/images/f/f7/Bookshelf.png"><br /><span>Что почитать</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td>[[Guide to Combat|<img alt="Harm" src="http://tauceti.ru/w/images/e/ee/Harm.png"><br /><span>Бойцовский клуб</span>]]</td> | |||
<td>[[Job selection and assignment|<img alt="Pen" src="http://tauceti.ru/w/images/4/4f/Pen.png"><br /><span>Работа и её назначение</span>]]</td> | |||
<td colspan="2">[[Random events|<img alt="Meteor" src="http://tauceti.ru/w/images/9/9f/Carp.gif"><br /><span>Случайные события</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2">[[Деньги|<img alt="ATM" src="http://tauceti.ru/w/images/0/0d/ATM.png"><br /><span>Деньги, что с ними делать и как?</span>]]</td> | |||
<td colspan="2">[[Meteor Guide|<img alt="Meteor" src="http://tauceti.ru/w/images/0/0a/Meteor.gif"><br /><span>Метеоритный дождь</span>]]</td> | |||
</tr> | |||
</table> | |||
<table class="table-technical"> | |||
<tr> | |||
<th colspan="4">Техническое</th> | |||
</tr> | |||
<tr> | |||
<td>[[Шаблоны|<img alt="Code" src="http://tauceti.ru/w/images/8/81/Code.gif"><br /><span>Шаблоны википедии</span>]]</td> | |||
<td>[[Server Startup|<img alt="Server" src="http://tauceti.ru/w/images/7/78/Server.png"><br /><span>Создание своего сервера</span>]]</td> | |||
<td>[[Starter guide to admin tools|<img alt="Lawbook" src="http://tauceti.ru/w/images/1/15/SpaceLaw.png"><br /><span>Руководство администратора</span>]]</td> | |||
<td>[[Music_Creation|<img alt="Music" src="http://tauceti.ru/w/images/2/2c/Music.png"><br /><span>Создание своей музыки</span>]]</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2">[[Git/GitHub|<img alt="ATM" src="http://tauceti.ru/w/images/3/38/Github.png"><br /><span>О GitHub'е</span>]]</td> | |||
<td colspan="2">[[Git/Git-console|<img alt="ATM" src="http://tauceti.ru/w/images/b/b2/Gitshell.png"><br /><span>О коде</span>]]</td> | |||
</tr> | |||
</table> | |||
</div> | </div> | ||
{{Quick menu}} | |||
[[Category:Guides]] |
Версия 17:19, 11 октября 2017