Template:Infobox.css: Difference between revisions
Template page
More actions
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;
}