font=
|
(font name) (i.e. font=Arial Narrow or font=Times); also as a coma-separated list
|
w=
|
(font size): (ie. w=150%), with any unit px, em, cm
|
kol=
|
(color): text color, named (ie. kol=red, kol=blue), with hexadecimal code (ie. kol=#00ff00), or RGB, RGBA, HSL, etc.
|
h=
|
(line height): as percent (ie. h=150%), or using any unit px, em, pt, etc. (ie. h=2em, h=19px), see here
|
width=
|
(width): width of a block element as percent (ie. width=80%), or using a unit px, em, pt, etc. (ie. width=200px)
|
roz=
|
(letter-spacing): letter spacing, using any unit px, em, pt, etc. (ie. roz=0.3em)
|
align=
|
(text-align): text aligning (left, right, justify, center)
|
przed=
|
(margin-top): top margin of block, into any unit, px, em, pt, etc. (ie. przed=3em)
|
po=
|
(margin-bottom): bottom margin, into any unit px, em, pt, etc. (ie. po=3em)
|
lewy=
|
(margin-left): left margin for a block element into any unit px, em, pt, etc. (ie. lewy=3em)
|
prawy=
|
(margin-right): right margin for a block element into any unit px, em, pt, etc. (ie. prawy=3em)
|
wci=
|
(text-indent): normal indenting of first line of a paragraph (ie. wci=20%), or as an absolute value in any unit px, em, pt, etc. (eg. wci=2em, wci=18px)
|
wys=
|
(-text-indent+margin-left): reverse indenting ("outdenting") as percent (ie. wys=20%) or using any unit px, em, pt, etc. (ie. wys=2em, wys=18px)
|
style=
|
(style): any css style expression. Ie: style=background-color:#00ff00;border-top:thick double #ff0000.
|