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

мНет описания правки
мНет описания правки
Строка 2233: Строка 2233:
/* Таблица */
/* Таблица */
#MED.wikitable {
#MED.wikitable {
background: #003530;
background: #01453e;
border-spacing: 0px;
border-spacing: 0px;
}
}
Строка 2241: Строка 2241:
#MED.wikitable:not(:has(thead)) tr:first-of-type th {
#MED.wikitable:not(:has(thead)) tr:first-of-type th {
     position: relative;
     position: relative;
     background-color: #003530;
     background-color: #01453e;
     border-bottom: 4px solid #00000015;
     border-bottom: 4px solid #00000015;
}
}
Строка 2248: Строка 2248:
#MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#MED.wikitable thead + tbody > tr th {
#MED.wikitable thead + tbody > tr th {
     background: #004741;
     background: #005b53;
     border-bottom: 1px solid #003530;
     border-bottom: 1px solid #01453e;
}
}


Строка 2255: Строка 2255:
#MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td,
#MED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td,
#MED.wikitable thead + tbody > tr td {
#MED.wikitable thead + tbody > tr td {
     background: #19514c;
     background: #1f635d;
     border-bottom: 1px solid #003530;
     border-bottom: 1px solid #01453e;
     border-left: 1px solid #004741;
     border-left: 1px solid #005b53;
}
}


Строка 2382: Строка 2382:
#aMED.wikitable:not(:has(thead)) tr:first-of-type th {
#aMED.wikitable:not(:has(thead)) tr:first-of-type th {
     position: relative;
     position: relative;
     background-color: #004d45;
     background-color: #0d747f;
     border-bottom: 0.2em solid #00000059;
     border-bottom: 0.2em solid #00000059;
     box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
     box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
Строка 2389: Строка 2389:
#aMED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#aMED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#aMED.wikitable thead + tbody > tr th {
#aMED.wikitable thead + tbody > tr th {
     background: #00776e;
     background: #004d45;
     border-bottom: 0.1em solid #00000059;
     border-bottom: 0.1em solid #00000059;
     border-left: 0.2em solid #00000059;
     border-left: 0.2em solid #00000059;