Шаблон:Rolestable.css: различия между версиями

Материал из Tau Ceti Station Wiki
Перейти к навигации Перейти к поиску
Volas изменил модель содержимого страницы Шаблон:Rolestable.css с «вики-текст» на «Sanitized CSS»
Нет описания правки
 
Строка 1: Строка 1:
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;
}

Текущая версия от 08:26, 20 декабря 2025

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;
}