MediaWiki:Vector-2022.css: различия между версиями
Внешний вид
Glamyr (обсуждение | вклад) Нет описания правки Метка: отменено |
Glamyr (обсуждение | вклад) Нет описания правки Метка: отменено |
||
| Строка 11: | Строка 11: | ||
} | } | ||
.mw-header { | .mw-header, | ||
header.mw-header { | |||
border-bottom: 0 !important; | border-bottom: 0 !important; | ||
border-bottom-width: 0 !important; | border-bottom-width: 0 !important; | ||
} | } | ||
| Строка 22: | Строка 22: | ||
} | } | ||
body[class*="theme-"] | body[class*="theme-"] .vector-column-start, | ||
body[class*="theme-"] .vector-column-end { | |||
border-color: var(--border-color) !important; | |||
} | |||
body[class*="theme-"] .mw-table-of-contents-container { | |||
border-right: 1px solid var(--border-color) !important; | |||
} | |||
body[class*="theme-"] .vector-pinnable-header { | |||
border-bottom: 1px solid var(--border-color) !important; | |||
} | } | ||
Версия от 16:14, 13 июня 2026
.vector-pinnable-header-toggle-button {
background-color: #3366cc !important;
color: #ffffff !important;
border-radius: 4px !important;
padding: 4px 8px !important;
}
.vector-pinnable-header-toggle-button:hover {
background-color: #2a4b8d !important;
color: #ffffff !important;
}
.mw-header,
header.mw-header {
border-bottom: 0 !important;
border-bottom-width: 0 !important;
}
body[class*="theme-"] {
--color-border-default: var(--border-color) !important;
--color-border-subtle: var(--border-color) !important;
}
body[class*="theme-"] .vector-column-start,
body[class*="theme-"] .vector-column-end {
border-color: var(--border-color) !important;
}
body[class*="theme-"] .mw-table-of-contents-container {
border-right: 1px solid var(--border-color) !important;
}
body[class*="theme-"] .vector-pinnable-header {
border-bottom: 1px solid var(--border-color) !important;
}
body.theme-default {
--color-border-default: #a2a9b1;
--color-border-subtle: #eaecf0;
}
body.theme-default .vector-column-start,
body.theme-default .vector-column-end,
body.theme-default .mw-table-of-contents-container {
border-color: #a2a9b1 !important;
}