Difference between revisions of "Template:Colored box"

From Forge Community Wiki
w:en>Tomybrz
(Created page with '<div style="box-shadow:0 0 0.2em #999999; border-radius:0.2em; margin:0.5em 0.5em 1em; background:{{{background-content-color|#FFF}}}; {{{style|}}};"> <!-- CSS f...')
 
w:en>Tomybrz
Line 1: Line 1:
 
<div style="box-shadow:0 0 0.2em #999999; border-radius:0.2em; margin:0.5em 0.5em 1em; 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; 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; color:{{{title-color|#000000}}}; padding:0.4em 0.5em 0.5em 0.8em; font-weight:bold;">{{#if:{{{icon|}}}|<span style="opacity:0.8;">[[File:{{{icon}}}|20px]]</span>&#32;}}{{{titre}}}
+
<div style="background:{{{background-title-color|#eaecf0}}}; border-radius:0.2em 0.2em 0 0; color:{{{title-color|#000000}}}; padding:0.4em 0.5em 0.5em 0.8em; font-weight:bold;">{{#if:{{{icon|}}}|<span style="opacity:0.8;">[[File:{{{icon}}}|20px]]</span>&#32;}}{{{title}}}
 
</div>
 
</div>
 
<!-- CSS for the content -->
 
<!-- CSS for the content -->

Revision as of 09:15, 12 March 2019

{{{title}}}

{{{content}}}

Template:Documentation