Template:Infobox: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
|borderColor={{{borderColor|var(--border-color-muted)}}} | |borderColor={{{borderColor|var(--border-color-muted)}}} | ||
|padding=0 | |padding=0 | ||
|margin=0 0 1rem 1rem | |||
|extraStyle=overflow-y: hidden; | |extraStyle=overflow-y: hidden; | ||
|{{#tag:div|{{#tag:p|{{{title}}}|class=infobox-title|style= | |{{#tag:div|{{#tag:p|{{{title}}}|class=infobox-title|style= | ||
Line 20: | Line 21: | ||
flex-direction: column; | flex-direction: column; | ||
align-items: center; | align-items: center; | ||
}}{{#tag:div| | }}{{#tag:div|{{{content}}}|class=infobox-content|style= | ||
padding: {{{padding|0.6rem}}}; | padding: {{{padding|0.6rem}}}; | ||
background-color: {{{background|var(--background-color-neutral-subtle)}}}; | background-color: {{{background|var(--background-color-neutral-subtle)}}}; |