Line 75: |
Line 75: |
| | | |
| /* infobox */ | | /* infobox */ |
− | .infobox { | + | table.infobox { |
− | background-color: #00000000; | + | background-color: #00000000' |
− | width: 300px !important; | + | width: 300px; |
− | max-width: 300px !important; | + | max-width: 100%; |
− | table-layout: fixed !important; | + | margin: 1em auto; |
| box-sizing: border-box; | | box-sizing: border-box; |
| } | | } |
| | | |
− | .infobox table { | + | table.infobox th, |
− | width: 100% !important; | + | table.infobox td { |
− | border-collapse: collapse; | + | text-align: center; |
| + | padding: 0.5em; |
| } | | } |
| | | |
− | .infobox td,
| |
− | .infobox th {
| |
− | text-align: center !important;
| |
− | padding: 0.5em !important;
| |
− | word-break: break-word;
| |
− | white-space: normal;
| |
− | }
| |
| .infobox img { | | .infobox img { |
| display: block; | | display: block; |