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

Нет описания правки
мНет описания правки
Строка 2257: Строка 2257:
     background: #19514c;
     background: #19514c;
     border-bottom: 1px solid #003530;
     border-bottom: 1px solid #003530;
    border-left: 1px solid #004741;
}
}


Строка 2285: Строка 2286:
     background: #977e31;
     background: #977e31;
     border-bottom: 1px solid #775f0e;
     border-bottom: 1px solid #775f0e;
    border-left: 1px solid #8f7210;
}
}


Строка 2343: Строка 2345:
     background: #84328f;
     background: #84328f;
     border-bottom: 1px solid #630069;
     border-bottom: 1px solid #630069;
    border-left: 1px solid #7c0183;
}
}


Строка 2371: Строка 2374:
     background: #8f5a23;
     background: #8f5a23;
     border-bottom: 1px solid #6f3d0a;
     border-bottom: 1px solid #6f3d0a;
    border-left: 1px solid #85490c;
}
}


Строка 2452: Строка 2456:
/* Таблица */
/* Таблица */
#aSRV.wikitable {
#aSRV.wikitable {
background: #297929;
background: #216321;
border-spacing: 0px;
border-spacing: 0px;
}
}
Строка 2460: Строка 2464:
#aSRV.wikitable:not(:has(thead)) tr:first-of-type th {
#aSRV.wikitable:not(:has(thead)) tr:first-of-type th {
     position: relative;
     position: relative;
     background-color: #297929;
     background-color: #216321;
     border-bottom: 0.2em solid #00000021;
     border-bottom: 0.2em solid #00000021;
}
}
Строка 2467: Строка 2471:
#aSRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#aSRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#aSRV.wikitable thead + tbody > tr th {
#aSRV.wikitable thead + tbody > tr th {
     background: #216321;
     background: #297929;
     border-bottom: 1px solid #297929;
     border-bottom: 1px solid #216321;
}
}


Строка 2475: Строка 2479:
#aSRV.wikitable thead + tbody > tr td {
#aSRV.wikitable thead + tbody > tr td {
     background: #3f833f;
     background: #3f833f;
     border-bottom: 1px solid #297929;
     border-bottom: 1px solid #216321;
}
    border-left: 1px solid #297929;
}  


/* Таблица */
/* Таблица */