MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
--wiki-shell-width: min(1350px, 100vw); | --wiki-shell-width: min(1350px, 100vw); | ||
--wiki-sidebar-width: 210px; | --wiki-sidebar-width: 210px; | ||
--wiki-content-width: calc(var(--wiki-shell-width) - var(--wiki-sidebar-width)); | --wiki-content-right-gap: 18px; | ||
--wiki-content-width: calc(var(--wiki-shell-width) - var(--wiki-sidebar-width) - var(--wiki-content-right-gap)); | |||
--wiki-shell-gap: max(0px, calc((100vw - var(--wiki-shell-width)) / 2)); | --wiki-shell-gap: max(0px, calc((100vw - var(--wiki-shell-width)) / 2)); | ||
--wiki-head-height: 82px; | --wiki-head-height: 82px; | ||
| Line 81: | Line 82: | ||
background: #fff; | background: #fff; | ||
border-bottom: 1px solid #a7d7f9; | border-bottom: 1px solid #a7d7f9; | ||
overflow: visible; | |||
} | } | ||