MediaWiki:Gadget-HotCat.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
 
Line 1: Line 1:
/* Custom CSS for HotCat */
/* 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 {
body.mw-special-Upload #hotcatLabel:after {
content: ':' !important;
content: ':' !important;
}
body.mw-special-Upload .catlinks {
background-image: none !important;
}
}



Latest revision as of 12:35, March 19, 2023

/* 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;
	}
}