MediaWiki:Gadget-MainPageStyle.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
Tag: Mobile edit
No edit summary
Line 34: Line 34:
}
}
.containerContent input.mw-ui-input {
.containerContent input.mw-ui-input {
width: 75% !important;
width: 70% !important;
}
}
.containerTem {
.containerTem {

Revision as of 11:47, March 7, 2022

/* CSS styling and responsive support for the main page */

/* Site styles */
.containerContent > ul:first-of-type {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0.75em !important;
}
.mp-navigation, .containerContent > .floatright + p {
	margin-top: 0 !important;
}

/* Responsive fixes */
@media all and (max-width: 719px) {
	#mp-container {
		overflow: visible !important;
	}
	#mp-container > tbody > tr > td,
	.mp-navigation > tbody > tr > td,
	table.communities > tbody > tr > th {
		display: block !important;
		width: auto !important;
		padding: 0 !important;
	}
	table.communities > tbody > tr > th:not(:last-of-type) {
		margin-bottom: 15px;
	}
	table.communities > tbody > tr:not(:first-of-type) {
		display: none !important;
	}
	body .containerTem .floatleft,
	body .containerTem .floatright {
		margin-top: 0 !important;
	}
	.containerContent input.mw-ui-input {
		width: 70% !important;
	}
	.containerTem {
		width: auto !important;
	}
}