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

мНет описания правки
мНет описания правки
Строка 2329: Строка 2329:
#aSRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td,
#aSRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td,
#aSRV.wikitable thead + tbody > tr td {
#aSRV.wikitable thead + tbody > tr td {
     background: #428542;
     background: #357f49;
     border-bottom: 1px solid #1d611a;
     border-bottom: 1px solid #1d611a;
}
}
Строка 2335: Строка 2335:
/* Таблица */
/* Таблица */
#BOTANY.wikitable {
#BOTANY.wikitable {
background: #134328;
background: #134326;
}
}


Строка 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: #0a6b39;
     background-color: #016731;
     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: #057b3a;
     background: #0d7b34;
}
}


Строка 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: #2f7d4d;
     background: #357f49;
}
}