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

мНет описания правки
мНет описания правки
Строка 3729: Строка 3729:
#COM.wikitable {
#COM.wikitable {
border: 1px solid var(--bg-color-blue-100);
border: 1px solid var(--bg-color-blue-100);
}
#COM.wikitable th {
background: var(--bg-color-blue-150);
}
}


Строка 3739: Строка 3743:
}
}


#COM.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#COM.wikitable thead + tbody > tr th:first-child {
#COM.wikitable thead + tbody > tr th {
background: var(--bg-color-blue-150);
border-left: 3px solid var(--color-darkened-border);
border-left: 3px solid var(--color-darkened-border);
}
}
Строка 3752: Строка 3754:
#MED.wikitable {
#MED.wikitable {
border: 1px solid var(--bg-color-sky-blue-100);
border: 1px solid var(--bg-color-sky-blue-100);
}
#MED.wikitable th {
background: var(--bg-color-blue-150);
}
}


Строка 3762: Строка 3768:
}
}


#MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#MED.wikitable thead + tbody > tr th:first-child {
#MED.wikitable thead + tbody > tr th {
background: var(--bg-color-sky-blue-150);
border-left: 3px solid var(--color-darkened-border);
border-left: 3px solid var(--color-darkened-border);
}
}
Строка 3775: Строка 3779:
#SRV.wikitable {
#SRV.wikitable {
border: 1px solid var(--bg-color-green-100);
border: 1px solid var(--bg-color-green-100);
}
#SRV.wikitable th {
background: var(--bg-color-green-150);
}
}


Строка 3785: Строка 3793:
}
}


#SRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#SRV.wikitable thead + tbody > tr th:first-child {
#SRV.wikitable thead + tbody > tr th {
background: var(--bg-color-green-150);
border-left: 3px solid var(--color-darkened-border);
border-left: 3px solid var(--color-darkened-border);
}
}
Строка 3798: Строка 3804:
#ENG.wikitable {
#ENG.wikitable {
border: 1px solid var(--bg-color-yellow-100);
border: 1px solid var(--bg-color-yellow-100);
}
#ENG.wikitable th {
background: var(--bg-color-yellow-150);
}
}


Строка 3808: Строка 3818:
}
}


#ENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#ENG.wikitable thead + tbody > tr th:first-child {
#ENG.wikitable thead + tbody > tr th {
background: var(--bg-color-yellow-150);
border-left: 3px solid var(--color-darkened-border);
border-left: 3px solid var(--color-darkened-border);
}
}
Строка 3821: Строка 3829:
#RND.wikitable {
#RND.wikitable {
border: 1px solid var(--bg-color-purple-100);
border: 1px solid var(--bg-color-purple-100);
}
#RND.wikitable th {
background: var(--bg-color-purple-150);
}
}


Строка 3831: Строка 3843:
}
}


#RND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#RND.wikitable thead + tbody > tr th:first-child {
#RND.wikitable thead + tbody > tr th {
background: var(--bg-color-purple-150);
border-left: 3px solid var(--color-darkened-border);
border-left: 3px solid var(--color-darkened-border);
}
}
Строка 3844: Строка 3854:
#SUP.wikitable {
#SUP.wikitable {
border: 1px solid var(--bg-color-brown-100);
border: 1px solid var(--bg-color-brown-100);
}
#SUP.wikitable th {
background: var(--bg-color-brown-150);
}
}


Строка 3854: Строка 3868:
}
}


#SUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#SUP.wikitable thead + tbody > tr th:first-child {
#SUP.wikitable thead + tbody > tr th {
background: var(--bg-color-brown-150);
border-left: 3px solid var(--color-darkened-border);
border-left: 3px solid var(--color-darkened-border);
}
}
Строка 3867: Строка 3879:
#SEC.wikitable {
#SEC.wikitable {
border: 1px solid var(--bg-color-red-100);
border: 1px solid var(--bg-color-red-100);
}
#SEC.wikitable th {
background: var(--bg-color-red-150);
}
}


Строка 3877: Строка 3893:
}
}


#SEC.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#SEC.wikitable thead + tbody > tr th:first-child {
#SEC.wikitable thead + tbody > tr th {
background: var(--bg-color-red-150);
border-left: 3px solid var(--color-darkened-border);
border-left: 3px solid var(--color-darkened-border);
}
}
Строка 3915: Строка 3929:
#MUTATION.wikitable {
#MUTATION.wikitable {
border: 1px solid var(--bg-color-violet-100);
border: 1px solid var(--bg-color-violet-100);
}
#MUTATION.wikitable th {
background: var(--bg-color-violet-150);
}
}


Строка 3925: Строка 3943:
}
}


#MUTATION.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#MUTATION.wikitable thead + tbody > tr th:first-child {
#MUTATION.wikitable thead + tbody > tr th {
background: var(--bg-color-violet-150);
border-left: 3px solid var(--color-darkened-border);
border-left: 3px solid var(--color-darkened-border);
}
}