Template:Infobox/style.css
Jump to navigation
Jump to search
.infobox {
min-width: 200px;
width: 30em;
float: right;
border: solid 1px grey;
background-color: #f5f5f5;
font-size: 90%;
}
.infobox-header, .infobox-illustration, .infobox-caption, .infobox-section-header {
/*column-span: 2;*/
}
.infobox-header {
padding: 1em 2em;
color: white;
background-color: #696969;
font-size: 1.5em;
}
.infobox-illustration, .infobox-caption {
margin: auto;
text-align: center;
}
.infobox-caption {
color: #696969;
font-style: italic;
}
.infobox-section-header {
background-color: #ddd;
color: #222;
}