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

(Created page with ".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 a...")
 
m (Protected "Template:Tabbed infobox/styles.css" ([Edit=Allow only CyberAcme staff] (indefinite) [Move=Allow only CyberAcme staff] (indefinite)))
 
(No difference)

Latest revision as of 08:21, August 5, 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;
	}
}