Template:Roundytl
border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; -icab-border-top-left-radius: 10px; -o-border-top-left-radius: 10px;
Documentation[edit]
Roundy is a template that allows rounded corners to be used in tables and table cells. Roundytr rounds only the top left corner.
Usage[edit]
To adjust the roundedness of the top left corner only, use {{roundytl|20px}}
or whatever value you deem appropriate. Make sure you include the px
, or else it will not work properly. CSS experts can use any size argument, for instance em
to determine the roundedness.
To round all corners of a table, add Template:Template to the style section.
To round one corner of a table, use one of the following four templates:
- Template:Template rounds the top left corner.
- Template:Template rounds the top right corner.
- Template:Template rounds the bottom left corner.
- Template:Template rounds the bottom right corner.
To round two corners of a table, use one of the following four templates:
- Template:Template rounds the top left and top right corners.
- Template:Template rounds the bottom left and bottom right corners.
- Template:Template rounds the top left and bottom left corners.
- Template:Template rounds the top right and bottom right corners.
The roundy effects can be combined when using Template:Template, Template:Template, Template:Template and Template:Template to create roundedness on opposite corners, roundedness on all but one corner, or different roundedness amounts on different corners.