MediaWiki:Timeless.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| (не показана 1 промежуточная версия этого же участника) | |||
| Строка 1: | Строка 1: | ||
/* === Страница === */ | /* === Страница === */ | ||
#searchButton, | |||
.tools-inline li:not(.selected) a, | |||
.tools-inline li.selected a { | |||
filter: var(--invert-100); | |||
} | |||
.tools-inline ul li:hover { | .tools-inline ul li:hover { | ||
border-bottom-width: 2px; | border-bottom-width: 2px; | ||
| Строка 20: | Строка 26: | ||
margin-left: 2px; | margin-left: 2px; | ||
font-family: var(--font-family-heading); | font-family: var(--font-family-heading); | ||
} | |||
.tools-inline .selected span { | |||
filter: var(--invert-0); | |||
} | |||
.tools-inline li a:not(.new) { | |||
color: var(--text-color-link); | |||
} | } | ||
| Строка 78: | Строка 92: | ||
#pt-createaccount { | #pt-createaccount { | ||
display: none !important; | display: none !important; | ||
} | } | ||
| Строка 126: | Строка 135: | ||
@media screen and (max-width: 850px) { | @media screen and (max-width: 850px) { | ||
.mw-body { | .mw-body, | ||
#mw-content { | |||
padding: 0.45em; | padding: 0.45em; | ||
} | } | ||
| Строка 387: | Строка 397: | ||
display: none; | display: none; | ||
} | } | ||
} | |||
/* === Нижняя часть страницы === */ | |||
#mw-footer-container { | |||
border-top: solid 4px #14866d; | |||
background: var(--theme-bg-color-100); | |||
} | |||
.mw-footer .footer-icons a { | |||
background: var(--theme-bg-color-100); | |||
border: 1px solid var(--theme-border-color-base); | |||
padding-right: 15px; | |||
padding-left: 15px; | |||
min-height: 44px; | |||
display: inline-flex; | |||
align-items: center; | |||
} | |||
.mw-footer-container a { | |||
color: var(--text-color-link--visited); | |||
} | |||
.mw-footer-container a:hover { | |||
color: var(--theme-text-color-light); | |||
} | |||
.mw-footer-container a:visited { | |||
color: var(--text-color-link--visited); | |||
} | |||
.mw-footer-container a:visited:hover { | |||
color: var(--theme-text-color-light); | |||
} | } | ||