Views
Actions
Difference between revisions of "Template:Colored box"
From Forge Community Wiki
(change the style) |
(add border-left-style: solid; when the border is present) |
||
Line 1: | Line 1: | ||
<templatestyles src="Colored box/style.css"/> | <templatestyles src="Colored box/style.css"/> | ||
− | <div class="mw-tpl-colorbox" style="{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|rgb(27, 32, 35)}}}; }} {{{style|}}};{{#if:{{{border-color|}}}| border-color: {{{border-color|rgb(6, 174, 186)}}}; }}"> | + | <div class="mw-tpl-colorbox" style="{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|rgb(27, 32, 35)}}}; }} {{{style|}}};{{#if:{{{border-color|}}}| border-left-style: solid; border-color: {{{border-color|rgb(6, 174, 186)}}}; }}"> |
<div class="mw-tpl-colorbox-inner"> | <div class="mw-tpl-colorbox-inner"> | ||
{{#if:{{{icon|}}}|[[File:{{{icon}}}|60px|class=mw-tpl-colorbox-icon|link=|alt=]] }} | {{#if:{{{icon|}}}|[[File:{{{icon}}}|60px|class=mw-tpl-colorbox-icon|link=|alt=]] }} |
Latest revision as of 21:24, 14 February 2021
{{{1}}}