MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) Правка палитр |
||
| Строка 2186: | Строка 2186: | ||
/*Цвета таблиц для разных отделов*/ | /*Цвета таблиц для разных отделов*/ | ||
#MED.wikitable { | #MED.wikitable { | ||
background: # | background: #004641; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#MED.wikitable>*>tr>th { | #MED.wikitable>*>tr>th { | ||
background: # | background: #004641; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#MED.wikitable > * > tr > td { | #MED.wikitable > * > tr > td { | ||
background: # | background: #265b56; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#ENG.wikitable { | #ENG.wikitable { | ||
background: # | background: #8f711c; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#ENG.wikitable>*>tr>th { | #ENG.wikitable>*>tr>th { | ||
background: # | background: #8f711c; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#ENG.wikitable > * > tr > td { | #ENG.wikitable > * > tr > td { | ||
background: # | background: #9b8238; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
| Строка 2246: | Строка 2246: | ||
#RND.wikitable { | #RND.wikitable { | ||
background: # | background: #7b0a7b; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#RND.wikitable>*>tr>th { | #RND.wikitable>*>tr>th { | ||
background: # | background: #7b0a7b; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#RND.wikitable > * > tr > td { | #RND.wikitable > * > tr > td { | ||
background: # | background: #8d3893; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#SUP.wikitable { | #SUP.wikitable { | ||
background: # | background: #81470c; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#SUP.wikitable>*>tr>th { | #SUP.wikitable>*>tr>th { | ||
background: # | background: #81470c; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
#SUP.wikitable > * > tr > td { | #SUP.wikitable > * > tr > td { | ||
background: # | background: #895928; | ||
color: #dddddd; | color: #dddddd; | ||
} | } | ||
/*Альтернативные цвета таблиц для разных отделов*/ | /*Альтернативные цвета таблиц для разных отделов*/ | ||
#aMED.wikitable { | #aMED.wikitable thead tr th, | ||
background: # | #aMED.wikitable:not(:has(thead)) tr:first-of-type th { | ||
color: # | 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); | |||
} | } | ||
# | #aENG.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
background: # | #aENG.wikitable thead + tbody > tr th { | ||
background: #977924; | |||
border-bottom: 0.1em solid #00000059; | |||
border-left: 0.2em solid #00000059; | |||
} | } | ||
# | #aRND.wikitable thead tr th, | ||
background: # | #aRND.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | |||
background-color: #7b0a7b !important; | |||
border-bottom: 0.2em solid #00000059; | |||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); | |||
} | } | ||
# | #aRND.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
background: # | #aRND.wikitable thead + tbody > tr th { | ||
background: #6e157d; | |||
border-bottom: 0.1em solid #00000059; | |||
border-left: 0.2em solid #00000059; | |||
} | } | ||
# | #aRND.wikitable thead tr th, | ||
background: # | #aRND.wikitable:not(:has(thead)) tr:first-of-type th { | ||
position: relative; | |||
background-color: #006587 !important; | |||
border-bottom: 0.2em solid #00000059; | |||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); | |||
} | } | ||
# | #aSUP.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | ||
background: # | #aSUP.wikitable thead + tbody > tr th { | ||
background: #00707b; | |||
border-bottom: 0.1em solid #00000059; | |||
border-left: 0.2em solid #00000059; | |||
} | } | ||
| Строка 2411: | Строка 2442: | ||
} | } | ||
/*таблицы*/ | /*таблицы*/ | ||