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

мНет описания правки
мНет описания правки
Строка 2335: Строка 2335:
/* Таблица */
/* Таблица */
#BOTANY.wikitable {
#BOTANY.wikitable {
background: #134326;
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: #016731;
     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 {
     background: #0d7b34;
     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;
}
}