Template:Round2

From Pikmin Fanon
Revision as of 15:06, 28 July 2011 by Zoadra (talk | contribs) (Created page with "{{#if:{{{full|}}} |-moz-border-radius: {{{1|15}}}px; -webkit-border-radius: {{{1|15}}}px; khtml-border-radius: {{{1|15}}}px; -icab-border-radius: {{{1|15}}}px; border-radius: {{{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

-moz-border-radius: 15px 0; -webkit-border-radius: 15px 0; khtml-border-radius: 15px 0; -icab-border-radius: 15px 0; border-radius: 15px 0;

Use

{{round|radius|full = ...}}

This template generates border rounding code. Use it in the 'style' property of an element. Radius is the radius of the rounded border in pixels (defaults to 15): do not include 'px' after the number. Pass any value for the 'full' argument to curve every corner - otherwise, only top-left and bottom-right are curved.