MediaWiki:Infobox.css: Difference between revisions

no edit summary
(Created page with "→‎New Infobox: .infobox-new { float: right; border: 1px solid var(--border-color); border-radius: 4px; margin-left: 1rem; max-width: 470px; margin-bottom: 1em; } .infobox-new-header { padding: 7px; text-align: center; text-shadow: 1px 1px 1px #000; font-weight: 500; border-bottom: 1px solid var(--border-color); color: white; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-s...")
 
No edit summary
Line 147: Line 147:
.infobox-new .infobox-row-content table {
.infobox-new .infobox-row-content table {
     margin: 5px 0;
     margin: 5px 0;
}
.infobox-new .mw-collapsible {
    width: 100%;
}
}