Wikidata:Main Page/styles.css

From Wikidata
Jump to navigation Jump to search
/******************************
 * Styles for mobile main page
 ******************************/

@media all and (min-width: 768px) {
	.wikidata-mainpage-column {
		/* this sometimes gets automatically flipped and sometimes doesn't, so disable the automatic flipping */
		/* @noflip */
		float: left;
		width: 50%;
	}
	.wikidata-mainpage-column-first {
		/* this sometimes gets automatically flipped and sometimes doesn't, so disable the automatic flipping */
		/* @noflip */
		padding-right: 5px;
	}
	.wikidata-mainpage-column-second {
		/* this sometimes gets automatically flipped and sometimes doesn't, so disable the automatic flipping */
		/* @noflip */
		padding-left: 5px;
	}
	.wikidata-mainpage-sister-projects {
		text-align: center;
	}
	/* RTL fixes */
	.mw-content-rtl .wikidata-mainpage-column {
		/* inline-end is not supported in all browsers */
		/* this sometimes gets automatically flipped and sometimes doesn't, so disable the automatic flipping */
		/* @noflip */
		float: right;
	}
	.wikidata-mainpage-column-first {
		/* bug in TemplateStyles: T322482 */
		/* this sometimes gets automatically flipped and sometimes doesn't, so disable the automatic flipping */
		/* @noflip */
		padding-left: 5px;
	}
	.wikidata-mainpage-column-second {
		/* bug in TemplateStyles: T322482 */
		/* this sometimes gets automatically flipped and sometimes doesn't, so disable the automatic flipping */
		/* @noflip */
		padding-right: 5px;
	}
}

/**
 * Hide title on main pages, village pumps and project chats
 * 
 * @author 
 * @maintainer 
 */

body.action-view .firstHeading {
	display: none;
}

body.action-view #contentSub { 
	display: none;
}