Template:Infobox/styles.css
Aspetto
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;
}
}