Vai al contenuto

Template:Infobox/styles.css

Da Yusurverso.
table.infobox {
	float: right;
	clear: right;
	border: 1px solid gray;
	border-collapse: collapse;
	min-width: 300px;
}

table.infobox > tr > th, table.infobox > * > tr > th {
	text-align: right;
}

table.infobox > tr > th[colspan="2"], table.infobox > * > tr > th[colspan="2"] {
	text-align: center;
}

/* mobile */
@media (max-width: 799px) {
	table.infobox {
		margin: auto;
		clear: both;
		float: none;
	}
}