MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| Строка 2305: | Строка 2305: | ||
} | } | ||
/* Таблица */ | |||
#aSRV.wikitable { | |||
background: #1d611a; | |||
border-spacing: 0px; | |||
} | |||
/* Заголовок */ | |||
#aSRV.wikitable thead tr th, | #aSRV.wikitable thead tr th, | ||
#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: # | background-color: #1d611a; | ||
border-bottom: 0.2em solid # | border-bottom: 0.2em solid #00000021; | ||
box-shadow: 0 | box-shadow: 0 4px 0px rgba(0, 0, 0, 0.2); | ||
} | } | ||
/* Заглавная ячейка */ | |||
#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: # | background: #2d7f2d; | ||
border-bottom: | border-bottom: 1px solid #1d611a; | ||
border- | } | ||
/* Ячейка с содержимым */ | |||
#aSRV.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) td, | |||
#aSRV.wikitable thead + tbody > tr td { | |||
background: #3a873a; | |||
border-bottom: 1px solid #1d611a; | |||
} | } | ||