Spoilers — Please keep the spoiler policy in mind while editing the wiki.

Citations — Please cite your sources when adding information to the wiki! Use our handy guide for assistance.

MediaWiki:Gadget-MainPageStyle.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 19: Line 19:
.mp-community > tbody > tr > td {
.mp-community > tbody > tr > td {
display: block !important;
display: block !important;
width: 100% !important;
width: auto !important;
padding: 0 !important;
padding: 0 !important;
}
}

Revision as of 18:37, March 6, 2022

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

/* Site styles */
.containerContent > iframe {
	width: 100% !important;
}
.containerContent > ul:first-of-type {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0.75em !important;
}

/* Responsive fixes */
@media all and (max-width: 719px) {
	#mp-container {
		overflow: visible !important;
	}
	#mp-container > tbody > tr > td,
	.mp-community > tbody > tr > td {
		display: block !important;
		width: auto !important;
		padding: 0 !important;
	}
	body .containerTem .floatleft,
	body .containerTem .floatright {
		margin-top: 0 !important;
	}
	.containerContent input.mw-ui-input {
		width: 75% !important;
	}
	.containerTem {
		width: auto !important;
	}
}