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
Dusk changed the content model of the page Template:Infobox.css from "wikitext" to "Sanitised CSS"
No edit summary
Line 6: Line 6:
     padding: 1em;
     padding: 1em;
     width: 400px;
     width: 400px;
}
.infobox h3 {
    background-color: #6F5952;
    color: #C2EEFE;
    margin: 0px;
    width: calc(100% + 1.8em);
    transform: translateX(-0.9em);
}
}
.infobox-title {
.infobox-title {

Revision as of 17:36, 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);
}
.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;
}