Jump to content
Toggle menu
  • 5 articles
  • 12 files
  • 2 users
  • 109 edits
Creation Zenith
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox.css: Difference between revisions

Template page
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;
}