MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 2335: | Строка 2335: | ||
/* Таблица */ | /* Таблица */ | ||
#BOTANY.wikitable { | #BOTANY.wikitable { | ||
background: # | background: #0d3f28; | ||
} | } | ||
| Строка 2342: | Строка 2342: | ||
#BOTANY.wikitable:not(:has(thead)) tr:first-of-type th { | #BOTANY.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | position: relative; | ||
background-color: # | background-color: #016932; | ||
border-bottom: 0.2em solid #00000021; | border-bottom: 0.2em solid #00000021; | ||
} | } | ||
/* | /* Заглавные ячейки */ | ||
#BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-of-type, | |||
#BOTANY.wikitable thead + tbody > tr th:first-of-type { | |||
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, | ||
#BOTANY.wikitable thead + tbody > tr th { | #BOTANY.wikitable thead + tbody > tr th { | ||
border-left: 0.2em solid #0000003b; | |||
} | } | ||
| Строка 2371: | Строка 2377: | ||
} | } | ||
/* | /* Заглавные ячейки */ | ||
#MUTATION.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | #MUTATION.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
#MUTATION.wikitable thead + tbody > tr th { | #MUTATION.wikitable thead + tbody > tr th { | ||
background: #401d6b; | background: #401d6b; | ||
} | |||
/* Первая заглавная ячейка */ | |||
#MUTATION.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th:first-of-type, | |||
#MUTATION.wikitable thead + tbody > tr th:first-of-type { | |||
border-left: 0.2em solid #0000003b; | |||
} | } | ||