Difference between revisions of "Template:Lifesavers"

From Dwaia Wiki
Jump to navigation Jump to search
(Created page with "<div style="background: radial-gradient(#bc2c48 17.5%, transparent 26%) 10px 5px/40px 20px, radial-gradient(#bc2c48 17.5%, transparent 26%) 30px 5px/40px 20px, radial-gradient...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="background: radial-gradient(#bc2c48 17.5%, transparent 26%) 10px 5px/40px 20px, radial-gradient(#bc2c48 17.5%, transparent 26%) 30px 5px/40px 20px, radial-gradient(#eaeaea 35%, transparent 51%) 10px 0px/10px 20px, radial-gradient(#bc2c48 35%, transparent 51%) 0px 10px/20px 10px">{{{1}}}</div>
+
<onlyinclude><div style="background: radial-gradient(#bc2c48 17.5%, transparent 26%) 10px 5px/40px 20px, radial-gradient(#bc2c48 17.5%, transparent 26%) 30px 5px/40px 20px, radial-gradient(#eaeaea 35%, transparent 51%) 10px 0px/10px 20px, radial-gradient(#bc2c48 35%, transparent 51%) 0px 10px/20px 10px; width:{{{width}}}; height:{{{height}}};{{{style}}}">{{{1}}}</div></onlyinclude><noinclude>
 +
A cool template that add lifesaver background to youre text. It does only use CSS so it can be display on any bowser.
 +
 
 +
USE::
 +
 
 +
code is
 +
 
 +
<pre>
 +
{{Lifesavers
 +
| yes hello
 +
| width = 100px
 +
| height = 100px
 +
| style =
 +
font-weight: bold;
 +
text-align: center;
 +
text-transform: full-width;
 +
font-size: xx-large;
 +
color: aqua;
 +
}}
 +
</pre>
 +
 
 +
which produced
 +
 
 +
{{Lifesavers
 +
| yes hello
 +
| width = 100px
 +
| height = 100px
 +
| style =
 +
font-weight: bold;
 +
text-align: center;
 +
text-transform: full-width;
 +
font-size: xx-large;
 +
color: aqua;
 +
}}

Latest revision as of 03:49, 13 June 2019

{{{1}}}

A cool template that add lifesaver background to youre text. It does only use CSS so it can be display on any bowser.

USE::

code is

{{Lifesavers
| yes hello
| width = 100px
| height = 100px
| style =
font-weight: bold;
text-align: center;
text-transform: full-width;
font-size: xx-large;
color: aqua;
}}

which produced

yes hello