MediaWiki:Metrolook.css

From Ylvapedia
Revision as of 19:01, 15 November 2024 by Desu (talk | contribs) (Hiding the annoying mw-indicator-smw-entity-examiner for now.)
Jump to navigation Jump to search

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 Metrolook skin */

/* Search bar appearance tweaks */
#simpleSearch{
	border: 0;
	border-radius:4px;
	margin-top: 0;
	height: 1.6em;
}
#simpleSearch #searchInput {
	height: 100%;
}
/* TODO: Too much bouncing */
#mw-indicator-smw-entity-examiner {
	display: none;
}