Template:InfoBox/styles.css: Difference between revisions
From Ymirheim Wiki
m (Protected "Template:InfoBox/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
No edit summary |
||
Line 35: | Line 35: | ||
.infobox .infobox-table { | .infobox .infobox-table { | ||
width: 100%; | width: 100%; | ||
} | |||
.infobox .infobox-table td:first-child, | |||
.infobox .infobox-table th:first-child { | |||
width: 50%; | |||
} | } | ||
Revision as of 09:00, 9 July 2024
.infobox-wrapper { float: right; position: relative; width: 300px; margin: 0 0 1em 1em; } /* Nested infobox wrappers should display below the original infobox */ .infobox-wrapper > .infobox-wrapper { float: none; width: auto; margin: 1em 0; } .infobox { background: rgba(0, 0, 0, 0.8); font-size: 0.923em; border: 1px solid #FFF; border-radius: 5px; box-shadow: 0 0 5px black; padding: 5px; color: #FFF; } .infobox .heading { font-size: 1.2em; font-weight: bold; text-align: center; } .infobox .infobox-image { text-align: center; } .infobox .infobox-table { width: 100%; } .infobox .infobox-table td:first-child, .infobox .infobox-table th:first-child { width: 50%; } .infobox .infobox-table th { text-align: left; vertical-align: top; } .infobox .infobox-table ul { margin: 0; list-style: none; }