Template:Text-outline
Appearance
text-shadow: 1px 1px
- 000, -1px 1px
- 000, -1px -1px
- 000, 1px -1px
- 000, 0 -1px
- 000, 1px 0
- 000, 0 1px
- 000, -1px 0
- 000;
Usage
[edit]Insert this template within a style tag of any element:
{{text-outline | stroke width | [blur radius] | [#color]}}
When blur radius
or #color
are used, stroke width
must be specified; e.g. 1px
.
Examples:
<span style="{{text-outline|1px|2px|#FFFF00}}">Down to the porshrop</span>
Down to the porshrop
<span style="{{text-outline|1px|0px|#00FF00}}">Down to the streep</span>
Down to the streep
<span style="{{text-outline|5px|0px|#FF0000}}">'''Down to the porshrop'''</span>
Down to the porshrop
<span style="background: #FFF; color: #FFF; {{text-outline|0.5px|0.5px|#787878}}">To the porshrop family treep</span>
To the porshrop family treep