You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Template:Linear-gradient: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
==Syntax==
==Syntax==


<pre>{{Template:Linear-gradients
<pre>{{Template:Linear-gradient
|(Direction)
|(Direction)
|(color 1 (stop)), (color2 (stop))}}</pre>
|(color 1 (stop)), (color2 (stop))}}</pre>
Line 16: Line 16:
| right = to left</pre>
| right = to left</pre>
*Don't add the text past the "="
*Don't add the text past the "="


==Example==
==Example==

Revision as of 16:54, 6 November 2014


Used to make a background with a linear gradient.


Syntax

{{Template:Linear-gradient
|(Direction)
|(color 1 (stop)), (color2 (stop))}}
  • The possible directions are:
| top = to bottom
| bottom = to top
| left = to right
| right = to left
  • Don't add the text past the "="

Example

<div style="{{Linear-gradient
|top
|#ff0000 50%, #0000ff}}">Example</div>
Example