(Unless otherwise stated, the copyright of the materials included belong to Jan Woreczko & Wadi.)
Szablon:Linear-gradient/TemplateDoc
Z Wiki.Meteoritica.pl
Spis treści |
Syntax
Use within a CSS style tag. The template uses the background-image property.
<div style="{{linear-gradient | start position | #color [stop], #color [stop][, #color [stop], ...] }}">Lorem ipsum...</div>
- start position – Mandatrory. Specify a start point: left, top, right or bottom, or a combination of two of each, e.g. top left. This provides eight starting points.
- color – The first two colors are mandatory. You can define any number of additional colors, separated with commas.
- stop – Optional. You can specify a stop position for each color using a percentage (e.g. 45%) or pixels (e.g. 60px).
Technical notes
Unlike Szablon:Gradient, this template does not assign a default background-color, and therefor does not provide an automatic fallback for browsers that do not support gradients. To provide a fallback, always specify a background color in front of the template. This allows for much more flexibility in design and fallback handling in unsupported browsers.
This template uses the new CSS3 properties for linear gradients: -moz-linear-gradient, -ms-linear-gradient, -o-linear-gradient, -webkit-linear-gradient and linear-gradient It does not use the legacy -webkit-gradient property due to it's deviating parameter format. This means that this template does not work in Safari versions below 5.1 and Google Chrome versions below 10.
Examples
- <div style="{{linear-gradient|left|#ffdddd, #ddddff}}; padding:8px">Lorem ipsum...</div> will produce
(AĄBCĆDEĘFGHIJKLŁMNŃOÓPQRSŚTUVWXYZŹŻ aąbcćdeęfghijklłmnńoópqrsśtuvwxyzźż)
- <div style="{{linear-gradient|left|#ffdddd, #ddffdd 50%, #ddddff}}; padding:8px">Lorem ipsum...</div> will produce
(AĄBCĆDEĘFGHIJKLŁMNŃOÓPQRSŚTUVWXYZŹŻ aąbcćdeęfghijklłmnńoópqrsśtuvwxyzźż)
- <div style="{{linear-gradient|top|#ffdddd, #ddddff}}; {{Box-shadow}}; padding:8px">Lorem ipsum...</div> will produce
(AĄBCĆDEĘFGHIJKLŁMNŃOÓPQRSŚTUVWXYZŹŻ aąbcćdeęfghijklłmnńoópqrsśtuvwxyzźż)
Linki zewnętrzne
- Wikipedia (EN) - Linear-gradient