Template:Colored box: Difference between revisions

From Shaun Keaveny's Community Garden Radio
Jump to navigation Jump to search
m (Removed filename from template display)
m (Sigh)
Line 1: Line 1:
<div style="box-shadow: 0 0 0.2em #999999; border-radius: 0.2em; margin: 0.5em 0.5em 1em 0.5em; background: {{{background-content-color|#fff}}}; {{{style|}}};">
<div style="box-shadow: 0 0 0.2em #999999; border-radius: 0.2em; margin: 0.5em 0.5em 1em 0.5em; background: {{{background-content-color|#fff}}}; {{{style|}}};">
<!-- CSS for icon and background -->
<!-- CSS for icon and background -->
<div style="background: {{{background-title-color|#eaecf0}}}; border-radius: 0.2em 0.2em 0 0; padding: 0.5em 1em 0.5em 1em;">{{{icon|}}}<span style="opacity: 0.8;">[[{{{icon}}}|50px|link=|alt=]]</span> <span style="color: {{{title-color|#000000}}}; font-weight: bold;">{{{title}}}</span>
<div style="background: {{{background-title-color|#eaecf0}}}; border-radius: 0.2em 0.2em 0 0; padding: 0.5em 1em 0.5em 1em;">{{{icon|}}}|<span style="opacity: 0.8;">[[{{{icon}}}|50px|link=|alt=]]</span> <span style="color: {{{title-color|#000000}}}; font-weight: bold;">{{{title}}}</span>
</div>
</div>
<!-- CSS for the content -->
<!-- CSS for the content -->

Revision as of 19:51, 19 July 2022

|[[{{{icon}}}|50px|link=|alt=]] {{{title}}}

{{{content}}}



Basic usage

{{Colored box
| icon =
| link =
| content =
}}

Full parameters

{{Colored box
| background-content-color =
| background-title-color =
| icon =
| title =
| title-color = 
| link =
| link-color =
| view-text =
| content =
}}