MediaWiki:Gadget-HotCat.css

From Destinypedia, the Destiny wiki

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.
/* Custom CSS for HotCat */

body.mw-special-Upload .catlinks {
	background-image: none !important;
}
body.mw-special-Upload #hotcatLabel {
	text-align: left !important;
}
body.mw-special-Upload #hotcatLabel:after {
	content: ':' !important;
}

@media all and (max-width: 850px) {
	body.skin-timeless #catlinks input {
		max-width: 175px !important;
	}
}
@media all and (max-width: 1099px) {
	body.skin-timeless #catlinks li:not(:first-child) {
		border-left: 1px solid #a2a9b1 !important;
	}
}
@media all and (min-width: 1100px) {
	body.skin-timeless #catlinks {
		display: inherit;
		margin: 0 2em !important;
		padding-bottom: 0.75em !important;
	}
	body.skin-timeless #catlinks-sidebar {
		display: none !important;
	}
}