|
|
| Строка 9: |
Строка 9: |
| background-color: #2a4b8d !important; | | background-color: #2a4b8d !important; |
| color: #ffffff !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;
| |
| } | | } |