Template:InfoboxCss.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
font-size: 1.5em; | font-size: 1.5em; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
font-weight: | font-weight: 800; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 17: | Line 17: | ||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
text-align: | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
width: 120px; | width: 120px; | ||
Revision as of 15:20, 29 May 2024
.infobox {
background: rgba(155, 155, 155, .2);
border: 1px solid #f50057;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.infobox-title {
font-size: 1.5em;
line-height: 1.5em;
font-weight: 800;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: left;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}