MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 2278: | Строка 2278: | ||
} | } | ||
/* Закругление верхнего левого угла первой ячейки | /* Закругление верхнего левого угла первой ячейки */ | ||
.wikitable thead tr:first-child th:first-child, | .wikitable thead tr:first-child th:first-child, | ||
.wikitable thead tr:first-child td:first-child, | .wikitable thead tr:first-child td:first-child, | ||
.wikitable:not(:has(thead)) tr:first-child th:first-child, | .wikitable:not(:has(thead)) tr:first-child th:first-child, | ||
.wikitable:not(:has(thead)) tr:first-child td:first-child { | .wikitable:not(:has(thead)) tr:first-child td:first-child { | ||
border-top-left-radius: | border-top-left-radius: var(--border-radius); | ||
} | } | ||
/* Закругление верхнего правого угла последней ячейки | /* Закругление верхнего правого угла последней ячейки */ | ||
.wikitable thead tr:first-child th:last-child, | .wikitable thead tr:first-child th:last-child, | ||
.wikitable thead tr:first-child td:last-child, | .wikitable thead tr:first-child td:last-child, | ||
.wikitable:not(:has(thead)) tbody > tr:first-child th:last-child, | .wikitable:not(:has(thead)) tbody > tr:first-child th:last-child, | ||
.wikitable:not(:has(thead)) tbody > tr:first-child td:last-child { | .wikitable:not(:has(thead)) tbody > tr:first-child td:last-child { | ||
border-top-right-radius: | border-top-right-radius: var(--border-radius); | ||
} | } | ||
/* Закругление нижнего левого угла первой ячейки последнего ряда | /* Закругление нижнего левого угла первой ячейки последнего ряда | ||
.wikitable tbody tr:last-child th:first-child, | .wikitable tbody tr:last-child th:first-child, | ||
.wikitable tbody tr:last-child td:first-child { | .wikitable tbody tr:last-child td:first-child { | ||
border-bottom-left-radius: | border-bottom-left-radius: var(--border-radius); | ||
}*/ | }*/ | ||
| Строка 2303: | Строка 2303: | ||
.wikitable tbody tr:last-child th:last-child, | .wikitable tbody tr:last-child th:last-child, | ||
.wikitable tbody tr:last-child td:last-child { | .wikitable tbody tr:last-child td:last-child { | ||
border-bottom-right-radius: | border-bottom-right-radius: var(--border-radius); | ||
}*/ | }*/ | ||