Template:Infobox/style.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
color: white; |
color: white; |
||
background-color: #696969; |
background-color: #696969; |
||
+ | text-align: center; |
||
+ | } |
||
+ | |||
+ | .infobox-header h3 { |
||
+ | padding: 0; |
||
+ | margin: 0 auto; |
||
+ | color: inherit; |
||
font-size: 1.3em; |
font-size: 1.3em; |
||
+ | } |
||
+ | |||
+ | .infobox-header .infobox-subtitle { |
||
+ | margin-top: .4em; |
||
+ | font-style: italic; |
||
} |
} |
||
Revision as of 01:54, 14 March 2021
.infobox {
float: right;
clear: right;
min-width: 200px;
width: 30em;
max-width: 400px;
margin: 0.5em 0 0.5em 1em;
border: solid 1px grey;
background-color: #f5f5f5;
font-size: 90%;
}
.infobox.nofloat {
float: none;
margin: 0.5em auto;
}
.infobox-header, .infobox-illustration, .infobox-caption, .infobox-section-header {
/*column-span: 2;*/
}
.infobox-header {
padding: 0.8em 2em;
color: white;
background-color: #696969;
text-align: center;
}
.infobox-header h3 {
padding: 0;
margin: 0 auto;
color: inherit;
font-size: 1.3em;
}
.infobox-header .infobox-subtitle {
margin-top: .4em;
font-style: italic;
}
.infobox-illustration, .infobox-caption {
margin: auto;
text-align: center;
}
.infobox-illustration img {
width: auto;
height: auto;
max-width: 30em;
max-height: 30em;
object-fit: contain;
}
.infobox-caption {
color: #696969;
font-style: italic;
}
.infobox-section-header {
background-color: #ddd;
color: #222;
font-size: 1.1em;
}