MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 2233: | Строка 2233: | ||
/* Таблица */ | /* Таблица */ | ||
#MED.wikitable { | #MED.wikitable { | ||
background: # | 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: # | 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: # | background: #005b53; | ||
border-bottom: 1px solid # | 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: # | background: #1f635d; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #01453e; | ||
border-left: 1px solid # | 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: # | 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: # | 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; | ||