Template:Infobox.css: Difference between revisions
Template page
More actions
No edit summary |
mNo edit summary |
||
| Line 13: | Line 13: | ||
width: calc(100% + 1.8em); | width: calc(100% + 1.8em); | ||
transform: translateX(-0.9em); | transform: translateX(-0.9em); | ||
text-align: center; | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
Revision as of 17:38, 15 September 2026
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox h3 {
background-color: #6F5952;
color: #C2EEFE;
margin: 0px;
width: calc(100% + 1.8em);
transform: translateX(-0.9em);
text-align: center;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}