Template:Tabbed infobox/styles.css: Difference between revisions

From Destinypedia, the Destiny wiki

m (Protected "TemplateStyle:Tabbed infobox.css" ([Edit=Allow only Destinypedia staff] (indefinite) [Move=Allow only Destinypedia staff] (indefinite)))
m (Porplemontage moved page TemplateStyle:Tabbed infobox.css to Template:Tabbed infobox/styles.css without leaving a redirect)
 
(No difference)

Latest revision as of 10:05, January 30, 2024

.infobox.tabbed table {
	display: block !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	overflow-x: auto !important;
	margin: 0 !important;
}
.infobox.tabbed tbody {
	display: table !important;
	width: 100% !important;
}
.infobox.tabbed .infobox > tbody > tr:nth-child(2) img {
	max-width: 100% !important;
	height: auto !important;
}

/* Mobile */
body.mobile .infobox.tabbed > .tabtoc li {
	font-size: 13px !important;
}
@media all and (max-width:719px) {
	body.mobile .infobox.tabbed {
		margin-bottom: 13.5px !important;
	}
}