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

мНет описания правки
Метка: ручная отмена
мНет описания правки
Строка 2335: Строка 2335:
/* Таблица */
/* Таблица */
#BOTANY.wikitable {
#BOTANY.wikitable {
background: #034922;
background: #134328;
}
}


Строка 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: #076b38;
     background-color: #0a6b39;
     border-bottom: 0.2em solid #00000021;
     border-bottom: 0.2em solid #00000021;
}
}
Строка 2349: Строка 2349:
#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: #007b37;
     background: #057b3a;
}
}


Строка 2355: Строка 2355:
#BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td,
#BOTANY.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td,
#BOTANY.wikitable thead + tbody > tr td {
#BOTANY.wikitable thead + tbody > tr td {
     background: #337d4a;
     background: #2f7d4d;
}
}