MediaWiki:Gadget-TimelessCategories.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with "→‎Timeless skin: Always show categories at the bottom of the page: @media all and (min-width: 1100px) { #catlinks { margin: 0 2em !important; padding-bottom: 0.75em !...")
 
No edit summary
 
Line 3: Line 3:
@media all and (min-width: 1100px) {
@media all and (min-width: 1100px) {
#catlinks {
#catlinks {
display: inherit;
margin: 0 2em !important;
margin: 0 2em !important;
padding-bottom: 0.75em !important;
padding-bottom: 0.75em !important;
display: inherit !important;
}
}
#catlinks-sidebar {
#catlinks-sidebar {

Latest revision as of 13:26, August 23, 2021

/* Timeless skin: Always show categories at the bottom of the page */

@media all and (min-width: 1100px) {
	#catlinks {
		display: inherit;
		margin: 0 2em !important;
		padding-bottom: 0.75em !important;
	}
	#catlinks-sidebar {
		display: none !important;
	}
}