MediaWiki:Mobile.css: Difference between revisions

From Good Creations! MC Wiki
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
mNo edit summary
 
(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 --> */