Шаблон:Rolestable.css

Материал из Tau Ceti Station Wiki
Версия от 08:26, 20 декабря 2025; Volas (обсуждение | вклад)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску
table.rolestable {
 border-top-left-radius:13px; 
 border-bottom-left-radius:13px; 
 border-top-right-radius:13px;
 border-bottom-right-radius:13px;
 text-align: center;
 background-color: #c89ea9;
 box-shadow: 0 0 1em #999;
}

table.beginnerjobs {
 background-color: #a2c89e;
}

table.rolestable > * > tr > * {
 padding-top: 15px;
 padding-bottom: 10px;
}
table.rolestable > tr > th,
table.rolestable > tr > td,
table.rolestable > * > tr > th,
table.rolestable > * > tr > td {
 background-color: #f6ece9;
}
table.beginnerjobs > tr > th,
table.beginnerjobs > tr > td,
table.beginnerjobs > * > tr > th,
table.beginnerjobs > * > tr > td {
 background-color: #e9f6ef;
}
table.rolestable > tr:first-child > th:first-child,
table.rolestable > * > tr:first-child > th:first-child {
 border-top-left-radius:10px;
}
table.rolestable > tr:first-child > th:last-child,
table.rolestable > * > tr:first-child > th:last-child {
 border-top-right-radius:10px;
}
table.rolestable > tr:last-child > th:first-child,
table.rolestable > * > tr:last-child > th:first-child {
 border-bottom-left-radius:10px;
}
table.rolestable > tr:last-child > th:last-child,
table.rolestable > * > tr:last-child > th:last-child {
 border-bottom-right-radius:10px;
}