Usage#
%%roundedCorners-<corners>-<color>-<bordercolor> Here is your text %%Where:
- corners : defines which corners should be rounded
- color : background color of the box (use hexadecimal html color )
- bordercolor : (optional) border color (use hexadecimal html color )
Example
%%roundedCorners-yyyy-99ccff Here is your text %%
The corners parameters allows you to define how each of the 4 corners should be rendered. It consists of 4 corner markers: 1st is top-left corner; 2nd is top-right corner; 3rd is bottom-left corner and 4th is bottom-right corner. The corner marker can be a y (default round corner), s (small round corner), n (normal square corner).
For example: the string yyns defines a box where the top corners are rounded, the bottom-left corner is a normal square corner and the bottom-right corner is a small rounded corner. Both rounded corners of either top or bottom will be rendered in the same shape (default or small) Thus, yyss will still render 2 default rounded corners at the top and 2 default small corners at the bottom.
Examples (only work when feature is activated of course)#
BrushedTemplateRoundedCorners/rounded-corners.jpg
Blue example, with normal borders
And some more stuff.
Green example with borders
Several pink blocks with small corners at the top
Mix of corners and size
Combination of two rounded boxes on top of each other.
- item1
- item2
- item3