Objects: различия между версиями
Lexakr (обсуждение | вклад) мНет описания правки |
Lexakr (обсуждение | вклад) Убраны средства дыхания, добавлены(wip) ПДА |
||
| Строка 152: | Строка 152: | ||
<tr> | <tr> | ||
<td>[[Vending Machines|<img src="http://tauceti.ru/w/images/8/84/Vendyoutool.png"><img src="http://tauceti.ru/w/images/d/d0/Vendcoffee.gif"><br /><span>Торговые автоматы</span>]]</td> | <td>[[Vending Machines|<img src="http://tauceti.ru/w/images/8/84/Vendyoutool.png"><img src="http://tauceti.ru/w/images/d/d0/Vendcoffee.gif"><br /><span>Торговые автоматы</span>]]</td> | ||
<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="http://tauceti.ru/w/images/d/d2/Id_regular.png"><img src="http://tauceti.ru/w/images/7/72/Id_gold.png"><br /><span>Разновидности ID карт</span>]]</td> | <td>[[Identification Card|<img src="http://tauceti.ru/w/images/d/d2/Id_regular.png"><img src="http://tauceti.ru/w/images/7/72/Id_gold.png"><br /><span>Разновидности ID карт</span>]]</td> | ||
<td>[[General Items|<img src="http://tauceti.ru/w/images/1/19/Locker.png"><img src="http://tauceti.ru/w/images/b/b0/NPA.png"><br /><span>Предметы общего пользования</span>]]</td> | <td>[[General Items|<img src="http://tauceti.ru/w/images/1/19/Locker.png"><img src="http://tauceti.ru/w/images/b/b0/NPA.png"><br /><span>Предметы общего пользования</span>]]</td> | ||
Версия от 19:23, 2 октября 2017
На станции (и снаружи) есть много предметов. Здесь вы найдете большинство из них, разбитые по категориям.
Также смотрите: Если хочется почитать
{{#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; }
}
.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;
} }}