Tags: Mobile edit Mobile web edit Advanced mobile edit |
|
| (15 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the mobile site */ | | /* # REDIRECT [[MediaWiki:Minerva.css]] <!-- Minerva.css is now render blocking --> */ |
| | |
| /* Fix bug with branding box. */
| |
| .minerva-header .branding-box { min-width: auto; }
| |
| | |
| /* Fix heading positionning. */
| |
| .page-heading {
| |
| padding-top: 1em;
| |
| }
| |
| | |
| /* Show elements which are given this class (they are shown again by Common.css). */
| |
| .mobileonly { display: block; }
| |
| | |
| /* Hide elements which are given this class */
| |
| .nomobile { display: none; }
| |
Latest revision as of 19:13, 3 October 2025
/* # REDIRECT [[MediaWiki:Minerva.css]] <!-- Minerva.css is now render blocking --> */