Template:Infobox/style.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
float: right; |
float: right; |
||
border: solid 1px grey; |
border: solid 1px grey; |
||
+ | background-color: inherit; |
||
} |
} |
||
Revision as of 22:11, 6 March 2021
.infobox {
min-width: 280px;
float: right;
border: solid 1px grey;
background-color: inherit;
}
.infobox-header {
padding: 1em 2em;
color: white;
background-color: #696969;
}
.infobox-illustration, .infobox-caption {
margin: auto;
text-align: center;
}
.infobox-caption {
color: #696969;
font-style: italic;
}