MediaWiki:Monobook.css

From Nookipedia, the Animal Crossing wiki
Revision as of 00:30, November 5, 2022 by PanchamBro (talk | contribs) (hiding social media links on responsive Monobook)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the MonoBook skin */

/* Hide social media icons */
#p-navigation #n-Discord, #p-navigation #n-Facebook, #p-navigation #n-Twitter, #p-navigation #n-Instagram {
	display: none !important;
}

/* Hide social media icons on responsive Monobook */
@media screen and (min-width: 0px) and (max-width: 550px) {
	#p-navigation-mobilejs #n-Discord-mobilejs, #p-navigation-mobilejs #n-Facebook-mobilejs, #p-navigation-mobilejs #n-Twitter-mobilejs, #p-navigation-mobilejs #n-Instagram-mobilejs  {
		display: none !important;
	}
}