MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
AsnDen (обсуждение | вклад) селектор * странно ведёт себя при редактировании разметки страницы |
||
| (не показаны 2 промежуточные версии 2 участников) | |||
| Строка 5807: | Строка 5807: | ||
background: var(--bg-color-red-150); | background: var(--bg-color-red-150); | ||
border-left: 3px solid var(--color-darkened-border); | border-left: 3px solid var(--color-darkened-border); | ||
} | |||
/* Палитра для Фоллаута */ | |||
#highlighted-header-Fallout.wikitable thead tr th, | |||
#highlighted-header-Fallout.wikitable:not(:has(thead)) tr:first-of-type th { | |||
position: relative; | |||
background: var(--theme-bg-color-300); | |||
border-bottom: 3px solid var(--color-darkened-border); | |||
box-shadow: var(--box-shadow-medium); | |||
} | |||
#highlighted-header-Fallout.wikitable:not(:has(thead)) tbody > tr:nth-of-type(n+2) th, | |||
#highlighted-header-Fallout.wikitable thead + tbody > tr th { | |||
background: var(--bg-color-orange-subtle); | |||
border-left: 3px solid var(--color-darkened-border); | |||
} | } | ||
| Строка 6033: | Строка 6048: | ||
.client-js *.noscript { | .client-js *.noscript { | ||
display: none; | display: none; | ||
} | |||
@media (prefers-reduced-motion: no-preference) { | |||
html { | |||
scroll-behavior: smooth; /* Ignore unknown property warning */ | |||
} | |||
} | } | ||