Difference between revisions of "Template:Lifesavers"

From Dwaia Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<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">{{{1}}}</div></onlyinclude><noinclude>
+
<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.
 
A cool template that add lifesaver background to youre text. It does only use CSS so it can be display on any bowser.
  
Line 7: Line 7:
  
 
<pre>
 
<pre>
{{Lifesavers| yes hello}}
+
{{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>
 
</pre>
  
 
which produced
 
which produced
  
{{Lifesavers| yes hello}}
+
{{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