Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSS attributes
NameValuesNotice
positionstatic;relative;absolute;relative-paragraph;
stretchClip;Isometric;Stretch;
curvature10without units
floatleft;right;center-top-bottom;center-rectangle;
   

list-style-type

decimal;
decimal with bracket;
upper roman;
upper roman with bracket;
upper latin;
upper latin with bracket;
lower latin; 
lower latin with bracket;
upper roman;
upper roman with bracket;  

 

list-style-image

url('')url('filename.png')
'expression'
   
charsetwindows-1250; windows-1252;
windows-1251
which knows VFP
windows-42 is for symbol font
directionltr;rtl;
font-name "Arial";"Symbols"; etc. 
text-size10px  
tab-size0.5in
tab-stopsexam.: left Xin center Yin right Zin;
text-alignleft;center;right;block;justify;
text-indent 0.2in  
font-style normal;italic;inherit 
font-weightnormal;bold;inherit  
text-decoration normal;underline;line-through;inherit  
background-color R,G,B; #HEX; "WEB Color Name";
rgb(r,g,b); hsl(h,s,l); cmyk(c,m,y,k);
 
color R,G,B; #HEX; "WEB Color Name";
rgb(r,g,b); hsl(h,s,l); cmyk(c,m,y,k); 
 
line-height 10pt;2.5;250% 10pt or 12px or 1cm
2.5 is coficient for paragraph font-size
250% is coficient for paragraph font-size
   
marginx
x x
x x x
x x x x

margin-topx
margin-rightx
margin-bottomx
margin-rightx
paddingx
x x
x x x
x x x x

padding-top 
padding-right  
padding-bottom  
padding-right  
   
border-width  
border-style none;dotted;dashed;dashdot;dashdotdot;solid;  
   
unitspx, pt, in, cm, mm, pc, %% (only for width, height, left, top)

...