home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / May / HomeSite / data1.cab / Documentation / Visual_Tools_Object_Model / object_model.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-08  |  1.1 KB  |  37 lines

  1.         body      { margin-left  : 30pt;} 
  2.                 
  3.         .object   { font-family : 'Arial';
  4.                     font-weight : bold;
  5.                     font-size   : 10pt;
  6.                       color         : navy; }
  7.                     
  8.         .header      { font-family : 'Arial';
  9.                     font-weight : bold;
  10.                     font-style    : italic;
  11.                     font-size   : 13pt;
  12.                       color         : maroon; }
  13.                     
  14.         .property { font-family : 'Arial';
  15.                     font-weight : bold;
  16.                     font-size    : 10pt;
  17.                       color         : navy; }
  18.                     
  19.         .proc       { font-family : 'Arial';
  20.                     font-style    : italic;
  21.                     font-size    : 10pt; 
  22.                     color        : blue;}
  23.     
  24.         .code      {font-family  : 'Courier New';
  25.                    font-size    : 9pt; }
  26.         
  27.         .comment  {font-family  : 'Courier New';
  28.                    font-size    : 9pt;
  29.                    font-style    : italic;
  30.                    color        : green; }
  31.              
  32.         .note      {font-family  : 'Arial';
  33.                    font-style    : italic;
  34.                    font-size    : 10pt;
  35.                    color        : maroon; }
  36.  
  37.