Difference between revisions of "Template:BgColor light blue"
From SPOT CHECK IT
(Created page with "Template:BgColor_light_blue <includeonly>background-color: #42B9FF;</includeonly><!-- --><noinclude> === Usage === This template is used to produce background light blue color for tables. Just embed it in any <nowiki><div>, <table>: etc.</nowiki> element. ==== Example ==== <syntaxhighlight lang=html><div style="{{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div></syntaxhighlight> :''which produces:'' <div style="{{bgcolor light blue}} {...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Template:BgColor_light_blue | Template:BgColor_light_blue | ||
<includeonly>background-color: #42B9FF;</includeonly><!-- | <includeonly> background-color: #42B9FF; </includeonly><!-- | ||
--><noinclude> | --><noinclude> | ||
=== Usage === | === Usage === | ||
Line 9: | Line 9: | ||
==== Example ==== | ==== Example ==== | ||
<syntaxhighlight lang=html><div style="{{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div></syntaxhighlight> | <syntaxhighlight lang=html><div style=" {{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div></syntaxhighlight> | ||
:''which produces:'' | :''which produces:'' | ||
<div style="{{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div> | <div style=" {{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div> | ||
</noinclude> | </noinclude> |
Latest revision as of 23:03, 9 April 2022
Template:BgColor_light_blue
Usage
This template is used to produce background light blue color for tables. Just embed it in any <div>, <table>: etc. element.
Example
<div style=" {{bgcolor light blue}} {{round corners}} padding: 0.5em 1em;">Text text text</div>
- which produces:
Text text text