|
Tags: Blanking Manual revert |
(39 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| .mw-page-container {
| |
| max-width: 1400px;
| |
| }
| |
|
| |
|
| .vector-header-container .mw-header {
| |
| max-width: 1400px;
| |
| }
| |
|
| |
| @media screen and (min-width: 1200px) {
| |
| .vector-feature-limited-width-clientpref1 #mw-panel {
| |
| left: unset;
| |
| }
| |
|
| |
| }
| |
|
| |
| body {
| |
| background: url(https://i.ibb.co/kVfJXhMf/test-background.png) #f6f6f6 top left / 1001px 250px no-repeat
| |
| }
| |
|
| |
| @media screen and (min-width: 1120px) {
| |
| .mw-page-container-inner {
| |
| display: grid;
| |
| column-gap: 0px;
| |
| grid-template: min-content 1fr min-content / 11.25rem minmax(0, 1fr);
| |
| grid-template-areas:
| |
| 'siteNotice siteNotice'
| |
| 'columnStart pageContent'
| |
| 'footer footer';
| |
| }
| |
|
| |
| .vector-feature-limit-width-clientpref-0 .mw-body, .vector-feature-limited-width-content-disabled .mw-body {
| |
| grid-template-columns: minmax(0, 1fr) max(160px);
| |
| }
| |
|
| |
| .vector-feature-page-tools-pinned-enabled .vector-column-end, .vector-feature-appearance-pinned-clientpref-1 .vector-column-end {
| |
| width: 10.25rem;
| |
| }
| |
| }
| |
|
| |
| #mw-panel {
| |
| position: absolute;
| |
| top: 0;
| |
| width: 11em;
| |
| left: 0;
| |
| }
| |