Перейти к содержанию

Шаблон:ItemTable.css

Материал из Tau Ceti Station Wiki
Версия от 00:32, 18 марта 2026; Richard Jones (обсуждение | вклад) (Содержимое страницы заменено на «.itemtable { background-color: {{ColorPalette|{{{Palette|}}}|Transparent}} !important; } .itemtable>*>*>* { padding: 10px !important; border: 1px solid {{ColorPalette|{{{Palette|}}}|Primary}} !important; } .itemtable>*>tr>th { text-align: center; padding: 10px !important; background-color: {{ColorPalette|{{{Palette|}}}|Light}} !important; }»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

.itemtable {

 background-color: hsla(28, 6%,46%,calc(50/100)) !important;

} .itemtable>*>*>* {

 padding: 10px !important;
 border: 1px solid hsla(28, 6%,46%,calc(50/100)) !important;

} .itemtable>*>tr>th {

 text-align: center;
 padding: 10px !important;
 background-color: hsla(28, 6%,46%,calc(50/100)) !important;

}