Template:Box: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <div class="{{{class|}}}" style="display: block; box-shadow: 0 0 0.2em #999999; border-radius: 0.2em; margin: 0.5em 0.5em 1em 0.5em; background: {{{background-content-color|var(--background-color-base)}}}; {{{style|}}};"> | ||
<!-- Title Box --> | <!-- Title Box --> | ||
<div style="background: {{{background-title-color|var(--background-color-neutral)}}}; border-radius: 0.2em 0.2em 0 0; padding: 0.5em 1em 0.5em 1em; display: flex; align-items: center; {{#if:{{{center|}}}|justify-content: space-between;}}"> | <div style="background: {{{background-title-color|var(--background-color-neutral)}}}; border-radius: 0.2em 0.2em 0 0; padding: 0.5em 1em 0.5em 1em; display: flex; align-items: center; {{#if:{{{center|}}}|justify-content: space-between;}}"> | ||
Line 15: | Line 15: | ||
<!---->{{{content}}}{{clr}} | <!---->{{{content}}}{{clr}} | ||
</div> | </div> | ||
</ | </div> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> |