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

мНет описания правки
Правка палитр
Строка 2186: Строка 2186:
/*Цвета таблиц для разных отделов*/
/*Цвета таблиц для разных отделов*/
#MED.wikitable {
#MED.wikitable {
     background: #1a3432;
     background: #004641;
     color: #dddddd;
     color: #dddddd;
}
}


#MED.wikitable>*>tr>th {
#MED.wikitable>*>tr>th {
     background: #1a3432;
     background: #004641;
     color: #dddddd;
     color: #dddddd;
}
}


#MED.wikitable > * > tr > td {
#MED.wikitable > * > tr > td {
     background: #224d49;
     background: #265b56;
     color: #dddddd;
     color: #dddddd;
}
}


#ENG.wikitable {
#ENG.wikitable {
     background: #937625;
     background: #8f711c;
     color: #dddddd;
     color: #dddddd;
}
}


#ENG.wikitable>*>tr>th {
#ENG.wikitable>*>tr>th {
     background: #937625;
     background: #8f711c;
     color: #dddddd;
     color: #dddddd;
}
}


#ENG.wikitable > * > tr > td {
#ENG.wikitable > * > tr > td {
     background: #9d843b;
     background: #9b8238;
     color: #dddddd;
     color: #dddddd;
}
}
Строка 2246: Строка 2246:


#RND.wikitable {
#RND.wikitable {
     background: #800080;  
     background: #7b0a7b;  
     color: #dddddd;
     color: #dddddd;
}
}


#RND.wikitable>*>tr>th {
#RND.wikitable>*>tr>th {
     background: #800080;
     background: #7b0a7b;
     color: #dddddd;
     color: #dddddd;
}
}


#RND.wikitable > * > tr > td {
#RND.wikitable > * > tr > td {
     background: #8F3B95;
     background: #8d3893;
     color: #dddddd;
     color: #dddddd;
}
}


#SUP.wikitable {
#SUP.wikitable {
     background: #7A450C;
     background: #81470c;
     color: #dddddd;
     color: #dddddd;
}
}


#SUP.wikitable>*>tr>th {
#SUP.wikitable>*>tr>th {
     background: #7A450C;
     background: #81470c;
     color: #dddddd;
     color: #dddddd;
}
}


#SUP.wikitable > * > tr > td {
#SUP.wikitable > * > tr > td {
     background: #7C4C18;
     background: #895928;
     color: #dddddd;
     color: #dddddd;
}
}


/*Альтернативные цвета таблиц для разных отделов*/
/*Альтернативные цвета таблиц для разных отделов*/
#aMED.wikitable {
#aMED.wikitable thead tr th,
     background: #27272E;
#aMED.wikitable:not(:has(thead)) tr:first-of-type th {
     color: #dddddd;
    position: relative;
     background-color: #004641 !important;
     border-bottom: 0.2em solid #00000059;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
 
#aMED.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
#aMED.wikitable thead + tbody > tr th {
    background: #00675f;
    border-bottom: 0.1em solid #00000059;
    border-left: 0.2em solid #00000059;
}
 
#aENG.wikitable thead tr th,
#aENG.wikitable:not(:has(thead)) tr:first-of-type th {
    position: relative;
    background-color: #977f37 !important;
    border-bottom: 0.2em solid #00000059;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
}


#aMED.wikitable>*>tr>th {
#aENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
     background: #1a3432;
#aENG.wikitable thead + tbody > tr th {
     color: #dddddd;
     background: #977924;
    border-bottom: 0.1em solid #00000059;
     border-left: 0.2em solid #00000059;
}
}


#aMED.wikitable > * > tr > td {
#aRND.wikitable thead tr th,
     background: #32323C;
#aRND.wikitable:not(:has(thead)) tr:first-of-type th {
     color: #dddddd;
    position: relative;
     background-color: #7b0a7b !important;
     border-bottom: 0.2em solid #00000059;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
}


#aENG.wikitable {
#aRND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
     background: #27272E;
#aRND.wikitable thead + tbody > tr th {
     color: #dddddd;
     background: #6e157d;
     border-bottom: 0.1em solid #00000059;
    border-left: 0.2em solid #00000059;
}
}


#aENG.wikitable>*>tr>th {
#aRND.wikitable thead tr th,
     background: #977924;
#aRND.wikitable:not(:has(thead)) tr:first-of-type th {
     color: #dddddd;
    position: relative;
     background-color: #006587 !important;
     border-bottom: 0.2em solid #00000059;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
}


#aENG.wikitable > * > tr > td {
#aSUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th,
     background: #32323C;
#aSUP.wikitable thead + tbody > tr th {
     color: #dddddd;
     background: #00707b;
    border-bottom: 0.1em solid #00000059;
     border-left: 0.2em solid #00000059;
}
}


Строка 2411: Строка 2442:
}
}


#aRND.wikitable {
    background: #27272E;
    color: #dddddd;
}
#aRND.wikitable>*>tr>th {
    background: #800080;
    color: #dddddd;
}
#aRND.wikitable > * > tr > td {
    background: #32323C;
    color: #dddddd;
}
#aSUP.wikitable {
    background: #27272E;
    color: #dddddd;
}
#aSUP.wikitable>*>tr>th {
    background: #7A450C;
    color: #dddddd;
}
#aSUP.wikitable > * > tr > td {
    background: #32323C;
    color: #dddddd;
}


/*таблицы*/
/*таблицы*/