MediaWiki:Mobile.css: Difference between revisions
Created page with " .mw-logo-wordmark { display: none !important; } .mw-anon-user #vector-page-tools-dropdown, .mw-anon-user #p-tb, .mw-anon-user .vector-column-end { display: none !important; } .mw-page-container, .mw-content-container, .vector-sticky-header { max-width: none !important; } .mw-logo-icon { width: 160px !important; height: 160px !important; } →Full-width banner at the absolute top, behind everything: body { background-image: url('https://w..." |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 28: | Line 28: | ||
background-size: 100% auto; /* Forces image to fit screen width */ | background-size: 100% auto; /* Forces image to fit screen width */ | ||
background-attachment: scroll; /* Use 'fixed' if you want it to stay when scrolling */ | background-attachment: scroll; /* Use 'fixed' if you want it to stay when scrolling */ | ||
} | } | ||