MediaWiki:Mobile.css

From Starfield Fans Wiki
Revision as of 01:46, 27 August 2023 by Starfield (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */



/* remove header on main page (Starfield Wiki) */
body.page-Starfield_Wiki header.mw-body-header { 
  display: none;
}
body.page-Starfield_Wiki h1#firstHeading {
  display: none;
}


/* remove the empty space below the search bar and above the content  */
div.vector-sitenotice-container { 
  display: none;
}

/*Important: Show only mobile ad code on mobile*/
.nomobile {
  display: none !important;
}