MediaWiki:Timeless.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| (не показано 6 промежуточных версий этого же участника) | |||
| Строка 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; | ||
| Строка 19: | Строка 25: | ||
filter: var(--invert-100); | filter: var(--invert-100); | ||
margin-left: 2px; | margin-left: 2px; | ||
font- | 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); | |||
} | } | ||
| Строка 79: | Строка 92: | ||
#pt-createaccount { | #pt-createaccount { | ||
display: none !important; | display: none !important; | ||
} | } | ||
| Строка 101: | Строка 109: | ||
display: block; | display: block; | ||
padding: 0.5em; | padding: 0.5em; | ||
font-family: oswald; | font-family: var(--font-family-oswald); | ||
margin-top: 6px; | margin-top: 6px; | ||
border-radius: var(--border-radius-low); | border-radius: var(--border-radius-low); | ||
border: none; | border: none; | ||
border-top: 1px solid var(--color-lighter-alpha-x); | |||
box-shadow: var(--box-shadow-outline); | box-shadow: var(--box-shadow-outline); | ||
background: var(--theme-bg-color-100); | background: var(--theme-bg-color-100); | ||
| Строка 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; | ||
} | } | ||
| Строка 235: | Строка 245: | ||
border-radius: var(--border-radius-low) var(--border-radius-low) 0 0; | border-radius: var(--border-radius-low) var(--border-radius-low) 0 0; | ||
background: var(--ooui-bg-color); | background: var(--ooui-bg-color); | ||
font-size: | font-size: var(--font-size-ml); | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| Строка 300: | Строка 310: | ||
#p-logo-text a.long { | #p-logo-text a.long { | ||
color: var(--ooui-text-color); | color: var(--ooui-text-color); | ||
font-size: | font-size: var(--font-size-xxl); | ||
font-weight: bold; | font-weight: bold; | ||
font-style: italic; | font-style: italic; | ||
| Строка 312: | Строка 322: | ||
align-items: center; | align-items: center; | ||
justify-content: flex-start; | justify-content: flex-start; | ||
gap: | gap: 3px; | ||
grid-area: b; | grid-area: b; | ||
} | } | ||
| Строка 332: | Строка 342: | ||
#personal h2 { | #personal h2 { | ||
font-size: | font-size: var(--font-size-m); | ||
font-weight: bold; | |||
display: flex; | |||
align-items: center; | |||
font-family: unset; | |||
background-image: unset; | |||
position: unset; | |||
} | } | ||
| Строка 348: | Строка 360: | ||
#personal h2 span { | #personal h2 span { | ||
margin-left: | margin-left: 3px; | ||
} | } | ||
| Строка 385: | Строка 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); | |||
} | } | ||