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

мНет описания правки
мНет описания правки
Строка 5205: Строка 5205:
/* BOTANY */
/* BOTANY */
#BOTANY.wikitable {
#BOTANY.wikitable {
border: 1px solid var(--bg-color-turquoise-subtle);
border: 1px solid var(--bg-color-emerald-subtle);
}
}


#BOTANY.wikitable th {
#BOTANY.wikitable th {
background: var(--bg-color-turquoise-150);
background: var(--bg-color-emerald-150);
}
}


Строка 5215: Строка 5215:
#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: var(--bg-color-turquoise-100);
background: var(--bg-color-emerald-100);
border-bottom: 3px solid var(--color-darkened-border);
border-bottom: 3px solid var(--color-darkened-border);
box-shadow:  var(--box-shadow-medium);
box-shadow:  var(--box-shadow-medium);
Строка 5226: Строка 5226:


#BOTANY.wikitable tr td {
#BOTANY.wikitable tr td {
background: var(--bg-color-turquoise-subtle);
background: var(--bg-color-emerald-subtle);
}
}