0
правок
GW349581 (обсуждение | вклад) мНет описания правки |
GW349581 (обсуждение | вклад) мНет описания правки |
||
Строка 43: | Строка 43: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
table.wikitable.dpl { | table.wikitable, .dpl { | ||
background-color: #f5fff5; /* цвет фона таблиц */ | background-color: #f5fff5; /* цвет фона таблиц */ | ||
} | } | ||
table.wikitable.dpl tr th { | table.wikitable, .dpl tr th { | ||
background-color: #deffde; /* цвет фона заголовка таблиц */ | background-color: #deffde; /* цвет фона заголовка таблиц */ | ||
border-color: #339933; /* цвет рамок заголовка таблиц */ | border-color: #339933; /* цвет рамок заголовка таблиц */ | ||
} | } | ||
table.wikitable.dpl tr td { | table.wikitable, .dpl tr td { | ||
border-color: #339933; /* цвет рамок строк таблиц */ | border-color: #339933; /* цвет рамок строк таблиц */ | ||
} | } | ||
table.wikitable, .dpl tr:nth-child(2n-1) { | |||
table.wikitable.dpl tr:nth-child(2n-1) { | |||
background-color: #edf9ed; /* цвет фона нечётных строк таблиц */ | background-color: #edf9ed; /* цвет фона нечётных строк таблиц */ | ||
} | } | ||
table.dpl a, a:visited, a:active, a:hover { | table.dpl a, a:visited, a:active, a:hover { | ||
color: inherit; /* цвет ссылок для таблиц в DPL */ | color: inherit; /* цвет ссылок для таблиц в DPL */ |