Template:Infobox/styles.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".infobox { float: right; clear: right; margin: 0 0 1em 1em; width: 260px; font-size: 90%; border: 1px solid #a2a9b1; border-collapse: collapse; background: #f8f9fa; } .infobox th { background: #eaecf0; padding: 4px; text-align: left; font-weight: bold; } .infobox td { padding: 4px; } .infobox-title { text-align: center; font-size: 110%; font-weight: bold; padding: 6px; }" |
(No difference)
|
Latest revision as of 18:26, 25 November 2025
.infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
width: 260px;
font-size: 90%;
border: 1px solid #a2a9b1;
border-collapse: collapse;
background: #f8f9fa;
}
.infobox th {
background: #eaecf0;
padding: 4px;
text-align: left;
font-weight: bold;
}
.infobox td {
padding: 4px;
}
.infobox-title {
text-align: center;
font-size: 110%;
font-weight: bold;
padding: 6px;
}