Jump to content

Template:Infobox basketball club/styles.css

From The Democratika Wiki
Revision as of 01:06, 16 November 2023 by >Pppery (Protection template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} The mobile skin (Minerva) generally inject display: block property to tables to make them scrollable on your phone screen. This could give benefits for large contents, but may also caused some smaller tables shortened and shift to left, even if they are set width:100% property. This is happened in numerous infoboxes.
*/
body.skin-minerva .infobox table {
	display: table;
}
body.skin-minerva .infobox caption {
	display: table-caption;
}
table.kit {
	width:100%;
	text-align:center;
}
body.skin-minerva table.kit {
	table-layout:fixed;
}
/* Do not set padding to any table cell that display basketball kit, as Template:Basketball kit itself have margin.
*/
table.kit td {
	padding:0;
}