Template:Sitenotice: Difference between revisions
No edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
| <!-- With image --> | | <!-- With image --> | ||
<div class="{{{image bg|}}} {{{text color|}}}" style="display: flex; align-items: center; background: {{{image bg|}}}; padding: .4em 1em; border-radius: .4em 0 0 .4em">{{{image|}}}</div> | <div class="{{{image bg|}}} {{{text color|}}}" style="display: flex; align-items: center; background: {{{image bg|}}}; padding: .4em 1em; border-radius: .4em 0 0 .4em">{{{image|}}}</div> | ||
<div class="{{{text bg|}}} {{{text color|}}}" style="display: flex; background: {{{text bg|}}}; color: {{{text color|}}}; padding: 1em 2.5em 1em 1.25em; border-radius: 0 .4em .4em 0"><p style="margin: auto !important; text-align: center;"></div>{{{text|}}} | <div class="{{{text bg|}}} {{{text color|}}}" style="display: flex; background: {{{text bg|}}}; color: {{{text color|}}}; padding: 1em 2.5em 1em 1.25em; border-radius: 0 .4em .4em 0"><p style="margin: auto !important; text-align: center;">{{{text|}}}</div> | ||
| <!-- Text only --> | |||
<div class="{{{text bg|}}} {{{text color|}}}" style="display: flex; background: {{{text bg|}}}; color: {{{text color|}}}; padding: 1em 2.5em 1em 1.25em; border-radius: .4em"><p style="margin: auto !important; text-align: center;">{{{text|}}}</p></div>}} | |||
</div> | |||
<noinclude>{{/doc}}</noinclude> | <noinclude>{{/doc}}</noinclude> | ||