Template:Lgradient: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 20: Line 20:
<div style="{{Lgradient|left|#000000 0%,#FFCC00 25%,#0000FF 50%,#CC0000 75%, #000000 100%}} padding:40px">
<div style="{{Lgradient|left|#000000 0%,#FFCC00 25%,#0000FF 50%,#CC0000 75%, #000000 100%}} padding:40px">
</div>
</div>
[[Category:Utility Templates]]

Revision as of 20:27, 27 June 2011


Usage

The template works by using two variables the first indicates the direction of the gradient top, left, right or bottom and the second specifies the colors.

{{Lgradient| direction |color 0%, intermediate colors, color 100%}}

Only the first and last colors need to be specified but any other colors can be added in between with a percent to indicate when they stop. The template works on FireFox and Chrome 10+ and should work on Saf5.1+, IE10, Opera 11.10+ although I haven't tested it in those browsers I got some of the code used off a reputable site that hasn't been wrong yet.

Examples