Шаблон:ItemTable.css: различия между версиями
Внешний вид
Содержимое страницы заменено на «.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; }» Метка: замена |
Пока что сделал без выбора департамента, все таблички дефолтно серого оттенка |
||
| (не показаны 2 промежуточные версии 1 участника) | |||
| Строка 1: | Строка 1: | ||
.itemtable { | .itemtable { | ||
background-color: | background-color: hsla(28, 6%, 46%, 0.1) !important; | ||
} | } | ||
.itemtable>*>*>* { | .itemtable>*>*>* { | ||
padding: 10px !important; | padding: 10px !important; | ||
border: 1px solid | border: 1px solid hsla(28, 6%, 46%, 0.75) !important; | ||
} | } | ||
.itemtable>*>tr>th { | .itemtable>*>tr>th { | ||
text-align: center; | text-align: center; | ||
padding: 10px !important; | padding: 10px !important; | ||
background-color: | background-color: hsla(28, 6%, 46%, 0.25) !important; | ||
} | } | ||