模板:Infobox/styles.css
来自CalcWiki
更多操作
.custom-infobox {
width: 300px; float: right; margin: 0 0 1em 1em; border: 1px solid var(--border-color-subtle, #ccc); border-radius: 4px; background: var(--background-color-base, #fff); color: var(--color-base, #000); overflow: hidden;
}
.infobox-title {
font-weight: bold; text-align: center; padding: 12px; background: #f4ca30; color: #000; font-size: 1.1em;
}
.infobox-image {
text-align: center; padding: 10px;
}
.infobox-table {
width: 100%; border-collapse: collapse;
}
.infobox-table th, .infobox-table td {
padding: 8px 12px; text-align: left; border-bottom: 1px solid var(--border-color-subtle, #eee);
}
.infobox-table th {
width: 40%; font-weight: bold; background: var(--background-color-neutral-subtle, #f5f5f5);
}
.infobox-table tr:last-child th, .infobox-table tr:last-child td {
border-bottom: none;
}