MediaWiki:Mobile.css: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
@import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap');


#p-logo, .generated-sidebar, #p-lang, #p-tb  { display:none; }
/* Hide the sidebar (main menu) on mobile */
.navigation-drawer, .main-menu { display: none !important; }


.sidebar { display: none; }
/* Hide the top bar (header) on mobile */
.header, .minerva-header { display: none !important; }

Revision as of 00:19, 28 May 2025

/* All CSS here will be loaded for users of the mobile site */

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:SpoilerTags.css&only=styles";
@import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap');

/* Hide the sidebar (main menu) on mobile */
.navigation-drawer, .main-menu { display: none !important; }

/* Hide the top bar (header) on mobile */
.header, .minerva-header { display: none !important; }