MediaWiki:Common.css: различия между версиями

мНет описания правки
мНет описания правки
Строка 2283: Строка 2283:
.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: var(--border-radius);
border-top-left-radius: var(--border-radius-low);
}
}


Строка 2291: Строка 2291:
.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: var(--border-radius);
border-top-right-radius: var(--border-radius-low);
}
}


Строка 2297: Строка 2297:
.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: var(--border-radius);
border-bottom-left-radius: var(--border-radius-low);
}*/
}*/


Строка 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: var(--border-radius);
border-bottom-right-radius: var(--border-radius-low);
}*/
}*/