MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 2347: | Строка 2347: | ||
/* Заглавные ячейки */ | /* Заглавные ячейки */ | ||
#BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th | #BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#BOTANY.wikitable thead + tbody > tr th | #BOTANY.wikitable thead + tbody > tr th { | ||
background: #0d7b34; | background: #0d7b34; | ||
} | } | ||
/* Первая заглавная ячейка */ | /* Первая заглавная ячейка */ | ||
#BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-of-type, | ||
#BOTANY.wikitable thead + tbody > tr th { | #BOTANY.wikitable thead + tbody > tr th:first-of-type { | ||
border-left: 0.2em solid #0000003b; | border-left: 0.2em solid #0000003b; | ||
} | } | ||