Template:Border-radius

De Valve Developer Community
Ir a la navegación Ir a la búsqueda
Todo: Delete this template from all pages, and then delete the template itself. All the prefixes specified in it are absolutely useless, since all browsers handle a pure border-radius without any problems.
English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngDocumentación de las plantillas [ver] [editar] [crear Español (es)]
Icon-translate.png Available doc translations
Info.png
La página de documentación Template:Border-radius/doc/es no existe.
La documentación en inglés se mostrará en su lugar, pudiendo usar el traductor de Google (o un software similar) para traducir esta página. Si no aparece nada tras este mensaje, es que la documentación no existe ni en inglés.

This template is a shortcut for producing rounded corners. It generates the CSS for various browsers. Supported browsers are the current versions of Opera, Firefox, Safari, Chrome and Internet Explorer.

Usage

Insert this template within a style tag of any block-style element:

{{border-radius | radius1 [radius2 radius3 radius4]}}

  • If one value is set, this radius applies to all 4 corners.
  • If four values are set, they apply to the top-left, top-right, bottom-right, bottom-left corner in that order.

Do not use two or three values, as this results in different rendering between various browsers.

Example

  • <div style="background-color: #FFFFDD; border: 1px solid #808000; padding: 5px; {{border-radius|16px 8px 16px 8px}}">Lorem ipsum...</div> will produce:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Compatibility

  • See border-radius on the Mozilla Developer Network for all browser compatibility details.

See also

  • {{box-shadow}}
  • {{linear-gradient}}
  • {{radial-gradient}}