MediaWiki:Common.css

From Fanonpedia, the free fanon
Jump to navigation Jump to search

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 be applied to all skins */
/* Don't display some stuff on the main page */
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading {
	display: none !important;
}
/* Display text below main article header, located at MediaWiki:Tagline */
#siteSub {
	display: inline;
	font-size: 0.9em;
	font-weight: normal;
	
}

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Main_Page li#ca-talk { display: none !important; }
.toc, #toc { display: none; }
/* Display "From Fanonpedia, the free fanon" in skins that support it, but does not apply to print mode */
@media screen {
	#siteSub {
		display: block;
	}
}

#p-personal #pt-anonuserpage {
    display: none;
}