Objects: различия между версиями

Материал из Tau Ceti Station Wiki
Перейти к навигации Перейти к поиску
м (Фиксы.)
(Добавил арсенал клоуна)
 
(не показано 30 промежуточных версий 10 участников)
Строка 1: Строка 1:
На станции (и снаружи) есть много предметов. Здесь вы найдете большинство из них, разбитые по категориям.<br>Также смотрите: [[Reading Material|Если хочется почитать]]
{{FunnyTable}}
{{#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: #f7f7f7; }
 
}


<div class="wrap">
<table class="table-elementary">
<tr>
      <td>[[File:NPA.png | Предметы общего пользования | link=General_Items]]</td>
      <td>[[File:NuclearDisk.gif | Предметы высокого риска | link=High-risk_items]]</td>
      <td>[[File:Flamethrower.gif | Самодельные предметы | link=Makeshift_Construction]]</td>
</tr>
<tr>
      <td>[[File:Syndicate_uplink.png | Средства Синдиката | link=Syndicate_items]]</td>
      <td>[[File:Desert_eagle.png | Оружие | link=Guide_to_Robust_Things]]</td> 
</tr>
<tr>
      <td>[[File:Taser.png | Экипировка СБ | link=Security_items]]</td>
      <td>[[File:Banana peel.png | Арсенал Клоуна | link=Clown_items]]</td>
</tr>


.tlp {
<tr>
  display: inline-block;
       <td >[[File:Wrench1.gif | Предметы инженерии | link=Engineering_items]]</td>
  position: relative;
       <td>[[File:Canister.png | Оборудование атмосферных техников | link=Atmospherics_Items]]</td>
  font-size: 80%;
       <td>[[File:Rig_module_science_tool.png | Модули РИГов | link=RIGs_modules]]</td>
  font-weight: bold;
</tr>
}
<tr>
 
       <td>[[File:Icard.png | Барахло ученых | link=Research_items]]</td>
.tlp.tlp-warning { color: red; }
       <td>[[File:SMed.png | Медицинские приспособления | link=Medical_Items]]</td>
.tlp.tlp-warning:before { content: "&nbsp;&#10071;"; }
       <td>[[File:Mop.png | Предметы уборщика | link=Janitorial_Supplies]]</td>
 
</tr>
.tlp.tlp-notice { color: black; }
<tr>
.tlp.tlp-notice:before { content: "&nbsp;&#10067;"; }
       <td>[[File:SGlasses.png | Одежда и аксессуары | link=Clothes_and_Internals]]</td>
 
       <td>[[File:Id_clown.png | Разновидности ID карт | link=Identification_Card]]</td>
.tlp > span {
       <td>[[File:Normalpda.png | КПК | link=PDA]]</td>
  position: absolute;
</tr>
  background-color: gold; 
<tr>
  color: black; 
       <td>[[File:Crew_Monitoring_Console.gif | Консоли | link=Computers]]</td>
  border-radius: 7px;
       <td>[[File:Vendcoffee.gif | Торговые автоматы | link=Vending_Machines]]</td>
  box-shadow: 4px 4px 7px -3px grey;
       <td>[[File:Rack.png | Мебель | link=Furniture]]</td>
  padding: 4px;
</tr>
  min-width: 140px;
</table>
  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">
  <table class="table-elementary">
    <tr>
       <td>[[Engineering items|<img src="https://wiki.taucetistation.org/images/7/7c/Wrench.png"><img src="http://wiki.taucetistation.org/images/b/bc/SMES_Charging.gif"><br /><span>Предметы инженерии</span>]]</td>
       <td>[[Medical Items|<img src="http://wiki.taucetistation.org/images/0/0b/SMed.png"><img src="http://wiki.taucetistation.org/images/e/ea/Sleeper.gif"><br /><span>Медицинские приспособления</span>]]</td>
       <td>[[Security items|<img src="http://wiki.taucetistation.org/images/1/14/Handcuffs.png"><img src="http://wiki.taucetistation.org/images/0/08/Taser.png"><br /><span>Экипировка СБ</span>]]</td>
      <td>[[Research items|<img src="http://wiki.taucetistation.org/images/0/06/Disk.gif"><img src="https://wiki.taucetistation.org/images/e/ed/Icard.png"><br /><span>Барахло ученых</span>]]</td>
    </tr>
    <tr>
       <td>[[Vending Machines|<img src="http://wiki.taucetistation.org/images/8/84/Vendyoutool.png"><img src="http://wiki.taucetistation.org/images/d/d0/Vendcoffee.gif"><br /><span>Торговые автоматы</span>]]</td>
       <td>[[PDA|<img src="https://tgstation13.org/wiki//images/8/87/Pda_cartrige.png"><img src="https://tgstation13.org/wiki//images/a/aa/Normalpda.gif"><br /><span>ПДА</span>]]</td>
       <td>[[Identification Card|<img src="wiki.taucetistation.org/images/d/d2/Id_regular.png"><img src="http://wiki.taucetistation.org/images/7/72/Id_gold.png"><br /><span>Разновидности ID карт</span>]]</td>
      <td>[[General Items|<img src="http://wiki.taucetistation.org/images/1/19/Locker.png"><img src="http://wiki.taucetistation.org/images/b/b0/NPA.png"><br /><span>Предметы общего пользования</span>]]</td>
    </tr>
    <tr>
       <td>[[Atmospherics Items|<img src="http://wiki.taucetistation.org/images/1/13/OxygenTank.png"><img src="http://wiki.taucetistation.org/images/5/5f/Canister.png"><br /><span>Оборудование атмосферных техников</span>]]</td>
       <td>[[High-risk items|<img src="http://wiki.taucetistation.org/images/6/6b/NuclearDisk.gif"><img src="http://wiki.taucetistation.org/images/3/31/Captaingun.png"><br /><span>Предметы высокого риска</span>]]</td>
      <td>[[Syndicate items|<img src="http://wiki.taucetistation.org/images/1/1f/Sword.gif"><img src="http://wiki.taucetistation.org/images/9/93/Syndicate_uplink.png"><br /><span>Средства Синдиката</span>]]</td>
       <td>[[Guide to Robust Things|<img src="http://wiki.taucetistation.org/images/8/87/Retrolaser.png"><img src="http://wiki.taucetistation.org/images/a/ab/Fireaxe.png"><br /><span>Оружие</span>]]</td>
    </tr>
    <tr>
       <td>[[Computers|<img src="http://wiki.taucetistation.org/images/9/9e/Requests_Console.gif"><img src="http://wiki.taucetistation.org/images/4/41/Crew_Monitoring_Console.gif"><br /><span>Консоли</span>]]</td>
      <td>[[Janitorial Supplies|<img src="http://wiki.taucetistation.org/images/f/f5/Mop.png"><img src="http://wiki.taucetistation.org/images/5/51/Janitorial_Cart.png"><br /><span>Предметы уборщика</span>]]</td>
       <td>[[Makeshift weapons|<img src="http://wiki.taucetistation.org/images/6/64/Cablecuffs.png"><img src="http://wiki.taucetistation.org/images/2/29/Stunprod.png"><br /><span>Самодельное оружие</span>]]</td>
       <td>[[Clothes and Internals|<img src="http://wiki.taucetistation.org/images/3/3a/RIG.png"><img src="http://wiki.taucetistation.org/images/a/a5/Duck_belt.png"><br /><span>Одежда и аксессуары</span>]]</td>
    </tr>
    <tr>
    <td colspan ="2">[[Furniture|<img src ="http://wiki.taucetistation.org/images/7/76/Chair.png"><img src = "http://wiki.taucetistation.org/images/c/c5/Bed.png"><br /><span>Мебель</span>]]</td>
    <td colspan ="2">[[Barber Supplies|<img src ="http://wiki.taucetistation.org/images/9/92/Scissors.png"><img src = "http://wiki.taucetistation.org/images/e/ea/Hairspray.png"><br /><span>Предметы парикмахера</span>]]</td>
    </tr>
  </table>
{{Quick menu}}
{{Quick menu}}
[[Category:Guides]]

Текущая версия на 09:56, 18 июля 2025


Предметы общего пользования Предметы высокого риска Самодельные предметы
Средства Синдиката Оружие
Экипировка СБ Арсенал Клоуна
Предметы инженерии Оборудование атмосферных техников Модули РИГов
Барахло ученых Медицинские приспособления Предметы уборщика
Одежда и аксессуары Разновидности ID карт КПК
Консоли Торговые автоматы Мебель
Home-universe.pngHome-professions.pngHome-modes.pngHome-guides.pngHome-locs.pngHome-rules.png